aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/policer
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-10Fix memory leaks found in policer code.Chaoyu Jin1-0/+34
2017-07-23Improve L2 Input/Output Feature Infrastructure and UsageJohn Lo1-8/+3
2017-06-03Fix for gcc7Marco Varlese1-1/+1
2017-03-22policer: fix byte ordering in policer_details msgMarek Gradzki1-2/+2
2017-02-22VPP-635: CLI Memory leak with invalid parameterBilly McFall2-8/+24
2017-01-27API refactoring : policerPavel Kotucek2-0/+379
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion6-0/+3478
eredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
20.05-rc0~29-ga273ce62d