Age | Commit message (Expand) | Author | Files | Lines |
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 |
2021-07-21 | session: fix unlisten rpc barrier release | Florin Coras | 1 | -4/+5 |
2021-07-19 | session: option to use memfd segs for builtin apps | Florin Coras | 2 | -41/+43 |
2021-07-13 | tcp session: next node config on connects | Florin Coras | 1 | -3/+7 |
2021-07-12 | session: api cleanup | Filip Tehlar | 2 | -73/+34 |
2021-07-08 | session: allow listen in any fib if default namespace | Florin Coras | 3 | -3/+12 |
2021-06-29 | session: free ctrl event data on connect rpc | Florin Coras | 1 | -0/+1 |
2021-06-24 | session: fix session formated str output truncated in cli | Xiaoming Jiang | 2 | -12/+16 |
2021-06-22 | session: avoid reordering unlisten and connect msg | Florin Coras | 1 | -6/+33 |
2021-06-18 | session: improve ct locking with multiple workers | Florin Coras | 5 | -165/+239 |
2021-06-18 | session: udp accept session state should be updated by app | jxm | 1 | -2/+0 |
2021-06-17 | session: optimize ct fifo segment allocations | Florin Coras | 4 | -84/+359 |
2021-06-12 | session: fix listener ct transport retrieval on accept | Florin Coras | 1 | -6/+8 |
2021-06-11 | session: half-open free only on main thread | Florin Coras | 1 | -4/+3 |
2021-06-03 | session: avoid ct connects loop | Florin Coras | 1 | -1/+2 |
2021-06-03 | session: lcl transport info on accept | Florin Coras | 2 | -0/+3 |
2021-05-25 | srtp: basic implementation based on libsrtp2 | Florin Coras | 2 | -2/+3 |
2021-05-21 | session: improve main thread connects rpc | Florin Coras | 2 | -18/+26 |
2021-05-20 | session: fix transport half-open cleanup call | Florin Coras | 1 | -1/+1 |
2021-05-19 | session: cleanup event llist usage | Florin Coras | 3 | -41/+27 |
2021-05-19 | session: fix session queue node access on disable | Florin Coras | 1 | -1/+1 |
2021-05-18 | tls: fix dtls with no workers | Florin Coras | 2 | -1/+14 |
2021-05-18 | session: poll main thread if pending connects | Florin Coras | 3 | -48/+76 |
2021-05-18 | session: only handle old ctrl events per dispatch | Florin Coras | 1 | -6/+12 |
2021-05-18 | session: move tx-buffers to tx ctx | Florin Coras | 2 | -16/+14 |
2021-05-16 | session: rpc for connects to main | Florin Coras | 3 | -5/+88 |
2021-05-15 | session: fix coverity warning | Florin Coras | 1 | -1/+1 |
2021-05-14 | session: switch ct to vc and track half-opens | Florin Coras | 5 | -77/+220 |
2021-05-14 | tls: switch dtls to vc and track half-opens | Florin Coras | 3 | -10/+73 |
2021-05-12 | tls: switch to vc service and track half-open sessions | Florin Coras | 5 | -6/+14 |
2021-05-12 | session: return connect session handle to app | Florin Coras | 6 | -32/+36 |
2021-05-12 | session: support half-close connection | liuyacan | 8 | -4/+114 |
2021-05-10 | session: use half-open sessions for vc establishment | Florin Coras | 8 | -116/+111 |
2021-05-07 | session: connects seg manager is always first | Florin Coras | 3 | -77/+23 |
2021-05-03 | session: lookup listener with iface address | liuyacan | 1 | -0/+26 |