Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-10-08 | tcp: rate sample for persist segments |  Florin Coras | 1 | -0/+6 |
2019-10-01 | session: fix use-after-free |  Benoît Ganne | 1 | -1/+1 |
2019-09-25 | tcp: use sacks for timer based recovery |  Florin Coras | 7 | -277/+311 |
2019-09-25 | session: fix cleanup in closing states |  Florin Coras | 1 | -0/+2 |
2019-09-23 | tcp: fix unformat cwnd multiplier |  Florin Coras | 1 | -16/+18 |
2019-09-20 | tcp: refactor congestion event handling |  Florin Coras | 1 | -40/+36 |
2019-09-18 | tcp: compute snd time for rate sample |  Florin Coras | 2 | -6/+11 |
2019-09-16 | tcp: use rate sample rtt in recovery if possible |  Florin Coras | 1 | -6/+14 |
2019-09-12 | tcp: cleanup scoreboard after recovery |  Florin Coras | 1 | -0/+7 |
2019-09-11 | tcp: handle sack reneging |  Florin Coras | 3 | -92/+126 |
2019-09-10 | tcp: enable gso in tcp hoststack |  Simon Zhang | 4 | -0/+83 |
2019-09-10 | tcp: validate connections in output |  Florin Coras | 1 | -9/+46 |
2019-09-04 | session: improve cli |  Florin Coras | 1 | -0/+2 |
2019-09-04 | tcp: cc algos handle cwnd on congestion signal |  Florin Coras | 3 | -12/+11 |
2019-09-03 | tcp: send rwnd update only if wnd is large enough |  Florin Coras | 3 | -7/+15 |
2019-09-02 | ipsec ip tcp l2: multiarch nodes cannot be declared as static |  Damjan Marion | 1 | -2/+2 |
2019-08-31 | tcp: fix rx min/max fifo size parsing |  Florin Coras | 1 | -13/+14 |
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 | 3 | -43/+48 |
2019-08-30 | tcp: track zero rwnd errors |  Florin Coras | 2 | -1/+9 |
2019-08-23 | tcp: fix byte tracker samples flush |  Florin Coras | 1 | -0/+1 |