acl-plugin: add the support for dumping the ethertype whitelist (VPP-1163)
[vpp.git] / src / plugins / acl / acl.c
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
2017-01-03 Andrew YourtchenkoVPP-574: fix the MACIP ACLs blocking ARP traffic 39/4539/2
2017-01-01 Damjan MarionMove java,lua api and remaining plugins to src/ 89/4489/3