aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/tcp/tcp.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-12session tcp: fix packet tracingFlorin Coras1-1/+1
2020-08-12tcp: invalidate expired timer handles before dispatchingFlorin Coras1-8/+24
2020-04-29vlib: add ASSERT to vlib_time_now(...)Dave Barach1-1/+2
2019-11-28session tcp: refactor pacer timeFlorin Coras1-4/+2
2019-11-18tcp: avoid retransmits post resetFlorin Coras1-0/+3
2019-11-05tcp: rx fifo size is u32Dave Wallace1-2/+18
2019-10-29tcp: refactor flags into cfg and conn flagsFlorin Coras1-8/+38
2019-10-27tcp: retry lost retransmitsFlorin Coras1-7/+17
2019-10-22tcp: fix tso not work in single buffer issueSimon Zhang1-1/+1
2019-10-11session: fix use-after-freeBenoƮt Ganne1-1/+1
2019-10-03session: fix cleanup in closing statesFlorin Coras1-0/+2
2019-10-02tcp: use sacks for timer based recoveryFlorin Coras1-21/+24
2019-09-30tcp: fix unformat cwnd multiplierFlorin Coras1-16/+18
2019-09-30session: improve cliFlorin Coras1-0/+2
2019-09-29tcp: handle sack renegingFlorin Coras1-3/+5
2019-09-29tcp: enable gso in tcp hoststackSimon Zhang1-0/+16
2019-09-29tcp: send rwnd update only if wnd is large enoughFlorin Coras1-0/+4
2019-09-29tcp: fix rx min/max fifo size parsingFlorin Coras1-13/+14
2019-09-29tcp: improve mss computationFlorin Coras1-1/+43
2019-09-24tcp: add option for always on event loggingFlorin Coras1-13/+7
2019-09-20session: add explicit reset apiFlorin Coras1-0/+13
2019-09-20tcp: set cc_algo on connection allocFlorin Coras1-1/+15
2019-09-20tcp: allow cc algos to set pacing rateFlorin Coras1-8/+2
2019-08-16tcp: fix cc algo name parsingFlorin Coras1-1/+1
2019-08-14tcp: extend protocol configurationv19.08-rc2Florin Coras1-47/+87
2019-08-09tcp: cleanup timersFlorin Coras1-53/+1
2019-08-02tcp: add more connection statsFlorin Coras1-0/+24
2019-07-26session tcp: handle rxt and acks as custom eventsFlorin Coras1-10/+1
2019-07-25session: add transport deleted stateFlorin Coras1-1/+0
2019-07-23tcp: generate closed notifications whenever tcp closesFlorin Coras1-1/+4
2019-07-12session: add thread index to all formattersAloys Augustin1-0/+2
2019-06-27tcp: Setup initial CWND as configuredVladimir Kropylev1-0/+4
2019-06-27session: Add transport vft protocol optionsNathan Skrzypczak1-2/+4
2019-06-25tcp: delivery rate estimatorFlorin Coras1-0/+6
2019-06-11tcp: allow registration of new cc algo typesFlorin Coras1-1/+9
2019-06-07tcp: add cc cleanup functionFlorin Coras1-25/+33
2019-06-03ARP: add feature arcNeale Ranns1-8/+6
2019-04-05tcp: do not delete session on establish popFlorin Coras1-14/+16
2019-04-04tcp: shorten wait in fin-wait-1 with fin rcvdFlorin Coras1-1/+2
2019-04-02tcp: improve rcv process ack processingFlorin Coras1-0/+9
2019-03-27tcp: add cc algo lookup tableFlorin Coras1-7/+14
2019-03-23tcp: make default mtu configurableFlorin Coras1-1/+5
2019-03-22tcp: improve handling of snd_nxtFlorin Coras1-2/+2
2019-03-12tcp: print congestion control algorithm in cliFlorin Coras1-11/+12
2019-03-08session/tcp/vcl: fixes and optimizationsFlorin Coras1-7/+0
2019-03-02session: cleanup/rename functionsFlorin Coras1-2/+2
2019-02-22tcp: keep snd sack block free listFlorin Coras1-0/+3
2019-02-22tcp: send enough dupacks to cover all sack holesFlorin Coras1-1/+1
2019-02-18tcp: harden for high scale scenariosFlorin Coras1-3/+5
2019-02-09buffers: fix typoDamjan Marion1-1/+1