Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-08-03 | tcp: improve timestamp rtt accuracy |  Florin Coras | 1 | -22/+21 |
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 | 1 | -28/+0 |
2020-06-08 | tcp: improve rtt estimation with rate sampling |  Florin Coras | 1 | -18/+29 |
2020-05-15 | misc: removed executable bits from source files |  Ray Kinsella | 1 | -0/+0 |
2020-04-17 | session tcp: track half open in app wrk |  Florin Coras | 1 | -8/+10 |
2020-04-09 | tcp: avoid regrabing error node in input and output |  Florin Coras | 1 | -10/+8 |