aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/tcp/tcp_output.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-18tcp: avoid rcv wnd more than RX fifo can enqueueRyujiro Shibuya1-7/+6
2020-08-18tcp: avoid rcv wnd less than mssFlorin Coras1-6/+4
2020-08-13tcp: count dupacks with no sacksFlorin Coras1-0/+1
2020-08-12session tcp: fix packet tracingFlorin Coras1-6/+7
2020-08-12tcp: fix persist assertFlorin Coras1-4/+1
2020-08-12tcp: fix tail rescue with sacksFlorin Coras1-5/+7
2020-08-12tcp: invalidate expired timer handles before dispatchingFlorin Coras1-16/+4
2020-02-06tcp: improve lost rxt heuristicFlorin Coras1-0/+5
2019-11-28tcp: close session on retransmit failureFlorin Coras1-0/+1
2019-11-28session tcp: refactor pacer timeFlorin Coras1-11/+3
2019-11-18tcp: avoid retransmits post resetFlorin Coras1-0/+3
2019-11-18session tcp: infra for transports to send buffersFlorin Coras1-56/+7
2019-11-12tcp: fix retransmit with no sacksFlorin Coras1-7/+11
2019-11-05tcp: avoid sending acks when data availableFlorin Coras1-4/+19
2019-10-31tcp: improve rate samples for retansmitted segmentsFlorin Coras1-8/+19
2019-10-31tcp: fix sack retransmit beyond snd_nxtFlorin Coras1-2/+7
2019-10-31tcp: avoid head retransmit if scoreboard has no holesFlorin Coras1-1/+2
2019-10-29tcp: refactor flags into cfg and conn flagsFlorin Coras1-9/+9
2019-10-29tcp: improve pacing after idle send periodsFlorin Coras1-48/+65
2019-10-27tcp: retry lost retransmitsFlorin Coras1-5/+39
2019-10-22tcp: fix tso not work in single buffer issueSimon Zhang1-5/+8
2019-10-18tcp: rate sample for persist segmentsFlorin Coras1-0/+6
2019-10-10tcp: custom checksum calculations for Ipv4/Ipv6Srikanth A1-22/+94
2019-10-02tcp: use sacks for timer based recoveryFlorin Coras1-70/+118
2019-09-29tcp: enable gso in tcp hoststackSimon Zhang1-0/+28
2019-09-29tcp: send rwnd update only if wnd is large enoughFlorin Coras1-7/+7
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: improve mss computationFlorin Coras1-41/+5
2019-09-24tcp: add option for always on event loggingFlorin Coras1-19/+19
2019-09-21tcp: forward conn resets through tcp-outputFlorin Coras1-32/+20
2019-08-14tcp: extend protocol configurationv19.08-rc2Florin Coras1-14/+6
2019-08-09tcp: 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
2019-04-02tcp: improve rcv process ack processingFlorin Coras1-1/+0
2019-03-29tcp: remove sent rcv wnd 0 flagFlorin Coras1-10/+0
2019-03-29tcp: improve updating of rcv wndFlorin Coras1-10/+7
2019-03-28tcp: remove unused buffer flagsFlorin Coras1-3/+0