Age | Commit message (Expand) | Author | Files | Lines |
2025-02-14 | tcp: improve exception checks for established connections |  Florin Coras | 1 | -18/+39 |
2025-02-12 | tcp: rename worker ctx to just wrk |  Florin Coras | 1 | -3/+0 |
2024-11-11 | tcp: handle multiple syns in time-wait |  Florin Coras | 1 | -1/+1 |
2024-03-12 | misc: remove GNU Indent directives |  Damjan Marion | 1 | -24/+0 |
2024-02-17 | tcp: retransmit fins in last-ack |  Florin Coras | 1 | -1/+1 |
2023-11-28 | tcp: add counter for accepted connections |  Florin Coras | 1 | -1/+1 |
2023-11-01 | tcp: remove redundant ack checks |  Florin Coras | 1 | -18/+0 |
2023-11-01 | tcp: allow ooo data in syn-rcvd |  Florin Coras | 1 | -9/+0 |
2023-11-01 | tcp: postpone cleanup on connect failures |  Florin Coras | 1 | -2/+6 |
2023-10-16 | tcp: allow fins in syns in syn-rcvd |  Florin Coras | 1 | -7/+11 |
2023-10-16 | tcp: handle syn-ack in fin-wait-2 in rcv process |  Florin Coras | 1 | -0/+2 |
2023-08-09 | session: async rx event notifications |  Florin Coras | 1 | -13/+6 |
2023-06-08 | tcp: cleanup next nodes and drop logic |  Florin Coras | 1 | -136/+58 |
2023-04-20 | tcp: fix tcp packet trace |  Filip Tehlar | 1 | -38/+59 |
2023-03-06 | tcp: allow syns in closed state |  Florin Coras | 1 | -2/+3 |
2023-02-28 | tcp: add dispatch errors to counters |  Florin Coras | 1 | -9/+10 |
2023-02-25 | tcp: fix error counters |  Filip Tehlar | 1 | -41/+5 |
2022-08-30 | tcp: do not overcount ooo bytes |  Florin Coras | 1 | -1/+3 |
2022-04-04 | vppinfra: make _vec_len() read-only |  Damjan Marion | 1 | -3/+3 |
2022-03-15 | tcp: update error counters in listen node |  Florin Coras | 1 | -9/+7 |
2022-03-15 | tcp: update persist timer if data acked |  Florin Coras | 1 | -3/+7 |
2022-01-06 | tcp: update snd_congestion only during congestion |  Florin Coras | 1 | -9/+0 |
2022-01-06 | tcp: always exit recovery if not in fastrecovery |  Florin Coras | 1 | -3/+3 |
2022-01-06 | tcp: exit retransmit before processing feedback |  Florin Coras | 1 | -21/+17 |
2022-01-06 | tcp: use bytes delivered to compute cwnd |  Florin Coras | 1 | -2/+4 |
2022-01-05 | interface: refactor interface capabilities code |  Damjan Marion | 1 | -1/+1 |
2021-10-25 | tcp: fix: TCP timewait port reuse rfc compliance |  Michal Kalderon | 1 | -3/+77 |
2021-10-06 | tcp: fix severity info |  Filip Tehlar | 1 | -14/+14 |
2021-09-13 | tcp session: initialize sw_if_index at connect time |  Florin Coras | 1 | -1/+0 |
2021-07-06 | tcp: use main thread pool for half-opens |  Florin Coras | 1 | -1/+1 |
2021-05-05 | tcp: cleanup rcv-process and bulk buffer translation |  Florin Coras | 1 | -141/+160 |
2021-05-05 | tcp: cleanup listen node and bulk buffer translation |  Florin Coras | 1 | -41/+48 |
2021-05-05 | tcp: cleanup syn-sent and bulk buffer translation |  Florin Coras | 1 | -112/+124 |
2021-05-04 | tcp: cleanup established and bulk buffer translation |  Florin Coras | 1 | -29/+28 |
2021-04-23 | tcp: try to update sack list only if not empty |  Florin Coras | 1 | -1/+1 |
2021-04-14 | session tcp vcl: api to update connection attributes |  Florin Coras | 1 | -0/+6 |
2021-04-05 | tcp: time infra improvements |  Florin Coras | 1 | -4/+4 |
2021-03-19 | interface: add capabilities flags |  Mohsin Kazmi | 1 | -1/+1 |
2021-02-05 | tcp: fix port reuse with multiple listeners |  Florin Coras | 1 | -2/+11 |
2021-01-16 | tcp: remove bad assert |  Ivan Shvedunov | 1 | -5/+2 |
2020-11-12 | tcp: push last buffered sequence |  Florin Coras | 1 | -6/+0 |
2020-11-11 | tcp: validate fin seq in closing states |  Florin Coras | 1 | -0/+3 |
2020-11-10 | tcp: fix test for trailing bytes |  Florin Coras | 1 | -1/+1 |
2020-11-09 | session: delegate fifo ooo lookup init to transports |  Florin Coras | 1 | -0/+3 |
2020-11-05 | tcp: avoid consuming trailing bytes |  Florin Coras | 1 | -0/+4 |
2020-10-23 | tcp: remove snd_una_max |  Florin Coras | 1 | -3/+3 |
2020-10-13 | tcp: fix listener trace coverity warning |  Florin Coras | 1 | -6/+2 |
2020-10-12 | tcp: fix connection reuse with no listener |  Florin Coras | 1 | -0/+6 |
2020-09-02 | tcp: fix connection refused error |  Florin Coras | 1 | -1/+1 |
2020-08-20 | tcp: track reorder with sacks |  Florin Coras | 1 | -11/+2 |