aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/acl/sess_mgmt_node.c
AgeCommit message (Expand)AuthorFilesLines
2 daysmisc: fix int/enum mismatch errors reported by gcc-14Damjan Marion1-2/+3
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-4/+0
2022-05-16acl: memory leak in acl_fa_session_cleaner_processSteven Luong1-0/+1
2022-04-04vppinfra: make _vec_len() read-onlyDamjan Marion1-4/+3
2022-04-04vlib: remove unused fieldsDamjan Marion1-8/+0
2021-03-26vlib: introduce vlib_get_main_by_index(), vlib_get_n_threads()Damjan Marion1-5/+6
2020-10-07misc: Purge unused pg includesNeale Ranns1-1/+0
2020-09-21acl: remove custom ACL-plugin heapAndrew Yourtchenko1-4/+1
2018-10-24acl-plugin: introduce a format function for l4 session keyAndrew Yourtchenko1-26/+37
2018-10-10acl-plugin: reduce the syslog level for debug messagesAndrew Yourtchenko1-5/+6
2018-09-25acl-plugin: optimize session idle timer checksAndrew Yourtchenko1-27/+66
2018-06-17acl-plugin: fix the high cpu usage caused by the connection cleanerAndrew Yourtchenko1-1/+2
2018-06-14acl-plugin: use 16_8 bihash for IPv4 sessions and 40_8 bihash for IPv6 sessionsAndrew Yourtchenko1-29/+55
2018-06-13acl-plugin: change the src/dst L3 info in 5tuple struct to be always contiguo...Andrew Yourtchenko1-12/+20
2018-06-02acl-plugin: multicore: session management fixesAndrew Yourtchenko1-95/+150
2018-05-26acl-plugin: create forward and return sessions in lieu of making a special pe...Andrew Yourtchenko1-0/+22
2018-05-22acl-plugin: refactor to introduce multiarch dataplane functionsAndrew Yourtchenko1-0/+806