aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/session
AgeCommit message (Expand)AuthorFilesLines
2022-11-03session: fix tx_fifo clear and incorrect bitmap invalidationDongya Zhang2-5/+12
2022-10-26session: add session event log for session stateSteven Luong5-35/+68
2022-10-20session: add session debug cliSteven Luong4-54/+176
2022-10-18session: pass sep.opaque to listen sessionMohammed Hawari1-0/+1
2022-10-13session: make session code compile with SESSION_DEBUG enableSteven Luong2-2/+15
2022-10-12misc: fix issues reported by clang-15Damjan Marion1-1/+1
2022-10-03tcp: replace tcp_time_now with tcp_time_now_usSteven Luong1-1/+1
2022-09-15vcl: add hugepage for vcl configure and svmJunfeng Wang4-2/+14
2022-09-15session: support dma optionMarvin Liu3-20/+257
2022-07-28session: fix a crash when using unregistered transport protoFilip Tehlar2-1/+6
2022-07-19session: increase retries to grab mq lockRadha krishna Saragadam1-1/+1
2022-07-06misc: pass NULL instead of 0 for pointer in variadic functionsAndreas Schultz1-1/+1
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-06-03session: fix double free in CLIFilip Tehlar1-7/+2
2022-06-01session: make sure fifos are freed on right threadFlorin Coras1-0/+4
2022-05-14session: revert "fix session cli maybe parse wrong args if executed in files"Damjan Marion1-38/+27
2022-05-06session: fix session cli maybe parse wrong args if executed in filesXiaoming Jiang1-29/+28
2022-04-28session: fix coverity warningFlorin Coras1-1/+1
2022-04-26session: export session counts to stats segmentFlorin Coras1-0/+40
2022-04-22session: fix ctrl evt rpc elt pool reallocFlorin Coras1-5/+10
2022-04-21session svm: fix mq producer wait on q and ringFlorin Coras2-7/+5
2022-04-18session: add support for listen proxiesFlorin Coras2-5/+27
2022-04-04session: use session layer rpc for evts sent to mainFlorin Coras1-5/+9
2022-04-01session: leverage new pool functions in safe reallocFlorin Coras3-54/+50
2022-03-31vlib: add support for workers syncFlorin Coras1-38/+2
2022-03-31session: fix coverity warningFlorin Coras1-0/+4
2022-03-26session: simplify safe pool reallocFlorin Coras1-62/+42
2022-03-25session: reorganize local port allocationFlorin Coras1-29/+24
2022-03-24session: safe reallocs for transport endpoint poolFlorin Coras1-11/+25
2022-03-22session: use safe realloc for poolsFlorin Coras4-69/+23
2022-03-21session: linked list of events to be handled by mainFlorin Coras3-56/+107
2022-03-18session: add infra for safe pool reallocsFlorin Coras2-0/+148
2022-03-18vppinfra: refactor *_will_expand() functionsDamjan Marion1-3/+2
2022-03-11session: fix crash during client detachFilip Tehlar1-1/+3
2022-03-03session: improve tx tracingFlorin Coras1-10/+10
2022-02-24session: fix session layer socket readFilip Tehlar1-2/+27
2022-02-10session: use transport endpoint cfg for listenFlorin Coras4-6/+6
2022-02-10session: avoid debug half-open session pool contentionFlorin Coras1-0/+11
2022-02-05session: track bytes dequeued in snd paramsFlorin Coras2-2/+5
2022-01-22session: separate transports from apps in show cliFlorin Coras1-11/+11
2022-01-22session: update time for list of subscribersFlorin Coras4-1/+53
2022-01-20http: add http protocol pluginFlorin Coras2-4/+3
2022-01-12session: pass tx buffers in bulk to transportsFlorin Coras3-8/+12
2022-01-11session: increase postponed mq message min sizeFlorin Coras2-1/+2
2022-01-10session: fix segment manager format coverity warningFlorin Coras1-3/+3
2022-01-10session: allow pacer to send when bucket hits 0Florin Coras1-2/+2
2022-01-10session: deschedule sessions with no data to sendFlorin Coras2-2/+26
2022-01-10session: fix pacer bucket update castFlorin Coras1-2/+2
2021-12-23session svm: track fs and seg manager index in fsFlorin Coras2-42/+20