aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/session/session.c
AgeCommit message (Expand)AuthorFilesLines
9 dayssession: force session cleanups on app detachFlorin Coras1-6/+23
2024-04-10session: add api to detach session from appFlorin Coras1-0/+14
2024-03-29session: add new api for enq tx io eventsFlorin Coras1-0/+7
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-4/+0
2024-01-09session: make app listener pool globalFlorin Coras1-4/+4
2024-01-09session: support for cl port reuseFlorin Coras1-1/+12
2024-01-09session: avoid spurious closed notificationsFlorin Coras1-0/+3
2023-12-22session: add flag to track cless sessionsFlorin Coras1-3/+11
2023-10-11session: fix tx deq ntf assert for clFlorin Coras1-1/+1
2023-10-03session: make port range configurableNathan Skrzypczak1-0/+6
2023-09-04session: fix allocation of proxy fifosFlorin Coras1-0/+2
2023-08-09session: async rx event notificationsFlorin Coras1-274/+243
2023-07-21vcl: ldp support SO_ORIGINAL_DSTqinyang1-0/+22
2023-06-26udp: pass cless hdr to transport through bufferFlorin Coras1-8/+1
2023-06-21session: mark half-open transport closed on ntfFlorin Coras1-3/+3
2023-06-02session: cleanup cless listeners from session lookupFlorin Coras1-1/+8
2023-05-04session: cleanup ho lookup table on closeFlorin Coras1-6/+31
2023-03-14session vcl: refactor builtin tx event for main txFlorin Coras1-1/+1
2023-03-14session: pre-alloc required dma batchesMarvin Liu1-0/+1
2023-03-08session: Use session->thread_index to correctly retrieve the sessionSteven Luong1-1/+3
2023-02-20session: track app session closesFlorin Coras1-1/+7
2022-12-02session: move connects to first workerFlorin Coras1-3/+3
2022-11-03session: fix tx_fifo clear and incorrect bitmap invalidationDongya Zhang1-4/+10
2022-10-26session: add session event log for session stateSteven Luong1-27/+25
2022-10-20session: add session debug cliSteven Luong1-8/+5
2022-10-18session: pass sep.opaque to listen sessionMohammed Hawari1-0/+1
2022-09-15session: support dma optionMarvin Liu1-0/+86
2022-06-28session: fix connected udp acceptsFlorin Coras1-0/+1
2022-06-28session quic: allow custom config of rx mqs seg sizeFlorin Coras1-2/+5
2022-04-28session: fix coverity warningFlorin Coras1-1/+1
2022-04-26session: export session counts to stats segmentFlorin Coras1-0/+40
2022-04-21session svm: fix mq producer wait on q and ringFlorin Coras1-2/+1
2022-04-01session: leverage new pool functions in safe reallocFlorin Coras1-14/+1
2022-03-22session: use safe realloc for poolsFlorin Coras1-15/+15
2022-03-21session: linked list of events to be handled by mainFlorin Coras1-0/+2
2022-03-18session: add infra for safe pool reallocsFlorin Coras1-0/+1
2022-03-18vppinfra: refactor *_will_expand() functionsDamjan Marion1-3/+2
2022-02-10session: use transport endpoint cfg for listenFlorin Coras1-2/+2
2022-01-22session: update time for list of subscribersFlorin Coras1-0/+33
2022-01-20http: add http protocol pluginFlorin Coras1-1/+1
2021-11-29session: no deq notifications after closeFlorin Coras1-0/+2
2021-11-29session: postpone close notification if still acceptingFlorin Coras1-0/+14
2021-11-18session: deprecate mq segments basevaFlorin Coras1-13/+2
2021-11-18session: improve wrk mq segment allocationFlorin Coras1-46/+55
2021-11-17session: fix state check in switch poolFlorin Coras1-3/+3
2021-11-17session: support close during migrationFlorin Coras1-8/+40
2021-10-05session: Add session_sapi_enable_disableNathan Skrzypczak1-1/+1
2021-06-18session: udp accept session state should be updated by appjxm1-2/+0
2021-06-11session: half-open free only on main threadFlorin Coras1-4/+3
2021-05-25srtp: basic implementation based on libsrtp2Florin Coras1-1/+1