aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/session/session.c
AgeCommit message (Expand)AuthorFilesLines
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
2021-05-19session: fix session queue node access on disableFlorin Coras1-1/+1
2021-05-18session: poll main thread if pending connectsFlorin Coras1-0/+2
2021-05-16session: rpc for connects to mainFlorin Coras1-0/+1
2021-05-14session: switch ct to vc and track half-opensFlorin Coras1-11/+19
2021-05-14tls: switch dtls to vc and track half-opensFlorin Coras1-9/+70
2021-05-12tls: switch to vc service and track half-open sessionsFlorin Coras1-3/+4
2021-05-12session: return connect session handle to appFlorin Coras1-20/+22
2021-05-12session: support half-close connectionliuyacan1-4/+39
2021-05-10session: use half-open sessions for vc establishmentFlorin Coras1-48/+48
2021-04-29session: accept notifies for sessions in created stateFlorin Coras1-0/+2
2021-04-14session: fix next node add on transport registrationFlorin Coras1-7/+2
2021-04-14session tcp vcl: api to update connection attributesFlorin Coras1-0/+12
2021-04-06session: basic support for interrupt modeFlorin Coras1-4/+26
2021-03-30session: interrupt mode for session node on main threadFlorin Coras1-15/+20
2021-03-29svm session vcl: per app rx message queuesFlorin Coras1-0/+6
2021-03-26vlib: convert foreach_vlib_main macro to be more gdb and clang-format friendlyDamjan Marion1-32/+28
2021-03-26vlib: introduce vlib_get_main_by_index(), vlib_get_n_threads()Damjan Marion1-1/+1
2021-02-15session: coverity fixFlorin Coras1-3/+0
2021-02-09tls: dtls initial implementationFlorin Coras1-1/+1
2021-01-25svm: add custom q implementation for mqFlorin Coras1-3/+0
2021-01-09session svm: fix fifo migrationFlorin Coras1-14/+15
2020-12-29session: remove fifo segment va allocatorFlorin Coras1-6/+2