Age | Commit message (Expand) | Author | Files | Lines |
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 |
2024-06-25 | session: memory leak in mma rule table |  Steven Luong | 1 | -0/+3 |
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-05-21 | session: remove ipv6 lookup threading assert |  Brian Morris | 1 | -1/+0 |
2024-04-24 | misc: fix int/enum mismatch errors reported by gcc-14 |  Damjan Marion | 2 | -3/+3 |
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 | 3 | -4/+17 |
2024-04-05 | session: fix cleanup for refused sessions |  Florin Coras | 1 | -6/+7 |
2024-04-02 | session: fix closing ntfs handling for refused sessions |  Florin Coras | 1 | -0/+6 |
2024-03-29 | session: fix api coverity warnings |  Florin Coras | 1 | -2/+4 |
2024-03-29 | session: add new api for enq tx io events |  Florin Coras | 2 | -2/+10 |