Age | Commit message (Expand) | Author | Files | Lines |
2018-07-16 | acl-plugin: fix coverity errors 186574,186575,186576,186577,183451 | Andrew Yourtchenko | 1 | -20/+1 |
2018-06-27 | acl: fix for loop initial declaration | Florin Coras | 1 | -1/+2 |
2018-06-27 | acl-plugin: tm: avoid hash calculation dependency on a memory store operation | Andrew Yourtchenko | 1 | -1/+9 |
2018-06-27 | acl-plugin: tm: add tuplemerge algorithm for relaxing the hashtable masks | Andrew Yourtchenko | 3 | -5/+625 |
2018-06-26 | acl-plugin: tm: optimize multi-lookups and prepare to add tuplemerge | Andrew Yourtchenko | 6 | -252/+456 |
2018-06-25 | acl-plugin: remove the noisy debug output | Andrew Yourtchenko | 1 | -1/+1 |
2018-06-21 | acl-plugin: fallback to linear ACL search for fragments | Andrew Yourtchenko | 2 | -38/+34 |
2018-06-20 | acl-plugin: acl-as-a-service: VPP-1248: fix the error if exports.h included i... | Andrew Yourtchenko | 8 | -194/+198 |
2018-06-17 | acl-plugin: fix the high cpu usage caused by the connection cleaner | Andrew Yourtchenko | 1 | -1/+2 |
2018-06-17 | acl-plugin: split (L3) and (L4/pkt) logic of creation of 5tuple structure, op... | Andrew Yourtchenko | 1 | -46/+70 |
2018-06-14 | acl-plugin: VAT: add an option to load entire ACL from a ClassBench ruleset f... | Andrew Yourtchenko | 1 | -0/+190 |
2018-06-14 | acl-plugin: use 16_8 bihash for IPv4 sessions and 40_8 bihash for IPv6 sessions | Andrew Yourtchenko | 7 | -84/+165 |
2018-06-13 | acl-plugin: change the src/dst L3 info in 5tuple struct to be always contiguo... | Andrew Yourtchenko | 6 | -97/+156 |
2018-06-02 | acl-plugin: multicore: session management fixes | Andrew Yourtchenko | 6 | -151/+332 |
2018-05-29 | Add VLIB_NODE_FN() macro to simplify multiversioning of node functions | Damjan Marion | 1 | -117/+25 |
2018-05-28 | acl-plugin: move to per-frame buffer pointer calculations and enqueue to next... | Andrew Yourtchenko | 1 | -208/+191 |
2018-05-27 | acl-plugin: use clib_bihash_search_inline_2_40_8 rather than clib_bihash_sear... | Andrew Yourtchenko | 2 | -5/+3 |
2018-05-26 | acl-plugin: create forward and return sessions in lieu of making a special pe... | Andrew Yourtchenko | 5 | -121/+156 |
2018-05-22 | acl-plugin: refactor to introduce multiarch dataplane functions | Andrew Yourtchenko | 5 | -1614/+1997 |
2018-05-04 | Harmonize vec/pool_get_aligned object sizes and alignment requests | Dave Barach | 1 | -0/+6 |
2018-04-17 | acl-plugin: VPP-1241: fix the "show acl-plugin tables applied" output | Andrew Yourtchenko | 2 | -45/+20 |
2018-04-13 | acl-plugin: VPP-1239: acl-as-a-service does not match IPv6 packets, works onl... | Andrew Yourtchenko | 2 | -4/+5 |
2018-04-12 | Fixes for 'make UNATTENDED=yes CC=clang CXX=clang verify' | Neale Ranns | 1 | -1/+0 |
2018-04-11 | acl-plugin: VPP-1231: add error checking to acl_plugin_set_acl_vec_for_context | Andrew Yourtchenko | 1 | -1/+26 |
2018-04-11 | acl-plugin: VPP-1230: fix the "undefined symbol" error for acl_main when usin... | Andrew Yourtchenko | 3 | -9/+31 |
2018-03-30 | acl-plugin: implement an optional session reclassification when ACL is (re-)a... | Andrew Yourtchenko | 4 | -10/+128 |
2018-03-30 | Add missing stdint.h | Chris Luke | 1 | -0/+1 |
2018-03-27 | acl-plugin: autosize the ACL plugin heap and fix the heap size types and parsing | Andrew Yourtchenko | 3 | -9/+43 |
2018-03-26 | acl-plugin: defer the ACL plugin user module registration with ACL lookup unt... | Andrew Yourtchenko | 1 | -3/+5 |
2018-03-23 | acl-plugin: improvements in 'show acl-plugin macip acl' CLI | Andrew Yourtchenko | 2 | -11/+47 |
2018-03-23 | acl-plugin: set ACL heap within the exported functions that might alloc memory | Andrew Yourtchenko | 3 | -0/+23 |
2018-03-22 | Revert "acl-plugin: improvement on 'show acl-plugin' CLI" | Damjan Marion | 2 | -37/+9 |
2018-03-22 | acl-plugin: implement ACL lookup contexts for "ACL as a service" use by other... | Andrew Yourtchenko | 13 | -1148/+2117 |
2018-03-21 | acl-plugin: improvement on 'show acl-plugin' CLI | Steve Shin | 2 | -9/+37 |
2018-03-20 | Fix Allow ARP packets for dot1q interface with MACIP enabled | Steve Shin | 1 | -50/+169 |
2018-03-09 | ACL: Fix the detail for ethertype whitelist | Mohsin Kazmi | 2 | -3/+3 |
2018-03-08 | acl-plugin: add the support for dumping the ethertype whitelist (VPP-1163) | Andrew Yourtchenko | 3 | -1/+180 |
2018-02-09 | acl-plugin: Stale classify table after deleting macip ACL | Steve Shin | 1 | -0/+22 |
2018-02-08 | acl-plugin: add whitelisted ethertype mode (VPP-1163) | Andrew Yourtchenko | 5 | -5/+308 |
2018-02-08 | acl-plugin: VPP-1088: add support for egress filter in macip ACLs | Andrew Yourtchenko | 2 | -16/+244 |
2018-02-08 | acl-plugin: an elog-based tracing implementation for troubleshooting the conn... | Andrew Yourtchenko | 4 | -32/+153 |
2018-02-07 | acl-plugin: multicore: send the interrupts to thread0 too | Andrew Yourtchenko | 1 | -1/+1 |
2018-02-07 | classifier-based ACL: refactor + add output ACL | Andrew Yourtchenko | 1 | -1/+1 |
2018-02-06 | Reflexive ACL support on ICMP | Steve Shin | 1 | -25/+113 |
2018-01-23 | VPPAPIGEN: vppapigen replacement in Python PLY. | Ole Troan | 1 | -1/+1 |
2018-01-16 | acl-plugin: multicore: use pool_init_fixed for per-worker preallocated pools | Andrew Yourtchenko | 1 | -1/+7 |
2018-01-11 | api: remove transport specific code from handlers | Florin Coras | 1 | -57/+45 |
2018-01-09 | api: refactor vlibmemory | Florin Coras | 1 | -10/+10 |
2017-12-20 | acl-plugin: add a debug CLI to print 5-tuple structure in human readable form... | Andrew Yourtchenko | 3 | -0/+33 |
2017-12-11 | acl-plugin: unapply/reapply the classifier-based inacls when performing macip... | Andrew Yourtchenko | 1 | -1/+29 |