aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/session/session.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-19session/tcp: improve preallocated segment handlingFlorin Coras1-12/+6
2017-09-18Fixes for issues Coverity has reported (VPP-972)Chris Luke1-4/+1
2017-09-12tcp: horizontal scaling improvmentsFlorin Coras1-10/+11
2017-09-01Add fixed-size, preallocated pool supportDave Barach1-20/+12
2017-08-30tcp: re-enable persist timer if no data available to sendFlorin Coras1-1/+7
2017-08-29session: segment manager improvementsFlorin Coras1-4/+5
2017-08-25tcp: retransmit and multi-buffer segment fixes and improvementsFlorin Coras1-19/+86
2017-08-16tcp: fix v6 sessionsroot1-1/+3
2017-08-15tcp: state machine improvementsFlorin Coras1-4/+6
2017-08-11Fix tcp multi buffer segments retransmissionFlorin Coras1-3/+3
2017-08-10Improve the svm fifo allocatorDave Barach1-3/+10
2017-08-10TCP proxy prototypeDave Barach1-18/+25
2017-08-02Fix tcp tx buffer allocationFlorin Coras1-8/+74
2017-07-30Make tcp active open data structures thread safeFlorin Coras1-7/+7
2017-07-25Cleanup/refactor session layer codeFlorin Coras1-493/+13
2017-07-21Improvements to tcp rx path and debuggingFlorin Coras1-4/+34
2017-07-15Fixes and improved tcp/session debuggingFlorin Coras1-6/+68
2017-07-11Horizontal (nSessions) scaling draftDave Barach1-16/+56
2017-06-19Overall tcp performance improvements (VPP-846)Florin Coras1-7/+18
2017-06-09Implement sack based tcp loss recovery (RFC 6675)Florin Coras1-1/+10
2017-06-01Improve fifo allocator performanceDave Barach1-6/+32
2017-05-17VPP-846: tcp perf / scale / hardeningDave Barach1-6/+10
2017-05-16Fixes to tcp active opens and receptionDave Barach1-1/+5
2017-05-10Builtin debug cli http serverDave Barach1-1/+1
2017-05-09Add support for tcp/session buffer chainsFlorin Coras1-11/+78
2017-05-01TCP ooo reception fixesFlorin Coras1-0/+15
2017-04-24Session layer improvementsFlorin Coras1-60/+78
2017-04-13Session layer refactoringFlorin Coras1-427/+137
2017-04-02TCP cc/window management fixes and debuggingFlorin Coras1-1/+5
2017-03-27TCP/session improvementsFlorin Coras1-18/+45
2017-03-13VPP-659 Improve tcp/session debugging and testingFlorin Coras1-16/+8
2017-03-10VPP-659 TCP improvementsFlorin Coras1-11/+27
2017-03-07Register TCP with IP only if session is enabledFlorin Coras1-1/+4
2017-03-04Cleanup URI code and TCP bugfixingFlorin Coras1-18/+68
2017-03-01VPP-598: tcp stack initial commitDave Barach1-0/+1286