aboutsummaryrefslogtreecommitdiffstats
path: root/src/vcl
AgeCommit message (Expand)AuthorFilesLines
2023-02-16vcl: fix incorrect ldp worker in ldp_epoll_pwait()Liangxing Wang1-1/+5
2023-02-07vcl: drop lock on segment attach failureFlorin Coras1-0/+1
2023-02-07vcl: add ldp implementation for recvmmsgFlorin Coras1-31/+39
2023-02-07vcl: better handlig of ldp apis that rely on gnu sourceFlorin Coras6-91/+139
2023-01-13vcl: set deq notify flag on epoll connected sessionsFlorin Coras1-0/+4
2023-01-12misc: use right include for fctnl.h and poll.hGuillaume Solignac1-2/+2
2022-12-14vcl: enable gso for 'sendmsg' in LDP mode.Dou Chao3-16/+62
2022-10-27vcl: register workers when reattaching to vppMaros Ondrejicka3-2/+51
2022-10-11vppinfra: fix AddressSanitizerBenoƮt Ganne1-0/+2
2022-10-06vcl: add api to check if vcl disconnected from vppMaros Ondrejicka2-1/+21
2022-09-29api: deprecate vl_msg_api_set_handlersDamjan Marion1-5/+12
2022-09-27vcl: repatch "align the RST behaviour with kernel"Yacan Liu1-1/+1
2022-09-26api: replace print functions wth formatDamjan Marion1-7/+5
2022-09-20vcl: align the RST behaviour with kernelYacan Liu1-1/+13
2022-09-15vcl: add hugepage for vcl configure and svmJunfeng Wang4-2/+11
2022-07-20vcl: new vcl api to get detailed session errorsRadha krishna Saragadam3-0/+42
2022-06-30vcl: check if listener valid on disconnect cleanupFlorin Coras1-1/+2
2022-06-10vcl: fix iperf3 server crash issue when it runs over vpp host stack.Liangxing Wang1-1/+8
2022-04-04vppinfra: make _vec_len() read-onlyDamjan Marion1-1/+1
2022-03-31vcl: fix api detach if attach failedFlorin Coras2-1/+12
2022-03-17vcl: fix invalid socket readFilip Tehlar1-1/+1
2022-03-03vcl: validate vls_epoll_ctl inputsFlorin Coras1-2/+18
2022-03-02vcl: fix segment detach post api disconnectFlorin Coras2-9/+36
2022-02-17vcl: add support for reconnectFilip Tehlar4-1/+127
2022-02-09vcl: make eventfd flag configurable from envFilip Tehlar2-0/+8
2022-01-19svm: update number of segments in svm_fifo_segmentsFlorin Coras1-1/+1
2021-12-14api: verify message size on receiptKlement Sekera1-1/+6
2021-12-08vcl: validate closed sessions on disconnect and resetFlorin Coras1-2/+2
2021-12-07vcl: debug code improvementsFlorin Coras1-36/+33
2021-12-07vcl: handle reordering of disconnect and reset msgsFlorin Coras2-11/+61
2021-12-06vcl: fix ldp shared listener bitmap leakFlorin Coras1-1/+2
2021-11-30vcl: improve handling of failed connectsFlorin Coras1-10/+13
2021-11-30vcl: avoid ip format function vnet dependencyFlorin Coras3-169/+187
2021-11-29vcl: fix build with older gccFlorin Coras1-1/+1
2021-11-15vcl: add DSCP support in VCLFilip Tehlar3-0/+15
2021-11-11vcl: notify vpp if connected inexistent sessionFlorin Coras1-1/+11
2021-11-03vcl: fix event triggered after closing connections.liuyacan1-1/+15
2021-10-22vcl: fix cfg parser handling of empty linesFlorin Coras1-0/+2
2021-10-15vcl: narrow the scope of the restriction of vlsh_bit_valwanghanlin1-3/+4
2021-10-04vcl: remove unsed configsFlorin Coras3-38/+2
2021-09-28api: API trace improvementsFilip Tehlar1-4/+5
2021-09-23vcl: grab wrk create lock soonerFlorin Coras1-3/+6
2021-09-10vcl: avoid duplicated events in epoll ltliuyacan1-4/+6
2021-09-10vcl: fix free segments assertFlorin Coras1-1/+1
2021-09-01vcl: ignore rx events for sessions in epoll lt listFlorin Coras1-2/+3
2021-08-30vcl: fix vlsh conversion errorliuyacan1-3/+1
2021-08-12session vcl: cert key add/del with socket apiFlorin Coras3-10/+117
2021-08-02vcl: fix sendto for dgramsliuyacan1-4/+4
2021-08-02vcl: fix sleep time in ldp_pselect()liuyacan1-1/+2
2021-07-31vcl: fix ldp for __recv_chk socket callsSivaprasad Tummala2-0/+17