Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-01-07 | tcp: fix duplicate sack whith reneging |  Florin Coras | 1 | -6/+9 |
2020-01-03 | tcp: fix rate samples for old acks |  Florin Coras | 1 | -2/+24 |
2020-01-03 | tcp: api clenup |  Jakub Grajciar | 2 | -15/+25 |
2020-01-03 | tcp: add FEATURE.yaml |  Florin Coras | 1 | -0/+15 |
2019-12-27 | tcp: validate port reuse |  Florin Coras | 1 | -3/+8 |
2019-12-27 | tcp: Enable TCP timewait port use |  Yu Ping | 2 | -2/+44 |
2019-12-23 | tcp: accept sack reneging as a cc event |  Florin Coras | 1 | -4/+4 |
2019-12-17 | ip: Protocol Independent IP Neighbors |  Neale Ranns | 1 | -6/+4 |
2019-12-10 | api: multiple connections per process |  Dave Barach | 1 | -1/+1 |
2019-12-06 | tcp: fix tail rescue with sacks |  Florin Coras | 1 | -5/+7 |