aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/tcp
AgeCommit message (Expand)AuthorFilesLines
2017-06-09Implement sack based tcp loss recovery (RFC 6675)Florin Coras9-372/+904
2017-06-01Improve fifo allocator performanceDave Barach4-137/+216
2017-05-20Improve session debuggingFlorin Coras6-68/+141
2017-05-18Improve sack bytes accounting and testingFlorin Coras5-37/+140
2017-05-17VPP-846: tcp perf / scale / hardeningDave Barach2-9/+5
2017-05-16Fixes to tcp active opens and receptionDave Barach1-0/+5
2017-05-15Fix builtin tcp clientDave Barach2-37/+73
2017-05-11Handle RST of TCP connections in SYN-RCVD state, VPP-822Florin Coras1-8/+23
2017-05-10Multi-thread enablement for the debug cli http serverDave Barach1-1/+20
2017-05-10Improve TCP option handling, VPP-757Florin Coras3-15/+54
2017-05-10Builtin debug cli http serverDave Barach1-0/+634
2017-05-10Ignore data in RST segments, VPP-723Florin Coras2-59/+53
2017-05-09Fix remaining 32-bit compile issuesDamjan Marion2-9/+12
2017-05-09Add support for tcp/session buffer chainsFlorin Coras2-10/+10
2017-05-07Include TCP options in segment size computationFlorin Coras4-41/+96
2017-05-07Fix TCP loss recovery, VPP-745Florin Coras5-48/+72
2017-05-02Fix TCP tx when snd_wnd < smssFlorin Coras1-3/+4
2017-05-01TCP ooo reception fixesFlorin Coras6-37/+186
2017-04-27[VPP-710] tcp TCP_TIMER_ESTABLISH timeout_handler occur segment faultflyingeagle231-1/+2
2017-04-25Session/tcp coverity fixesFlorin Coras5-101/+85
2017-04-25Add sack tx unit testFlorin Coras4-18/+185
2017-04-24Debug CLI to magically create / delete a TCP sessionDave Barach4-55/+127
2017-04-24Session layer improvementsFlorin Coras6-46/+41
2017-04-19Add more svm fifo unit testsFlorin Coras1-59/+246
2017-04-18Fix fifo ooo bugs and improve testingDave Barach5-56/+493
2017-04-15Set lower bound on persist timerFlorin Coras2-7/+10
2017-04-14tcp: completed trace functionsClement Durand2-35/+110
2017-04-13Session layer refactoringFlorin Coras7-61/+476
2017-04-13tcp builtin_client: bug correction and short_helpClement Durand1-1/+2
2017-04-06Use thread local storage for thread indexDamjan Marion5-21/+21
2017-04-02TCP cc/window management fixes and debuggingFlorin Coras7-114/+299
2017-03-28Unscrew builtin clientDave Barach1-4/+8
2017-03-27TCP/session improvementsFlorin Coras11-365/+1695
2017-03-16vlib: make runtime_data thread-localDamjan Marion1-10/+13
2017-03-13VPP-659 Improve tcp/session debugging and testingFlorin Coras6-130/+485
2017-03-10VPP-659 TCP improvementsFlorin Coras6-54/+238
2017-03-07Register TCP with IP only if session is enabledFlorin Coras2-6/+38
2017-03-04Cleanup URI code and TCP bugfixingFlorin Coras5-76/+257
2017-03-01VPP-598: tcp stack initial commitDave Barach11-0/+6315