aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/session/session.h
AgeCommit message (Expand)AuthorFilesLines
2018-03-02session: first approximation implementation of tlsFlorin Coras1-13/+10
2018-02-15session: avoid session handle conflict with vclFlorin Coras1-1/+8
2018-02-14session: support local sessions and deprecate redirectsFlorin Coras1-10/+48
2018-02-05session: segment manager refactorFlorin Coras1-2/+3
2018-01-27session: use clib rwlocks instead of custom implementationFlorin Coras1-17/+4
2018-01-27session: disconnect and echo client improvementsFlorin Coras1-0/+1
2018-01-25session: add support for memfd segmentsFlorin Coras1-1/+11
2018-01-09api: refactor vlibmemoryFlorin Coras1-3/+3
2017-12-11session: generalize handling of network transportsFlorin Coras1-25/+32
2017-11-29session: fix preallocation of local endpoint tableFlorin Coras1-9/+17
2017-11-28Shut down session queue input nodes on exitDave Barach1-0/+2
2017-11-27session: return bound listener for proxy acceptsFlorin Coras1-0/+1
2017-10-16udp: refactor udp codeFlorin Coras1-23/+126
2017-10-10session: add support for application namespacingFlorin Coras1-16/+25
2017-09-07Fix session connect_* api message handling.Dave Wallace1-0/+22
2017-08-10TCP proxy prototypeDave Barach1-4/+4
2017-08-02Fix tcp tx buffer allocationFlorin Coras1-0/+10
2017-07-30Make tcp active open data structures thread safeFlorin Coras1-2/+1
2017-07-25Cleanup/refactor session layer codeFlorin Coras1-143/+21
2017-07-21Improvements to tcp rx path and debuggingFlorin Coras1-0/+4
2017-07-15Fixes and improved tcp/session debuggingFlorin Coras1-9/+29
2017-07-11Horizontal (nSessions) scaling draftDave Barach1-3/+27
2017-06-19Overall tcp performance improvements (VPP-846)Florin Coras1-2/+2
2017-06-09Implement sack based tcp loss recovery (RFC 6675)Florin Coras1-2/+4
2017-06-01Improve fifo allocator performanceDave Barach1-4/+4
2017-05-17VPP-846: tcp perf / scale / hardeningDave Barach1-2/+2
2017-05-15Fix builtin tcp clientDave Barach1-0/+4
2017-05-10Multi-thread enablement for the debug cli http serverDave Barach1-1/+9
2017-05-10Builtin debug cli http serverDave Barach1-4/+11
2017-05-09Add support for tcp/session buffer chainsFlorin Coras1-2/+2
2017-05-01TCP ooo reception fixesFlorin Coras1-3/+4
2017-04-24Session layer improvementsFlorin Coras1-8/+11
2017-04-13Session layer refactoringFlorin Coras1-61/+114
2017-04-02TCP cc/window management fixes and debuggingFlorin Coras1-1/+11
2017-03-27TCP/session improvementsFlorin Coras1-10/+9
2017-03-13VPP-659 Improve tcp/session debugging and testingFlorin Coras1-1/+2
2017-03-10VPP-659 TCP improvementsFlorin Coras1-14/+14
2017-03-04Cleanup URI code and TCP bugfixingFlorin Coras1-6/+17
2017-03-01VPP-598: tcp stack initial commitDave Barach1-0/+380