aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/session/session_cli.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-31session: fix sh session cliFlorin Coras1-1/+1
2018-10-31session: add wrk contextFlorin Coras1-6/+7
2018-10-25session/tcp: improve cliFlorin Coras1-20/+17
2018-10-23c11 safe string handling supportDave Barach1-2/+2
2018-08-24session: add support for multiple app workersFlorin Coras1-2/+3
2018-07-27vcl: use events for epoll/select/read/writeFlorin Coras1-2/+4
2018-07-17session: send ctrl msg over mqFlorin Coras1-1/+1
2018-04-18udp/session: refactor to support dgram modeFlorin Coras1-0/+5
2018-04-16session: use generic session pool for listenersFlorin Coras1-16/+13
2017-12-11session: generalize handling of network transportsFlorin Coras1-1/+1
2017-12-10VPP-1077 Add meaningful error info, when executing command with enable/disabl...Swarup Nayak1-1/+1
2017-11-10session: use listener logic for proxy rulesFlorin Coras1-3/+27
2017-10-26VCL: add session namespace support.Dave Wallace1-5/+15
2017-10-16udp: refactor udp codeFlorin Coras1-11/+10
2017-10-10session: add support for application namespacingFlorin Coras1-20/+16
2017-09-18Fixes for issues Coverity has reported (VPP-972)Chris Luke1-30/+7
2017-09-01Add fixed-size, preallocated pool supportDave Barach1-2/+2
2017-08-29session: segment manager improvementsFlorin Coras1-14/+5
2017-08-16tcp: fix v6 sessionsroot1-1/+1
2017-08-02Fix tcp tx buffer allocationFlorin Coras1-1/+1
2017-07-30Make tcp active open data structures thread safeFlorin Coras1-1/+1
2017-07-21Improvements to tcp rx path and debuggingFlorin Coras1-3/+19
2017-07-15Fixes and improved tcp/session debuggingFlorin Coras1-34/+232
2017-07-11Horizontal (nSessions) scaling draftDave Barach1-21/+78
2017-06-09Implement sack based tcp loss recovery (RFC 6675)Florin Coras1-9/+17
2017-05-20Improve session debuggingFlorin Coras1-17/+30
2017-04-21[vpp-705]uri_cli issue:show session get nothing tips when session management ...flyingeagle231-2/+2
2017-03-27TCP/session improvementsFlorin Coras1-1/+1
2017-03-04Cleanup URI code and TCP bugfixingFlorin Coras1-9/+54
2017-03-01VPP-598: tcp stack initial commitDave Barach1-0/+189