Age | Commit message (Expand) | Author | Files | Lines |
2020-08-12 | tcp: fix rxt delivered without sacks |  Florin Coras | 1 | -1/+1 |
2020-08-12 | tcp: fix tcp check tx offload issue |  Simon Zhang | 1 | -2/+6 |
2020-08-12 | tcp: handle ack advancement with no holes and reneging |  Florin Coras | 1 | -1/+1 |
2020-08-12 | tcp: fix scoreboard assert |  Florin Coras | 1 | -1/+1 |
2020-08-12 | tcp: fix last sacked with no holes |  Florin Coras | 1 | -0/+2 |
2020-08-12 | tcp: fix duplicate sack whith reneging |  Florin Coras | 1 | -6/+9 |
2020-08-12 | tcp: fix rate samples for old acks |  Florin Coras | 1 | -2/+24 |
2020-08-12 | tcp: accept sack reneging as a cc event |  Florin Coras | 1 | -4/+4 |
2020-02-06 | tcp: improve lost rxt heuristic |  Florin Coras | 1 | -32/+42 |
2019-12-03 | tcp: fix ip check in lookup validation |  Florin Coras | 1 | -11/+17 |
2019-11-28 | tcp: validate the IP address while checking TCP connection |  Srikanth Akula | 1 | -9/+31 |
2019-11-28 | session tcp: refactor pacer time |  Florin Coras | 1 | -3/+1 |
2019-11-18 | tcp: correct validity check return value |  Ryujiro Shibuya | 1 | -0/+1 |
2019-11-12 | tcp: fix retransmit with no sacks |  Florin Coras | 1 | -2/+5 |
2019-11-05 | tcp: avoid sending acks when data available |  Florin Coras | 1 | -1/+4 |
2019-10-31 | tcp: correct tcp connection lookup condition |  Ryujiro Shibuya | 1 | -7/+10 |
2019-10-31 | tcp: fix sack retransmit beyond snd_nxt |  Florin Coras | 1 | -0/+6 |
2019-10-31 | tcp: avoid head retransmit if scoreboard has no holes |  Florin Coras | 1 | -2/+0 |
2019-10-29 | tcp: fix mss flag in option parsing |  Florin Coras | 1 | -1/+1 |
2019-10-29 | tcp: refactor flags into cfg and conn flags |  Florin Coras | 1 | -7/+9 |
2019-10-29 | tcp: improve pacing after idle send periods |  Florin Coras | 1 | -22/+39 |
2019-10-27 | tcp: retry lost retransmits |  Florin Coras | 1 | -132/+118 |
2019-10-02 | tcp: use sacks for timer based recovery |  Florin Coras | 1 | -145/+141 |
2019-09-30 | tcp: refactor congestion event handling |  Florin Coras | 1 | -40/+36 |
2019-09-29 | tcp: use rate sample rtt in recovery if possible |  Florin Coras | 1 | -6/+14 |
2019-09-29 | tcp: cleanup scoreboard after recovery |  Florin Coras | 1 | -0/+7 |
2019-09-29 | tcp: handle sack reneging |  Florin Coras | 1 | -88/+120 |
2019-09-29 | tcp: enable gso in tcp hoststack |  Simon Zhang | 1 | -0/+37 |
2019-09-29 | tcp: cc algos handle cwnd on congestion signal |  Florin Coras | 1 | -12/+1 |
2019-09-28 | tcp: track zero rwnd errors |  Florin Coras | 1 | -0/+7 |
2019-09-24 | tcp: add option for always on event logging |  Florin Coras | 1 | -33/+31 |
2019-09-20 | tcp: set cc_algo on connection alloc |  Florin Coras | 1 | -5/+2 |
2019-08-14 | tcp: extend protocol configurationv19.08-rc2 |  Florin Coras | 1 | -15/+18 |
2019-08-12 | tcp: handle fin+rst+syn in closing state |  Florin Coras | 1 | -0/+2 |
2019-08-09 | tcp: cleanup timers |  Florin Coras | 1 | -3/+0 |
2019-08-02 | tcp: add more connection stats |  Florin Coras | 1 | -0/+14 |
2019-07-26 | session tcp: handle rxt and acks as custom events |  Florin Coras | 1 | -92/+17 |
2019-07-23 | tcp: generate closed notifications whenever tcp closes |  Florin Coras | 1 | -0/+2 |
2019-07-17 | tcp: add node with no 6-tuple lookup |  Vladimir Kropylev | 1 | -22/+96 |
2019-07-15 | session: allow transports to generate closed notifications |  Florin Coras | 1 | -0/+2 |
2019-07-09 | tcp: track last lost bytes in sack sb |  Florin Coras | 1 | -3/+9 |
2019-07-05 | tcp: timestamp adjustment |  Vladimir Kropylev | 1 | -1/+1 |
2019-07-05 | tcp: add cc algo undo recovery notification |  Florin Coras | 1 | -18/+9 |
2019-07-05 | tcp: add loss signal to cc algo |  Florin Coras | 1 | -5/+16 |
2019-06-28 | tcp: reject out-of-order fins |  Florin Coras | 1 | -0/+4 |
2019-06-28 | tcp: fix close-waiting check for outstanding tx data |  Florin Coras | 1 | -1/+2 |
2019-06-25 | tcp: delivery rate estimator |  Florin Coras | 1 | -12/+17 |
2019-06-17 | session: use listener_handle instead of listener_index |  Nathan Skrzypczak | 1 | -1/+1 |
2019-06-13 | tcp: fix tcp_do_fastretransmits failure. |  Guoao Sun | 1 | -0/+2 |
2019-06-12 | tcp: better estimate snd space for rxt with no sacks |  Florin Coras | 1 | -2/+0 |