aboutsummaryrefslogtreecommitdiffstats
path: root/src/vcl/vppcom.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-29session: improve use of session handlesFlorin Coras1-3/+3
2024-03-25vcl: add api to retrieve num bytes for txFlorin Coras1-1/+13
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-2/+0
2024-02-13vcl: fix epollet test for unhandled evtsFlorin Coras1-1/+1
2023-10-30vcl: propagate correctly EADDRINUSE for UDP bindMohammed Hawari1-2/+6
2023-09-18vcl: unset fifo evt before size checkFlorin Coras1-6/+8
2023-08-15vcl: handle postponed disconnects with selectFlorin Coras1-5/+36
2023-08-15vcl: fix error state switch for vcl_handle_mq_eventwanghanlin1-2/+18
2023-08-07vcl: fix error state switch for VCL_STATE_LISTEN_NO_MQ sessionswanghanlin1-3/+4
2023-07-21vcl: ldp support SO_ORIGINAL_DSTqinyang1-0/+32
2023-06-20vcl: fix epoll lt coverity warningFlorin Coras1-3/+3
2023-06-16vcl: no hup events in lt mode if session not epolledFlorin Coras1-24/+38
2023-06-14vcl: fix debug logging of mapped segmentsFlorin Coras1-1/+1
2023-06-06vcl: fix epoll ctl frequent deq ntf requestsFlorin Coras1-18/+30
2023-06-05vcl: avoid duplicate tx events with epoll ltFlorin Coras1-1/+2
2023-06-02vcl: refactor want deq ntf checks for null fifosFlorin Coras1-29/+12
2023-05-23vcl: avoid reusing user provided events in lt modeFlorin Coras1-4/+6
2023-05-19vcl: set want deq flag earlier in epoll ctl modFlorin Coras1-8/+10
2023-05-19vcl: always reset deq ntf flag in epoll evt handlerFlorin Coras1-2/+2
2023-05-16vcl: avoid skipping last event in epoll ltFlorin Coras1-4/+9
2023-04-28vcl: inherit connected flag on accepted cl sessionsFlorin Coras1-0/+2
2023-03-14session vcl: refactor builtin tx event for main txFlorin Coras1-6/+11
2023-03-09vcl: fix select connected deq notificationFlorin Coras1-6/+12
2023-03-09vcl: fix epoll out evt on connectFlorin Coras1-1/+1
2023-03-01vcl: accept bound notifications in epoll waitFlorin Coras1-0/+3
2023-03-01vcl: only add sessions to lt list if neededFlorin Coras1-1/+8
2023-02-28vcl: handle lt events in epoll ctlFlorin Coras1-18/+26
2023-02-27vcl: improve vls handling of shared listenersFlorin Coras1-52/+34
2023-02-20vcl: ldp support for ip_pktinfoFlorin Coras1-11/+62
2023-01-13vcl: set deq notify flag on epoll connected sessionsFlorin Coras1-0/+4
2022-12-14vcl: enable gso for 'sendmsg' in LDP mode.Dou Chao1-11/+17
2022-10-27vcl: register workers when reattaching to vppMaros Ondrejicka1-2/+45
2022-10-06vcl: add api to check if vcl disconnected from vppMaros Ondrejicka1-0/+11
2022-09-27vcl: repatch "align the RST behaviour with kernel"Yacan Liu1-1/+1
2022-09-20vcl: align the RST behaviour with kernelYacan Liu1-1/+13
2022-07-20vcl: new vcl api to get detailed session errorsRadha krishna Saragadam1-0/+32
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-03-31vcl: fix api detach if attach failedFlorin Coras1-1/+8
2022-02-17vcl: add support for reconnectFilip Tehlar1-0/+52
2022-01-19svm: update number of segments in svm_fifo_segmentsFlorin Coras1-1/+1
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 Coras1-11/+59
2021-11-30vcl: improve handling of failed connectsFlorin Coras1-10/+13
2021-11-30vcl: avoid ip format function vnet dependencyFlorin Coras1-167/+59
2021-11-15vcl: add DSCP support in VCLFilip Tehlar1-0/+13
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-04vcl: remove unsed configsFlorin Coras1-5/+2