Age | Commit message (Expand) | Author | Files | Lines |
2020-10-23 | tcp: remove snd_una_max | Florin Coras | 1 | -1/+0 |
2020-10-23 | tcp: remove delack time config | Florin Coras | 1 | -1/+0 |
2020-10-22 | tcp: no send space in timer recovery | Florin Coras | 1 | -1/+4 |
2020-10-21 | tcp: updating time constans as timer tick changed | Ryujiro Shibuya | 1 | -8/+10 |
2020-10-08 | tcp: treat pending timers as active | Florin Coras | 1 | -1/+1 |
2020-10-08 | tcp: custom geometry for timer wheel | Florin Coras | 1 | -17/+5 |
2020-09-24 | session tcp udp tls quic: improve cli formatting | Florin Coras | 1 | -2/+3 |
2020-09-16 | tcp: make max gso packet size configurable | Simon Zhang | 1 | -1/+2 |
2020-08-20 | tcp: track reorder with sacks | Florin Coras | 1 | -6/+10 |
2020-08-03 | tcp: improve timestamp rtt accuracy | Florin Coras | 1 | -6/+1 |
2020-07-23 | tcp: track pending timers | Florin Coras | 1 | -1/+8 |
2020-04-28 | vlib: add ASSERT to vlib_time_now(...) | Dave Barach | 1 | -1/+2 |
2020-04-17 | tcp: cubic as default cc algorithm | Florin Coras | 1 | -1/+1 |
2020-04-17 | session tcp: track half open in app wrk | Florin Coras | 1 | -2/+16 |
2020-04-15 | tcp: allow local port sharing if 5-tuple available | Florin Coras | 1 | -1/+14 |
2020-04-03 | session: improve error reporting | Florin Coras | 1 | -5/+2 |
2020-04-02 | tcp: explicit use of timer wheel in timer apis | Florin Coras | 1 | -17/+28 |
2020-04-02 | tcp: move features to separate files | Florin Coras | 1 | -1052/+1 |
2020-03-30 | tcp: reuse session infra for syns and resets | Florin Coras | 1 | -25/+19 |
2020-03-25 | session: api to add new transport types | Florin Coras | 1 | -0/+2 |
2020-03-19 | tcp: move accept init to separate reusable function | Florin Coras | 1 | -0/+45 |
2020-03-19 | tcp: force deschedule if no send space available | Florin Coras | 1 | -8/+8 |
2020-03-19 | session tcp udp: consolidate transport snd apis | Florin Coras | 1 | -37/+28 |
2020-03-10 | tcp: protect against forced cleanups | Florin Coras | 1 | -0/+2 |
2020-02-25 | tcp: handle cleanups without timers | Florin Coras | 1 | -25/+60 |
2020-02-24 | tcp: dynamic max timers per loop | Florin Coras | 1 | -3/+19 |
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 |