Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-11-20 | session tcp: support pacer idle timeouts |  Florin Coras | 1 | -20/+5 |
2019-11-16 | tcp: close session on retransmit failure |  Florin Coras | 1 | -0/+1 |
2019-11-11 | tcp: improve lost rxt heuristic |  Florin Coras | 1 | -0/+5 |
2019-11-10 | tcp: avoid retransmits post reset |  Florin Coras | 1 | -0/+3 |
2019-11-07 | tcp: fix retransmit with no sacks |  Florin Coras | 1 | -7/+11 |
2019-11-06 | tcp: IPv6 flow label support |  Tarun Gupta | 1 | -6/+10 |
2019-11-05 | session tcp: refactor pacer time |  Florin Coras | 1 | -11/+3 |
2019-10-23 | tcp: improve rate samples for retansmitted segments |  Florin Coras | 1 | -8/+19 |
2019-10-23 | tcp: fix sack retransmit beyond snd_nxt |  Florin Coras | 1 | -2/+7 |
2019-10-17 | session tcp: infra for transports to send buffers |  Florin Coras | 1 | -56/+7 |
2019-10-17 | tcp: avoid sending acks when data available |  Florin Coras | 1 | -4/+19 |
2019-10-16 | tcp: avoid head retransmit if scoreboard has no holes |  Florin Coras | 1 | -1/+2 |
2019-10-11 | tcp: refactor flags into cfg and conn flags |  Florin Coras | 1 | -9/+9 |
2019-10-10 | tcp: improve pacing after idle send periods |  Florin Coras | 1 | -48/+65 |
2019-10-10 | tcp: retry lost retransmits |  Florin Coras | 1 | -5/+39 |
2019-10-10 | tcp: custom checksum calculations for Ipv4/Ipv6 |  Srikanth A | 1 | -22/+94 |
2019-10-10 | tcp: fix tso not work in single buffer issue |  Simon Zhang | 1 | -5/+8 |
2019-10-08 | tcp: rate sample for persist segments |  Florin Coras | 1 | -0/+6 |
2019-09-25 | tcp: use sacks for timer based recovery |  Florin Coras | 1 | -70/+118 |
2019-09-10 | tcp: enable gso in tcp hoststack |  Simon Zhang | 1 | -0/+28 |
2019-09-10 | tcp: validate connections in output |  Florin Coras | 1 | -9/+46 |
2019-09-03 | tcp: send rwnd update only if wnd is large enough |  Florin Coras | 1 | -7/+7 |
2019-08-30 | tcp: force zero window on full rx fifo |  Florin Coras | 1 | -1/+4 |
2019-08-30 | tcp: improve mss computation |  Florin Coras | 1 | -41/+5 |
2019-08-21 | tcp: add option for always on event logging |  Florin Coras | 1 | -19/+19 |