aboutsummaryrefslogtreecommitdiffstats
path: root/src/vcl/vppcom.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-25vcl: add api to retrieve num bytes for txFlorin Coras1-0/+1
2024-02-23vcl: Use FreeBSD specific errno value for bad fdTom Jones1-0/+7
2023-07-21vcl: ldp support SO_ORIGINAL_DSTqinyang1-0/+1
2023-02-20vcl: ldp support for ip_pktinfoFlorin Coras1-43/+51
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 Chao1-0/+18
2022-10-06vcl: add api to check if vcl disconnected from vppMaros Ondrejicka1-1/+10
2022-07-20vcl: new vcl api to get detailed session errorsRadha krishna Saragadam1-0/+8
2022-02-09vcl: make eventfd flag configurable from envFilip Tehlar1-0/+1
2021-11-15vcl: add DSCP support in VCLFilip Tehlar1-0/+1
2021-06-14vcl: improve shutdown()liuyacan1-3/+2
2021-06-05vcl: epoll error handling fixes and improvementsFlorin Coras1-1/+2
2021-05-25srtp: basic implementation based on libsrtp2Florin Coras1-0/+1
2021-05-12session: support half-close connectionliuyacan1-0/+1
2021-05-01vcl: attr api to set endpt ext configFlorin Coras1-0/+1
2021-04-14session tcp vcl: api to update connection attributesFlorin Coras1-1/+2
2021-02-22vcl: support sockopt of SO_REUSEPORT and SO_DOMAINwanghanlin1-0/+1
2021-02-09tls: dtls initial implementationFlorin Coras1-23/+24
2021-01-28vcl: support set/get vrf attributeFlorin Coras1-0/+2
2021-01-07vcl session: switch to generic cert key apisFlorin Coras1-4/+11
2020-11-09vcl: remove support for shm api connectionsFlorin Coras1-1/+1
2020-09-29vcl svm: provide apps access to fifo chunksFlorin Coras1-4/+4
2020-06-15vcl: move helper functions out of header fileFlorin Coras1-97/+5
2020-05-21vcl: support connected udp listensFlorin Coras1-0/+1
2020-05-15vcl: remove udpc transportFlorin Coras1-5/+1
2020-05-04vcl: allow vcl worker index to be set by applicationsPivo1-0/+5
2020-03-25session: api to add new transport typesFlorin Coras1-4/+0
2019-10-21vcl: add api to set lcl ipFlorin Coras1-0/+1
2019-08-30vcl: allow non-blocking connectsFlorin Coras1-0/+2
2019-07-19session: Use parent_handle instead of transport_optsNathan Skrzypczak1-1/+1
2019-07-18vcl: add QUIC supportNathan Skrzypczak1-1/+18
2019-07-08vcl: add worker unregister apiFlorin Coras1-0/+5
2019-03-15vcl: cleanup debug messagesFlorin Coras1-1/+1
2019-01-26vcl: add api to expose worker message queues epfdFlorin Coras1-0/+8
2019-01-18vcl: move forking logic to vlsFlorin Coras1-2/+0
2019-01-08vcl/ldp: select cleanup/improvementsFlorin Coras1-4/+5
2019-01-07vcl/ldp: add locked sessions shim layerFlorin Coras1-2/+4
2019-01-05vcl/session: add api for changing session app workerFlorin Coras1-1/+4
2019-01-04Add TLS support for VCLPing Yu1-2/+19
2019-01-01vcl/ldp: add write msg function and fine tuningFlorin Coras1-0/+2
2018-11-29vcl: basic support for apps that forkFlorin Coras1-0/+1
2018-11-29ldp: basic multiworker supportFlorin Coras1-0/+5
2018-11-27ldp: sid to fd mapper for apps with multiple workersFlorin Coras1-0/+1
2018-11-14vcl/ldp: fix pollFlorin Coras1-1/+1
2018-09-22vcl: remove vcl_eventFlorin Coras1-5/+0
2018-09-12vcl: add apis that expos fifo as bufferFlorin Coras1-0/+15
2018-08-30vcl: add support for multi-worker appsFlorin Coras1-14/+24
2018-08-10vcl: support for eventfd mq signalingFlorin Coras1-11/+13
2018-07-27vcl: use events for epoll/select/read/writeFlorin Coras1-0/+1
2018-06-19VCL: refactor async & spinlocksDave Wallace1-75/+5