aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/tcp
AgeCommit message (Expand)AuthorFilesLines
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
2019-09-30session: improve cliFlorin Coras1-0/+2
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 Coras3-92/+126
2019-09-29tcp: enable gso in tcp hoststackSimon Zhang4-0/+83
2019-09-29tcp: cc algos handle cwnd on congestion signalFlorin Coras3-12/+11
2019-09-29tcp: send rwnd update only if wnd is large enoughFlorin Coras3-7/+15
2019-09-29tcp: force zero window on full rx fifoFlorin Coras1-1/+4
2019-09-29tcp: validate connections in outputFlorin Coras1-9/+46
2019-09-29tcp: fix rx min/max fifo size parsingFlorin Coras1-13/+14
2019-09-29tcp: improve mss computationFlorin Coras3-43/+48
2019-09-28ipsec ip tcp l2: multiarch nodes cannot be declared as staticDamjan Marion1-2/+2
2019-09-28tcp: track zero rwnd errorsFlorin Coras2-1/+9
2019-09-25tcp: fix byte tracker samples flushFlorin Coras1-0/+1
2019-09-24tcp: add option for always on event loggingFlorin Coras6-184/+369
2019-09-21tcp: forward conn resets through tcp-outputFlorin Coras1-32/+20
2019-09-20session: add explicit reset apiFlorin Coras1-0/+13
2019-09-20tcp: set cc_algo on connection allocFlorin Coras3-6/+19
2019-09-20tcp: allow cc algos to set pacing rateFlorin Coras2-8/+15
2019-08-20tcp: default to debug disabledFlorin Coras1-1/+1