aboutsummaryrefslogtreecommitdiffstats
path: root/src/vcl/vppcom.c
AgeCommit message (Expand)AuthorFilesLines
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
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-12session vcl: cert key add/del with socket apiFlorin Coras1-10/+6
2021-08-02vcl: fix sendto for dgramsliuyacan1-4/+4
2021-07-22session vcl: explit mq indices in ctrl messagesFlorin Coras1-9/+11
2021-07-06vcl: fix packetdrill test errorwanghanlin1-1/+1
2021-06-30vcl: coverity fixesFlorin Coras1-1/+1
2021-06-29vcl: improvements to epoll ltFlorin Coras1-45/+80
2021-06-29vcl: Don't memset events to optimize CPU usagewanghanlin1-8/+6
2021-06-28vcl: epoll fix postponed evt handlingFlorin Coras1-6/+33
2021-06-16vcl: basic support for epoll level-triggered evtsFlorin Coras1-5/+94
2021-06-14vcl: improve shutdown()liuyacan1-26/+31
2021-06-10vcl: touch fifo on epoll del only if session openFlorin Coras1-3/+6
2021-06-07vcl: accept zero length writesFlorin Coras1-7/+8
2021-06-07vcl: avoid multiple reads on peekFlorin Coras1-0/+4
2021-06-05vcl: epoll error handling fixes and improvementsFlorin Coras1-5/+20
2021-06-03session: lcl transport info on acceptFlorin Coras1-2/+2
2021-05-25srtp: basic implementation based on libsrtp2Florin Coras1-0/+7
2021-05-12session: support half-close connectionliuyacan1-1/+55
2021-05-01vcl: attr api to set endpt ext configFlorin Coras1-1/+19
2021-04-28vcl: fix epoll wait with indefinite timeoutFlorin Coras1-28/+16
2021-04-22vcl session: refactor passing of crypto contextFlorin Coras1-4/+11
2021-04-22vcl session: extended connect/listen configurationFlorin Coras1-0/+27
2021-04-14session tcp vcl: api to update connection attributesFlorin Coras1-16/+82
2021-03-22vcl: fix libc epoll pwait starvedwanghanlin1-0/+3