aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/tcp
AgeCommit message (Expand)AuthorFilesLines
2019-11-06tcp: IPv6 flow label supportTarun Gupta2-6/+11
2019-11-05session tcp: refactor pacer timeFlorin Coras3-18/+6
2019-11-05tcp: correct validity check return valueRyujiro Shibuya1-0/+1
2019-10-31tcp: track lost rxt segments in byte trackerFlorin Coras2-0/+5
2019-10-30tcp: rx fifo size is u32Dave Wallace1-2/+18
2019-10-29tcp: correct tcp connection lookup conditionRyujiro Shibuya1-7/+10
2019-10-23tcp: improve rate samples for retansmitted segmentsFlorin Coras3-77/+184
2019-10-23tcp: fix sack retransmit beyond snd_nxtFlorin Coras2-2/+13
2019-10-17session tcp: infra for transports to send buffersFlorin Coras2-60/+7
2019-10-17tcp: avoid sending acks when data availableFlorin Coras3-5/+24
2019-10-17tcp: Init cwnd from ssthresh.Sergey Ivanushkin2-2/+38
2019-10-17tcp: fix mss flag in option parsingFlorin Coras1-1/+1
2019-10-16tcp: avoid head retransmit if scoreboard has no holesFlorin Coras2-3/+2
2019-10-11tcp: refactor flags into cfg and conn flagsFlorin Coras4-31/+89
2019-10-10tcp: improve pacing after idle send periodsFlorin Coras3-70/+105
2019-10-10tcp: retry lost retransmitsFlorin Coras4-148/+179
2019-10-10tcp: custom checksum calculations for Ipv4/Ipv6Srikanth A2-22/+97
2019-10-10tcp: fix tso not work in single buffer issueSimon Zhang2-6/+9
2019-10-08tcp: rate sample for persist segmentsFlorin Coras1-0/+6
2019-10-01session: fix use-after-freeBenoƮt Ganne1-1/+1
2019-09-25tcp: use sacks for timer based recoveryFlorin Coras7-277/+311
2019-09-25session: fix cleanup in closing statesFlorin Coras1-0/+2
2019-09-23tcp: fix unformat cwnd multiplierFlorin Coras1-16/+18
2019-09-20tcp: refactor congestion event handlingFlorin Coras1-40/+36
2019-09-18tcp: compute snd time for rate sampleFlorin Coras2-6/+11
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 Coras3-92/+126
2019-09-10tcp: enable gso in tcp hoststackSimon Zhang4-0/+83
2019-09-10tcp: validate connections in outputFlorin Coras1-9/+46
2019-09-04session: improve cliFlorin Coras1-0/+2
2019-09-04tcp: cc algos handle cwnd on congestion signalFlorin Coras3-12/+11
2019-09-03tcp: send rwnd update only if wnd is large enoughFlorin Coras3-7/+15
2019-09-02ipsec ip tcp l2: multiarch nodes cannot be declared as staticDamjan Marion1-2/+2
2019-08-31tcp: fix rx min/max fifo size parsingFlorin Coras1-13/+14
2019-08-30tcp: force zero window on full rx fifoFlorin Coras1-1/+4
2019-08-30tcp: improve mss computationFlorin Coras3-43/+48
2019-08-30tcp: track zero rwnd errorsFlorin Coras2-1/+9
2019-08-23tcp: fix byte tracker samples flushFlorin Coras1-0/+1
2019-08-21tcp: add option for always on event loggingFlorin Coras6-184/+369
2019-08-21tcp: default to debug disabledFlorin Coras1-1/+1
2019-08-20tcp: forward conn resets through tcp-outputFlorin Coras1-32/+20
2019-08-19session: add explicit reset apiFlorin Coras1-0/+13
2019-08-19tcp: set cc_algo on connection allocFlorin Coras3-6/+19
2019-08-19tcp: allow cc algos to set pacing rateFlorin Coras2-8/+15
2019-08-16tcp: fix cc algo name parsingFlorin Coras1-1/+1
2019-08-14tcp: extend protocol configurationFlorin Coras5-133/+195
2019-08-12tcp: handle fin+rst+syn in closing stateFlorin Coras1-0/+2
2019-08-08tcp: cleanup timersFlorin Coras4-142/+98
2019-08-08tcp: fix zero rwnd sent checkFlorin Coras1-1/+1