aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/session/session_lookup.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-21session: fix workers race to allocate lookup tableFlorin Coras1-24/+39
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-6/+0
2024-02-02session: guard session lookup table allocsFlorin Coras1-0/+32
2023-11-20session: add session lookup cli for statsFlorin Coras1-0/+79
2023-07-26session: use session error type instead of vnet errorFilip Tehlar1-5/+5
2022-03-22session: use safe realloc for poolsFlorin Coras1-3/+1
2021-09-16session: Add sock_name option to add_nsNathan Skrzypczak1-9/+15
2021-07-08session: allow listen in any fib if default namespaceFlorin Coras1-0/+8
2020-04-23session: fix session_table_get_or_allocAndreas Schultz1-8/+11
2020-04-06session udp: shared local endpointsFlorin Coras1-0/+13
2020-02-26tls session: fix unlistenFlorin Coras1-0/+26
2020-01-02session: fix listener global endpoint lookupFlorin Coras1-1/+1
2019-12-27tcp: Enable TCP timewait port useYu Ping1-4/+4
2019-09-25session: validate connection in session lookup delFlorin Coras1-1/+1
2019-08-30session : make sure session layer is enabled when cli operate the sessions.Guanghua Zhang1-0/+4
2019-07-08session: add flag to disable session lookupNathan Skrzypczak1-0/+2
2019-03-13session rule cli add udp session failzhanglimao1-0/+1
2019-03-11session: fix ct that match global table entriesFlorin Coras1-0/+21
2019-03-01session: refactor local connectsFlorin Coras1-3/+3
2019-02-11session: cleanup application interfaceFlorin Coras1-18/+17
2019-02-06transport: cleanupFlorin Coras1-31/+24
2019-02-04session: cleanup part 1Florin Coras1-20/+20
2019-01-12session: generate wrong thread errors instead of crashingFlorin Coras1-10/+24
2018-11-18vcl/session: apps with process workersFlorin Coras1-2/+2
2018-10-23c11 safe string handling supportDave Barach1-9/+9
2018-08-24session: add support for multiple app workersFlorin Coras1-6/+10
2018-07-27vcl: use events for epoll/select/read/writeFlorin Coras1-2/+3
2018-06-22session: improve session lookup speedsFlorin Coras1-57/+24
2018-04-16session: use generic session pool for listenersFlorin Coras1-10/+6
2018-03-01session: zero out ips in local endpoint lookup only if localFlorin Coras1-29/+61
2018-02-14session: support local sessions and deprecate redirectsFlorin Coras1-52/+24
2017-12-22tcp: add builtin server/client transfer testFlorin Coras1-0/+1
2017-12-11session: generalize handling of network transportsFlorin Coras1-57/+49
2017-11-20session/tcp: filtering improvementsFlorin Coras1-70/+82
2017-11-10session: use listener logic for proxy rulesFlorin Coras1-1/+65
2017-11-09session: lookup/rules table improvements and cleanupFlorin Coras1-155/+250
2017-11-07session: fix v6 double bindsFlorin Coras1-4/+4
2017-11-06session: add rule tagsFlorin Coras1-60/+98
2017-11-05session: add api to dump rulesFlorin Coras1-9/+38
2017-11-03session: support drop action in rules tableFlorin Coras1-28/+38
2017-11-01session: add support for proxying appsFlorin Coras1-11/+29
2017-10-28session: rules tablesFlorin Coras1-8/+362
2017-10-16udp: refactor udp codeFlorin Coras1-29/+67
2017-10-10session: add support for application namespacingFlorin Coras1-226/+633
2017-09-18Fixes for issues Coverity has reported (VPP-972)Chris Luke1-4/+4
2017-08-16tcp: fix v6 sessionsroot1-4/+4
2017-08-02Fix tcp tx buffer allocationFlorin Coras1-9/+31
2017-07-30Make tcp active open data structures thread safeFlorin Coras1-63/+40
2017-07-25Cleanup/refactor session layer codeFlorin Coras1-0/+620