aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/acl
AgeCommit message (Expand)AuthorFilesLines
2018-05-18Harmonize vec/pool_get_aligned object sizes and alignment requestsDave Barach1-0/+6
2018-04-20acl-plugin: acl-as-a-service: VPP-1248: fix the error if exports.h included i...Andrew Yourtchenko2-16/+12
2018-04-18Fixes for 'make UNATTENDED=yes CC=clang CXX=clang verify'Neale Ranns1-1/+0
2018-04-17acl-plugin: VPP-1241: fix the "show acl-plugin tables applied" outputAndrew Yourtchenko2-45/+20
2018-04-13acl-plugin: VPP-1239: acl-as-a-service does not match IPv6 packets, works onl...Andrew Yourtchenko2-4/+5
2018-04-10acl-plugin: VPP-1230: fix the "undefined symbol" error for acl_main when usin...Andrew Yourtchenko3-9/+31
2018-04-10acl-plugin: VPP-1231: add error checking to acl_plugin_set_acl_vec_for_contextAndrew Yourtchenko1-1/+26
2018-03-30acl-plugin: implement an optional session reclassification when ACL is (re-)a...Andrew Yourtchenko4-10/+128
2018-03-30Add missing stdint.hChris Luke1-0/+1
2018-03-27acl-plugin: autosize the ACL plugin heap and fix the heap size types and parsingAndrew Yourtchenko3-9/+43
2018-03-26acl-plugin: defer the ACL plugin user module registration with ACL lookup unt...Andrew Yourtchenko1-3/+5
2018-03-23acl-plugin: improvements in 'show acl-plugin macip acl' CLIAndrew Yourtchenko2-11/+47
2018-03-23acl-plugin: set ACL heap within the exported functions that might alloc memoryAndrew Yourtchenko3-0/+23
2018-03-22Revert "acl-plugin: improvement on 'show acl-plugin' CLI"Damjan Marion2-37/+9
2018-03-22acl-plugin: implement ACL lookup contexts for "ACL as a service" use by other...Andrew Yourtchenko13-1148/+2117
2018-03-21acl-plugin: improvement on 'show acl-plugin' CLISteve Shin2-9/+37
2018-03-20Fix Allow ARP packets for dot1q interface with MACIP enabledSteve Shin1-50/+169
2018-03-09ACL: Fix the detail for ethertype whitelistMohsin Kazmi2-3/+3
2018-03-08acl-plugin: add the support for dumping the ethertype whitelist (VPP-1163)Andrew Yourtchenko3-1/+180
2018-02-09acl-plugin: Stale classify table after deleting macip ACLSteve Shin1-0/+22
2018-02-08acl-plugin: add whitelisted ethertype mode (VPP-1163)Andrew Yourtchenko5-5/+308
2018-02-08acl-plugin: VPP-1088: add support for egress filter in macip ACLsAndrew Yourtchenko2-16/+244
2018-02-08acl-plugin: an elog-based tracing implementation for troubleshooting the conn...Andrew Yourtchenko4-32/+153
2018-02-07acl-plugin: multicore: send the interrupts to thread0 tooAndrew Yourtchenko1-1/+1
2018-02-07classifier-based ACL: refactor + add output ACLAndrew Yourtchenko1-1/+1
2018-02-06Reflexive ACL support on ICMPSteve Shin1-25/+113
2018-01-23VPPAPIGEN: vppapigen replacement in Python PLY.Ole Troan1-1/+1
2018-01-16acl-plugin: multicore: use pool_init_fixed for per-worker preallocated poolsAndrew Yourtchenko1-1/+7
2018-01-11api: remove transport specific code from handlersFlorin Coras1-57/+45
2018-01-09api: refactor vlibmemoryFlorin Coras1-10/+10
2017-12-20acl-plugin: add a debug CLI to print 5-tuple structure in human readable form...Andrew Yourtchenko3-0/+33
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-17acl-plugin: use ip.save_rewrite_length to calculate IP header offset on L3 eg...Andrew Yourtchenko1-3/+11
2017-11-16acl-plugin: also print human-friendly format of 5tuple in packet traceAndrew Yourtchenko1-0/+22
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 Kotucek2-40/+311
2017-10-30Minor copyedit fixes to ACL Hash doc.Jon Loeliger1-7/+6
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 Shin2-5/+10
2017-10-13acl-plugin: split the "show" commands and add an option to show ACLs by inter...Andrew Yourtchenko1-317/+407
2017-10-09vppapigen: support per-file (major,minor,patch) version stampsDave Barach1-0/+1
2017-10-03Repair vlib API socket serverDave Barach3-3/+0
2017-09-28General documentation updatesChris Luke2-3/+5
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