aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/tcp/tcp_input.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-25tcp: handle disconnects in rcv-processFlorin Coras1-0/+1
2019-05-24Fix congestion recovery checkv19.01.3-rc0John Lo1-2/+4
2019-03-01tcp: allow future acks if in windowFlorin Coras1-4/+9
2019-02-07tcp: fix reset sending in syn-sentFlorin Coras1-3/+3
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 Coras1-5/+5
2019-01-03tcp: add more closing state arcsFlorin Coras1-0/+19
2019-01-01vcl/ldp: add write msg function and fine tuningFlorin Coras1-1/+2
2018-12-28session: free session after transport and app confirmFlorin Coras1-1/+1
2018-12-26tcp: add more last-ack arcsFlorin Coras1-0/+19
2018-12-26tcp: separate active and passive establish timersFlorin Coras1-6/+7
2018-12-25tcp: add fin-wait-1 dispatch arcsFlorin Coras1-0/+19
2018-12-24tcp: compute seq_end in tcp_inputFlorin Coras1-41/+29
2018-12-22tcp: improve waitclose in closing statesFlorin Coras1-0/+5
2018-12-21tcp: fix fin_wait_1 condition to send finFlorin Coras1-2/+3
2018-12-19session: add cli option to dump session elogFlorin Coras1-0/+1
2018-12-19tcp: fix fin in syn-rcvdFlorin Coras1-5/+12
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 Coras1-1/+4
2018-12-18tcp/session: drop connections if message queue is fullFlorin Coras1-13/+17
2018-12-18tcp: cleanup connections if handshake failsFlorin Coras1-3/+2
2018-12-17tcp: fix handling of broken syn optionsFlorin Coras1-2/+3
2018-12-17tcp: accept rst that fail pawsFlorin Coras1-9/+9
2018-12-13tcp: drop handshake ack with fin setFlorin Coras1-1/+1
2018-12-13tcp: fix handling of no wscale in synsFlorin Coras1-0/+2
2018-12-13tcp: validate seq for handshake ackFlorin Coras1-0/+8
2018-12-13session/tcp: support tx flush markFlorin Coras1-0/+6
2018-12-07tcp: improve check for invalid sack blocksFlorin Coras1-1/+3
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: fix length checkFlorin Coras1-3/+14
2018-12-05session/tcp: postpone cleanup on resetFlorin Coras1-1/+1
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-11/+14
2018-11-12tcp: handle disconnects after enq notificationsFlorin Coras1-14/+50
2018-11-09tcp: basic cubic implementationFlorin Coras1-3/+8
2018-11-08tcp: pacer and mrtt estimation improvementsFlorin Coras1-11/+51
2018-11-07tcp: consume incoming buffers instead of reusingFlorin Coras1-755/+628
2018-11-06tcp: dequeue acked only once per burstFlorin Coras1-23/+54
2018-11-05tcp: send unsent data in fast recoveryFlorin Coras1-11/+18
2018-11-02tcp: coverity fixesFlorin Coras1-1/+1
2018-11-02session: measure dispatch period only if under loadFlorin Coras1-7/+5
2018-11-02tcp: minimize use of tlsFlorin Coras1-16/+16
2018-11-01tcp: fast retransmit pacingFlorin Coras1-40/+47
2018-10-25tcp/session: add tx pacerFlorin Coras1-11/+11
2018-10-23tcp: fast retransmit improvementsFlorin Coras1-58/+165
2018-10-23c11 safe string handling supportDave Barach1-2/+2
2018-10-21tcp: count first lost hole (VPP-1465)Florin Coras1-14/+17
2018-10-18tcp: fix sacks lost bytes counting (VPP-1465)Florin Coras1-16/+28
2018-10-18tls: fix connection failures/interrupts at scale (VPP-1464)Florin Coras1-3/+7
2018-10-17tcp: avoid sack processing when not needed (VPP-1460)Florin Coras1-1/+2