aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/tcp
AgeCommit message (Expand)AuthorFilesLines
2020-08-18tcp: avoid rcv wnd less than mssFlorin Coras1-6/+4
2020-08-13tcp: avoid bt sample access after possible pool reallocFlorin Coras1-6/+6
2020-08-13tcp: fix use-after-freeBenoît Ganne1-1/+5
2020-08-13tcp: count dupacks with no sacksFlorin Coras2-1/+3
2020-08-12tcp: remove useless predictionSimon Zhang1-3/+1
2020-08-12tcp: fix coverity warning in btFlorin Coras1-1/+1
2020-08-12tcp: fix input error countersFlorin Coras1-17/+30
2020-08-12session tcp: fix packet tracingFlorin Coras4-11/+13
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 persist assertFlorin Coras1-4/+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-08-12tcp: fix tail rescue with sacksFlorin Coras1-5/+7
2020-08-12tcp: invalidate expired timer handles before dispatchingFlorin Coras3-25/+29
2020-04-29vlib: add ASSERT to vlib_time_now(...)Dave Barach1-1/+2
2020-02-06tcp: improve lost rxt heuristicFlorin Coras3-34/+55
2019-12-03tcp: fix ip check in lookup validationFlorin Coras1-11/+17
2019-11-28tcp: close session on retransmit failureFlorin Coras1-0/+1
2019-11-28tcp: validate the IP address while checking TCP connectionSrikanth Akula1-9/+31
2019-11-28session tcp: refactor pacer timeFlorin Coras3-18/+6
2019-11-18tcp: avoid retransmits post resetFlorin Coras2-0/+6
2019-11-18tcp: correct validity check return valueRyujiro Shibuya1-0/+1
2019-11-18session tcp: infra for transports to send buffersFlorin Coras2-60/+7
2019-11-12tcp: fix retransmit with no sacksFlorin Coras3-10/+18
2019-11-05tcp: track lost rxt segments in byte trackerFlorin Coras2-0/+5
2019-11-05tcp: rx fifo size is u32Dave Wallace1-2/+18
2019-11-05tcp: avoid sending acks when data availableFlorin Coras3-5/+24
2019-10-31tcp: correct tcp connection lookup conditionRyujiro Shibuya1-7/+10
2019-10-31tcp: improve rate samples for retansmitted segmentsFlorin Coras3-77/+184
2019-10-31tcp: fix sack retransmit beyond snd_nxtFlorin Coras2-2/+13
2019-10-31tcp: Init cwnd from ssthresh.Sergey Ivanushkin2-2/+38
2019-10-31tcp: avoid head retransmit if scoreboard has no holesFlorin Coras2-3/+2
2019-10-29tcp: fix mss flag in option parsingFlorin Coras1-1/+1
2019-10-29tcp: refactor flags into cfg and conn flagsFlorin Coras4-31/+89
2019-10-29tcp: improve pacing after idle send periodsFlorin Coras3-70/+105
2019-10-27tcp: retry lost retransmitsFlorin Coras4-148/+179
2019-10-22tcp: fix tso not work in single buffer issueSimon Zhang2-6/+9
2019-10-18tcp: rate sample for persist segmentsFlorin Coras1-0/+6
2019-10-11session: fix use-after-freeBenoît Ganne1-1/+1
2019-10-10tcp: custom checksum calculations for Ipv4/Ipv6Srikanth A2-22/+97
2019-10-03session: fix cleanup in closing statesFlorin Coras1-0/+2
2019-10-02tcp: use sacks for timer based recoveryFlorin Coras7-277/+311
2019-09-30tcp: fix unformat cwnd multiplierFlorin Coras1-16/+18
2019-09-30tcp: refactor congestion event handlingFlorin Coras1-40/+36
2019-09-30tcp: compute snd time for rate sampleFlorin Coras2-6/+11