aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/session
AgeCommit message (Expand)AuthorFilesLines
2023-02-20session: track app session closesFlorin Coras2-2/+9
2023-02-16session: ignore zero length dgramsFlorin Coras1-1/+9
2023-02-08session: accept lcl ip updates on cl sessionsFlorin Coras1-0/+2
2023-02-03session: fix out of bounds event memcpyFlorin Coras1-3/+1
2023-01-10session: avoid trying to send incomplete dgramFlorin Coras1-2/+3
2023-01-06session: avoid dgram dequeues with no transportFlorin Coras1-0/+5
2022-12-23hsa: fix echo client workers initializationBenoƮt Ganne1-3/+3
2022-12-14vcl: enable gso for 'sendmsg' in LDP mode.Dou Chao3-8/+17
2022-12-02session: move connects to first workerFlorin Coras6-84/+54
2022-11-29session: transport endpt cleanup on owner threadFlorin Coras2-12/+79
2022-11-15session: add transport main structureFlorin Coras1-39/+37
2022-11-11session: safe pools for cut-through sessionsFlorin Coras1-1/+2
2022-11-10session: reduce safe pool expand rateFlorin Coras1-2/+1
2022-11-10http: support client connectFilip Tehlar1-0/+2
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