aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/tcp
AgeCommit message (Expand)AuthorFilesLines
2019-02-04session: cleanup part 1Florin Coras1-5/+5
2019-02-02session: improve show session cliFlorin Coras1-1/+5
2019-02-02tcp: remove internal buffer cacheFlorin Coras2-81/+32
2019-01-20tcp: fix debugging without cc stats (VPP-1547)Florin Coras1-0/+1
2019-01-19buffers: remove free-list information from buffer metadataDamjan Marion1-1/+0
2019-01-18tcp: allow data in passive open ack (VPP-1545)Florin Coras1-2/+3
2019-01-12session: generate wrong thread errors instead of crashingFlorin Coras2-6/+7
2019-01-04tcp: fix reset in syn-sentFlorin Coras1-2/+1
2019-01-03tcp: add more closing state arcsFlorin Coras1-0/+19
2019-01-03tcp: better randomize issFlorin Coras2-4/+41
2019-01-01buffers: remove unused codeDamjan Marion1-2/+1
2019-01-01vcl/ldp: add write msg function and fine tuningFlorin Coras2-4/+7
2018-12-28session: free session after transport and app confirmFlorin Coras2-9/+9
2018-12-26tcp: add more last-ack arcsFlorin Coras1-0/+19
2018-12-26tcp: separate active and passive establish timersFlorin Coras5-94/+107
2018-12-25tcp: add fin-wait-1 dispatch arcsFlorin Coras1-0/+19
2018-12-24tcp: compute seq_end in tcp_inputFlorin Coras3-50/+41
2018-12-22tcp: improve waitclose in closing statesFlorin Coras4-17/+64
2018-12-21tcp: fix fin_wait_1 condition to send finFlorin Coras2-2/+6
2018-12-20tcp: fix syn-sent resetFlorin Coras1-7/+9
2018-12-19session: add cli option to dump session elogFlorin Coras1-0/+1
2018-12-19tcp: fix fin in syn-rcvdFlorin Coras2-11/+18
2018-12-19tcp: add more state machine arcsFlorin Coras1-5/+79
2018-12-19tcp/session: notify transport of close when tx fifo is not emptyFlorin Coras3-12/+21
2018-12-18tcp/session: drop connections if message queue is fullFlorin Coras2-14/+18
2018-12-18tcp: cleanup connections if handshake failsFlorin Coras1-3/+2
2018-12-17tcp: fix handling of broken syn optionsFlorin Coras4-5/+15
2018-12-17tcp: accept rst that fail pawsFlorin Coras1-9/+9
2018-12-17vcl/session: handle reset/disconnect before app acceptFlorin Coras1-2/+4
2018-12-13tcp: drop handshake ack with fin setFlorin Coras1-1/+1
2018-12-13tcp: fix handling of no wscale in synsFlorin Coras2-1/+6
2018-12-13tcp: validate seq for handshake ackFlorin Coras1-0/+8
2018-12-13session/tcp: support tx flush markFlorin Coras4-1/+26
2018-12-07tcp: improve check for invalid sack blocksFlorin Coras1-1/+3
2018-12-07tcp: measure us rtt with syn-ackFlorin Coras1-0/+1
2018-12-07tcp: fix timestamp check and pawsFlorin Coras1-5/+2
2018-12-07tcp: better handling of options only allowed in synsFlorin Coras1-9/+18
2018-12-07tcp: validate connection state in retransmitFlorin Coras1-2/+2
2018-12-07tcp: fix length checkFlorin Coras1-3/+14
2018-12-05session/tcp: postpone cleanup on resetFlorin Coras2-2/+8
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 Barach3-31/+35
2018-11-13tcp: cubic improvementsFlorin Coras1-9/+25
2018-11-13tcp: cubic fast convergenceFlorin Coras4-7/+73
2018-11-12tcp: handle disconnects after enq notificationsFlorin Coras4-37/+93
2018-11-09tcp: basic cubic implementationFlorin Coras6-14/+258
2018-11-08tcp: pacer and mrtt estimation improvementsFlorin Coras5-20/+61
2018-11-07tcp: consume incoming buffers instead of reusingFlorin Coras4-796/+713
2018-11-06tcp: dequeue acked only once per burstFlorin Coras4-28/+64