Age | Commit message (Expand) | Author | Files | Lines |
2020-12-21 | tcp: terminate options with nops |  Florin Coras | 1 | -8/+4 |
2020-12-14 | misc: move to new pool_foreach macros |  Damjan Marion | 1 | -2/+2 |
2020-11-25 | tcp: enable lc if any other debug option enabled |  Florin Coras | 2 | -11/+34 |
2020-11-12 | tcp: push last buffered sequence |  Florin Coras | 2 | -6/+7 |
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-28 | misc: Break the big IP header files to improve compile time |  Neale Ranns | 1 | -0/+2 |
2020-10-26 | tcp: byte tracker fix |  Ryujiro Shibuya | 1 | -1/+5 |
2020-10-23 | tcp: remove snd_una_max |  Florin Coras | 7 | -22/+15 |
2020-10-23 | tcp: remove force retransmit timer update |  Florin Coras | 2 | -17/+8 |
2020-10-23 | tcp: remove delack time config |  Florin Coras | 2 | -4/+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 | 2 | -15/+17 |
2020-10-21 | gso: remove dependency on tcp proto implementation |  Florin Coras | 2 | -1/+1 |
2020-10-13 | tcp: fix bt acked_sacked on recovery |  Florin Coras | 1 | -2/+3 |
2020-10-13 | tcp: fix listener trace coverity warning |  Florin Coras | 1 | -6/+2 |
2020-10-12 | tcp: use 100us timer resolution |  Florin Coras | 1 | -4/+4 |
2020-10-12 | tcp: fix connection reuse with no listener |  Florin Coras | 1 | -0/+6 |
2020-10-08 | tcp: treat pending timers as active |  Florin Coras | 3 | -3/+4 |
2020-10-08 | tcp: custom geometry for timer wheel |  Florin Coras | 4 | -25/+82 |
2020-09-24 | session tcp udp tls quic: improve cli formatting |  Florin Coras | 2 | -4/+6 |
2020-09-16 | tcp: make max gso packet size configurable |  Simon Zhang | 3 | -2/+8 |
2020-09-02 | tcp: fix connection refused error |  Florin Coras | 1 | -1/+1 |
2020-08-20 | tcp: track reorder with sacks |  Florin Coras | 6 | -38/+61 |
2020-08-06 | misc: harmonize names |  Dave Barach | 1 | -14/+15 |
2020-08-03 | tcp: improve timestamp rtt accuracy |  Florin Coras | 6 | -43/+38 |
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 | 6 | -42/+10 |
2020-07-07 | tcp: round down rcv wnd even if avoiding retraction |  Florin Coras | 1 | -13/+9 |
2020-07-02 | tcp: fix coverity warning |  Florin Coras | 1 | -2/+2 |
2020-07-02 | tcp: cli to dump half-open connections |  Florin Coras | 1 | -0/+104 |
2020-06-30 | tcp: avoid rcv wnd more than RX fifo can enqueue |  Ryujiro Shibuya | 1 | -7/+6 |
2020-06-08 | tcp: improve rtt estimation with rate sampling |  Florin Coras | 1 | -18/+29 |
2020-05-25 | tcp: fix sack block validation on wrap |  Florin Coras | 1 | -1/+3 |
2020-05-24 | tcp: track buffer alloc failures |  Florin Coras | 2 | -3/+21 |
2020-05-15 | misc: removed executable bits from source files |  Ray Kinsella | 2 | -0/+0 |
2020-05-14 | tcp: fix bogus time update due to missing cast |  Florin Coras | 1 | -1/+2 |
2020-05-12 | tcp: avoid rcv wnd less than mss |  Florin Coras | 1 | -6/+4 |
2020-05-04 | tcp: fix max tx sack blocks upper bound |  Florin Coras | 1 | -1/+1 |
2020-04-30 | tcp: fix v6 ll lookup fib |  Florin Coras | 1 | -1/+1 |
2020-04-28 | vlib: add ASSERT to vlib_time_now(...) |  Dave Barach | 1 | -1/+2 |
2020-04-28 | tcp: remove sack reneging verbose logging |  Florin Coras | 1 | -2/+0 |
2020-04-22 | tcp: avoid bt sample access after possible pool realloc |  Florin Coras | 1 | -6/+6 |
2020-04-22 | tcp: fix use-after-free |  Benoît Ganne | 1 | -1/+5 |