aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/policer
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion2-10/+0
2023-11-07misc: silence -Wmaybe-uninitialized warningsJieqiang Wang1-1/+1
2023-02-02policer: API policer selection by indexMaxime Peim8-257/+801
2022-11-22policer: adding documentationMaxime Peim2-4/+231
2022-11-08policer: improvement show policer cli.Huawei LI1-3/+3
2022-06-29classify: use 32 bits hashBenoƮt Ganne1-2/+2
2022-05-05policer: output interface policerStanislav Zaikin5-24/+140
2022-01-24policer: fix memory leakLeung Lai Yung1-1/+4
2021-10-29policer: fix coverity warning/NULL dereferenceKlement Sekera1-2/+10
2021-07-15misc: replace CLIB_PREFETCH with clib_prefetch_{load,store}Damjan Marion1-2/+2
2021-06-22policer: api cleanupFilip Tehlar2-53/+9
2021-06-04policer: fix vnet/policer cli <policer bind [unbind] name <name> <worker>> ha...jinshaohui1-2/+2
2021-05-14vlib: pass node runtime to vlib_buffer_enqueue_to_thread()Damjan Marion1-2/+2
2021-05-13tests: move test source to vpp/testDave Wallace2-263/+0
2021-03-20tests: add support for worker awarenessKlement Sekera1-1/+1
2021-03-19policer: Add CLI for all equivalent API functionsNeale Ranns1-6/+162
2021-02-19tests: add input policer thread handoff testsBrian Russell1-2/+74
2021-02-19policer: add thread handoff for device inputBrian Russell4-13/+71
2021-02-19policer: move handoff checks into policer codeBrian Russell3-17/+29
2021-02-19tests: test input policerBrian Russell1-0/+74
2021-02-19policer: add api to configure input policingBrian Russell4-0/+76
2021-02-19policer: add policing as device-input featureBrian Russell3-233/+19
2021-02-18tests: remove unnecessary setup in policer testBrian Russell1-6/+0
2021-02-15policer: improve policer structBrian Russell8-32/+27
2021-02-15policer: add api to bind policer to workerBrian Russell4-3/+76
2021-02-12policer: tidy upBrian Russell3-162/+50
2021-02-12policer: use enum typesBrian Russell5-41/+31
2021-02-12policer: remove SSE2 prefixBrian Russell8-483/+424
2021-02-11policer: use ip dscpBrian Russell5-67/+8
2021-02-10tests: add policer testsBrian Russell1-0/+123
2021-02-02policer: add countersBrian Russell4-8/+58
2021-01-28policer: add policer handoffBrian Russell2-0/+81
2021-01-28policer: add thread index to policerBrian Russell2-3/+8
2020-12-14api: add missing version infoPaul Vinciguerra1-0/+1
2020-03-12policer: API cleanupJakub Grajciar3-52/+111
2019-12-10api: multiple connections per processDave Barach1-1/+1
2019-03-07policer: migrate old MULTIARCH macros to VLIB_NODE_FNFilip Tehlar1-26/+19
2018-12-20delete policer classify repeat count drop packets when action is DROPcohu1-5/+0
2018-10-23c11 safe string handling supportDave Barach3-9/+9
2018-09-24Trivial: Clean up some typos.Paul Vinciguerra5-8/+8
2018-09-08L2 BVI/FIB: Update L2 FIB table when BVI's MAC changesNeale Ranns1-0/+2
2018-01-23VPPAPIGEN: vppapigen replacement in Python PLY.Ole Troan1-1/+1
2018-01-11api: remove transport specific code from handlersFlorin Coras1-7/+7
2018-01-09api: refactor vlibmemoryFlorin Coras1-2/+2
2017-12-18VPP-269 Coding standards cleanup - vnet/vnet/policerKrishanpal singh1-11/+14
2017-10-24Add extern to *_main global variable declarations in header files.Dave Wallace2-1/+3
2017-10-20null-terminate some formatted stringGabriel Ganne1-0/+2
2017-10-10punt and drop features:Neale Ranns3-62/+94
2017-10-09vppapigen: support per-file (major,minor,patch) version stampsDave Barach1-0/+2
2017-08-22policer: remove unused codeDamjan Marion1-4/+0