aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/tcp/tcp_input.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-30Make tcp active open data structures thread safeFlorin Coras1-15/+21
2017-07-25Cleanup/refactor session layer codeFlorin Coras1-1/+4
2017-07-21Improvements to tcp rx path and debuggingFlorin Coras1-66/+99
2017-07-15Fixes and improved tcp/session debuggingFlorin Coras1-35/+79
2017-07-11Horizontal (nSessions) scaling draftDave Barach1-34/+63
2017-06-19Overall tcp performance improvements (VPP-846)Florin Coras1-83/+110
2017-06-09Implement sack based tcp loss recovery (RFC 6675)Florin Coras1-186/+485
2017-05-20Improve session debuggingFlorin Coras1-9/+16
2017-05-18Improve sack bytes accounting and testingFlorin Coras1-18/+27
2017-05-16Fixes to tcp active opens and receptionDave Barach1-0/+5
2017-05-10Improve TCP option handling, VPP-757Florin Coras1-10/+37
2017-05-10Ignore data in RST segments, VPP-723Florin Coras1-15/+23
2017-05-09Add support for tcp/session buffer chainsFlorin Coras1-8/+8
2017-05-07Include TCP options in segment size computationFlorin Coras1-1/+5
2017-05-07Fix TCP loss recovery, VPP-745Florin Coras1-10/+25
2017-05-01TCP ooo reception fixesFlorin Coras1-26/+55
2017-04-25Session/tcp coverity fixesFlorin Coras1-96/+69
2017-04-25Add sack tx unit testFlorin Coras1-14/+28
2017-04-24Debug CLI to magically create / delete a TCP sessionDave Barach1-1/+1
2017-04-24Session layer improvementsFlorin Coras1-4/+4
2017-04-18Fix fifo ooo bugs and improve testingDave Barach1-9/+19
2017-04-14tcp: completed trace functionsClement Durand1-28/+72
2017-04-13Session layer refactoringFlorin Coras1-6/+1