Age | Commit message (Expand) | Author | Files | Lines |
2021-03-26 | vlib: introduce vlib_get_main_by_index(), vlib_get_n_threads() |  Damjan Marion | 1 | -1/+1 |
2020-10-16 | acl: do vlib_buffer_enqueue_to_next in outer function |  Damjan Marion | 1 | -8/+11 |
2020-10-09 | acl: move nonip nodes to separate file |  Damjan Marion | 1 | -221/+0 |
2020-10-07 | misc: Purge unused pg includes |  Neale Ranns | 1 | -1/+0 |
2020-02-25 | feature: provide a u16 version of vnet_feature_next |  Neale Ranns | 1 | -3/+2 |
2019-07-24 | acl: implement counters |  Andrew Yourtchenko | 1 | -7/+43 |
2019-02-19 | acl-plugin: split the dataplane function into two, save 10sec in compile time |  Andrew Yourtchenko | 1 | -87/+110 |
2018-11-20 | acl-plugin: performance optimizations for established connections |  Andrew Yourtchenko | 1 | -188/+455 |
2018-10-26 | acl-plugin: fix the node multiarch function selection |  Andrew Yourtchenko | 1 | -33/+19 |
2018-10-24 | acl-plugin: introduce a format function for l4 session key |  Andrew Yourtchenko | 1 | -22/+29 |
2018-10-20 | acl-plugin: use the L2 feature arc infrastructure instead of L2 classifier fo... |  Andrew Yourtchenko | 1 | -25/+266 |
2018-08-13 | Multiarch handling in different constructor macros |  Damjan Marion | 1 | -4/+3 |
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-19 | Remove unused argument to vlib_feature_next |  Damjan Marion | 1 | -1/+1 |
2018-06-20 | acl-plugin: acl-as-a-service: VPP-1248: fix the error if exports.h included i... |  Andrew Yourtchenko | 1 | -3/+3 |
2018-06-14 | acl-plugin: use 16_8 bihash for IPv4 sessions and 40_8 bihash for IPv6 sessions |  Andrew Yourtchenko | 1 | -10/+11 |
2018-06-13 | acl-plugin: change the src/dst L3 info in 5tuple struct to be always contiguo... |  Andrew Yourtchenko | 1 | -13/+24 |
2018-06-02 | acl-plugin: multicore: session management fixes |  Andrew Yourtchenko | 1 | -4/+7 |
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-26 | acl-plugin: create forward and return sessions in lieu of making a special pe... |  Andrew Yourtchenko | 1 | -34/+11 |
2018-05-22 | acl-plugin: refactor to introduce multiarch dataplane functions |  Andrew Yourtchenko | 1 | -0/+758 |