aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/tcp/tcp.h
AgeCommit message (Expand)AuthorFilesLines
2020-04-04session tls: support tls deschedulingFlorin Coras1-1/+1
2020-04-02tcp: explicit use of timer wheel in timer apisFlorin Coras1-112/+2
2020-04-02tcp: move features to separate filesFlorin Coras1-939/+24
2020-03-30tcp: reuse session infra for syns and resetsFlorin Coras1-5/+8
2020-03-23tcp: add lost and in flight to byte trackerFlorin Coras1-1/+7
2020-03-19tcp: move accept init to separate reusable functionFlorin Coras1-0/+8
2020-03-19tcp: force deschedule if no send space availableFlorin Coras1-2/+7
2020-03-19session tcp udp: consolidate transport snd apisFlorin Coras1-0/+2
2020-02-25tcp: handle cleanups without timersFlorin Coras1-2/+12
2020-02-24tcp: dynamic max timers per loopFlorin Coras1-0/+3
2020-02-18tcp: pace timer handlingFlorin Coras1-8/+11
2020-02-14tcp: reset fin-wait-2 timeout connectionsFlorin Coras1-0/+1
2020-02-14tcp: minimal set of worker statsFlorin Coras1-0/+27
2020-02-12tcp: move connections to wrk ctxFlorin Coras1-22/+26
2020-02-12tcp: postpone rst handlingFlorin Coras1-6/+10
2020-02-10tcp: add option to avoid endpoint cleanupFlorin Coras1-0/+1
2020-01-28session tcp: fix packet tracingFlorin Coras1-0/+1
2019-12-27tcp: Enable TCP timewait port useYu Ping1-1/+4
2019-11-25tcp: invalidate expired timer handles before dispatchingFlorin Coras1-1/+1
2019-11-21tcp: add no csum offload config optionFlorin Coras1-0/+3
2019-11-20session tcp: support pacer idle timeoutsFlorin Coras1-1/+0
2019-11-11tcp: improve lost rxt heuristicFlorin Coras1-2/+8
2019-11-07tcp: fix retransmit with no sacksFlorin Coras1-1/+2
2019-11-06tcp: IPv6 flow label supportTarun Gupta1-0/+1
2019-10-31tcp: track lost rxt segments in byte trackerFlorin Coras1-0/+1
2019-10-23tcp: improve rate samples for retansmitted segmentsFlorin Coras1-2/+3
2019-10-17session tcp: infra for transports to send buffersFlorin Coras1-4/+0
2019-10-17tcp: avoid sending acks when data availableFlorin Coras1-0/+1
2019-10-11tcp: refactor flags into cfg and conn flagsFlorin Coras1-7/+33
2019-10-10tcp: improve pacing after idle send periodsFlorin Coras1-0/+1
2019-10-10tcp: retry lost retransmitsFlorin Coras1-4/+5
2019-10-10tcp: custom checksum calculations for Ipv4/Ipv6Srikanth A1-0/+3
2019-09-25tcp: use sacks for timer based recoveryFlorin Coras1-27/+25
2019-09-18tcp: compute snd time for rate sampleFlorin Coras1-2/+2
2019-09-11tcp: handle sack renegingFlorin Coras1-1/+1
2019-09-10tcp: enable gso in tcp hoststackSimon Zhang1-0/+2
2019-09-03tcp: send rwnd update only if wnd is large enoughFlorin Coras1-0/+4
2019-08-30tcp: improve mss computationFlorin Coras1-1/+0
2019-08-21tcp: add option for always on event loggingFlorin Coras1-1/+1
2019-08-19tcp: set cc_algo on connection allocFlorin Coras1-0/+2
2019-08-19tcp: allow cc algos to set pacing rateFlorin Coras1-0/+13
2019-08-14tcp: extend protocol configurationFlorin Coras1-55/+82
2019-08-08tcp: cleanup timersFlorin Coras1-4/+1
2019-08-08tcp: fix zero rwnd sent checkFlorin Coras1-1/+1
2019-08-02tcp: add more connection statsFlorin Coras1-3/+31
2019-07-26tcp: count resets sentFlorin Coras1-0/+3
2019-07-26session tcp: handle rxt and acks as custom eventsFlorin Coras1-19/+5
2019-07-10tcp: improve rate estimateFlorin Coras1-4/+10
2019-07-09tcp: track last lost bytes in sack sbFlorin Coras1-0/+1
2019-07-05tcp: timestamp adjustmentVladimir Kropylev1-0/+11