Age | Commit message (Expand) | Author | Files | Lines |
2019-10-23 | tcp: improve rate samples for retansmitted segments | Florin Coras | 1 | -8/+19 |
2019-10-23 | tcp: fix sack retransmit beyond snd_nxt | Florin Coras | 1 | -2/+7 |
2019-10-17 | session tcp: infra for transports to send buffers | Florin Coras | 1 | -56/+7 |
2019-10-17 | tcp: avoid sending acks when data available | Florin Coras | 1 | -4/+19 |
2019-10-16 | tcp: avoid head retransmit if scoreboard has no holes | Florin Coras | 1 | -1/+2 |
2019-10-11 | tcp: refactor flags into cfg and conn flags | Florin Coras | 1 | -9/+9 |
2019-10-10 | tcp: improve pacing after idle send periods | Florin Coras | 1 | -48/+65 |
2019-10-10 | tcp: retry lost retransmits | Florin Coras | 1 | -5/+39 |
2019-10-10 | tcp: custom checksum calculations for Ipv4/Ipv6 | Srikanth A | 1 | -22/+94 |
2019-10-10 | tcp: fix tso not work in single buffer issue | Simon Zhang | 1 | -5/+8 |
2019-10-08 | tcp: rate sample for persist segments | Florin Coras | 1 | -0/+6 |
2019-09-25 | tcp: use sacks for timer based recovery | Florin Coras | 1 | -70/+118 |
2019-09-10 | tcp: enable gso in tcp hoststack | Simon Zhang | 1 | -0/+28 |
2019-09-10 | tcp: validate connections in output | Florin Coras | 1 | -9/+46 |
2019-09-03 | tcp: send rwnd update only if wnd is large enough | Florin Coras | 1 | -7/+7 |
2019-08-30 | tcp: force zero window on full rx fifo | Florin Coras | 1 | -1/+4 |
2019-08-30 | tcp: improve mss computation | Florin Coras | 1 | -41/+5 |
2019-08-21 | tcp: add option for always on event logging | Florin Coras | 1 | -19/+19 |
2019-08-20 | tcp: forward conn resets through tcp-output | Florin Coras | 1 | -32/+20 |
2019-08-14 | tcp: extend protocol configuration | Florin Coras | 1 | -14/+6 |
2019-08-08 | tcp: cleanup timers | Florin Coras | 1 | -82/+96 |
2019-08-02 | tcp: add more connection stats | Florin Coras | 1 | -3/+12 |
2019-08-01 | tcp: honor snd_wnd in fast rxt | Florin Coras | 1 | -1/+4 |
2019-07-26 | tcp: count resets sent | Florin Coras | 1 | -0/+4 |
2019-07-26 | session tcp: handle rxt and acks as custom events | Florin Coras | 1 | -52/+115 |
2019-07-05 | tcp: timestamp adjustment | Vladimir Kropylev | 1 | -2/+2 |
2019-07-05 | tcp: add cc algo start tx event | Florin Coras | 1 | -0/+3 |
2019-07-05 | tcp: add loss signal to cc algo | Florin Coras | 1 | -14/+11 |
2019-06-25 | tcp: window update ack | Vladimir Kropylev | 1 | -0/+27 |
2019-06-25 | tcp: delivery rate estimator | Florin Coras | 1 | -1/+20 |
2019-06-21 | tcp: add option to pass opaque to next node | Florin Coras | 1 | -1/+5 |
2019-06-18 | tcp: allow custom output next node | Florin Coras | 1 | -0/+3 |
2019-06-12 | tcp: better estimate snd space for rxt with no sacks | Florin Coras | 1 | -2/+2 |
2019-06-08 | tcp: close connection if not recovered after max tries | Florin Coras | 1 | -0/+13 |
2019-04-02 | tcp: improve rcv process ack processing | Florin Coras | 1 | -1/+0 |
2019-03-29 | tcp: remove sent rcv wnd 0 flag | Florin Coras | 1 | -10/+0 |
2019-03-29 | tcp: improve updating of rcv wnd | Florin Coras | 1 | -10/+7 |
2019-03-28 | tcp: remove unused buffer flags | Florin Coras | 1 | -3/+0 |
2019-03-23 | tcp: make default mtu configurable | Florin Coras | 1 | -6/+2 |
2019-03-22 | tcp: improve handling of snd_nxt | Florin Coras | 1 | -57/+38 |
2019-03-13 | tcp: avoid computing flags in push hdr inline | Florin Coras | 1 | -26/+3 |
2019-03-08 | tcp: fix rcv_wnd computation | Florin Coras | 1 | -1/+1 |
2019-03-08 | session/tcp/vcl: fixes and optimizations | Florin Coras | 1 | -1/+2 |
2019-03-08 | tcp: fix window probes in fin-wait-1 | Florin Coras | 1 | -14/+9 |
2019-03-06 | tcp: migrate old MULTIARCH macros to VLIB_NODE_FN | Filip Tehlar | 1 | -28/+17 |
2019-03-02 | session: cleanup/rename functions | Florin Coras | 1 | -12/+13 |
2019-02-22 | tcp: send enough dupacks to cover all sack holes | Florin Coras | 1 | -11/+33 |
2019-02-18 | tcp: harden for high scale scenarios | Florin Coras | 1 | -13/+30 |
2019-02-07 | tcp: fix reset sending in syn-sent | Florin Coras | 1 | -2/+3 |
2019-02-06 | transport: cleanup | Florin Coras | 1 | -8/+9 |