aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/tcp/tcp_input.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-13tcp: count dupacks with no sacksFlorin Coras1-1/+2
2020-08-12tcp: remove useless predictionSimon Zhang1-3/+1
2020-08-12tcp: fix input error countersFlorin Coras1-17/+30
2020-08-12session tcp: fix packet tracingFlorin Coras1-4/+4
2020-08-12tcp: fix rxt delivered without sacksFlorin Coras1-1/+1
2020-08-12tcp: fix tcp check tx offload issueSimon Zhang1-2/+6
2020-08-12tcp: handle ack advancement with no holes and renegingFlorin Coras1-1/+1
2020-08-12tcp: fix scoreboard assertFlorin Coras1-1/+1
2020-08-12tcp: fix last sacked with no holesFlorin Coras1-0/+2
2020-08-12tcp: fix duplicate sack whith renegingFlorin Coras1-6/+9
2020-08-12tcp: fix rate samples for old acksFlorin Coras1-2/+24
2020-08-12tcp: accept sack reneging as a cc eventFlorin Coras1-4/+4
2020-02-06tcp: improve lost rxt heuristicFlorin Coras1-32/+42
2019-12-03tcp: fix ip check in lookup validationFlorin Coras1-11/+17
2019-11-28tcp: validate the IP address while checking TCP connectionSrikanth Akula1-9/+31
2019-11-28session tcp: refactor pacer timeFlorin Coras1-3/+1
2019-11-18tcp: correct validity check return valueRyujiro Shibuya1-0/+1
2019-11-12tcp: fix retransmit with no sacksFlorin Coras1-2/+5
2019-11-05tcp: avoid sending acks when data availableFlorin Coras1-1/+4
2019-10-31tcp: correct tcp connection lookup conditionRyujiro Shibuya1-7/+10
2019-10-31tcp: fix sack retransmit beyond snd_nxtFlorin Coras1-0/+6
2019-10-31tcp: avoid head retransmit if scoreboard has no holesFlorin Coras1-2/+0
2019-10-29tcp: fix mss flag in option parsingFlorin Coras1-1/+1
2019-10-29tcp: refactor flags into cfg and conn flagsFlorin Coras1-7/+9
2019-10-29tcp: improve pacing after idle send periodsFlorin Coras1-22/+39
2019-10-27tcp: retry lost retransmitsFlorin Coras1-132/+118
2019-10-02tcp: use sacks for timer based recoveryFlorin Coras1-145/+141
2019-09-30tcp: refactor congestion event handlingFlorin Coras1-40/+36
2019-09-29tcp: use rate sample rtt in recovery if possibleFlorin Coras1-6/+14
2019-09-29tcp: cleanup scoreboard after recoveryFlorin Coras1-0/+7
2019-09-29tcp: handle sack renegingFlorin Coras1-88/+120
2019-09-29tcp: enable gso in tcp hoststackSimon Zhang1-0/+37
2019-09-29tcp: cc algos handle cwnd on congestion signalFlorin Coras1-12/+1
2019-09-28tcp: track zero rwnd errorsFlorin Coras1-0/+7
2019-09-24tcp: add option for always on event loggingFlorin Coras1-33/+31
2019-09-20tcp: set cc_algo on connection allocFlorin Coras1-5/+2
2019-08-14tcp: extend protocol configurationv19.08-rc2Florin Coras1-15/+18
2019-08-12tcp: handle fin+rst+syn in closing stateFlorin Coras1-0/+2
2019-08-09tcp: cleanup timersFlorin Coras1-3/+0
2019-08-02tcp: add more connection statsFlorin Coras1-0/+14
2019-07-26session tcp: handle rxt and acks as custom eventsFlorin Coras1-92/+17
2019-07-23tcp: generate closed notifications whenever tcp closesFlorin Coras1-0/+2
2019-07-17tcp: add node with no 6-tuple lookupVladimir Kropylev1-22/+96
2019-07-15session: allow transports to generate closed notificationsFlorin Coras1-0/+2
2019-07-09tcp: track last lost bytes in sack sbFlorin Coras1-3/+9
2019-07-05tcp: timestamp adjustmentVladimir Kropylev1-1/+1
2019-07-05tcp: add cc algo undo recovery notificationFlorin Coras1-18/+9
2019-07-05tcp: add loss signal to cc algoFlorin Coras1-5/+16
2019-06-28tcp: reject out-of-order finsFlorin Coras1-0/+4
2019-06-28tcp: fix close-waiting check for outstanding tx dataFlorin Coras1-1/+2