aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/tcp
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-16tcp: fix cc algo name parsingFlorin Coras1-1/+1
2019-08-14tcp: extend protocol configurationv19.08-rc2Florin Coras5-133/+195
2019-08-12tcp: handle fin+rst+syn in closing stateFlorin Coras1-0/+2
2019-08-09tcp: fix zero rwnd sent checkFlorin Coras1-1/+1
2019-08-09tcp: cleanup timersFlorin Coras4-142/+98
2019-08-02tcp: add more connection statsFlorin Coras4-6/+81
2019-08-01tcp: honor snd_wnd in fast rxtFlorin Coras1-1/+4
2019-07-26tcp: count resets sentFlorin Coras2-0/+7
2019-07-26session tcp: handle rxt and acks as custom eventsFlorin Coras4-173/+138
2019-07-25session: add transport deleted stateFlorin Coras1-1/+0