aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/tcp/tcp.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-11tcp: update thread time when initializing connection (VPP-1022)Florin Coras1-1/+8
2017-10-11tcp: do not format sb if not established (VPP-1018)Florin Coras1-2/+3
2017-09-20session: store tep port in net orderFlorin Coras1-2/+2
2017-09-20TCP: fix "tcp src-address" command with IPv6Yoann Desmouceaux1-1/+1
2017-09-20tcp: add option to punt trafficPierre Pfister1-0/+33
2017-09-19session/tcp: improve preallocated segment handlingFlorin Coras1-2/+5
2017-09-12tcp: horizontal scaling improvmentsFlorin Coras1-1/+25
2017-09-01Add fixed-size, preallocated pool supportDave Barach1-12/+12
2017-08-29session: segment manager improvementsFlorin Coras1-1/+5
2017-08-25TCP horizontal scalingDave Barach1-2/+21
2017-08-25tcp: retransmit and multi-buffer segment fixes and improvementsFlorin Coras1-16/+23
2017-08-25Fix crash when TCP client using VPP host stack connects firsttjanciga1-0/+6
2017-08-17TCP source address automationDave Barach1-12/+218
2017-08-16tcp: fix v6 sessionsroot1-2/+15
2017-08-15tcp: state machine improvementsFlorin Coras1-4/+11
2017-08-14TCP: Update time_now once per burstFlorin Coras1-0/+2
2017-08-11Fix tcp multi buffer segments retransmissionFlorin Coras1-12/+27
2017-08-02Fix tcp tx buffer allocationFlorin Coras1-18/+34
2017-07-30Make tcp active open data structures thread safeFlorin Coras1-65/+101
2017-07-25Cleanup/refactor session layer codeFlorin Coras1-71/+51
2017-07-21Improvements to tcp rx path and debuggingFlorin Coras1-9/+50
2017-07-15Fixes and improved tcp/session debuggingFlorin Coras1-0/+208
2017-07-11Horizontal (nSessions) scaling draftDave Barach1-22/+203
2017-06-22Improve svm fifo and tcp tx path performance (VPP-846)Florin Coras1-3/+97
2017-06-19Overall tcp performance improvements (VPP-846)Florin Coras1-6/+16
2017-06-09Implement sack based tcp loss recovery (RFC 6675)Florin Coras1-23/+34
2017-05-20Improve session debuggingFlorin Coras1-14/+78
2017-05-18Improve sack bytes accounting and testingFlorin Coras1-0/+42
2017-05-11Handle RST of TCP connections in SYN-RCVD state, VPP-822Florin Coras1-8/+23
2017-05-10Improve TCP option handling, VPP-757Florin Coras1-1/+5
2017-05-07Include TCP options in segment size computationFlorin Coras1-2/+15
2017-05-07Fix TCP loss recovery, VPP-745Florin Coras1-8/+27
2017-05-02Fix TCP tx when snd_wnd < smssFlorin Coras1-3/+4
2017-04-24Session layer improvementsFlorin Coras1-5/+8
2017-04-18Fix fifo ooo bugs and improve testingDave Barach1-1/+1
2017-04-13Session layer refactoringFlorin Coras1-6/+14
2017-04-06Use thread local storage for thread indexDamjan Marion1-4/+4
2017-04-02TCP cc/window management fixes and debuggingFlorin Coras1-2/+4
2017-03-27TCP/session improvementsFlorin Coras1-3/+34
2017-03-13VPP-659 Improve tcp/session debugging and testingFlorin Coras1-69/+112
2017-03-10VPP-659 TCP improvementsFlorin Coras1-12/+51
2017-03-07Register TCP with IP only if session is enabledFlorin Coras1-6/+33
2017-03-04Cleanup URI code and TCP bugfixingFlorin Coras1-24/+24
2017-03-01VPP-598: tcp stack initial commitDave Barach1-0/+708