Age | Commit message (Expand) | Author | Files | Lines |
2025-02-13 | session: make sure we cannot pass wrong IO event type |  Benoît Ganne | 1 | -23/+36 |
2025-02-12 | session: move io inlines to header file |  Florin Coras | 1 | -257/+0 |
2025-01-22 | session: cleanup io event functions |  Florin Coras | 1 | -0/+10 |
2025-01-22 | session svm: track session indices in private struct |  Florin Coras | 1 | -1/+1 |
2024-12-30 | session: proxy session migration fix |  Matus Fabian | 1 | -5/+8 |
2024-12-12 | session: disable fifo tuning on app close |  Florin Coras | 1 | -0/+3 |
2024-11-18 | session: track number of tries to alloc lcl port |  Florin Coras | 1 | -0/+7 |
2024-09-06 | session: add Source Deny List |  Steven Luong | 1 | -10/+38 |
2024-07-08 | session: add api to program rx io evts |  Florin Coras | 1 | -0/+16 |
2024-07-08 | session: improve enable and disable handling |  Florin Coras | 1 | -5/+11 |
2024-07-02 | session: session disable crash if not enable |  Steven Luong | 1 | -1/+2 |
2024-06-12 | session: fix ho cleanup on forced reset |  Florin Coras | 1 | -1/+2 |
2024-06-12 | session: fix ho cleanup on active and passive close |  Florin Coras | 1 | -2/+4 |
2024-04-17 | session: force session cleanups on app detach |  Florin Coras | 1 | -6/+23 |
2024-04-10 | session: add api to detach session from app |  Florin Coras | 1 | -0/+14 |
2024-03-29 | session: add new api for enq tx io events |  Florin Coras | 1 | -0/+7 |
2024-03-12 | misc: remove GNU Indent directives |  Damjan Marion | 1 | -4/+0 |
2024-01-09 | session: make app listener pool global |  Florin Coras | 1 | -4/+4 |
2024-01-09 | session: support for cl port reuse |  Florin Coras | 1 | -1/+12 |
2024-01-09 | session: avoid spurious closed notifications |  Florin Coras | 1 | -0/+3 |
2023-12-22 | session: add flag to track cless sessions |  Florin Coras | 1 | -3/+11 |
2023-10-11 | session: fix tx deq ntf assert for cl |  Florin Coras | 1 | -1/+1 |
2023-10-03 | session: make port range configurable |  Nathan Skrzypczak | 1 | -0/+6 |
2023-09-04 | session: fix allocation of proxy fifos |  Florin Coras | 1 | -0/+2 |
2023-08-09 | session: async rx event notifications |  Florin Coras | 1 | -274/+243 |
2023-07-21 | vcl: ldp support SO_ORIGINAL_DST |  qinyang | 1 | -0/+22 |
2023-06-26 | udp: pass cless hdr to transport through buffer |  Florin Coras | 1 | -8/+1 |
2023-06-21 | session: mark half-open transport closed on ntf |  Florin Coras | 1 | -3/+3 |
2023-06-02 | session: cleanup cless listeners from session lookup |  Florin Coras | 1 | -1/+8 |
2023-05-04 | session: cleanup ho lookup table on close |  Florin Coras | 1 | -6/+31 |
2023-03-14 | session vcl: refactor builtin tx event for main tx |  Florin Coras | 1 | -1/+1 |
2023-03-14 | session: pre-alloc required dma batches |  Marvin Liu | 1 | -0/+1 |
2023-03-08 | session: Use session->thread_index to correctly retrieve the session |  Steven Luong | 1 | -1/+3 |
2023-02-20 | session: track app session closes |  Florin Coras | 1 | -1/+7 |
2022-12-02 | session: move connects to first worker |  Florin Coras | 1 | -3/+3 |
2022-11-03 | session: fix tx_fifo clear and incorrect bitmap invalidation |  Dongya Zhang | 1 | -4/+10 |
2022-10-26 | session: add session event log for session state |  Steven Luong | 1 | -27/+25 |
2022-10-20 | session: add session debug cli |  Steven Luong | 1 | -8/+5 |
2022-10-18 | session: pass sep.opaque to listen session |  Mohammed Hawari | 1 | -0/+1 |
2022-09-15 | session: support dma option |  Marvin Liu | 1 | -0/+86 |
2022-06-28 | session: fix connected udp accepts |  Florin Coras | 1 | -0/+1 |
2022-06-28 | session quic: allow custom config of rx mqs seg size |  Florin Coras | 1 | -2/+5 |
2022-04-28 | session: fix coverity warning |  Florin Coras | 1 | -1/+1 |
2022-04-26 | session: export session counts to stats segment |  Florin Coras | 1 | -0/+40 |
2022-04-21 | session svm: fix mq producer wait on q and ring |  Florin Coras | 1 | -2/+1 |
2022-04-01 | session: leverage new pool functions in safe realloc |  Florin Coras | 1 | -14/+1 |
2022-03-22 | session: use safe realloc for pools |  Florin Coras | 1 | -15/+15 |
2022-03-21 | session: linked list of events to be handled by main |  Florin Coras | 1 | -0/+2 |
2022-03-18 | session: add infra for safe pool reallocs |  Florin Coras | 1 | -0/+1 |
2022-03-18 | vppinfra: refactor *_will_expand() functions |  Damjan Marion | 1 | -3/+2 |