aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/tcp/tcp_input.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-15tcp: fix tcp check tx offload issueSimon Zhang1-2/+6
2020-01-14tcp: handle ack advancement with no holes and renegingFlorin Coras1-1/+1
2020-01-08tcp: fix scoreboard assertFlorin Coras1-1/+1
2020-01-08tcp: fix last sacked with no holesFlorin Coras1-0/+2
2020-01-07tcp: fix duplicate sack whith renegingFlorin Coras1-6/+9
2020-01-03tcp: fix rate samples for old acksFlorin Coras1-2/+24
2019-12-27tcp: validate port reuseFlorin Coras1-3/+8
2019-12-27tcp: Enable TCP timewait port useYu Ping1-1/+40
2019-12-23tcp: accept sack reneging as a cc eventFlorin Coras1-4/+4
2019-11-20session tcp: support pacer idle timeoutsFlorin Coras1-40/+19
2019-11-11tcp: improve lost rxt heuristicFlorin Coras1-32/+42
2019-11-08tcp: fix ip check in lookup validationFlorin Coras1-11/+17
2019-11-07tcp: fix retransmit with no sacksFlorin Coras1-2/+5
2019-11-06tcp: validate the IP address while checking TCP connectionSrikanth Akula1-9/+31
2019-11-05session tcp: refactor pacer timeFlorin Coras1-3/+1
2019-11-05tcp: correct validity check return valueRyujiro Shibuya1-0/+1
2019-10-29tcp: correct tcp connection lookup conditionRyujiro Shibuya1-7/+10
2019-10-23tcp: fix sack retransmit beyond snd_nxtFlorin Coras1-0/+6
2019-10-17tcp: avoid sending acks when data availableFlorin Coras1-1/+4
2019-10-17tcp: fix mss flag in option parsingFlorin Coras1-1/+1
2019-10-16tcp: avoid head retransmit if scoreboard has no holesFlorin Coras1-2/+0
2019-10-11tcp: refactor flags into cfg and conn flagsFlorin Coras1-7/+9
2019-10-10tcp: improve pacing after idle send periodsFlorin Coras1-22/+39
2019-10-10tcp: retry lost retransmitsFlorin Coras1-132/+118
2019-09-25tcp: use sacks for timer based recoveryFlorin Coras1-145/+141
2019-09-20tcp: refactor congestion event handlingFlorin Coras1-40/+36
2019-09-16tcp: use rate sample rtt in recovery if possibleFlorin Coras1-6/+14
2019-09-12tcp: cleanup scoreboard after recoveryFlorin Coras1-0/+7
2019-09-11tcp: handle sack renegingFlorin Coras1-88/+120
2019-09-10tcp: enable gso in tcp hoststackSimon Zhang1-0/+37
2019-09-04tcp: cc algos handle cwnd on congestion signalFlorin Coras1-12/+1
2019-08-30tcp: track zero rwnd errorsFlorin Coras1-0/+7
2019-08-21tcp: add option for always on event loggingFlorin Coras1-33/+31
2019-08-19tcp: set cc_algo on connection allocFlorin Coras1-5/+2
2019-08-14tcp: extend protocol configurationFlorin Coras1-15/+18
2019-08-12tcp: handle fin+rst+syn in closing stateFlorin Coras1-0/+2
2019-08-08tcp: 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
2019-06-25tcp: delivery rate estimatorFlorin Coras1-12/+17
2019-06-17session: use listener_handle instead of listener_indexNathan Skrzypczak1-1/+1