Age | Commit message (Expand) | Author | Files | Lines |
2019-07-05 | tcp: add cc algo start tx event |  Florin Coras | 1 | -0/+13 |
2019-07-05 | tcp: add cc algo undo recovery notification |  Florin Coras | 1 | -0/+14 |
2019-07-05 | tcp: add loss signal to cc algo |  Florin Coras | 1 | -3/+10 |
2019-06-27 | tcp: Setup initial CWND as configured |  Vladimir Kropylev | 1 | -0/+7 |
2019-06-25 | tcp: window update ack |  Vladimir Kropylev | 1 | -0/+6 |
2019-06-25 | tcp: delivery rate estimator |  Florin Coras | 1 | -12/+127 |
2019-06-21 | tcp: add option to pass opaque to next node |  Florin Coras | 1 | -1/+2 |
2019-06-18 | tcp: allow custom output next node |  Florin Coras | 1 | -0/+1 |
2019-06-11 | tcp: allow registration of new cc algo types |  Florin Coras | 1 | -4/+14 |
2019-06-08 | tcp: close connection if not recovered after max tries |  Florin Coras | 1 | -0/+1 |
2019-06-07 | tcp: add cc cleanup function |  Florin Coras | 1 | -0/+1 |
2019-04-02 | tcp: improve rcv process ack processing |  Florin Coras | 1 | -0/+1 |
2019-03-29 | tcp: remove sent rcv wnd 0 flag |  Florin Coras | 1 | -1/+0 |
2019-03-28 | tcp: remove unused buffer flags |  Florin Coras | 1 | -20/+0 |
2019-03-27 | tcp: add cc algo lookup table |  Florin Coras | 1 | -0/+3 |
2019-03-23 | tcp: make default mtu configurable |  Florin Coras | 1 | -0/+3 |
2019-03-22 | tcp: improve handling of snd_nxt |  Florin Coras | 1 | -2/+2 |
2019-03-08 | session/tcp/vcl: fixes and optimizations |  Florin Coras | 1 | -1/+2 |
2019-03-06 | tcp: migrate old MULTIARCH macros to VLIB_NODE_FN |  Filip Tehlar | 1 | -0/+8 |
2019-03-02 | session: cleanup/rename functions |  Florin Coras | 1 | -1/+1 |
2019-02-22 | tcp: keep snd sack block free list |  Florin Coras | 1 | -0/+1 |
2019-02-22 | tcp: send enough dupacks to cover all sack holes |  Florin Coras | 1 | -0/+1 |
2019-02-18 | tcp: harden for high scale scenarios |  Florin Coras | 1 | -1/+1 |
2019-02-07 | tcp: fix reset sending in syn-sent |  Florin Coras | 1 | -1/+1 |
2019-02-02 | tcp: remove internal buffer cache |  Florin Coras | 1 | -1/+0 |
2019-01-03 | tcp: better randomize iss |  Florin Coras | 1 | -0/+9 |
2018-12-26 | tcp: separate active and passive establish timers |  Florin Coras | 1 | -1/+2 |
2018-12-22 | tcp: improve waitclose in closing states |  Florin Coras | 1 | -0/+7 |
2018-12-19 | tcp/session: notify transport of close when tx fifo is not empty |  Florin Coras | 1 | -2/+3 |
2018-12-17 | tcp: fix handling of broken syn options |  Florin Coras | 1 | -1/+2 |
2018-12-13 | session/tcp: support tx flush mark |  Florin Coras | 1 | -0/+3 |
2018-11-13 | tcp: cubic fast convergence |  Florin Coras | 1 | -2/+8 |
2018-11-12 | tcp: handle disconnects after enq notifications |  Florin Coras | 1 | -21/+40 |
2018-11-09 | tcp: basic cubic implementation |  Florin Coras | 1 | -0/+34 |
2018-11-08 | tcp: pacer and mrtt estimation improvements |  Florin Coras | 1 | -1/+0 |
2018-11-07 | tcp: consume incoming buffers instead of reusing |  Florin Coras | 1 | -9/+7 |
2018-11-06 | tcp: dequeue acked only once per burst |  Florin Coras | 1 | -0/+3 |
2018-11-02 | session: measure dispatch period only if under load |  Florin Coras | 1 | -2/+4 |
2018-11-02 | tcp: minimize use of tls |  Florin Coras | 1 | -12/+28 |
2018-11-01 | tcp: fast retransmit pacing |  Florin Coras | 1 | -2/+5 |
2018-10-25 | tcp/session: add tx pacer |  Florin Coras | 1 | -2/+21 |
2018-10-23 | tcp: fast retransmit improvements |  Florin Coras | 1 | -4/+18 |
2018-09-27 | tcp: use scaled window for new connects |  Florin Coras | 1 | -0/+1 |
2018-09-25 | tcp: add option to cfg max rx fifo size |  Florin Coras | 1 | -4/+12 |
2018-06-26 | tcp/session: tx optimizations |  Florin Coras | 1 | -1/+4 |
2018-06-26 | tcp: cleanup functions |  Florin Coras | 1 | -139/+29 |
2018-06-25 | tw: add light weight timer update function |  Florin Coras | 1 | -7/+8 |
2018-06-20 | tcp: add per worker ctx structure |  Florin Coras | 1 | -19/+27 |
2018-06-19 | tcp: optimize tcp output |  Florin Coras | 1 | -1/+2 |
2018-06-11 | tcp: cleanup connection/session fixes |  Florin Coras | 1 | -1/+1 |