summaryrefslogtreecommitdiff
path: root/tc/m_skbedit.c
Commit message (Expand)AuthorAgeFilesLines
* tc: use SPDXStephen Hemminger2023-01-141-13/+1
* tc: skip actions that don't have options attribute when printingVlad Buslov2020-10-311-3/+2
* Replace open-coded instances of print_nl()Benjamin Poirier2020-05-041-2/+2
* tc: print all error messages to stderrStephen Hemminger2019-07-111-2/+2
* tc: added mask parameter in skbedit actionRoman Mashak2019-07-091-4/+26
* net:sched: add action inheritdsfield to skbeditQiaobin Fu2018-07-191-2/+17
* tc: jsonify skbedit actionRoman Mashak2018-04-151-24/+29
* Merge branch 'iproute2-master' into iproute2-nextDavid Ahern2018-03-131-1/+0
|\
| * tc: fix parsing of the control actionDavide Caratti2018-03-041-1/+0
* | treewide: Use addattr_nest()/addattr_nest_end() to handle nested attributesSerhey Popovych2018-02-021-3/+2
|/
* tc: util: Don't call NEXT_ARG_FWD() in __parse_action_control()Michal Privoznik2017-12-081-0/+1
* tc: actions: add helpers to parse and print control actionsJiri Pirko2017-05-221-4/+3
* tc: print skbedit action when dumping actions.Roman Mashak2017-04-041-0/+2
* tc: pass correct conversion specifier to print 'unsigned int' action index.Roman Mashak2016-12-141-1/+1
* Merge branch 'master' into net-nextStephen Hemminger2016-07-251-20/+2
|\
| * tc: use action_a2n() everywherePhil Sutter2016-07-251-20/+2
* | actions: skbedit add support for mod-ing skb pkt_typeJamal Hadi Salim2016-07-061-6/+44
|/
* tc: don't ignore ok as an action branchJamal Hadi Salim2016-05-161-1/+2
* tc: code cleanupStephen Hemminger2016-03-211-2/+4
* whitespace cleanupStephen Hemminger2014-12-201-1/+1
* skbedit print missing metadataJamal Hadi Salim2013-12-281-0/+6
* skbedit to default to pipeJamal Hadi Salim2013-12-281-0/+1
* Fix FSF address in file headersStephen Hemminger2013-12-061-3/+2
* skbedit: fix set-never-used warningStephen Hemminger2011-06-291-3/+0
* skbedit: use get_u32 for parsing markjamal2010-03-031-1/+1
* skbedit: Add support to mark packetsJamal Hadi Salim2009-12-261-5/+24
* fix uninitialized memory in tc_skbeditStephen Hemminger2009-02-191-1/+1
* add support for skbedit actionAlexander Duyck2009-01-061-0/+192