aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/tcp/tcp_output.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-25tcp: handle cleanups without timersFlorin Coras1-2/+2
2020-02-18tcp: pace timer handlingFlorin Coras1-49/+10
2020-02-14tcp: improve reset generation in reset nodeFlorin Coras1-52/+40
2020-02-14tcp: minimal set of worker statsFlorin Coras1-0/+4
2020-01-28session tcp: fix packet tracingFlorin Coras1-6/+7
2020-01-09tcp: fix persist assertFlorin Coras1-4/+1
2019-12-06tcp: fix tail rescue with sacksFlorin Coras1-5/+7
2019-11-25tcp: invalidate expired timer handles before dispatchingFlorin Coras1-16/+4
2019-11-21tcp: add no csum offload config optionFlorin Coras1-25/+11
2019-11-20session tcp: support pacer idle timeoutsFlorin Coras1-20/+5
2019-11-16tcp: close session on retransmit failureFlorin Coras1-0/+1
2019-11-11tcp: improve lost rxt heuristicFlorin Coras1-0/+5
2019-11-10tcp: avoid retransmits post resetFlorin Coras1-0/+3
2019-11-07tcp: fix retransmit with no sacksFlorin Coras1-7/+11
2019-11-06tcp: IPv6 flow label supportTarun Gupta1-6/+10
2019-11-05session tcp: refactor pacer timeFlorin Coras1-11/+3
2019-10-23tcp: improve rate samples for retansmitted segmentsFlorin Coras1-8/+19
2019-10-23tcp: fix sack retransmit beyond snd_nxtFlorin Coras1-2/+7
2019-10-17session tcp: infra for transports to send buffersFlorin Coras1-56/+7
2019-10-17tcp: avoid sending acks when data availableFlorin Coras1-4/+19
2019-10-16tcp: avoid head retransmit if scoreboard has no holesFlorin Coras1-1/+2
2019-10-11tcp: refactor flags into cfg and conn flagsFlorin Coras1-9/+9
2019-10-10tcp: improve pacing after idle send periodsFlorin Coras1-48/+65
2019-10-10tcp: retry lost retransmitsFlorin Coras1-5/+39
2019-10-10tcp: custom checksum calculations for Ipv4/Ipv6Srikanth A1-22/+94
2019-10-10tcp: fix tso not work in single buffer issueSimon Zhang1-5/+8
2019-10-08tcp: rate sample for persist segmentsFlorin Coras1-0/+6
2019-09-25tcp: use sacks for timer based recoveryFlorin Coras1-70/+118
2019-09-10tcp: enable gso in tcp hoststackSimon Zhang1-0/+28
2019-09-10tcp: validate connections in outputFlorin Coras1-9/+46
2019-09-03tcp: send rwnd update only if wnd is large enoughFlorin Coras1-7/+7
2019-08-30tcp: force zero window on full rx fifoFlorin Coras1-1/+4
2019-08-30tcp: improve mss computationFlorin Coras1-41/+5
2019-08-21tcp: add option for always on event loggingFlorin Coras1-19/+19
2019-08-20tcp: forward conn resets through tcp-outputFlorin Coras1-32/+20
2019-08-14tcp: extend protocol configurationFlorin Coras1-14/+6
2019-08-08tcp: cleanup timersFlorin Coras1-82/+96
2019-08-02tcp: add more connection statsFlorin Coras1-3/+12
2019-08-01tcp: honor snd_wnd in fast rxtFlorin Coras1-1/+4
2019-07-26tcp: count resets sentFlorin Coras1-0/+4
2019-07-26session tcp: handle rxt and acks as custom eventsFlorin Coras1-52/+115
2019-07-05tcp: timestamp adjustmentVladimir Kropylev1-2/+2
2019-07-05tcp: add cc algo start tx eventFlorin Coras1-0/+3
2019-07-05tcp: add loss signal to cc algoFlorin Coras1-14/+11
2019-06-25tcp: window update ackVladimir Kropylev1-0/+27
2019-06-25tcp: delivery rate estimatorFlorin Coras1-1/+20
2019-06-21tcp: add option to pass opaque to next nodeFlorin Coras1-1/+5
2019-06-18tcp: allow custom output next nodeFlorin Coras1-0/+3
2019-06-12tcp: better estimate snd space for rxt with no sacksFlorin Coras1-2/+2
2019-06-08tcp: close connection if not recovered after max triesFlorin Coras1-0/+13