summaryrefslogtreecommitdiffstats
path: root/src/vnet/tcp/tcp.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-02-06buffers: make buffer data size configurable from startup configDamjan Marion1-1/+1
2019-02-06transport: cleanupFlorin Coras1-3/+3
2019-02-02session: improve show session cliFlorin Coras1-1/+5
2019-01-04tcp: fix reset in syn-sentFlorin Coras1-2/+1
2019-01-03tcp: better randomize issFlorin Coras1-4/+32
2019-01-01buffers: remove unused codeDamjan Marion1-2/+1
2019-01-01vcl/ldp: add write msg function and fine tuningFlorin Coras1-3/+5
2018-12-28session: free session after transport and app confirmFlorin Coras1-8/+8
2018-12-26tcp: separate active and passive establish timersFlorin Coras1-36/+44
2018-12-24tcp: compute seq_end in tcp_inputFlorin Coras1-9/+10
2018-12-22tcp: improve waitclose in closing statesFlorin Coras1-16/+44
2018-12-21tcp: fix fin_wait_1 condition to send finFlorin Coras1-0/+3
2018-12-20tcp: fix syn-sent resetFlorin Coras1-7/+9
2018-12-19tcp: fix fin in syn-rcvdFlorin Coras1-6/+6
2018-12-19tcp/session: notify transport of close when tx fifo is not emptyFlorin Coras1-9/+14
2018-12-17tcp: fix handling of broken syn optionsFlorin Coras1-1/+10
2018-12-17vcl/session: handle reset/disconnect before app acceptFlorin Coras1-2/+4
2018-12-13session/tcp: support tx flush markFlorin Coras1-0/+11
2018-12-05session/tcp: postpone cleanup on resetFlorin Coras1-1/+7
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-7/+7
2018-11-13tcp: cubic fast convergenceFlorin Coras1-0/+25
2018-11-12tcp: handle disconnects after enq notificationsFlorin Coras1-0/+2
2018-11-09tcp: basic cubic implementationFlorin Coras1-1/+20
2018-11-08tcp: pacer and mrtt estimation improvementsFlorin Coras1-3/+4