Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-12-01 | acl-plugin: fix coverity 177970-177973,178891, and incorrect reset of dot1q/d... | Andrew Yourtchenko | 1 | -13/+33 |
2017-11-17 | acl-plugin: use ip.save_rewrite_length to calculate IP header offset on L3 eg... | Andrew Yourtchenko | 1 | -3/+11 |
2017-11-16 | acl-plugin: also print human-friendly format of 5tuple in packet trace | Andrew Yourtchenko | 1 | -0/+22 |
2017-11-11 | ACL: Add coding-style-patch-verification and indent. | Jon Loeliger | 1 | -965/+1260 |
2017-11-11 | ACLs: Use better error return codes than "-1" everywhere. | Jon Loeliger | 1 | -14/+14 |
2017-11-08 | ACL plugin support tagged subinterfaces | Pavel Kotucek | 2 | -40/+311 |
2017-10-30 | Minor copyedit fixes to ACL Hash doc. | Jon Loeliger | 1 | -7/+6 |
2017-10-27 | acl-plugin: increase the amount of memory for classifier tables used by MACIP... | Andrew Yourtchenko | 1 | -1/+1 |
2017-10-26 | acl-plugin: refactor the "show acl-plugin" CLI, use vlib_cli_output() vs. for... | Andrew Yourtchenko | 1 | -181/+194 |
2017-10-13 | acl-plugin: display "::" for INADDR6_ANY on ACL output | Steve Shin | 2 | -5/+10 |
2017-10-13 | acl-plugin: split the "show" commands and add an option to show ACLs by inter... | Andrew Yourtchenko | 1 | -317/+407 |
2017-10-09 | vppapigen: support per-file (major,minor,patch) version stamps | Dave Barach | 1 | -0/+1 |
2017-10-03 | Repair vlib API socket server | Dave Barach | 3 | -3/+0 |
2017-09-28 | General documentation updates | Chris Luke | 2 | -3/+5 |