Age | Commit message (Expand) | Author | Files | Lines |
2020-02-11 | session: avoid scanning new io list under load | Florin Coras | 2 | -21/+51 |
2020-01-30 | vcl session: propagate cleanup notifications to apps | Florin Coras | 3 | -0/+38 |
2020-01-28 | session tcp: fix packet tracing | Florin Coras | 1 | -2/+2 |
2020-01-24 | session: fix node runtime in pre-input queue handler | Florin Coras | 1 | -0/+1 |
2020-01-23 | vcl session: udp session migration notifications | Florin Coras | 3 | -1/+31 |
2020-01-09 | session: remove io event dispatch dbg msg | Florin Coras | 1 | -4/+1 |
2020-01-03 | session: add feature.yaml | Florin Coras | 1 | -0/+29 |
2020-01-02 | session: fix listener global endpoint lookup | Florin Coras | 3 | -6/+14 |
2019-12-27 | tcp: Enable TCP timewait port use | Yu Ping | 2 | -6/+6 |
2019-12-21 | session: move add/del segment msg to mq | Florin Coras | 5 | -8/+140 |
2019-12-17 | quic: Implement crypto contexts | Nathan Skrzypczak | 2 | -1/+1 |
2019-12-16 | vppinfra: bihash walk cb typedef and continue/stop controls | Neale Ranns | 2 | -2/+2 |
2019-12-12 | session svm: support for segments larger than 4GB | Florin Coras | 2 | -8/+8 |
2019-12-12 | session svm: per thread fifo segment slices | Florin Coras | 4 | -52/+71 |
2019-12-11 | api: Use vl_msg_push/pop_heap | Nathan Skrzypczak | 1 | -3/+2 |
2019-12-11 | session: Add mq debug cli | Nathan Skrzypczak | 1 | -8/+61 |
2019-12-11 | quic: Add support for unidirectional streams | Nathan Skrzypczak | 4 | -0/+6 |
2019-12-10 | api: multiple connections per process | Dave Barach | 2 | -2/+2 |
2019-12-06 | session: close for reset replies independent of state | Florin Coras | 1 | -2/+2 |
2019-12-05 | session: fix session_main_get_worker_if_valid | Nathan Skrzypczak | 1 | -1/+1 |
2019-11-29 | session: no cleanup notification for forced deletes | Florin Coras | 1 | -1/+2 |
2019-11-26 | quic: Refactor for crypto contexts | Nathan Skrzypczak | 3 | -3/+3 |
2019-11-20 | session tcp: support pacer idle timeouts | Florin Coras | 4 | -47/+57 |
2019-11-20 | session tcp: add opaque data to show cli | Florin Coras | 1 | -2/+3 |
2019-11-20 | session: fix transport proto unformat | Florin Coras | 1 | -4/+33 |
2019-11-19 | session: Fix out of order mq | Nathan Skrzypczak | 1 | -1/+2 |
2019-11-19 | session: more show cli output | Florin Coras | 2 | -5/+68 |
2019-11-18 | session: Increasing the Header lengthe size | Srikanth Akula | 1 | -1/+2 |
2019-11-18 | session: extra checks in session validation | Srikanth Akula | 2 | -13/+27 |
2019-11-12 | session: session enable in multiworker | Nathan Skrzypczak | 2 | -1/+18 |
2019-11-10 | session: re-set tx fifo event if out of buffers | Florin Coras | 1 | -1/+2 |
2019-11-08 | session: add space around ternary operator | Vratko Polak | 2 | -1/+1 |
2019-11-07 | session: Add crypto context | Nathan Skrzypczak | 3 | -7/+68 |
2019-11-07 | session: ckpair store & crypto engine as mq params | Nathan Skrzypczak | 4 | -3/+10 |
2019-11-07 | session: fix app attach on error | Nathan Skrzypczak | 1 | -3/+2 |
2019-11-05 | session tcp: refactor pacer time | Florin Coras | 6 | -86/+68 |
2019-11-03 | session: fix show cli with closed session | Florin Coras | 1 | -1/+3 |
2019-11-02 | session: reschedule asap when snd space constrained | Florin Coras | 2 | -7/+28 |
2019-10-31 | session: avoid double dispatch of new events | Florin Coras | 1 | -14/+17 |
2019-10-31 | session: fix dispatch event logging | Florin Coras | 1 | -16/+27 |
2019-10-30 | tls: fix on tcp connection reset | Zeyu Zhang | 1 | -1/+2 |
2019-10-28 | session: allow transport cleanup only if not deleted | Florin Coras | 1 | -2/+3 |
2019-10-28 | session: app-closed to transport-deleted on delete notify | Florin Coras | 2 | -2/+2 |
2019-10-21 | tls: enable tls engine as the default engine | Yu Ping | 1 | -1/+1 |
2019-10-21 | session: support registration of custom crypto engines | Florin Coras | 3 | -1/+22 |
2019-10-21 | vcl: add api to set lcl ip | Florin Coras | 3 | -1/+3 |
2019-10-17 | session: unify buffer tx dispatching | Florin Coras | 1 | -26/+11 |
2019-10-17 | session tcp: infra for transports to send buffers | Florin Coras | 2 | -0/+29 |
2019-10-16 | session: increase max ctrl msg size | Florin Coras | 3 | -2/+13 |
2019-10-16 | session: fix use-after-free | Benoît Ganne | 1 | -1/+1 |