Age | Commit message (Expand) | Author | Files | Lines |
2020-02-18 | tcp: add fib to connection cli output | Florin Coras | 1 | -2/+2 |
2020-02-18 | tcp: allow custom mss on connects | Florin Coras | 1 | -0/+5 |
2020-02-18 | tcp: pace timer handling | Florin Coras | 1 | -101/+147 |
2020-02-14 | tcp: reset fin-wait-2 timeout connections | Florin Coras | 1 | -0/+8 |
2020-02-14 | tcp: minimal set of worker stats | Florin Coras | 1 | -6/+84 |
2020-02-12 | tcp: move connections to wrk ctx | Florin Coras | 1 | -25/+21 |
2020-02-12 | tcp: postpone rst handling | Florin Coras | 1 | -50/+0 |
2020-02-10 | tcp: add option to avoid endpoint cleanup | Florin Coras | 1 | -2/+3 |
2020-01-28 | session tcp: fix packet tracing | Florin Coras | 1 | -1/+1 |
2019-12-17 | ip: Protocol Independent IP Neighbors | Neale Ranns | 1 | -6/+4 |
2019-11-25 | tcp: honor cc pacing rate when resetting pacer | Florin Coras | 1 | -2/+3 |
2019-11-25 | tcp: invalidate expired timer handles before dispatching | Florin Coras | 1 | -8/+24 |
2019-11-21 | tcp: add no csum offload config option | Florin Coras | 1 | -0/+6 |
2019-11-20 | session tcp: support pacer idle timeouts | Florin Coras | 1 | -2/+6 |
2019-11-20 | session tcp: add opaque data to show cli | Florin Coras | 1 | -0/+2 |
2019-11-10 | tcp: avoid retransmits post reset | Florin Coras | 1 | -0/+3 |
2019-11-05 | session tcp: refactor pacer time | Florin Coras | 1 | -4/+2 |
2019-10-30 | tcp: rx fifo size is u32 | Dave Wallace | 1 | -2/+18 |
2019-10-11 | tcp: refactor flags into cfg and conn flags | Florin Coras | 1 | -8/+38 |
2019-10-10 | tcp: retry lost retransmits | Florin Coras | 1 | -7/+17 |
2019-10-10 | tcp: fix tso not work in single buffer issue | Simon Zhang | 1 | -1/+1 |
2019-10-01 | session: fix use-after-free | Benoît Ganne | 1 | -1/+1 |
2019-09-25 | tcp: use sacks for timer based recovery | Florin Coras | 1 | -21/+24 |
2019-09-25 | session: fix cleanup in closing states | Florin Coras | 1 | -0/+2 |
2019-09-23 | tcp: fix unformat cwnd multiplier | Florin Coras | 1 | -16/+18 |
2019-09-11 | tcp: handle sack reneging | Florin Coras | 1 | -3/+5 |
2019-09-10 | tcp: enable gso in tcp hoststack | Simon Zhang | 1 | -0/+16 |
2019-09-04 | session: improve cli | Florin Coras | 1 | -0/+2 |
2019-09-03 | tcp: send rwnd update only if wnd is large enough | Florin Coras | 1 | -0/+4 |
2019-08-31 | tcp: fix rx min/max fifo size parsing | Florin Coras | 1 | -13/+14 |
2019-08-30 | tcp: improve mss computation | Florin Coras | 1 | -1/+43 |
2019-08-21 | tcp: add option for always on event logging | Florin Coras | 1 | -13/+7 |
2019-08-19 | session: add explicit reset api | Florin Coras | 1 | -0/+13 |
2019-08-19 | tcp: set cc_algo on connection alloc | Florin Coras | 1 | -1/+15 |
2019-08-19 | tcp: allow cc algos to set pacing rate | Florin Coras | 1 | -8/+2 |
2019-08-16 | tcp: fix cc algo name parsing | Florin Coras | 1 | -1/+1 |
2019-08-14 | tcp: extend protocol configuration | Florin Coras | 1 | -47/+87 |
2019-08-08 | tcp: cleanup timers | Florin Coras | 1 | -53/+1 |
2019-08-02 | tcp: add more connection stats | Florin Coras | 1 | -0/+24 |
2019-07-26 | session tcp: handle rxt and acks as custom events | Florin Coras | 1 | -10/+1 |
2019-07-25 | session: add transport deleted state | Florin Coras | 1 | -1/+0 |
2019-07-23 | tcp: generate closed notifications whenever tcp closes | Florin Coras | 1 | -1/+4 |
2019-07-12 | session: add thread index to all formatters | Aloys Augustin | 1 | -0/+2 |
2019-06-27 | tcp: Setup initial CWND as configured | Vladimir Kropylev | 1 | -0/+4 |
2019-06-27 | session: Add transport vft protocol options | Nathan Skrzypczak | 1 | -2/+4 |
2019-06-25 | tcp: delivery rate estimator | Florin Coras | 1 | -0/+6 |
2019-06-11 | tcp: allow registration of new cc algo types | Florin Coras | 1 | -1/+9 |
2019-06-07 | tcp: add cc cleanup function | Florin Coras | 1 | -25/+33 |
2019-06-03 | ARP: add feature arc | Neale Ranns | 1 | -8/+6 |
2019-04-05 | tcp: do not delete session on establish pop | Florin Coras | 1 | -14/+16 |