Age | Commit message (Expand) | Author | Files | Lines |
2020-02-26 | svm: fix coverity warnings |  Florin Coras | 1 | -2/+1 |
2020-02-26 | tls session: fix unlisten |  Florin Coras | 2 | -0/+27 |
2020-02-25 | svm: minimal initial fifo |  Florin Coras | 5 | -2/+7 |
2020-02-25 | session: basic fifo-tuning-logic |  Ryujiro Shibuya | 8 | -9/+93 |
2020-02-25 | session svm: tracking segment memory usage |  Ryujiro Shibuya | 4 | -19/+90 |
2020-02-25 | svm: refactor fifo |  Florin Coras | 4 | -91/+7 |
2020-02-23 | session: include timer generated packets in max burst |  Florin Coras | 1 | -1/+2 |
2020-02-23 | session: minimize number of tx events |  Florin Coras | 1 | -8/+21 |
2020-02-18 | tcp: allow custom mss on connects |  Florin Coras | 1 | -0/+1 |
2020-02-17 | misc: fix coverity warnings |  Dave Barach | 1 | -1/+1 |
2020-02-12 | tcp: improve invalid packet handling in syn-rcvd |  Florin Coras | 1 | -1/+8 |
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 |