Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-03-19 | session tcp udp: consolidate transport snd apis |  Florin Coras | 1 | -2/+8 |
2020-03-19 | tcp: count dupacks with no sacks |  Florin Coras | 1 | -0/+1 |
2020-02-25 | tcp: handle cleanups without timers |  Florin Coras | 1 | -2/+2 |
2020-02-18 | tcp: pace timer handling |  Florin Coras | 1 | -49/+10 |
2020-02-14 | tcp: improve reset generation in reset node |  Florin Coras | 1 | -52/+40 |
2020-02-14 | tcp: minimal set of worker stats |  Florin Coras | 1 | -0/+4 |
2020-01-28 | session tcp: fix packet tracing |  Florin Coras | 1 | -6/+7 |
2020-01-09 | tcp: fix persist assert |  Florin Coras | 1 | -4/+1 |
2019-12-06 | tcp: fix tail rescue with sacks |  Florin Coras | 1 | -5/+7 |
2019-11-25 | tcp: invalidate expired timer handles before dispatching |  Florin Coras | 1 | -16/+4 |
2019-11-21 | tcp: add no csum offload config option |  Florin Coras | 1 | -25/+11 |