Age | Commit message (Expand) | Author | Files | Lines |
2023-09-04 | session: fix allocation of proxy fifos |  Florin Coras | 4 | -1/+6 |
2023-08-31 | session: fix compilation when SESSION_DEBUG is on |  Florin Coras | 1 | -3/+7 |
2023-08-11 | session: fix coverity warnings |  Florin Coras | 1 | -40/+23 |
2023-08-09 | session: async rx event notifications |  Florin Coras | 11 | -580/+835 |
2023-07-28 | session: regrab evt llist elt for app transports tx |  Florin Coras | 1 | -0/+6 |
2023-07-27 | session: remove unused code |  Filip Tehlar | 1 | -17/+0 |
2023-07-26 | session: use session error type instead of vnet error |  Filip Tehlar | 13 | -91/+116 |
2023-07-21 | vcl: ldp support SO_ORIGINAL_DST |  qinyang | 6 | -10/+60 |
2023-06-27 | session udp: add len check for tx dgrams |  Florin Coras | 2 | -0/+20 |
2023-06-26 | udp: pass cless hdr to transport through buffer |  Florin Coras | 2 | -12/+3 |
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-04-28 | session: update due to clib_socket refactoring |  Nathan Skrzypczak | 5 | -59/+134 |
2023-04-19 | session: fix app_listener memory leak if session listen failed |  Xiaoming Jiang | 1 | -0/+2 |
2023-04-04 | session: fix ct connect session flush assert |  Florin Coras | 1 | -2/+4 |
2023-03-30 | session: async flush of pending connects to workers |  Florin Coras | 1 | -32/+109 |
2023-03-24 | api: Remove deprecated message from API |  Ondrej Fabry | 3 | -57/+0 |
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 |