Age | Commit message (Expand) | Author | Files | Lines |
2022-05-05 | policer: output interface policer |  Stanislav Zaikin | 5 | -24/+140 |
2022-01-24 | policer: fix memory leak |  Leung Lai Yung | 1 | -1/+4 |
2021-10-29 | policer: fix coverity warning/NULL dereference |  Klement Sekera | 1 | -2/+10 |
2021-07-15 | misc: replace CLIB_PREFETCH with clib_prefetch_{load,store} |  Damjan Marion | 1 | -2/+2 |
2021-06-22 | policer: api cleanup |  Filip Tehlar | 2 | -53/+9 |
2021-06-04 | policer: fix vnet/policer cli <policer bind [unbind] name <name> <worker>> ha... |  jinshaohui | 1 | -2/+2 |
2021-05-14 | vlib: pass node runtime to vlib_buffer_enqueue_to_thread() |  Damjan Marion | 1 | -2/+2 |
2021-05-13 | tests: move test source to vpp/test |  Dave Wallace | 2 | -263/+0 |
2021-03-20 | tests: add support for worker awareness |  Klement Sekera | 1 | -1/+1 |
2021-03-19 | policer: Add CLI for all equivalent API functions |  Neale Ranns | 1 | -6/+162 |
2021-02-19 | tests: add input policer thread handoff tests |  Brian Russell | 1 | -2/+74 |
2021-02-19 | policer: add thread handoff for device input |  Brian Russell | 4 | -13/+71 |
2021-02-19 | policer: move handoff checks into policer code |  Brian Russell | 3 | -17/+29 |
2021-02-19 | tests: test input policer |  Brian Russell | 1 | -0/+74 |
2021-02-19 | policer: add api to configure input policing |  Brian Russell | 4 | -0/+76 |
2021-02-19 | policer: add policing as device-input feature |  Brian Russell | 3 | -233/+19 |
2021-02-18 | tests: remove unnecessary setup in policer test |  Brian Russell | 1 | -6/+0 |
2021-02-15 | policer: improve policer struct |  Brian Russell | 8 | -32/+27 |
2021-02-15 | policer: add api to bind policer to worker |  Brian Russell | 4 | -3/+76 |
2021-02-12 | policer: tidy up |  Brian Russell | 3 | -162/+50 |
2021-02-12 | policer: use enum types |  Brian Russell | 5 | -41/+31 |
2021-02-12 | policer: remove SSE2 prefix |  Brian Russell | 8 | -483/+424 |
2021-02-11 | policer: use ip dscp |  Brian Russell | 5 | -67/+8 |
2021-02-10 | tests: add policer tests |  Brian Russell | 1 | -0/+123 |
2021-02-02 | policer: add counters |  Brian Russell | 4 | -8/+58 |
2021-01-28 | policer: add policer handoff |  Brian Russell | 2 | -0/+81 |
2021-01-28 | policer: add thread index to policer |  Brian Russell | 2 | -3/+8 |
2020-12-14 | api: add missing version info |  Paul Vinciguerra | 1 | -0/+1 |
2020-03-12 | policer: API cleanup |  Jakub Grajciar | 3 | -52/+111 |
2019-12-10 | api: multiple connections per process |  Dave Barach | 1 | -1/+1 |
2019-03-07 | policer: migrate old MULTIARCH macros to VLIB_NODE_FN |  Filip Tehlar | 1 | -26/+19 |
2018-12-20 | delete policer classify repeat count drop packets when action is DROP |  cohu | 1 | -5/+0 |
2018-10-23 | c11 safe string handling support |  Dave Barach | 3 | -9/+9 |
2018-09-24 | Trivial: Clean up some typos. |  Paul Vinciguerra | 5 | -8/+8 |
2018-09-08 | L2 BVI/FIB: Update L2 FIB table when BVI's MAC changes |  Neale Ranns | 1 | -0/+2 |
2018-01-23 | VPPAPIGEN: vppapigen replacement in Python PLY. |  Ole Troan | 1 | -1/+1 |
2018-01-11 | api: remove transport specific code from handlers |  Florin Coras | 1 | -7/+7 |
2018-01-09 | api: refactor vlibmemory |  Florin Coras | 1 | -2/+2 |
2017-12-18 | VPP-269 Coding standards cleanup - vnet/vnet/policer |  Krishanpal singh | 1 | -11/+14 |
2017-10-24 | Add extern to *_main global variable declarations in header files. |  Dave Wallace | 2 | -1/+3 |
2017-10-20 | null-terminate some formatted string |  Gabriel Ganne | 1 | -0/+2 |
2017-10-10 | punt and drop features: |  Neale Ranns | 3 | -62/+94 |
2017-10-09 | vppapigen: support per-file (major,minor,patch) version stamps |  Dave Barach | 1 | -0/+2 |
2017-08-22 | policer: remove unused code |  Damjan Marion | 1 | -4/+0 |
2017-08-10 | Fix memory leaks found in policer code. |  Chaoyu Jin | 1 | -0/+34 |
2017-07-23 | Improve L2 Input/Output Feature Infrastructure and Usage |  John Lo | 1 | -8/+3 |
2017-06-03 | Fix for gcc7 |  Marco Varlese | 1 | -1/+1 |
2017-03-22 | policer: fix byte ordering in policer_details msg |  Marek Gradzki | 1 | -2/+2 |
2017-02-22 | VPP-635: CLI Memory leak with invalid parameter |  Billy McFall | 2 | -8/+24 |
2017-01-27 | API refactoring : policer |  Pavel Kotucek | 2 | -0/+379 |