Age | Commit message (Expand) | Author | Files | Lines |
2023-03-24 | session: fix session node switching to interrupt mode failded if no user events | Xiaoming Jiang | 1 | -2/+2 |
2023-03-23 | session: fix formatting of half open sessions | Florin Coras | 1 | -2/+1 |
2023-03-22 | session: add session stats | Filip Tehlar | 5 | -13/+99 |
2023-03-16 | session: support active opens with same source port | Florin Coras | 1 | -1/+12 |
2023-03-14 | session vcl: refactor builtin tx event for main tx | Florin Coras | 7 | -30/+33 |
2023-03-14 | session: pre-alloc required dma batches | Marvin Liu | 2 | -0/+3 |
2023-03-14 | session: format transport connection flags | Florin Coras | 2 | -18/+59 |
2023-03-14 | session: cleanup lcl endpt freelist before all alloc | Florin Coras | 1 | -4/+5 |
2023-03-08 | session: Use session->thread_index to correctly retrieve the session | Steven Luong | 1 | -1/+3 |
2023-02-28 | session: consolidate port alloc logic | Florin Coras | 2 | -7/+18 |
2023-02-20 | session: track app session closes | Florin Coras | 2 | -2/+9 |
2023-02-16 | session: ignore zero length dgrams | Florin Coras | 1 | -1/+9 |
2023-02-08 | session: accept lcl ip updates on cl sessions | Florin Coras | 1 | -0/+2 |
2023-02-03 | session: fix out of bounds event memcpy | Florin Coras | 1 | -3/+1 |
2023-01-10 | session: avoid trying to send incomplete dgram | Florin Coras | 1 | -2/+3 |
2023-01-06 | session: avoid dgram dequeues with no transport | Florin Coras | 1 | -0/+5 |
2022-12-23 | hsa: fix echo client workers initialization | Benoît Ganne | 1 | -3/+3 |
2022-12-14 | vcl: enable gso for 'sendmsg' in LDP mode. | Dou Chao | 3 | -8/+17 |
2022-12-02 | session: move connects to first worker | Florin Coras | 6 | -84/+54 |
2022-11-29 | session: transport endpt cleanup on owner thread | Florin Coras | 2 | -12/+79 |
2022-11-15 | session: add transport main structure | Florin Coras | 1 | -39/+37 |
2022-11-11 | session: safe pools for cut-through sessions | Florin Coras | 1 | -1/+2 |
2022-11-10 | session: reduce safe pool expand rate | Florin Coras | 1 | -2/+1 |
2022-11-10 | http: support client connect | Filip Tehlar | 1 | -0/+2 |
2022-11-03 | session: fix tx_fifo clear and incorrect bitmap invalidation | Dongya Zhang | 2 | -5/+12 |
2022-10-26 | session: add session event log for session state | Steven Luong | 5 | -35/+68 |
2022-10-20 | session: add session debug cli | Steven Luong | 4 | -54/+176 |
2022-10-18 | session: pass sep.opaque to listen session | Mohammed Hawari | 1 | -0/+1 |
2022-10-13 | session: make session code compile with SESSION_DEBUG enable | Steven Luong | 2 | -2/+15 |
2022-10-12 | misc: fix issues reported by clang-15 | Damjan Marion | 1 | -1/+1 |
2022-10-03 | tcp: replace tcp_time_now with tcp_time_now_us | Steven Luong | 1 | -1/+1 |
2022-09-15 | vcl: add hugepage for vcl configure and svm | Junfeng Wang | 4 | -2/+14 |
2022-09-15 | session: support dma option | Marvin Liu | 3 | -20/+257 |
2022-07-28 | session: fix a crash when using unregistered transport proto | Filip Tehlar | 2 | -1/+6 |
2022-07-19 | session: increase retries to grab mq lock | Radha krishna Saragadam | 1 | -1/+1 |
2022-07-06 | misc: pass NULL instead of 0 for pointer in variadic functions | Andreas Schultz | 1 | -1/+1 |
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-06-03 | session: fix double free in CLI | Filip Tehlar | 1 | -7/+2 |
2022-06-01 | session: make sure fifos are freed on right thread | Florin Coras | 1 | -0/+4 |
2022-05-14 | session: revert "fix session cli maybe parse wrong args if executed in files" | Damjan Marion | 1 | -38/+27 |
2022-05-06 | session: fix session cli maybe parse wrong args if executed in files | Xiaoming Jiang | 1 | -29/+28 |
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-22 | session: fix ctrl evt rpc elt pool realloc | Florin Coras | 1 | -5/+10 |
2022-04-21 | session svm: fix mq producer wait on q and ring | Florin Coras | 2 | -7/+5 |
2022-04-18 | session: add support for listen proxies | Florin Coras | 2 | -5/+27 |
2022-04-04 | session: use session layer rpc for evts sent to main | Florin Coras | 1 | -5/+9 |
2022-04-01 | session: leverage new pool functions in safe realloc | Florin Coras | 3 | -54/+50 |
2022-03-31 | vlib: add support for workers sync | Florin Coras | 1 | -38/+2 |