summaryrefslogtreecommitdiffstats
path: root/src/vnet/tcp/tcp_output.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-03-23tcp: make default mtu configurableFlorin Coras1-6/+2
2019-03-22tcp: improve handling of snd_nxtFlorin Coras1-57/+38
2019-03-13tcp: avoid computing flags in push hdr inlineFlorin Coras1-26/+3
2019-03-08tcp: fix rcv_wnd computationFlorin Coras1-1/+1
2019-03-08session/tcp/vcl: fixes and optimizationsFlorin Coras1-1/+2
2019-03-08tcp: fix window probes in fin-wait-1Florin Coras1-14/+9
2019-03-06tcp: migrate old MULTIARCH macros to VLIB_NODE_FNFilip Tehlar1-28/+17
2019-03-02session: cleanup/rename functionsFlorin Coras1-12/+13
2019-02-22tcp: send enough dupacks to cover all sack holesFlorin Coras1-11/+33
2019-02-18tcp: harden for high scale scenariosFlorin Coras1-13/+30
2019-02-07tcp: fix reset sending in syn-sentFlorin Coras1-2/+3
2019-02-06transport: cleanupFlorin Coras1-8/+9
2019-02-02tcp: remove internal buffer cacheFlorin Coras1-80/+32
2019-01-19buffers: remove free-list information from buffer metadataDamjan Marion1-1/+0
2018-12-26tcp: separate active and passive establish timersFlorin Coras1-10/+10
2018-12-22tcp: improve waitclose in closing statesFlorin Coras1-1/+8
2018-12-17tcp: fix handling of broken syn optionsFlorin Coras1-1/+0
2018-12-13tcp: fix handling of no wscale in synsFlorin Coras1-1/+4
2018-12-13session/tcp: support tx flush markFlorin Coras1-1/+6
2018-12-07tcp: measure us rtt with syn-ackFlorin Coras1-0/+1
2018-12-07tcp: validate connection state in retransmitFlorin Coras1-2/+2
2018-11-30Metadata / opaque formatting belongs in vppDave Barach1-0/+2
2018-11-26Minor tweaksDave Barach1-10/+11
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-13/+14
2018-11-12tcp: handle disconnects after enq notificationsFlorin Coras1-2/+1
2018-11-09tcp: basic cubic implementationFlorin Coras1-1/+1
2018-11-08tcp: pacer and mrtt estimation improvementsFlorin Coras1-1/+1
2018-11-07tcp: consume incoming buffers instead of reusingFlorin Coras1-28/+67
2018-11-06tcp: dequeue acked only once per burstFlorin Coras1-2/+2
2018-11-05tcp: send unsent data in fast recoveryFlorin Coras1-75/+156
2018-11-02tcp: coverity fixesFlorin Coras1-1/+1
2018-11-02session: measure dispatch period only if under loadFlorin Coras1-1/+1
2018-11-02tcp: minimize use of tlsFlorin Coras1-140/+131