Age | Commit message (Expand) | Author | Files | Lines |
2022-02-10 | session: use transport endpoint cfg for listen | Florin Coras | 1 | -2/+2 |
2022-01-06 | tcp: update snd_congestion only during congestion | Florin Coras | 1 | -0/+4 |
2022-01-06 | tcp: cast timer ticks to u32 | Florin Coras | 1 | -1/+2 |
2021-12-23 | tcp: fix endpoint lookup failed caused by key uninitialized | Mercury | 1 | -0/+1 |
2021-10-27 | tcp: fix use of invalid local sw_if_index | Florin Coras | 1 | -1/+2 |
2021-10-25 | tcp: fix: TCP timewait port reuse rfc compliance | Michal Kalderon | 1 | -1/+7 |
2021-09-13 | tcp session: initialize sw_if_index at connect time | Florin Coras | 1 | -0/+1 |
2021-07-13 | tcp session: next node config on connects | Florin Coras | 1 | -0/+2 |
2021-07-06 | tcp: use main thread pool for half-opens | Florin Coras | 1 | -27/+23 |
2021-06-15 | tcp: prevent timer handler being called frequently | liuyacan | 1 | -0/+1 |
2021-06-12 | tcp: fix proto in port reuse check | Florin Coras | 1 | -2/+2 |
2021-05-14 | tcp: remove ho lock | Florin Coras | 1 | -9/+0 |
2021-05-12 | session: support half-close connection | liuyacan | 1 | -1/+25 |
2021-05-10 | session: use half-open sessions for vc establishment | Florin Coras | 1 | -3/+15 |
2021-04-20 | tcp: req app deq notification on fifo full | Florin Coras | 1 | -0/+22 |
2021-04-15 | tcp: support for rate sample attr flag | Florin Coras | 1 | -0/+14 |
2021-04-14 | session tcp vcl: api to update connection attributes | Florin Coras | 1 | -0/+96 |
2021-04-05 | tcp: time infra improvements | Florin Coras | 1 | -3/+3 |
2021-03-26 | vlib: introduce vlib_get_main_by_index(), vlib_get_n_threads() | Damjan Marion | 1 | -1/+1 |
2021-03-08 | tcp: account for option alignment in initial snd_mss | Florin Coras | 1 | -2/+3 |
2020-10-23 | tcp: remove snd_una_max | Florin Coras | 1 | -1/+0 |
2020-10-23 | tcp: remove delack time config | Florin Coras | 1 | -1/+0 |
2020-10-22 | tcp: no send space in timer recovery | Florin Coras | 1 | -1/+4 |
2020-10-21 | tcp: updating time constans as timer tick changed | Ryujiro Shibuya | 1 | -8/+10 |
2020-10-08 | tcp: treat pending timers as active | Florin Coras | 1 | -1/+1 |
2020-10-08 | tcp: custom geometry for timer wheel | Florin Coras | 1 | -17/+5 |
2020-09-24 | session tcp udp tls quic: improve cli formatting | Florin Coras | 1 | -2/+3 |
2020-09-16 | tcp: make max gso packet size configurable | Simon Zhang | 1 | -1/+2 |
2020-08-20 | tcp: track reorder with sacks | Florin Coras | 1 | -6/+10 |
2020-08-03 | tcp: improve timestamp rtt accuracy | Florin Coras | 1 | -6/+1 |
2020-07-23 | tcp: track pending timers | Florin Coras | 1 | -1/+8 |
2020-04-28 | vlib: add ASSERT to vlib_time_now(...) | Dave Barach | 1 | -1/+2 |
2020-04-17 | tcp: cubic as default cc algorithm | Florin Coras | 1 | -1/+1 |
2020-04-17 | session tcp: track half open in app wrk | Florin Coras | 1 | -2/+16 |
2020-04-15 | tcp: allow local port sharing if 5-tuple available | Florin Coras | 1 | -1/+14 |
2020-04-03 | session: improve error reporting | Florin Coras | 1 | -5/+2 |
2020-04-02 | tcp: explicit use of timer wheel in timer apis | Florin Coras | 1 | -17/+28 |
2020-04-02 | tcp: move features to separate files | Florin Coras | 1 | -1052/+1 |
2020-03-30 | tcp: reuse session infra for syns and resets | Florin Coras | 1 | -25/+19 |
2020-03-25 | session: api to add new transport types | Florin Coras | 1 | -0/+2 |
2020-03-19 | tcp: move accept init to separate reusable function | Florin Coras | 1 | -0/+45 |
2020-03-19 | tcp: force deschedule if no send space available | Florin Coras | 1 | -8/+8 |
2020-03-19 | session tcp udp: consolidate transport snd apis | Florin Coras | 1 | -37/+28 |
2020-03-10 | tcp: protect against forced cleanups | Florin Coras | 1 | -0/+2 |
2020-02-25 | tcp: handle cleanups without timers | Florin Coras | 1 | -25/+60 |
2020-02-24 | tcp: dynamic max timers per loop | Florin Coras | 1 | -3/+19 |
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 | 1 | -101/+147 |
2020-02-14 | tcp: reset fin-wait-2 timeout connections | Florin Coras | 1 | -0/+8 |