summaryrefslogtreecommitdiffstats
path: root/src/vnet/tcp/tcp_input.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-02tcp: accept fins if in recoveryFlorin Coras1-1/+3
2018-09-27tcp: use scaled window for new connectsFlorin Coras1-2/+2
2018-09-25tcp: accept rst+ack in syn-rcvd stateFlorin Coras1-0/+2
2018-09-21tcp: accept fin-ack in syn-rcvd stateFlorin Coras1-1/+3
2018-08-24tcp: fix cc recovery re-entry and persist timer popFlorin Coras1-6/+15
2018-06-26tcp: avoid doing work in tcp_rcv_sacks for no sacksFlorin Coras1-2/+3
2018-06-26tcp: cleanup functionsFlorin Coras1-19/+93
2018-06-21tcp: move tracing out of established loopFlorin Coras1-27/+59
2018-06-19tcp: optimize tcp outputFlorin Coras1-0/+2
2018-06-19tcp: optimize tcp inputFlorin Coras1-134/+204
2018-06-11tcp: cleanup connection/session fixesFlorin Coras1-8/+16
2018-06-10tcp: fix timer based recovery exit conditionFlorin Coras1-1/+0
2018-05-26tcp: loss recovery improvements/fixesFlorin Coras1-22/+47
2018-05-25tcp: handle acks in close waitFlorin Coras1-0/+1
2018-05-23tcp: cc improvements and fixesFlorin Coras1-18/+19
2018-05-17tcp: handle link-local addressesFlorin Coras1-0/+2
2018-04-30tcp/session: debug improvements/fixesFlorin Coras1-3/+2
2018-04-20tcp: make newreno byte instead of acks dependentFlorin Coras1-0/+1
2018-04-20tcp: improve statsFlorin Coras1-119/+159
2018-03-29tcp: fix fib index buffer taggingFlorin Coras1-0/+1
2018-03-23tcp/session: sprinkle prefetchesFlorin Coras1-0/+8
2018-01-25session: add support for memfd segmentsFlorin Coras1-2/+3
2017-12-15Fix icmp/udp/tcp punt/drop pathsVijayabhaskar Katamreddy1-10/+14