aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/tcp
AgeCommit message (Expand)AuthorFilesLines
2017-08-29session: segment manager improvementsFlorin Coras1-1/+5
2017-08-25TCP horizontal scalingDave Barach3-3/+30
2017-08-25tcp: retransmit and multi-buffer segment fixes and improvementsFlorin Coras4-142/+211
2017-08-25Fix crash when TCP client using VPP host stack connects firsttjanciga1-0/+6
2017-08-18session: fix multi-buffer segmentsFlorin Coras2-15/+18
2017-08-17TCP source address automationDave Barach4-13/+386
2017-08-16tcp: fix v6 sessionsroot3-21/+18
2017-08-16tcp: improve builtin http serverFlorin Coras2-186/+96
2017-08-15tcp: state machine improvementsFlorin Coras3-14/+32
2017-08-14TCP: Update time_now once per burstFlorin Coras4-3/+15
2017-08-14TCP: update builtin server/client cli helpFlorin Coras2-5/+19
2017-08-11Fix tcp multi buffer segments retransmissionFlorin Coras4-132/+263
2017-08-10Improve the svm fifo allocatorDave Barach1-0/+14
2017-08-10TCP proxy prototypeDave Barach4-187/+703
2017-08-02Fix ip checksum offload, move badly-placed ASSERTDave Barach1-2/+2
2017-08-02Fix tcp tx buffer allocationFlorin Coras5-90/+203
2017-08-02Make ip csum configurable in vlib buffer functionsFlorin Coras1-6/+7
2017-07-30Make tcp active open data structures thread safeFlorin Coras8-168/+251
2017-07-25Cleanup/refactor session layer codeFlorin Coras2-72/+55
2017-07-21Improvements to tcp rx path and debuggingFlorin Coras8-169/+482
2017-07-18TCP/UDP checksum offload APIDave Barach1-3/+13
2017-07-15Fixes and improved tcp/session debuggingFlorin Coras6-42/+631
2017-07-14vnet_buffer_t flags cleanupDamjan Marion1-4/+4
2017-07-11Horizontal (nSessions) scaling draftDave Barach11-127/+480
2017-06-22Improve svm fifo and tcp tx path performance (VPP-846)Florin Coras4-16/+126
2017-06-19Overall tcp performance improvements (VPP-846)Florin Coras10-413/+630
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