Age | Commit message (Expand) | Author | Files | Lines |
2021-12-23 | session svm: track fs and seg manager index in fs | Florin Coras | 2 | -42/+20 |
2021-12-22 | session: fix segment alloc/free worker race | Florin Coras | 2 | -70/+119 |
2021-12-20 | session: ignore rpc in fifo event lookups | Florin Coras | 1 | -10/+0 |
2021-12-20 | session: improve sh segment-manager cli | Florin Coras | 1 | -53/+81 |
2021-12-16 | session: app mq congestion detection | Florin Coras | 3 | -266/+349 |
2021-12-08 | api: improve REPLY_MACRO safety | Klement Sekera | 1 | -35/+41 |
2021-12-08 | session: stricter tx checks for ct sessions | Florin Coras | 1 | -1/+11 |
2021-12-08 | session: fix duplicate segment del message | Florin Coras | 1 | -6/+1 |
2021-11-29 | session: remove segment if empty after writer lock | Florin Coras | 1 | -9/+18 |
2021-11-29 | session: mark first listener segment as protected | Florin Coras | 1 | -0/+4 |
2021-11-29 | session: no deq notifications after close | Florin Coras | 1 | -0/+2 |
2021-11-29 | session: postpone close notification if still accepting | Florin Coras | 1 | -0/+14 |
2021-11-29 | session: fix clib_rwlock_writer_unlock lost | wanghanlin | 1 | -1/+4 |
2021-11-26 | session: accept reply improvements | Florin Coras | 1 | -26/+25 |
2021-11-26 | session: postpone ct peer disconnect and more checks | Florin Coras | 1 | -20/+29 |
2021-11-26 | session: only notify server on ct connect failure | Florin Coras | 1 | -8/+14 |
2021-11-24 | session: improve fifo segment allocation | Filip Tehlar | 1 | -0/+6 |
2021-11-24 | session: detach server from client on connect failure | Florin Coras | 1 | -0/+2 |
2021-11-18 | session: deprecate mq segments baseva | Florin Coras | 2 | -15/+2 |
2021-11-18 | session: improve wrk mq segment allocation | Florin Coras | 3 | -53/+62 |
2021-11-17 | session: fix state check in switch pool | Florin Coras | 1 | -3/+3 |
2021-11-17 | session: support close during migration | Florin Coras | 1 | -8/+40 |
2021-11-17 | session: try to coalesce ct accept rpcs | Florin Coras | 1 | -7/+44 |
2021-11-16 | session: add per worker ct context | Florin Coras | 1 | -26/+43 |
2021-11-15 | session: postpone ct segment delete | Florin Coras | 1 | -47/+70 |
2021-11-15 | vcl: add DSCP support in VCL | Filip Tehlar | 2 | -0/+2 |
2021-11-12 | session: add support for DSCP | Filip Tehlar | 1 | -0/+3 |
2021-11-12 | session: fix ct tracking of actual transport proto | Florin Coras | 1 | -1/+1 |
2021-11-09 | session: reset if ct close with data | Florin Coras | 1 | -1/+15 |
2021-11-09 | session: postpone ct cleanups | Florin Coras | 1 | -18/+105 |
2021-10-21 | session: add api test file | Filip Tehlar | 1 | -0/+363 |
2021-10-13 | session: app name should format with %v | Xiaoming Jiang | 1 | -1/+1 |
2021-10-12 | session: set actual lcl ip on accepted ct | Florin Coras | 1 | -1/+1 |
2021-10-06 | session: fix severity info | Filip Tehlar | 1 | -11/+10 |
2021-10-05 | session: Add session_sapi_enable_disable | Nathan Skrzypczak | 5 | -5/+33 |
2021-09-21 | session: implement app_ns deletion | Nathan Skrzypczak | 11 | -50/+170 |
2021-09-20 | session: use table_format in sh app ns | Nathan Skrzypczak | 1 | -10/+22 |
2021-09-16 | session: Add sock_name option to add_ns | Nathan Skrzypczak | 5 | -44/+183 |
2021-09-13 | tcp session: initialize sw_if_index at connect time | Florin Coras | 1 | -8/+8 |
2021-09-09 | vlib: fix vlib_buffer_enqueue_to_next() overflow | Benoît Ganne | 1 | -3/+3 |
2021-09-09 | session: fix non-NULL terminated string | Benoît Ganne | 1 | -18/+7 |
2021-09-01 | udp: fill rmt info if session is connection less | liuyacan | 1 | -1/+1 |
2021-08-30 | session: fix prefetch out of struct bound on Arm | Tianyu Li | 1 | -1/+1 |
2021-08-30 | session: close app wrk socket on delete | Florin Coras | 3 | -6/+5 |
2021-08-30 | tcp: Allow accepting session to send custom packet | liuyacan | 1 | -1/+9 |
2021-08-12 | session vcl: cert key add/del with socket api | Florin Coras | 3 | -0/+101 |
2021-08-11 | svm: make more fifo segment header fields private | Florin Coras | 1 | -4/+4 |
2021-07-24 | session: avoid vpp deadlock due to app crash | liuyacan | 1 | -0/+6 |
2021-07-23 | session vcl: support abstract sockets for app ns | Florin Coras | 4 | -16/+132 |
2021-07-22 | session vcl: explit mq indices in ctrl messages | Florin Coras | 2 | -3/+5 |