aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/session
AgeCommit message (Expand)AuthorFilesLines
19 hourssession: fix ct get peer if peer freedFlorin Coras1-0/+2
3 dayssession: track number of tries to alloc lcl portFlorin Coras6-8/+71
13 dayssession: validate appns index in vnet_session_rule_add_delSteven Luong3-1/+12
2024-11-06session: session table holding free appns indexSteven Luong8-23/+403
2024-10-30session: sesssion_rule_add_del API parsing port in wrong orderSteven Luong1-6/+6
2024-10-29session: improve migration rx ntfFlorin Coras1-3/+1
2024-10-25http: pass timeout using extended configMatus Fabian2-3/+2
2024-10-25session: support of multiple extended configsMatus Fabian4-13/+93
2024-10-04session vcl: add support for vcl transport attributesFlorin Coras2-1/+3
2024-10-03session: use proper name for ct transportFlorin Coras4-11/+13
2024-10-03session: allow session input rpcsFlorin Coras1-0/+3
2024-10-02session: incomprehensible error message for adding sdl and rule-table entrySteven Luong2-39/+19
2024-09-28session: fix SDL to use remote instead localSteven Luong4-31/+230
2024-09-25session: set dgram mss when not constrained by transportFlorin Coras1-0/+1
2024-09-14session: improve sh session cliFlorin Coras1-75/+194
2024-09-06session: add Source Deny ListSteven Luong16-263/+1885
2024-08-13session: problem in session_rules_details APISteven Luong1-0/+4
2024-08-06session: memory leak in show session rulesSteven Luong1-6/+9
2024-08-06session: session_lookup_local_endpoint returns the wrong valueSteven Luong1-1/+1
2024-07-24session: delete and add application namespace do not create the global sessio...Steven Luong4-65/+56
2024-07-19session: show session rules does not display ip6 entriesSteven Luong1-6/+33
2024-07-17session: memory leak on rule tagSteven Luong1-0/+1
2024-07-16session: memory leaks on rule tag hash tablesSteven Luong1-0/+3
2024-07-15session: crash in session_rule_add_del if session is not enableSteven Luong1-0/+7
2024-07-15session: application namespace may reference a deleted vrf tableSteven Luong1-5/+68
2024-07-10session: deleting an application namespace cleaning up the wrong applicationSteven Luong1-1/+1
2024-07-08session: add api to program rx io evtsFlorin Coras2-0/+17
2024-07-08session: improve enable and disable handlingFlorin Coras3-14/+23
2024-07-08session: handle multiple attempts to mark mq congestedFlorin Coras1-2/+5
2024-07-02session: session disable crash if not enableSteven Luong1-1/+2
2024-06-28session: memory leaks on various transports when session disable and enableSteven Luong1-3/+11
2024-06-25session: memory leak in mma rule tableSteven Luong1-0/+3
2024-06-12session: fix ho cleanup on forced resetFlorin Coras1-1/+2
2024-06-12session: fix ho cleanup on active and passive closeFlorin Coras1-2/+4
2024-05-21session: remove ipv6 lookup threading assertBrian Morris1-1/+0
2024-04-24misc: fix int/enum mismatch errors reported by gcc-14Damjan Marion2-3/+3
2024-04-17session: force session cleanups on app detachFlorin Coras1-6/+23
2024-04-10session: add api to detach session from appFlorin Coras3-4/+17
2024-04-05session: fix cleanup for refused sessionsFlorin Coras1-6/+7
2024-04-02session: fix closing ntfs handling for refused sessionsFlorin Coras1-0/+6
2024-03-29session: fix api coverity warningsFlorin Coras1-2/+4
2024-03-29session: add new api for enq tx io eventsFlorin Coras2-2/+10
2024-03-29session: use custom types for session flags and stateFlorin Coras1-16/+16
2024-03-29session: improve use of session handlesFlorin Coras5-71/+70
2024-03-21session: fix workers race to allocate lookup tableFlorin Coras1-24/+39
2024-03-12misc: remove GNU Indent directivesDamjan Marion18-116/+0
2024-03-10session: use no for ports in transport port allocatorFlorin Coras1-8/+14
2024-03-09session: fix port alloc for fixed lcl port reuseFlorin Coras1-2/+3
2024-03-01session: add api cb for listen and unlistenFlorin Coras4-17/+24
2024-02-27session: fix transport closed and disconnect raceFlorin Coras1-4/+7