summaryrefslogtreecommitdiffstats
path: root/net/sched/act_api.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-25/+29
|\
| * net_sched: check error pointer in tcf_dump_walker()Cong Wang2020-10-041-0/+2
| * net_sched: remove a redundant goto chain checkCong Wang2020-09-281-14/+0
| * net_sched: commit action insertions togetherCong Wang2020-09-241-9/+23
| * net_sched: defer tcf_idr_insert() in tcf_action_init_1()Cong Wang2020-09-241-18/+20
* | net: sched: skip an unnecessay checkTom Rix2020-09-081-2/+3
|/
* Remove redundant skb null checkGaurav Singh2020-06-201-1/+1
* net: qos offload add flow status with dropped countPo Liu2020-06-191-6/+4
* net: sched: implement terse dump support in actVlad Buslov2020-05-151-7/+23
* netlink: remove type-unsafe validation_data pointerJohannes Berg2020-04-301-10/+3
* net: sched: expose HW stats types per action used by driversJiri Pirko2020-03-301-0/+5
* net: introduce nla_put_bitfield32() helper and use itJiri Pirko2020-03-301-16/+8
* net: sched: rename more stats_typesJakub Kicinski2020-03-231-20/+18
* sched: act: allow user to specify type of HW stats for a filterJiri Pirko2020-03-081-0/+36
* sched: act: count in the size of action flags bitfieldJiri Pirko2020-02-261-0/+1
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-11-261-1/+1
|\
| * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2019-10-311-1/+1
| |\
| | * net/sched: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney2019-10-301-1/+1
* | | net/sched: actions: remove unused 'order'Davide Caratti2019-11-121-1/+0
* | | net_sched: add TCA_STATS_PKT64 attributeEric Dumazet2019-11-051-0/+2
* | | net: sched: update action implementations to support flagsVlad Buslov2019-10-301-1/+21
* | | net: sched: extend TCA_ACT space with TCA_ACT_FLAGSVlad Buslov2019-10-301-2/+8
* | | net: sched: modify stats helper functions to support regular statsVlad Buslov2019-10-301-5/+14
* | | net: sched: extract common action counters update code into functionVlad Buslov2019-10-301-0/+14
|/ /
* | net: avoid potential infinite loop in tc_ctl_action()Eric Dumazet2019-10-151-6/+8
* | net_sched: fix backward compatibility for TCA_ACT_KINDCong Wang2019-10-081-4/+5
|/
* net_sched: add policy validation for action attributesCong Wang2019-09-211-16/+18
* idr: fix overflow case for idr_for_each_entry_ul()Cong Wang2019-07-011-3/+6
* Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-311-7/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-7/+1
* | net: sched: don't use tc_action->order during action dumpVlad Buslov2019-05-241-2/+1
|/
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-12/+14
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-7/+7
* net/sched: let actions use RCU to access 'goto_chain'Davide Caratti2019-03-211-8/+10
* net/sched: prepare TC actions to properly validate the control actionDavide Caratti2019-03-211-41/+56
* net: Change TCA_ACT_* to TCA_ID_* to match that of TCA_ID_POLICEEli Cohen2019-02-101-1/+1
* net/sched: Remove egdev mechanismOz Shlomo2018-12-101-221/+0
* net: Add extack to nlmsg_parseDavid Ahern2018-10-081-1/+1
* net_sched: convert idrinfo->lock from spinlock to a mutexCong Wang2018-10-051-22/+22
* net/sched: Add hardware specific counters to TC actionsEelco Chaudron2018-09-241-3/+11
* net_sched: change tcf_del_walker() to take idrinfo->lockVlad Buslov2018-09-211-1/+19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-041-6/+12
|\
| * net: sched: null actions array pointer before releasing actionVlad Buslov2018-09-031-1/+1
| * net_sched: reject unknown tcfa_action valuesPaolo Abeni2018-08-291-5/+11
* | Revert "net: sched: act: add extack for lookup callback"Cong Wang2018-08-311-2/+4
|/
* net_sched: remove list_head from tc_actionCong Wang2018-08-211-1/+0
* net_sched: remove unused tcf_idr_check()Cong Wang2018-08-211-19/+3
* net_sched: remove unused parameter for tcf_action_delete()Cong Wang2018-08-211-3/+2
* net_sched: remove unnecessary ops->delete()Cong Wang2018-08-211-8/+7
* net_sched: improve and refactor tcf_action_put_many()Cong Wang2018-08-211-16/+15