virtio: Add RX queue full statisitics
[vpp.git] / src / plugins / acl /
2024-05-07 Ole Troanapi: add to_net parameter to endian messages 25/40825/7
2024-05-02 Eric Sunacl: add missing byteswap header for musl 63/40763/4
2024-04-24 Damjan Marionmisc: fix int/enum mismatch errors reported by gcc-14 82/40782/2
2024-04-09 Tom Jonesacl: Use clib_net_to_host rather than library bswap 83/40383/4
2024-03-28 Mohammed Hawariacl: rework headers to enable out-of-tree usage 39/40539/3
2024-03-12 Damjan Marionmisc: remove GNU Indent directives 02/40502/5
2023-01-17 Pim van Peltacl: CLI allow replace, allow deletion 24/37924/2
2022-11-22 Huawei LIacl: fix set acl-plugin cli unformat free. 63/37663/2
2022-11-09 Andrew Yourtchenkoacl: verify that src and dst have sane and same address... 70/31770/4
2022-09-26 Damjan Marionapi: replace print functions wth format 87/36187/10
2022-05-17 Steven Luongacl: memory leak in acl_fa_session_cleaner_process 48/36148/1
2022-04-04 Damjan Marionvppinfra: make _vec_len() read-only 82/35882/2
2022-04-04 Damjan Marionvlib: remove unused fields 79/35879/2
2021-10-13 Nathan Skrzypczakdocs: convert plugins doc md->rst 25/34025/4
2021-10-06 Nathan Skrzypczakdocs: more nitfixes 85/33985/1
2021-08-26 Tianyu Liacl: fix prefetch out of struct bound on Arm 97/33597/1
2021-08-19 Andrew Yourtchenkoacl: add API call for setting the toggle to select... 90/33490/3
2021-07-15 Neale Rannsacl: Fix the CLI to accept IPv6 prefixes 42/33142/2
2021-07-15 Damjan Marionmisc: replace CLIB_PREFETCH with clib_prefetch_{load... 46/33146/2
2021-07-13 Bin Zhou (bzhou2)misc: fix init order to avoid startup warnings 18/32818/4
2021-05-13 Dave Wallacetests: move test source to vpp/test 93/32293/2
2021-03-26 Damjan Marionvlib: introduce vlib_get_main_by_index(), vlib_get_n_th... 82/31782/4
2021-03-25 Andrew Yourtchenkoacl: fix the integer overflow bug in API message length... 66/31766/3
2021-02-08 Andrew Yourtchenkotests: allow for externally supplied VPP workers config... 65/30865/15
2021-01-20 Nathan Moosacl: replace glibc internal __bswap_64 with clib 83/30783/6
2021-01-11 Benoît Ganneacl: fix tag C-string overflow 42/30642/2
2021-01-06 Benoît Ganneacl: fix cli tag parsing 12/30612/3
2020-12-14 Damjan Marionmisc: refactor clib_bitmap_foreach macro 97/30397/2
2020-12-14 Damjan Marionmisc: move to new pool_foreach macros 96/30396/2
2020-12-14 Paul Vinciguerraapi: add missing version info 92/30392/3
2020-12-04 Andrew Yourtchenkoacl: fix acl-plugin testcases packet counting 30/30130/3
2020-11-25 Ole Troanapi: vat2 and json autogeneration for api messages 90/29890/13
2020-10-19 Damjan Marionmisc: don't export symbols from plugins 91/29491/7
2020-10-16 Damjan Marionacl: do vlib_buffer_enqueue_to_next in outer function 71/29371/2
2020-10-09 Damjan Marionacl: move nonip nodes to separate file 69/29369/2
2020-10-07 Neale Rannsmisc: Purge unused pg includes 56/29256/2
2020-09-21 Andrew Yourtchenkoacl: remove custom ACL-plugin heap 82/28882/4
2020-08-13 Andrew Yourtchenkoacl: use the global heap when allocating the lookup... 51/28251/2
2020-07-23 Lijian.Zhangacl: correct acl vat help message 34/28034/2
2020-06-16 Dave Barachmisc: fix sonarclound warnings 75/27575/4
2020-04-28 Paul Vinciguerratests: move defaults from defaultmapping to .api files 33/26733/1
2020-04-24 Neale Rannsacl: ACL creation CLI parsing fix 70/26670/3
2020-04-08 Neale Rannsacl: fix unresolved symbol for format_fib_prefix in... 75/26375/4
2020-03-27 Jakub Grajciaracl: API cleanup 84/26184/4
2020-03-26 Ole Trøanacl: revert acl: api cleanup 72/26172/5
2020-03-26 Jakub Grajciaracl: API cleanup 87/25787/16
2020-03-25 Neale Rannsacl: Add CLI additions 15/26115/4
2020-02-25 Neale Rannsfeature: provide a u16 version of vnet_feature_next 85/25385/2
2020-02-11 Dave Barachvppinfra: remove the historical mheap memory allocator 82/24982/4
2020-01-13 Neale Rannsacl: Remove unsued type 95/24195/2
2020-01-08 Andrew Yourtchenkoacl: add FEATURE.yaml 35/24235/3
2019-12-17 Neale Rannsip: Protocol Independent IP Neighbors 19/22819/26
2019-12-14 snaramretests: changes for scapy 2.4.3 migration 99/23999/3
2019-12-03 Jakub Grajciarclassify: API cleanup 51/21551/28
2019-11-05 Renato Botelho do... misc: Fix python scripts shebang line 59/23159/5
2019-10-31 Jieqiang Wangacl: add missing square brackets to vat_help option... 84/23084/2
2019-10-21 Ole Troanacl: l2 classify test support python3 87/22887/2
2019-10-17 snaramretests: python3 changes for span and aclplugin test 97/22797/3
2019-10-10 Ole Troanacl: remove api boilerplate 27/22627/2
2019-10-03 Andrew Yourtchenkoacl: fix intermittent test failure 96/22496/3
2019-09-27 Ole Troanacl: remove api boilerplate 65/22265/2
2019-09-16 Ole Troanapi: autogenerate api trace print/endian 72/21772/11
2019-08-28 Andrew Yourtchenkoacl: perform a sanity check of ACL rules before creatin... 15/21515/3
2019-08-22 Dave Wallacetests: move plugin tests to src/plugins/*/test 46/21446/3
2019-08-20 Paul Vinciguerravppapigen: remove support for legacy typedefs 07/21207/6
2019-08-16 Andrew Yourtchenkoacl: fix stats-segment counters validation on acl update 35/21335/2
2019-07-29 Paul Vinciguerraapi acl: breakout acl_types.api for reuse by others 05/20805/3
2019-07-24 Andrew Yourtchenkoacl: implement counters 17/20117/17
2019-07-09 Andrew Yourtchenkoacl: perform the ACL-as-a-service user registrations... 95/20295/2
2019-07-09 Dave Barachvat: unload unused vat plugins 64/20564/2
2019-05-03 Dave Wallaceplugins: clean up plugin descriptions 22/19122/3
2019-04-10 Ole TroanAPI: Fix shared memory only action handlers. 85/18785/2
2019-03-22 Andrew Yourtchenkoacl-plugin: get rid of doubly-linked list fields in... 80/18480/2
2019-03-22 Andrew Yourtchenkoacl-plugin: tuplemerge: fix a crash during soak test... 79/18479/2
2019-03-22 Andrew Yourtchenkoacl-plugin: get rid of a separate "count" field in... 15/18415/2
2019-02-19 Andrew Yourtchenkoacl-plugin: split the dataplane function into two,... 25/17325/2
2019-02-14 Benoît GanneAdd -fno-common compile option 54/17554/4
2018-12-11 KhersNew api in order to get max entries of connection table... 11/16411/9
2018-11-23 Andrew Yourtchenkoacl-plugin: fix coverity error that the fix related... 28/16128/3
2018-11-22 Andrew Yourtchenkoacl-plugin: optimize hash memory usage + fix the startu... 70/16070/3
2018-11-20 Andrew Yourtchenkoacl-plugin: performance optimizations for established... 08/14708/12
2018-11-15 Andrew Yourtchenkoacl-plugin: fix coverity error 188909 in unit-test... 38/15938/2
2018-11-14 Dave BarachRemove c-11 memcpy checks from perf-critical code 16/15916/4
2018-11-05 Andrew Yourtchenkoacl-plugin: 5-tuple parse: get rid of memcpy and move... 09/15709/2
2018-10-26 Andrew Yourtchenkoacl-plugin: fix the node multiarch function selection 36/15536/3
2018-10-25 Andrew Yourtchenkoacl-plugin: "show acl-plugin acl" ACE# is truncated... 97/15497/3
2018-10-24 Andrew Yourtchenkoacl-plugin: introduce a format function for l4 session key 16/15516/1
2018-10-23 Dave Barachc11 safe string handling support 47/15347/10
2018-10-20 Andrew Yourtchenkoacl-plugin: use the L2 feature arc infrastructure inste... 65/15165/9
2018-10-19 Sirshak Dasvppinfra: add atomic macros for __sync builtins 81/15181/5
2018-10-17 Andrew Yourtchenkoacl-plugin: tuplemerge: refresh the pointer to hash... 29/15329/1
2018-10-10 Andrew Yourtchenkoacl-plugin: reduce the syslog level for debug messages 14/15214/1
2018-10-04 Andrew Yourtchenkoacl-plugin: tuplemerge: avoid batch-resize of the appli... 42/15142/2
2018-09-26 Andrew Yourtchenkoacl-plugin: fix the stateful ICMP handling and add... 04/15004/2
2018-09-25 Andrew Yourtchenkoacl-plugin: optimize session idle timer checks 21/14821/7
2018-09-24 Paul VinciguerraTrivial: Clean up some typos. 40/14940/6
2018-09-14 Andrew Yourtchenkoacl-plugin: do not do clib_smp_atomic_add on per-worker... 95/14795/4
2018-09-06 Andrew Yourtchenkoacl-plugin: VPP-1400: fix crash when removing a session... 92/14692/1
2018-09-05 Andrew Yourtchenkoacl-plugin: VPP-1400: VPP may crash when performing... 34/14634/3
2018-09-03 Andrew Yourtchenkoacl-plugin: fix the memory leak with colliding entries... 33/14633/2
next