Age | Commit message (Expand) | Author | Files | Lines |
2025-03-09 | session: improve endpoint cfg unit test |  Florin Coras | 2 | -0/+8 |
2025-03-06 | session: fix lcl port allocation with fib |  Florin Coras | 1 | -0/+1 |
2025-03-03 | session: uri parsing improvements |  Adrian Villin | 2 | -2/+90 |
2025-03-01 | session: ignore tx evts for cl sessions with no fifo |  Florin Coras | 1 | -1/+1 |
2025-02-20 | session: trace all packets sourced by session layer |  Florin Coras | 1 | -23/+23 |
2025-02-14 | session: improve chained buffer enqueue |  Florin Coras | 1 | -50/+58 |
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 | 2 | -334/+325 |
2025-02-07 | session: do not match listeners when looking for lcl port |  Florin Coras | 3 | -5/+73 |
2025-01-24 | session: make local port allocator fib aware |  Florin Coras | 2 | -22/+28 |
2025-01-23 | session: validate new app worker on update reqest |  Florin Coras | 1 | -0/+2 |
2025-01-22 | session: cleanup io event functions |  Florin Coras | 3 | -2/+16 |
2025-01-22 | session svm: track session indices in private struct |  Florin Coras | 8 | -19/+26 |
2024-12-30 | session: proxy session migration fix |  Matus Fabian | 2 | -6/+12 |
2024-12-23 | session: add auto sdl |  Steven Luong | 4 | -33/+132 |
2024-12-12 | session: disable fifo tuning on app close |  Florin Coras | 1 | -0/+3 |
2024-12-08 | session: add ip4-fib-id and ip6-fib-id to app ns CLI |  Steven Luong | 2 | -11/+142 |
2024-12-08 | session: enhance display for show app |  Steven Luong | 4 | -10/+72 |
2024-12-06 | session: clean up session table when re-adding an existing application namespace |  Steven Luong | 1 | -0/+13 |
2024-11-21 | session: fix ct get peer if peer freed |  Florin Coras | 1 | -0/+2 |
2024-11-18 | session: track number of tries to alloc lcl port |  Florin Coras | 6 | -8/+71 |
2024-11-08 | session: validate appns index in vnet_session_rule_add_del |  Steven Luong | 3 | -1/+12 |
2024-11-06 | session: session table holding free appns index |  Steven Luong | 8 | -23/+403 |
2024-10-30 | session: sesssion_rule_add_del API parsing port in wrong order |  Steven Luong | 1 | -6/+6 |
2024-10-29 | session: improve migration rx ntf |  Florin Coras | 1 | -3/+1 |
2024-10-25 | http: pass timeout using extended config |  Matus Fabian | 2 | -3/+2 |
2024-10-25 | session: support of multiple extended configs |  Matus Fabian | 4 | -13/+93 |
2024-10-04 | session vcl: add support for vcl transport attributes |  Florin Coras | 2 | -1/+3 |
2024-10-03 | session: use proper name for ct transport |  Florin Coras | 4 | -11/+13 |
2024-10-03 | session: allow session input rpcs |  Florin Coras | 1 | -0/+3 |
2024-10-02 | session: incomprehensible error message for adding sdl and rule-table entry |  Steven Luong | 2 | -39/+19 |
2024-09-28 | session: fix SDL to use remote instead local |  Steven Luong | 4 | -31/+230 |
2024-09-25 | session: set dgram mss when not constrained by transport |  Florin Coras | 1 | -0/+1 |
2024-09-14 | session: improve sh session cli |  Florin Coras | 1 | -75/+194 |
2024-09-06 | session: add Source Deny List |  Steven Luong | 16 | -263/+1885 |
2024-08-13 | session: problem in session_rules_details API |  Steven Luong | 1 | -0/+4 |
2024-08-06 | session: memory leak in show session rules |  Steven Luong | 1 | -6/+9 |
2024-08-06 | session: session_lookup_local_endpoint returns the wrong value |  Steven Luong | 1 | -1/+1 |
2024-07-24 | session: delete and add application namespace do not create the global sessio... |  Steven Luong | 4 | -65/+56 |
2024-07-19 | session: show session rules does not display ip6 entries |  Steven Luong | 1 | -6/+33 |
2024-07-17 | session: memory leak on rule tag |  Steven Luong | 1 | -0/+1 |
2024-07-16 | session: memory leaks on rule tag hash tables |  Steven Luong | 1 | -0/+3 |
2024-07-15 | session: crash in session_rule_add_del if session is not enable |  Steven Luong | 1 | -0/+7 |
2024-07-15 | session: application namespace may reference a deleted vrf table |  Steven Luong | 1 | -5/+68 |
2024-07-10 | session: deleting an application namespace cleaning up the wrong application |  Steven Luong | 1 | -1/+1 |
2024-07-08 | session: add api to program rx io evts |  Florin Coras | 2 | -0/+17 |
2024-07-08 | session: improve enable and disable handling |  Florin Coras | 3 | -14/+23 |
2024-07-08 | session: handle multiple attempts to mark mq congested |  Florin Coras | 1 | -2/+5 |
2024-07-02 | session: session disable crash if not enable |  Steven Luong | 1 | -1/+2 |
2024-06-28 | session: memory leaks on various transports when session disable and enable |  Steven Luong | 1 | -3/+11 |