Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-05-26 | tcp: loss recovery improvements/fixes | Florin Coras | 1 | -3/+3 |
2018-05-17 | tcp: handle link-local addresses | Florin Coras | 1 | -0/+1 |
2018-04-20 | tcp: make newreno byte instead of acks dependent | Florin Coras | 1 | -0/+1 |
2017-12-11 | session: generalize handling of network transports | Florin Coras | 1 | -9/+0 |
2017-11-29 | session: fix preallocation of local endpoint table | Florin Coras | 1 | -4/+0 |
2017-11-28 | tcp: fix retransmissions under buffer shortage | Florin Coras | 1 | -0/+12 |
2017-10-16 | udp: refactor udp code | Florin Coras | 1 | -10/+0 |
2017-10-03 | tcp: updates to connection closing procedure (VPP-996) | Florin Coras | 1 | -4/+4 |
2017-09-20 | tcp: add option to punt traffic | Pierre Pfister | 1 | -0/+5 |
2017-09-19 | session/tcp: improve preallocated segment handling | Florin Coras | 1 | -3/+6 |
2017-09-12 | tcp: horizontal scaling improvments | Florin Coras | 1 | -2/+5 |
2017-08-25 | TCP horizontal scaling | Dave Barach | 1 | -0/+4 |
2017-08-25 | tcp: retransmit and multi-buffer segment fixes and improvements | Florin Coras | 1 | -3/+20 |
2017-08-17 | TCP source address automation | Dave Barach | 1 | -1/+7 |
2017-08-15 | tcp: state machine improvements | Florin Coras | 1 | -0/+1 |
2017-08-14 | TCP: Update time_now once per burst | Florin Coras | 1 | -1/+11 |
2017-08-11 | Fix tcp multi buffer segments retransmission | Florin Coras | 1 | -3/+15 |