aboutsummaryrefslogtreecommitdiffstats
path: root/src/vcl
AgeCommit message (Expand)AuthorFilesLines
2021-02-23vcl: segment index leak on attachFlorin Coras1-1/+1
2021-02-23vcl: fix coverity warningFlorin Coras1-7/+9
2021-02-22vcl: fix vls_intercept_sigchld_handler be called recursivelynandfan1-0/+5
2021-02-22vcl: cleanup fifos detached from segmentsFlorin Coras2-0/+34
2021-02-22vcl: support sockopt of SO_REUSEPORT and SO_DOMAINwanghanlin3-0/+26
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 Coras3-25/+34
2021-02-05session svm: non blocking mqFlorin Coras1-103/+33
2021-02-01vcl: remove verbose output from vcl iperf testsFlorin Coras1-8/+8
2021-01-28vcl: support set/get vrf attributeFlorin Coras3-0/+24
2021-01-28vcl: fix select want deq ntf for ct sessionsFlorin Coras1-32/+35
2021-01-28svm vcl: add helper fn that discovers mqs in segmentFlorin Coras4-9/+37
2021-01-28vcl: honor time wait in eventfd epoll waitFlorin Coras1-11/+35
2021-01-25svm: add custom q implementation for mqFlorin Coras3-6/+5
2021-01-12vcl: fix session_handle_to_vlsh_table update after session migratewanghanlin1-7/+48
2021-01-11vcl: fix deadlock in rpcwanghanlin2-71/+134
2021-01-07vcl session: switch to generic cert key apisFlorin Coras5-136/+172
2021-01-06vcl: allow all workers to block on apiFlorin Coras2-32/+53
2020-12-29svm vcl: allow random offsets for fifo segments in appsFlorin Coras1-9/+5
2020-12-29svm: allow mq attachments at random offsetsFlorin Coras5-28/+77
2020-12-24svm: split fifo into private and shared structsFlorin Coras3-73/+89
2020-12-14misc: refactor clib_bitmap_foreach macroDamjan Marion3-12/+11
2020-12-14misc: move to new pool_foreach macrosDamjan Marion3-8/+8
2020-12-11vcl: fix listener session close problemwanghanlin1-1/+1
2020-12-11vcl: fix crash problem for invalidation of vls_table_lockwanghanlin1-6/+5
2020-11-26vcl: avoid coalescing dgrams on readFlorin Coras1-2/+2
2020-11-25session: add startup option to poll in mainFlorin Coras1-0/+1
2020-11-24tests: remove bond, pipe, session and api_namespace from vpp_papi_providerJakub Grajciar1-5/+5
2020-11-19vcl: stop tracking vpp event queues and thread indexFlorin Coras5-60/+21
2020-11-10vcl: remove unused configsFlorin Coras2-20/+1
2020-11-09vcl: remove support for shm api connectionsFlorin Coras4-54/+26
2020-11-09session: default to using memfd mq segmentsFlorin Coras1-2/+2
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 Coras2-63/+117
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 Coras3-104/+108
2020-10-20vcl: convert vep variables into flagsFlorin Coras4-66/+56
2020-10-19vcl: cleanup read and write readyFlorin Coras3-65/+48
2020-10-19hsa: cleanup sock server testFlorin Coras1-1/+1
2020-10-16vcl: remove accept state and rename connect to readyFlorin Coras2-15/+10
2020-10-15vcl: refactor session state enumFlorin Coras4-159/+159
2020-10-14vcl: set STATE_UPDATED state when connect with non-blocking socket!fanyf1-1/+4
2020-10-14vcl: app_name format type errorjiangxiaoming1-1/+1
2020-10-12vcl svm: segments improvementsFlorin Coras2-15/+25
2020-09-29vcl svm: provide apps access to fifo chunksFlorin Coras2-22/+21