Age | Commit message (Expand) | Author | Files | Lines |
2024-08-01 | tcp: add establish timer pops to stats |  Aritra Basu | 1 | -0/+4 |
2024-06-14 | tcp: make syn-rcvd timeout configurable |  Florin Coras | 1 | -1/+1 |
2024-03-26 | tcp: avoid fr segments less than mss if possible |  Florin Coras | 1 | -1/+5 |
2024-03-12 | misc: remove GNU Indent directives |  Damjan Marion | 1 | -8/+0 |
2024-02-26 | tcp: fix fin retransmit when out of buffers |  Florin Coras | 1 | -4/+3 |
2023-11-29 | tcp: fix rxt send of new data assert |  Florin Coras | 1 | -2/+1 |
2023-11-28 | tcp: allow unsent segments less than mss in recovery |  Florin Coras | 1 | -3/+7 |
2023-11-27 | tcp: allow multiple rxt rescues during recovery |  Florin Coras | 1 | -2/+2 |
2023-11-07 | misc: silence -Wmaybe-uninitialized warnings |  Jieqiang Wang | 1 | -1/+1 |
2023-11-02 | tcp: fix reset w pkt |  Florin Coras | 1 | -24/+3 |
2023-10-16 | tcp: initialize connection index on rst w packet |  Florin Coras | 1 | -0/+1 |
2023-02-25 | tcp: fix error counters |  Filip Tehlar | 1 | -3/+7 |
2022-12-07 | tcp: avoid retransmit head with no data |  Florin Coras | 1 | -1/+1 |
2022-04-12 | tcp: limit persist segment size if window available |  Florin Coras | 1 | -1/+3 |
2022-01-12 | session: pass tx buffers in bulk to transports |  Florin Coras | 1 | -4/+33 |
2022-01-10 | session: deschedule sessions with no data to send |  Florin Coras | 1 | -1/+0 |
2022-01-06 | tcp: mark lost first sack hole on timeout |  Florin Coras | 1 | -1/+4 |
2022-01-06 | tcp: cast timer ticks to u32 |  Florin Coras | 1 | -2/+2 |
2021-11-08 | tcp: refactor reset node |  Florin Coras | 1 | -49/+71 |
2021-11-06 | tcp: fix reset with packet ack number |  Florin Coras | 1 | -0/+1 |
2021-11-06 | tcp: in place tcp header for buffer resets |  Florin Coras | 1 | -2/+2 |
2021-11-03 | tcp: make buffer reset function public |  Florin Coras | 1 | -32/+27 |
2021-11-02 | tcp: fix uninitializad value |  Damjan Marion | 1 | -1/+1 |
2021-10-06 | tcp: fix severity info |  Filip Tehlar | 1 | -6/+6 |
2021-09-13 | tcp session: initialize sw_if_index at connect time |  Florin Coras | 1 | -1/+1 |
2021-07-06 | tcp: use tcp output for half open connections |  Florin Coras | 1 | -39/+12 |
2021-06-29 | tcp: add ACK flag to RST packet |  liuyacan | 1 | -1/+1 |
2021-06-15 | tcp: prevent timer handler being called frequently |  liuyacan | 1 | -6/+12 |
2021-05-01 | vlib: refactor trajectory trace debug feature |  Benoît Ganne | 1 | -6/+1 |
2021-04-20 | tcp: req app deq notification on fifo full |  Florin Coras | 1 | -1/+4 |
2021-04-05 | tcp: time infra improvements |  Florin Coras | 1 | -3/+3 |
2021-02-15 | vlib: refactor checksum offload support |  Mohsin Kazmi | 1 | -1/+1 |
2020-11-12 | tcp: push last buffered sequence |  Florin Coras | 1 | -0/+7 |
2020-10-28 | misc: Break the big IP header files to improve compile time |  Neale Ranns | 1 | -0/+2 |
2020-10-23 | tcp: remove snd_una_max |  Florin Coras | 1 | -7/+3 |
2020-10-23 | tcp: remove force retransmit timer update |  Florin Coras | 1 | -9/+8 |
2020-08-20 | tcp: track reorder with sacks |  Florin Coras | 1 | -0/+1 |
2020-07-23 | tcp: track pending timers |  Florin Coras | 1 | -11/+0 |
2020-07-07 | tcp: round down rcv wnd even if avoiding retraction |  Florin Coras | 1 | -13/+9 |
2020-06-30 | tcp: avoid rcv wnd more than RX fifo can enqueue |  Ryujiro Shibuya | 1 | -7/+6 |
2020-05-24 | tcp: track buffer alloc failures |  Florin Coras | 1 | -3/+20 |
2020-05-12 | tcp: avoid rcv wnd less than mss |  Florin Coras | 1 | -6/+4 |
2020-04-09 | tcp: avoid regrabing error node in input and output |  Florin Coras | 1 | -13/+8 |
2020-04-04 | session tls: support tls descheduling |  Florin Coras | 1 | -6/+5 |
2020-04-03 | session: improve error reporting |  Florin Coras | 1 | -1/+1 |
2020-04-02 | tcp: explicit use of timer wheel in timer apis |  Florin Coras | 1 | -23/+21 |
2020-04-02 | tcp: move features to separate files |  Florin Coras | 1 | -86/+3 |
2020-03-30 | tcp: reuse session infra for syns and resets |  Florin Coras | 1 | -43/+11 |
2020-03-25 | tcp: avoid updating rcv wnd in resets |  Florin Coras | 1 | -3/+1 |
2020-03-19 | tcp: force deschedule if no send space available |  Florin Coras | 1 | -1/+3 |