Age | Commit message (Expand) | Author | Files | Lines |
2018-09-03 | acl-plugin: fix the memory leak with colliding entries storage | Andrew Yourtchenko | 1 | -4/+73 |
2018-08-27 | cmake: Fix plugins .h includes | Mohsin Kazmi | 1 | -0/+5 |
2018-08-27 | cmake: add missing vat plugins | Damjan Marion | 1 | -0/+3 |
2018-08-25 | cmake: improve add_vpp_plugin macro | Damjan Marion | 1 | -2/+5 |
2018-08-17 | CMake as an alternative to autotools (experimental) | Damjan Marion | 1 | -0/+21 |
2018-08-13 | Multiarch handling in different constructor macros | Damjan Marion | 1 | -4/+3 |
2018-08-09 | acl-plugin: fix failures in some of IPv4 test-debug testcases | Andrew Yourtchenko | 1 | -4/+4 |
2018-08-03 | acl-plugin: fill in the 5tuple structure all at once, avoid short writes | Andrew Yourtchenko | 1 | -5/+3 |
2018-07-31 | acl-plugin: move the acl epoch calculation into inline function | Andrew Yourtchenko | 1 | -7/+15 |
2018-07-23 | fix vector index range checks | Eyal Bari | 2 | -10/+5 |
2018-07-19 | Remove unused argument to vlib_feature_next | Damjan Marion | 1 | -1/+1 |
2018-07-18 | Add config option to use dlmalloc instead of mheap | Dave Barach | 2 | -7/+17 |
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 |