summaryrefslogtreecommitdiffstats
path: root/net/sched/act_api.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* net/sched: user-space can't set unknown tcfa_action valuesPaolo Abeni2018-07-301-0/+14
* net: sched: don't dump chains only held by actionsJiri Pirko2018-07-271-2/+2
* net: sched: fix unprotected access to rcu cookie pointerVlad Buslov2018-07-111-2/+7
* net: sched: Fix warnings from xchg() on RCU'd cookie pointer.David S. Miller2018-07-081-1/+1
* net: sched: change action API to use array of pointers to actionsVlad Buslov2018-07-081-39/+50
* net: sched: atomically check-allocate actionVlad Buslov2018-07-081-20/+72
* net: sched: use reference counting action initVlad Buslov2018-07-081-18/+17
* net: sched: don't release reference on action overwriteVlad Buslov2018-07-081-2/+0
* net: sched: implement reference counted action releaseVlad Buslov2018-07-081-22/+62
* net: sched: implement action API that deletes action by indexVlad Buslov2018-07-081-0/+39
* net: sched: always take reference to actionVlad Buslov2018-07-081-26/+20
* net: sched: implement unlocked action init APIVlad Buslov2018-07-081-7/+11
* net: sched: change type of reference and bind countersVlad Buslov2018-07-081-10/+22
* net: sched: use rcu for action cookie updateVlad Buslov2018-07-081-14/+30