Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-02-20 | tcp: fix coverity warning in bt | Florin Coras | 1 | -1/+1 |
2020-02-19 | tcp: fix syn-sent reset | Florin Coras | 1 | -2/+2 |
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 | 3 | -158/+168 |
2020-02-14 | tcp: reset fin-wait-2 timeout connections | Florin Coras | 2 | -0/+9 |
2020-02-14 | tcp: improve reset generation in reset node | Florin Coras | 2 | -57/+41 |
2020-02-14 | tcp: minimal set of worker stats | Florin Coras | 4 | -7/+115 |
2020-02-12 | tcp: improve invalid packet handling in syn-rcvd | Florin Coras | 1 | -3/+6 |
2020-02-12 | tcp: move connections to wrk ctx | Florin Coras | 2 | -47/+47 |
2020-02-12 | tcp: postpone rst handling | Florin Coras | 3 | -71/+133 |
2020-02-11 | tcp: fix input error counters | Florin Coras | 1 | -17/+30 |
2020-02-10 | tcp: add option to avoid endpoint cleanup | Florin Coras | 2 | -2/+4 |
2020-01-28 | session tcp: fix packet tracing | Florin Coras | 4 | -11/+13 |
2020-01-16 | tcp: fix rxt delivered without sacks | Florin Coras | 1 | -1/+1 |
2020-01-16 | tcp: fix listen node coverity warning | Florin Coras | 1 | -11/+12 |
2020-01-15 | tcp: fix tcp check tx offload issue | Simon Zhang | 1 | -2/+6 |
2020-01-14 | tcp: handle ack advancement with no holes and reneging | Florin Coras | 1 | -1/+1 |
2020-01-10 | docs: Edit FEATURE.yaml files so they can be published | John DeNisco | 1 | -2/+2 |
2020-01-09 | tcp: fix persist assert | Florin Coras | 1 | -4/+1 |
2020-01-08 | tcp: fix scoreboard assert | Florin Coras | 1 | -1/+1 |
2020-01-08 | tcp: fix last sacked with no holes | Florin Coras | 1 | -0/+2 |