aboutsummaryrefslogtreecommitdiffstats
path: root/src/vcl/vppcom.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-29vcl: epoll fix postponed evt handlingFlorin Coras1-6/+33
2021-06-10vcl: touch fifo on epoll del only if session openFlorin Coras1-3/+6
2021-06-07vcl: avoid multiple reads on peekFlorin Coras1-0/+4
2021-06-07vcl: accept zero length writesFlorin Coras1-7/+8
2021-06-07vcl: 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
2020-10-20vcl: confirm reset on transport cleanupFlorin Coras1-3/+16
2020-10-20vcl: more session struct cleanupFlorin Coras1-71/+72
2020-10-20vcl: convert vep variables into flagsFlorin Coras1-60/+49
2020-10-19vcl: cleanup read and write readyFlorin Coras1-2/+2
2020-10-16vcl: remove accept state and rename connect to readyFlorin Coras1-11/+8
2020-10-15vcl: refactor session state enumFlorin Coras1-90/+82
2020-10-14vcl: set STATE_UPDATED state when connect with non-blocking socket!fanyf1-1/+4
2020-10-12vcl svm: segments improvementsFlorin Coras1-15/+23
2020-09-29vcl svm: provide apps access to fifo chunksFlorin Coras1-18/+17
2020-09-28vppinfra: don't call dlmalloc API directly from the codeDamjan Marion1-4/+2
2020-09-16vcl: refactor bapi client index for sapi reuseFlorin Coras1-10/+10
2020-09-14vcl: add support for app socket apiFlorin Coras1-4/+33
2020-09-14vcl: cleanup bapi and wrk registrationFlorin Coras1-131/+14