aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/session/session_cli.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-13session: cleanup debug codeFlorin Coras1-79/+0
2020-04-13session: adding debug eventsSrikanth Akula1-0/+79
2020-04-01session: fix fifos displayAloys Augustin1-5/+2
2020-03-25session: api to add new transport typesFlorin Coras1-12/+4
2020-02-11session: avoid scanning new io list under loadFlorin Coras1-0/+42
2019-11-20session tcp: add opaque data to show cliFlorin Coras1-2/+3
2019-11-19session: more show cli outputFlorin Coras1-1/+51
2019-11-08session: add space around ternary operatorVratko Polak1-0/+0
2019-11-03session: fix show cli with closed sessionFlorin Coras1-1/+3
2019-09-10session: fix session filter rangeFlorin Coras1-1/+1
2019-09-04session: improve cliFlorin Coras1-57/+284
2019-07-25session: add transport deleted stateFlorin Coras1-2/+2
2019-07-12quic: fix show session verboseAloys Augustin1-1/+2
2019-07-12session: add thread index to all formattersAloys Augustin1-2/+2
2019-04-03session: fix cli for sessions in created stateFlorin Coras1-1/+2
2019-04-02session: use app cb function wrappersFlorin Coras1-2/+1
2019-03-02session: cleanup/rename functionsFlorin Coras1-11/+11
2019-02-04session: cleanup part 1Florin Coras1-25/+23
2019-02-02session: improve show session cliFlorin Coras1-40/+58
2019-01-20session: add support for vrf in session unformat (VPP-1546)Florin Coras1-7/+22
2018-12-21http server: improvementsFlorin Coras1-2/+2
2018-12-19session: add cli option to dump session elogFlorin Coras1-3/+20
2018-11-18vcl/session: apps with process workersFlorin Coras1-4/+6
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