aboutsummaryrefslogtreecommitdiff
path: root/net/sched/act_api.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-29net_sched actions: use nla_parse_nested()Gravatar Johannes Berg 1-2/+1
2016-10-13net_sched: reorder pernet ops and act ops registrationsGravatar WANG Cong 1-8/+11
2016-09-20net sched actions: fix GETing actionsGravatar Jamal Hadi Salim 1-0/+20
2016-09-19net sched: stylistic cleanupsGravatar Jamal Hadi Salim 1-10/+6
2016-08-17net_sched: convert tcf_exts from list to pointer arrayGravatar WANG Cong 1-5/+6
2016-08-17net_sched: remove an unnecessary list_del()Gravatar WANG Cong 1-1/+0
2016-08-17net_sched: remove the leftover cleanup_a()Gravatar WANG Cong 1-19/+3
2016-07-25net_sched: get rid of struct tcf_commonGravatar WANG Cong 1-72/+67
2016-07-25net_sched: move tc_action into tcf_commonGravatar WANG Cong 1-96/+53
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2016-06-15net sched actions: bug fix dumping actions directly didnt produce NLMSG_DONEGravatar Jamal Hadi Salim 1-1/+1
2016-06-15net_sched: make tcf_hash_check() booleanGravatar WANG Cong 1-4/+4
2016-06-07net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpGravatar Eric Dumazet 1-2/+2
2016-06-07net sched: indentation and other OCD stylistic fixesGravatar Jamal Hadi Salim 1-8/+11
2016-06-07net sched actions: introduce timestamp for firsttime useGravatar Jamal Hadi Salim 1-0/+1
2016-04-26sched: align nlattr properly when neededGravatar Nicolas Dichtel 1-2/+5
2016-02-25net_sched: add network namespace support for tc actionsGravatar WANG Cong 1-55/+58
2016-02-25net_sched: prepare tcf_hashinfo_destroy() for netns supportGravatar WANG Cong 1-3/+29
2015-08-26net_sched: make tcf_hash_destroy() staticGravatar Alexei Starovoitov 1-2/+1
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-5/+6
2015-07-30net: sched: fix refcount imbalance in actionsGravatar Daniel Borkmann 1-5/+6
2015-07-08net: sched: add percpu stats to actionsGravatar Eric Dumazet 1-10/+34
2015-05-02net: sched: remove TC_MUNGED bitsGravatar Florian Westphal 1-5/+0
2014-09-30net: sched: enable per cpu qstatsGravatar John Fastabend 1-1/+1
2014-09-30net: sched: restrict use of qstats qlenGravatar John Fastabend 1-1/+3
2014-09-30net: sched: make bstats per cpu and estimator RCU safeGravatar John Fastabend 1-2/+3
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesGravatar Eric W. Biederman 1-1/+1
2014-02-12net_sched: act: clean up tca_action_flush()Gravatar WANG Cong 1-30/+23
2014-02-12net_sched: act: refuse to remove bound action outsideGravatar WANG Cong 1-6/+20
2014-02-12net_sched: act: move tcf_hashinfo_init() into tcf_register_action()Gravatar WANG Cong 1-1/+15
2014-02-12net_sched: act: refactor cleanup opsGravatar WANG Cong 1-3/+5
2014-02-12net_sched: act: hide struct tcf_common from APIGravatar WANG Cong 1-13/+30
2014-01-21net_sched: act: export tcf_hash_search() instead of tcf_hash_lookup()Gravatar WANG Cong 1-3/+3
2014-01-21net_sched: act: fetch hinfo from a->ops->hinfoGravatar WANG Cong 1-12/+11
2014-01-13net_sched: act: remove struct tcf_act_hdrGravatar WANG Cong 1-8/+8
2014-01-13net_sched: act: clean up notification functionsGravatar WANG Cong 1-55/+40
2014-01-13net_sched: act: move idx_gen into struct tcf_hashinfoGravatar WANG Cong 1-5/+5
2014-01-06net_sched: act: action flushing missaccountingGravatar Jamal Hadi Salim 1-2/+3
2014-01-06net_sched: Remove unnecessary checks for act->opsGravatar Jamal Hadi Salim 1-31/+15
2014-01-02sched action: make local function staticGravatar stephen hemminger 1-5/+3
2013-12-20net_sched: fix regression in tc_action_opsGravatar Eric Dumazet 1-40/+13
2013-12-18net_sched: convert tc_action_ops to use struct list_headGravatar WANG Cong 1-11/+9
2013-12-18net_sched: convert tcf_hashinfo to hlist and use spinlockGravatar WANG Cong 1-39/+30
2013-12-18net_sched: init struct tcf_hashinfo at register timeGravatar WANG Cong 1-8/+8
2013-12-18net_sched: act: use standard struct list_headGravatar WANG Cong 1-60/+45
2013-12-18net_sched: remove get_stats from tc_action_opsGravatar WANG Cong 1-4/+0
2013-12-10net_sched: remove unnecessary parentheses while returnGravatar Yang Yingliang 1-1/+2
2013-12-05net_sched: Provide default walker function for actionsGravatar Jamal Hadi Salim 1-6/+3
2013-12-05net_sched: Default action lookup method for actionsGravatar Jamal Hadi Salim 1-2/+3
2013-12-05net_sched: Fail if missing mandatory action operation methodsGravatar Jamal Hadi Salim 1-4/+8