aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/tcp/tcp_input.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-21tcp: count first lost hole (VPP-1465)Florin Coras1-14/+17
2018-10-19tls: fix connection failures/interrupts at scale (VPP-1464)Florin Coras1-3/+7
2018-10-19tcp: fix sacks lost bytes counting (VPP-1465)Florin Coras1-16/+28
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
2017-11-28tcp: fix retransmissions under buffer shortageFlorin Coras1-2/+3
2017-11-27tcp: fix proxy connection validationFlorin Coras1-0/+4
2017-11-20session/tcp: filtering improvementsFlorin Coras1-14/+22
2017-11-09tcp: call accept notify after full connection initFlorin Coras1-9/+9
2017-10-28session: rules tablesFlorin Coras1-1/+1
2017-10-16udp: refactor udp codeFlorin Coras1-47/+45
2017-10-10session: add support for application namespacingFlorin Coras1-38/+50
2017-10-04[aarch64] Fixes CLI crashes on dpaa2 platform.Christophe Fontaine1-1/+1
2017-10-03tcp: updates to connection closing procedure (VPP-996)Florin Coras1-8/+12
2017-09-27Various fixes for issues found by Coverity (VPP-972)Chris Luke1-1/+2
2017-09-26tcp: update snd_nxt after congestion recoveryFlorin Coras1-0/+2
2017-09-25tcp: do not sample rtt for retransmitted segmentsFlorin Coras1-25/+27
2017-09-20tcp: add option to punt trafficPierre Pfister1-5/+17
2017-09-19session/tcp: improve preallocated segment handlingFlorin Coras1-39/+42
2017-09-12tcp: horizontal scaling improvmentsFlorin Coras1-58/+146
2017-08-30tcp: re-enable persist timer if no data available to sendFlorin Coras1-0/+1
2017-08-25TCP horizontal scalingDave Barach1-1/+5
2017-08-25tcp: retransmit and multi-buffer segment fixes and improvementsFlorin Coras1-11/+16
2017-08-16tcp: fix v6 sessionsroot1-15/+1
2017-08-15tcp: state machine improvementsFlorin Coras1-10/+20
2017-08-14TCP: Update time_now once per burstFlorin Coras1-1/+1
2017-08-11Fix tcp multi buffer segments retransmissionFlorin Coras1-11/+37
2017-08-02Fix tcp tx buffer allocationFlorin Coras1-0/+2