Age | Commit message (Expand) | Author | Files | Lines |
2020-09-16 | tcp: make max gso packet size configurable | Simon Zhang | 3 | -2/+8 |
2020-09-02 | tcp: fix connection refused error | Florin Coras | 1 | -1/+1 |
2020-08-20 | tcp: track reorder with sacks | Florin Coras | 6 | -38/+61 |
2020-08-06 | misc: harmonize names | Dave Barach | 1 | -14/+15 |
2020-08-03 | tcp: improve timestamp rtt accuracy | Florin Coras | 6 | -43/+38 |
2020-07-30 | tcp: process syn in fin-wait-2 | Florin Coras | 1 | -0/+1 |
2020-07-29 | tcp: fix skipping RSTs in SYN_SENT state | Ivan Shvedunov | 1 | -0/+1 |
2020-07-29 | tcp: process syn in close-wait | Florin Coras | 1 | -0/+1 |
2020-07-27 | tcp: fix tcp_connection_cleanup() with uninitialized elog | Ivan Shvedunov | 1 | -3/+7 |
2020-07-24 | tcp: fix synack elog crash | Florin Coras | 1 | -2/+3 |
2020-07-23 | tcp: track pending timers | Florin Coras | 6 | -42/+10 |
2020-07-07 | tcp: round down rcv wnd even if avoiding retraction | Florin Coras | 1 | -13/+9 |
2020-07-02 | tcp: fix coverity warning | Florin Coras | 1 | -2/+2 |
2020-07-02 | tcp: cli to dump half-open connections | Florin Coras | 1 | -0/+104 |
2020-06-30 | tcp: avoid rcv wnd more than RX fifo can enqueue | Ryujiro Shibuya | 1 | -7/+6 |
2020-06-08 | tcp: improve rtt estimation with rate sampling | Florin Coras | 1 | -18/+29 |
2020-05-25 | tcp: fix sack block validation on wrap | Florin Coras | 1 | -1/+3 |
2020-05-24 | tcp: track buffer alloc failures | Florin Coras | 2 | -3/+21 |
2020-05-15 | misc: removed executable bits from source files | Ray Kinsella | 2 | -0/+0 |
2020-05-14 | tcp: fix bogus time update due to missing cast | Florin Coras | 1 | -1/+2 |
2020-05-12 | tcp: avoid rcv wnd less than mss | Florin Coras | 1 | -6/+4 |
2020-05-04 | tcp: fix max tx sack blocks upper bound | Florin Coras | 1 | -1/+1 |
2020-04-30 | tcp: fix v6 ll lookup fib | Florin Coras | 1 | -1/+1 |
2020-04-28 | vlib: add ASSERT to vlib_time_now(...) | Dave Barach | 1 | -1/+2 |
2020-04-28 | tcp: remove sack reneging verbose logging | Florin Coras | 1 | -2/+0 |
2020-04-22 | tcp: avoid bt sample access after possible pool realloc | Florin Coras | 1 | -6/+6 |
2020-04-22 | tcp: fix use-after-free | Benoît Ganne | 1 | -1/+5 |
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 | 2 | -10/+26 |
2020-04-15 | tcp: allow local port sharing if 5-tuple available | Florin Coras | 1 | -1/+14 |
2020-04-09 | tcp: avoid regrabing error node in input and output | Florin Coras | 2 | -23/+16 |
2020-04-07 | tcp: fix conf mtu parsing | Florin Coras | 1 | -3/+3 |
2020-04-04 | session tls: support tls descheduling | Florin Coras | 2 | -7/+6 |
2020-04-03 | session: improve error reporting | Florin Coras | 3 | -8/+7 |
2020-04-02 | tcp: explicit use of timer wheel in timer apis | Florin Coras | 6 | -171/+190 |
2020-04-02 | tcp: move features to separate files | Florin Coras | 16 | -2945/+3119 |
2020-04-02 | tcp: count zero wnd enqueue attempts | Florin Coras | 1 | -0/+4 |
2020-03-30 | tcp: reuse session infra for syns and resets | Florin Coras | 3 | -73/+38 |
2020-03-25 | session: api to add new transport types | Florin Coras | 1 | -0/+2 |
2020-03-25 | tcp: avoid updating rcv wnd in resets | Florin Coras | 1 | -3/+1 |
2020-03-23 | tcp: add lost and in flight to byte tracker | Florin Coras | 2 | -2/+15 |
2020-03-20 | tcp: avoid spurious retransmit attempt | Florin Coras | 1 | -4/+2 |
2020-03-19 | tcp: move accept init to separate reusable function | Florin Coras | 3 | -102/+107 |
2020-03-19 | tcp: force deschedule if no send space available | Florin Coras | 4 | -11/+25 |
2020-03-19 | session tcp udp: consolidate transport snd apis | Florin Coras | 4 | -40/+41 |
2020-03-19 | tcp: count dupacks with no sacks | Florin Coras | 2 | -1/+3 |
2020-03-10 | tcp: protect against forced cleanups | Florin Coras | 1 | -0/+2 |
2020-02-25 | tcp: handle cleanups without timers | Florin Coras | 4 | -36/+78 |
2020-02-24 | tcp: dynamic max timers per loop | Florin Coras | 2 | -3/+22 |
2020-02-22 | tcp: remove useless prediction | Simon Zhang | 1 | -3/+1 |