aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/acl/acl.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-20acl-plugin: add a debug CLI to print 5-tuple structure in human readable form...Andrew Yourtchenko1-0/+26
2017-12-11acl-plugin: unapply/reapply the classifier-based inacls when performing macip...Andrew Yourtchenko1-1/+29
2017-12-01acl-plugin: fix coverity 177970-177973,178891, and incorrect reset of dot1q/d...Andrew Yourtchenko1-13/+33
2017-11-11ACL: Add coding-style-patch-verification and indent.Jon Loeliger1-965/+1260
2017-11-11ACLs: Use better error return codes than "-1" everywhere.Jon Loeliger1-14/+14
2017-11-08ACL plugin support tagged subinterfacesPavel Kotucek1-40/+306
2017-10-27acl-plugin: increase the amount of memory for classifier tables used by MACIP...Andrew Yourtchenko1-1/+1
2017-10-26acl-plugin: refactor the "show acl-plugin" CLI, use vlib_cli_output() vs. for...Andrew Yourtchenko1-181/+194
2017-10-13acl-plugin: display "::" for INADDR6_ANY on ACL outputSteve Shin1-3/+6
2017-10-13acl-plugin: split the "show" commands and add an option to show ACLs by inter...Andrew Yourtchenko1-317/+407
2017-10-03Repair vlib API socket serverDave Barach1-1/+0
2017-09-27acl-plugin: take 2 at VPP-991 fix, this time with a test case which verifies it.Andrew Yourtchenko1-2/+2
2017-09-25acl-plugin: use vec_elt_at_index rather than pool_elt_at_index to access vect...Andrew Yourtchenko1-2/+2
2017-09-22acl-plugin: remove the clib_warning "ACL enabling..."Andrew Yourtchenko1-4/+0
2017-09-19ACL plugin enable macip for ip4/ip6 trafficPavel Kotucek1-8/+4
2017-09-18ACL-plugin: fix coverity issuePavel Kotucek1-17/+17
2017-09-12acl-plugin: add startup-config section "acl-plugin" and heap/hash parametersAndrew Yourtchenko1-2/+48
2017-09-12ACL-plugin add "replace" semantics for adding a new MacIP aclPavel Kotucek1-5/+54
2017-09-08ACL-plugin MACIP ACLs testsPavel Kotucek1-2/+16
2017-09-08acl-plugin: add hitcount to applied hash-acl entriesAndrew Yourtchenko1-4/+4
2017-08-25acl-plugin: warning printed when acl_add_replace already applied ACLs (comple...Andrew Yourtchenko1-0/+2
2017-08-18Fix vpp crash when adding macip aclPavel Kotucek1-1/+1
2017-08-18acl-plugin: time out the sessions created by main thread too (VPP-948)Andrew Yourtchenko1-0/+2
2017-08-15acl-plugin: don't attempt to delete the ACLs on interface deletion if ACL plu...Andrew Yourtchenko1-0/+4
2017-08-11acl-plugin: add the debug CLI to show macip ACLs and where they are applied (...Andrew Yourtchenko1-0/+76
2017-08-10acl-plugin: hash lookup bitmask not cleared when ACL is unapplied from interf...Andrew Yourtchenko1-0/+2
2017-08-10acl-plugin: avoid crash in multithreaded setup adding/deleting ACLs with traf...Andrew Yourtchenko1-0/+50
2017-08-08acl-plugin: fix a misplaced return (VPP-910)Andrew Yourtchenko1-1/+1
2017-08-08MAC IP ACL interface list dump (as an alternative to the get/reply)Neale Ranns1-1/+63
2017-08-08acl-plugin: rework the optimization 7383, fortify acl-plugin memory behavior ...Andrew Yourtchenko1-42/+114
2017-08-03acl-plugin: multicore: CSIT c100k 2-core stateful ACL test does not pass (VPP...Andrew Yourtchenko1-10/+41
2017-07-04acl-plugin: fix acl plugin test failing sporadically (VPP-898)Andrew Yourtchenko1-0/+5
2017-06-22acl-plugin: clean up the code enabling/disabling acl-plugin processing on int...Andrew Yourtchenko1-4/+16
2017-06-21acl-plugin: CLI to clear all sessionsAndrew Yourtchenko1-6/+17
2017-06-21acl-plugin: fix coverity error 171135Andrew Yourtchenko1-0/+2
2017-06-19acl-plugin: bihash-based ACL lookupAndrew Yourtchenko1-5/+336
2017-06-15acl-plugin: store sessions in a single hash table instead of a per-interfaceAndrew Yourtchenko1-0/+5
2017-06-14acl-plugin: shrink the L2 classifier tables used for traffic redirectAndrew Yourtchenko1-17/+17
2017-06-08acl-plugin: remove clib_warnings on plugin initAndrew Yourtchenko1-3/+0
2017-06-07acl-plugin: add a plugin-specific control-ping message api and make the test ...Andrew Yourtchenko1-0/+15
2017-06-07acl-plugin: make the ACL plugin multicore-capableAndrew Yourtchenko1-5/+34
2017-05-18acl-plugin: reject the too-short variable-length messages from clients (VPP-839)Andrew Yourtchenko1-3/+42
2017-05-15acl-plugin: unapply the ACLs if interface is being deletedAndrew Yourtchenko1-0/+4
2017-04-20Clean up old datapath code in ACL plugin.Andrew Yourtchenko1-370/+9
2017-04-06acl-plugin: make the IPv4/IPv6 non-first fragment handling in line with ACL (...Andrew Yourtchenko1-0/+7
2017-04-05acl-plugin: fix pretty-printing in "api trace custom-dump" (VPP-683)Andrew Yourtchenko1-2/+0
2017-03-30acl-plugin: cleaner node bugfixes (VPP-675)Andrew Yourtchenko1-0/+13
2017-03-22vlib: add description field in plugin registrationDamjan Marion1-0/+1
2017-03-21ACL plugin 1.2Andrew Yourtchenko1-16/+335
2017-03-16API:replaced all REPLY_MACRO's with api_helper_macros.hEyal Bari1-68/+15