acl: revert acl: api cleanup
[vpp.git] / src / plugins / acl / acl.c
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-11 Dave Barachvppinfra: remove the historical mheap memory allocator 82/24982/4
2020-01-13 Neale Rannsacl: Remove unsued type 95/24195/2
2019-09-27 Ole Troanacl: remove api boilerplate 65/22265/2
2019-08-28 Andrew Yourtchenkoacl: perform a sanity check of ACL rules before creatin... 15/21515/3
2019-08-16 Andrew Yourtchenkoacl: fix stats-segment counters validation on acl update 35/21335/2
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-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 a separate "count" field in... 15/18415/2
2018-12-11 KhersNew api in order to get max entries of connection table... 11/16411/9
2018-11-22 Andrew Yourtchenkoacl-plugin: optimize hash memory usage + fix the startu... 70/16070/3
2018-10-25 Andrew Yourtchenkoacl-plugin: "show acl-plugin acl" ACE# is truncated... 97/15497/3
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-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-07-23 Eyal Barifix vector index range checks 98/13598/2
2018-07-18 Dave BarachAdd config option to use dlmalloc instead of mheap 56/13356/20
2018-06-27 Andrew Yourtchenkoacl-plugin: tm: add tuplemerge algorithm for relaxing... 62/13162/8
2018-06-20 Andrew Yourtchenkoacl-plugin: acl-as-a-service: VPP-1248: fix the error... 69/11969/9
2018-06-02 Andrew Yourtchenkoacl-plugin: multicore: session management fixes 70/12770/9
2018-05-22 Andrew Yourtchenkoacl-plugin: refactor to introduce multiarch dataplane... 51/12651/6
2018-04-17 Andrew Yourtchenkoacl-plugin: VPP-1241: fix the "show acl-plugin tables... 44/11844/1
2018-04-12 Neale RannsFixes for 'make UNATTENDED=yes CC=clang CXX=clang verify' 48/11648/2
2018-04-11 Andrew Yourtchenkoacl-plugin: VPP-1230: fix the "undefined symbol" error... 63/11663/2
2018-03-30 Andrew Yourtchenkoacl-plugin: implement an optional session reclassificat... 89/9689/9
2018-03-27 Andrew Yourtchenkoacl-plugin: autosize the ACL plugin heap and fix the... 89/11389/2
2018-03-26 Andrew Yourtchenkoacl-plugin: defer the ACL plugin user module registrati... 64/11364/2
2018-03-23 Andrew Yourtchenkoacl-plugin: improvements in 'show acl-plugin macip... 40/11340/2
2018-03-23 Andrew Yourtchenkoacl-plugin: set ACL heap within the exported functions... 29/11329/2
2018-03-22 Damjan MarionRevert "acl-plugin: improvement on 'show acl-plugin... 14/11314/1
2018-03-22 Andrew Yourtchenkoacl-plugin: implement ACL lookup contexts for "ACL... 74/11274/7
2018-03-21 Steve Shinacl-plugin: improvement on 'show acl-plugin' CLI 73/11273/2
2018-03-20 Steve ShinFix Allow ARP packets for dot1q interface with MACIP... 27/11227/2
2018-03-09 Mohsin KazmiACL: Fix the detail for ethertype whitelist 48/11048/4
2018-03-08 Andrew Yourtchenkoacl-plugin: add the support for dumping the ethertype... 84/10984/3
2018-02-09 Steve Shinacl-plugin: Stale classify table after deleting macip ACL 73/10473/2
2018-02-08 Andrew Yourtchenkoacl-plugin: add whitelisted ethertype mode (VPP-1163) 34/10434/4
2018-02-08 Andrew Yourtchenkoacl-plugin: VPP-1088: add support for egress filter... 96/9896/11
2018-02-08 Andrew Yourtchenkoacl-plugin: an elog-based tracing implementation for... 13/10413/5
2018-02-07 Andrew Yourtchenkoclassifier-based ACL: refactor + add output ACL 02/10002/9
2018-01-11 Florin Corasapi: remove transport specific code from handlers 38/10038/9
2018-01-09 Florin Corasapi: refactor vlibmemory 76/9976/21
2017-12-20 Andrew Yourtchenkoacl-plugin: add a debug CLI to print 5-tuple structure... 86/9886/2
2017-12-11 Andrew Yourtchenkoacl-plugin: unapply/reapply the classifier-based inacls... 72/9772/5
2017-12-01 Andrew Yourtchenkoacl-plugin: fix coverity 177970-177973,178891, and... 11/9611/7
2017-11-12 Jon LoeligerACL: Add coding-style-patch-verification and indent. 89/9389/1
2017-11-11 Jon LoeligerACLs: Use better error return codes than "-1" everywhere. 83/9383/3
2017-11-08 Pavel KotucekACL plugin support tagged subinterfaces 19/8519/7
2017-10-27 Andrew Yourtchenkoacl-plugin: increase the amount of memory for classifie... 85/9085/1
2017-10-26 Andrew Yourtchenkoacl-plugin: refactor the "show acl-plugin" CLI, use... 61/9061/2
2017-10-13 Steve Shinacl-plugin: display "::" for INADDR6_ANY on ACL output 13/8813/2
2017-10-13 Andrew Yourtchenkoacl-plugin: split the "show" commands and add an option... 05/8805/2
2017-10-03 Dave BarachRepair vlib API socket server 69/8369/50
2017-09-27 Andrew Yourtchenkoacl-plugin: take 2 at VPP-991 fix, this time with a... 60/8560/3
2017-09-25 Andrew Yourtchenkoacl-plugin: use vec_elt_at_index rather than pool_elt_a... 25/8525/3
2017-09-22 Andrew Yourtchenkoacl-plugin: remove the clib_warning "ACL enabling..." 94/8494/3
2017-09-19 Pavel KotucekACL plugin enable macip for ip4/ip6 traffic 20/8420/2
2017-09-18 Pavel KotucekACL-plugin: fix coverity issue 94/8394/3
2017-09-12 Andrew Yourtchenkoacl-plugin: add startup-config section "acl-plugin... 83/8383/2
2017-09-12 Pavel KotucekACL-plugin add "replace" semantics for adding a new... 40/8340/4
2017-09-08 Pavel KotucekACL-plugin MACIP ACLs tests 41/8341/2
2017-09-08 Andrew Yourtchenkoacl-plugin: add hitcount to applied hash-acl entries 39/8339/2
2017-08-25 Andrew Yourtchenkoacl-plugin: warning printed when acl_add_replace alread... 14/8214/2
2017-08-18 Pavel KotucekFix vpp crash when adding macip acl 83/8083/2
2017-08-18 Andrew Yourtchenkoacl-plugin: time out the sessions created by main threa... 09/8109/1
2017-08-15 Andrew Yourtchenkoacl-plugin: don't attempt to delete the ACLs on interfa... 42/8042/2
2017-08-11 Andrew Yourtchenkoacl-plugin: add the debug CLI to show macip ACLs and... 92/7992/2
2017-08-10 Andrew Yourtchenkoacl-plugin: hash lookup bitmask not cleared when ACL... 87/7987/1
2017-08-10 Andrew Yourtchenkoacl-plugin: avoid crash in multithreaded setup adding... 75/7975/2
2017-08-08 Andrew Yourtchenkoacl-plugin: fix a misplaced return (VPP-910) 35/7935/1
2017-08-08 Neale RannsMAC IP ACL interface list dump (as an alternative to... 32/7932/3
2017-08-08 Andrew Yourtchenkoacl-plugin: rework the optimization 7383, fortify acl... 28/7928/1
2017-08-03 Andrew Yourtchenkoacl-plugin: multicore: CSIT c100k 2-core stateful ACL... 00/7900/2
2017-07-04 Andrew Yourtchenkoacl-plugin: fix acl plugin test failing sporadically... 09/7409/2
2017-06-22 Andrew Yourtchenkoacl-plugin: clean up the code enabling/disabling acl... 77/7277/2
2017-06-21 Andrew Yourtchenkoacl-plugin: CLI to clear all sessions 42/7242/3
2017-06-21 Andrew Yourtchenkoacl-plugin: fix coverity error 171135 29/7229/2
2017-06-19 Andrew Yourtchenkoacl-plugin: bihash-based ACL lookup 58/6858/18
2017-06-15 Andrew Yourtchenkoacl-plugin: store sessions in a single hash table inste... 70/7070/3
2017-06-14 Andrew Yourtchenkoacl-plugin: shrink the L2 classifier tables used for... 64/7064/2
2017-06-08 Andrew Yourtchenkoacl-plugin: remove clib_warnings on plugin init 63/7063/2
2017-06-07 Andrew Yourtchenkoacl-plugin: add a plugin-specific control-ping message... 38/6838/3
2017-06-07 Andrew Yourtchenkoacl-plugin: make the ACL plugin multicore-capable 71/6771/9
2017-05-18 Andrew Yourtchenkoacl-plugin: reject the too-short variable-length messag... 49/6749/2
2017-05-15 Andrew Yourtchenkoacl-plugin: unapply the ACLs if interface is being... 53/6653/4
2017-04-20 Andrew YourtchenkoClean up old datapath code in ACL plugin. 33/6233/2
2017-04-06 Andrew Yourtchenkoacl-plugin: make the IPv4/IPv6 non-first fragment handl... 35/6035/2
2017-04-05 Andrew Yourtchenkoacl-plugin: fix pretty-printing in "api trace custom... 49/6049/2
2017-03-30 Andrew Yourtchenkoacl-plugin: cleaner node bugfixes (VPP-675) 50/5950/2
2017-03-22 Damjan Marionvlib: add description field in plugin registration 24/5824/2
2017-03-21 Andrew YourtchenkoACL plugin 1.2 05/5805/7
2017-03-16 Eyal BariAPI:replaced all REPLY_MACRO's with api_helper_macros.h 65/5765/2
2017-03-13 Pavel KotucekACL plugin rejects ICMP messages (VPP-624) 58/5058/15
2017-03-03 Andrew YourtchenkoVPP-651: Ensure sw_if_index to node mapping for L2... 09/5609/2
2017-02-03 Damjan MarionPlugin infrastructure improvements 24/4824/12
next