summaryrefslogtreecommitdiff
path: root/tc/m_action.c
Commit message (Expand)AuthorAgeFilesLines
* m_action: fix warning of overwrite of const stringStephen Hemminger2023-05-131-2/+2
* tc: m_action: fix parsing of TCA_EXT_WARN_MSG by using different enumHangbin Liu2023-03-181-1/+7
* Revert "tc: m_action: fix parsing of TCA_EXT_WARN_MSG"Hangbin Liu2023-03-181-1/+1
* tc: m_action: fix parsing of TCA_EXT_WARN_MSGPedro Tammela2023-02-241-1/+1
* tc: add new attr TCA_EXT_WARN_MSGHangbin Liu2023-01-221-0/+1
* tc: use SPDXStephen Hemminger2023-01-141-5/+1
* tc: separate action print for filter and action dumpBaowen Zheng2022-03-071-17/+36
* tc: add skip_hw and skip_sw to control action offloadBaowen Zheng2022-01-311-10/+53
* tc/action: print error to stderrStephen Hemminger2022-01-201-4/+2
* tc: implement support for action terse dumpVlad Buslov2020-12-031-0/+9
* tc: use TCA_ACT_ prefix for action flagsVlad Buslov2020-12-031-2/+2
* Replace open-coded instances of print_nl()Benjamin Poirier2020-05-041-7/+7
* tc: m_action: check cookie hex string lenJiri Pirko2020-04-271-1/+2
* tc: show used HW stats typesJiri Pirko2020-03-311-3/+7
* tc: m_action: rename hw stats type uAPIJakub Kicinski2020-03-251-20/+19
* tc: m_action: introduce support for hw stats typeJiri Pirko2020-03-201-1/+65
* tc: implement support for action flagsVlad Buslov2019-11-021-0/+19
* Merge branch 'master' into nextDavid Ahern2019-08-071-43/+22
|\
| * Revert "tc: Add batchsize feature for filter and actions"Stephen Hemminger2019-08-021-43/+22
* | tc: add NLA_F_NESTED flag to all actions options nested blockPaul Blakey2019-07-181-1/+2
|/
* treewide: refactor help messagesMatteo Croce2019-05-201-13/+13
* tc: replace left side comparisonStephen Hemminger2019-01-281-1/+1
* tc/action: make variables staticStephen Hemminger2018-11-191-2/+2
* Tree wide: Drop sockaddr_nl argDavid Ahern2018-10-221-4/+2
* tc: Correct json output for actionsYuval Mintz2018-04-041-3/+2
* tc: support oneline mode in action generic printer functionsRoman Mashak2018-04-011-4/+8
* tc: enable json output for actionsRoman Mashak2018-03-301-5/+18
* Merge branch 'iproute2-master' into iproute2-nextDavid Ahern2018-03-131-1/+1
|\
| * tc: fix an off-by-one error while printing tc actionsAdam Vyskovsky2018-02-231-1/+1
* | treewide: Use addattr_nest()/addattr_nest_end() to handle nested attributesSerhey Popovych2018-02-021-16/+10
|/
* Merge branch 'master' into net-nextDavid Ahern2018-01-211-1/+4
|\
| * tc: Optimize gact action lookupPhil Sutter2018-01-171-1/+4
* | tc: Add batchsize feature for filter and actionsChris Mi2018-01-141-22/+43
|/
* tc: fix command "tc actions del" hang issueChris Mi2017-12-141-1/+1
* tc: fix json array closingJiri Pirko2017-12-131-1/+1
* m_action: style cleanupStephen Hemminger2017-11-261-32/+45
* tc: jsonify actions coreJiri Pirko2017-11-261-7/+15
* tc: remove action cookie len from printoutJiri Pirko2017-11-261-1/+1
* tc: move action cookie print out of the stats ifJiri Pirko2017-11-261-9/+8
* tc: replace magic constant 16 with #defineStephen Hemminger2017-11-241-3/+3
* drop unneeded include of syslog.hStephen Hemminger2017-11-121-1/+0
* lib/libnetlink: update rtnl_talk to support malloc buff at run timeHangbin Liu2017-10-261-6/+6
* Merge branch 'master' into net-nextStephen Hemminger2017-09-051-2/+2
|\
| * tc actions: store and dump correct length of user cookiesSimon Horman2017-09-051-2/+2
* | tc actions: Improved batching and time filtered dumpingJamal Hadi Salim2017-08-041-14/+60
|/
* actions: Add support for user cookiesJamal Hadi Salim2017-04-231-6/+43
* tc: distinguish Add/Replace action operations.Roman Mashak2017-01-291-3/+9
* tc: fix a misleading failureWANG Cong2016-08-091-5/+3
* Replace malloc && memset by callocPhil Sutter2016-07-201-2/+1
* tc: m_action: Improve conversion to C99 style initializersPhil Sutter2016-07-201-16/+7