Age | Commit message (Expand) | Author | Files | Lines |
2020-02-11 | tcp: fix input error counters |  Florin Coras | 1 | -17/+30 |
2020-02-10 | tcp: add option to avoid endpoint cleanup |  Florin Coras | 2 | -2/+4 |
2020-01-28 | session tcp: fix packet tracing |  Florin Coras | 4 | -11/+13 |
2020-01-16 | tcp: fix rxt delivered without sacks |  Florin Coras | 1 | -1/+1 |
2020-01-16 | tcp: fix listen node coverity warning |  Florin Coras | 1 | -11/+12 |
2020-01-15 | tcp: fix tcp check tx offload issue |  Simon Zhang | 1 | -2/+6 |
2020-01-14 | tcp: handle ack advancement with no holes and reneging |  Florin Coras | 1 | -1/+1 |
2020-01-10 | docs: Edit FEATURE.yaml files so they can be published |  John DeNisco | 1 | -2/+2 |
2020-01-09 | tcp: fix persist assert |  Florin Coras | 1 | -4/+1 |
2020-01-08 | tcp: fix scoreboard assert |  Florin Coras | 1 | -1/+1 |
2020-01-08 | tcp: fix last sacked with no holes |  Florin Coras | 1 | -0/+2 |
2020-01-07 | tcp: fix duplicate sack whith reneging |  Florin Coras | 1 | -6/+9 |
2020-01-03 | tcp: fix rate samples for old acks |  Florin Coras | 1 | -2/+24 |
2020-01-03 | tcp: api clenup |  Jakub Grajciar | 2 | -15/+25 |
2020-01-03 | tcp: add FEATURE.yaml |  Florin Coras | 1 | -0/+15 |
2019-12-27 | tcp: validate port reuse |  Florin Coras | 1 | -3/+8 |
2019-12-27 | tcp: Enable TCP timewait port use |  Yu Ping | 2 | -2/+44 |
2019-12-23 | tcp: accept sack reneging as a cc event |  Florin Coras | 1 | -4/+4 |
2019-12-17 | ip: Protocol Independent IP Neighbors |  Neale Ranns | 1 | -6/+4 |
2019-12-10 | api: multiple connections per process |  Dave Barach | 1 | -1/+1 |
2019-12-06 | tcp: fix tail rescue with sacks |  Florin Coras | 1 | -5/+7 |
2019-11-25 | tcp: honor cc pacing rate when resetting pacer |  Florin Coras | 1 | -2/+3 |
2019-11-25 | tcp: invalidate expired timer handles before dispatching |  Florin Coras | 3 | -25/+29 |
2019-11-21 | tcp: add no csum offload config option |  Florin Coras | 3 | -25/+20 |
2019-11-20 | session tcp: support pacer idle timeouts |  Florin Coras | 4 | -63/+30 |
2019-11-20 | session tcp: add opaque data to show cli |  Florin Coras | 1 | -0/+2 |
2019-11-16 | tcp: close session on retransmit failure |  Florin Coras | 1 | -0/+1 |
2019-11-11 | tcp: improve lost rxt heuristic |  Florin Coras | 3 | -34/+55 |
2019-11-10 | tcp: avoid retransmits post reset |  Florin Coras | 2 | -0/+6 |
2019-11-08 | tcp: fix ip check in lookup validation |  Florin Coras | 1 | -11/+17 |
2019-11-07 | tcp: fix retransmit with no sacks |  Florin Coras | 3 | -10/+18 |
2019-11-06 | tcp: validate the IP address while checking TCP connection |  Srikanth Akula | 1 | -9/+31 |
2019-11-06 | tcp: IPv6 flow label support |  Tarun Gupta | 2 | -6/+11 |
2019-11-05 | session tcp: refactor pacer time |  Florin Coras | 3 | -18/+6 |
2019-11-05 | tcp: correct validity check return value |  Ryujiro Shibuya | 1 | -0/+1 |
2019-10-31 | tcp: track lost rxt segments in byte tracker |  Florin Coras | 2 | -0/+5 |
2019-10-30 | tcp: rx fifo size is u32 |  Dave Wallace | 1 | -2/+18 |
2019-10-29 | tcp: correct tcp connection lookup condition |  Ryujiro Shibuya | 1 | -7/+10 |
2019-10-23 | tcp: improve rate samples for retansmitted segments |  Florin Coras | 3 | -77/+184 |
2019-10-23 | tcp: fix sack retransmit beyond snd_nxt |  Florin Coras | 2 | -2/+13 |
2019-10-17 | session tcp: infra for transports to send buffers |  Florin Coras | 2 | -60/+7 |
2019-10-17 | tcp: avoid sending acks when data available |  Florin Coras | 3 | -5/+24 |
2019-10-17 | tcp: Init cwnd from ssthresh. |  Sergey Ivanushkin | 2 | -2/+38 |
2019-10-17 | tcp: fix mss flag in option parsing |  Florin Coras | 1 | -1/+1 |
2019-10-16 | tcp: avoid head retransmit if scoreboard has no holes |  Florin Coras | 2 | -3/+2 |
2019-10-11 | tcp: refactor flags into cfg and conn flags |  Florin Coras | 4 | -31/+89 |
2019-10-10 | tcp: improve pacing after idle send periods |  Florin Coras | 3 | -70/+105 |
2019-10-10 | tcp: retry lost retransmits |  Florin Coras | 4 | -148/+179 |
2019-10-10 | tcp: custom checksum calculations for Ipv4/Ipv6 |  Srikanth A | 2 | -22/+97 |
2019-10-10 | tcp: fix tso not work in single buffer issue |  Simon Zhang | 2 | -6/+9 |