aboutsummaryrefslogtreecommitdiffstats
path: root/src/vcl/vppcom.c
AgeCommit message (Expand)AuthorFilesLines
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
2021-02-23vcl: fix coverity warningFlorin Coras1-7/+9
2021-02-22vcl: support sockopt of SO_REUSEPORT and SO_DOMAINwanghanlin1-0/+15
2021-02-18vcl: epoll out deq notifications only if fifo existsFlorin Coras1-4/+7
2021-02-10vcl: validate seg handle on migrate only if neededFlorin Coras1-5/+10
2021-02-09tls: dtls initial implementationFlorin Coras1-0/+7
2021-02-05session svm: non blocking mqFlorin Coras1-103/+33
2021-01-28vcl: support set/get vrf attributeFlorin Coras1-0/+21
2021-01-28vcl: fix select want deq ntf for ct sessionsFlorin Coras1-32/+35
2021-01-28vcl: honor time wait in eventfd epoll waitFlorin Coras1-11/+35
2021-01-07vcl session: switch to generic cert key apisFlorin Coras1-2/+37
2020-12-29svm: allow mq attachments at random offsetsFlorin Coras1-13/+12
2020-12-24svm: split fifo into private and shared structsFlorin Coras1-73/+41
2020-12-14misc: refactor clib_bitmap_foreach macroDamjan Marion1-4/+4
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-2/+2
2020-12-11vcl: fix listener session close problemwanghanlin1-1/+1
2020-11-26vcl: avoid coalescing dgrams on readFlorin Coras1-2/+2
2020-11-19vcl: stop tracking vpp event queues and thread indexFlorin Coras1-45/+21
2020-10-29vcl: support fifo segments with ct sessionsFlorin Coras1-7/+12
2020-10-29vcl session: minimize ct io eventsFlorin Coras1-4/+10
2020-10-29vcl: fix epoll fd cleanupFlorin Coras1-1/+1
2020-10-27vcl: postpone unhandled ctrl events if neededFlorin Coras1-63/+112
2020-10-26vcl: avoid epoll cleanup before app closeFlorin Coras1-69/+74
2020-10-21vcl: wait for sendto to connect if neededFlorin Coras1-8/+15