aboutsummaryrefslogtreecommitdiff
path: root/net/sched/act_api.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsGravatar Thomas Graf 1-1/+1
2013-01-14pkt_sched: namespace aware act_mirredGravatar Benjamin LaHaise 1-8/+10
2012-11-18net: Push capable(CAP_NET_ADMIN) into the rtnl methodsGravatar Eric W. Biederman 1-0/+3
2012-09-10netlink: Rename pid to portid to avoid confusionGravatar Eric W. Biederman 1-26/+26
2012-06-26pkt_sched: act_api: Move away from NLMSG_PUT().Gravatar David S. Miller 1-28/+31
2012-04-01pkt_sched: Stop using NLA_PUT*().Gravatar David S. Miller 1-3/+6
2011-10-31net: Fix files explicitly needing to include module.hGravatar Paul Gortmaker 1-0/+1
2011-07-06net: sched: constify tcf_proto and tc_actionGravatar Eric Dumazet 1-2/+2
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGravatar Greg Rose 1-3/+4
2011-05-07net,rcu: convert call_rcu(tcf_common_free_rcu) to kfree_rcu()Gravatar Lai Jiangshan 1-6/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-01-19net_sched: cleanupsGravatar Eric Dumazet 1-23/+23
2010-06-11pkt_sched: gen_kill_estimator() rcu fixesGravatar Eric Dumazet 1-1/+10
2010-05-17net sched: printk message severityGravatar stephen hemminger 1-9/+11
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-22net_sched: make traffic control network namespace awareGravatar Tom Goff 1-23/+22
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2009-11-25net: use net_eq to compare netsGravatar Octavian Purdila 1-2/+2
2009-11-09tree-wide: fix a very frequent spelling mistakeGravatar Dirk Hohndel 1-1/+1
2009-10-07pkt_sched: gen_estimator: Dont report fake rate estimatorsGravatar Eric Dumazet 1-1/+2
2009-08-25netlink: constify nlmsghdr argumentsGravatar Patrick McHardy 1-1/+1
2008-11-25tc: propogate errors from tcf_hash_createGravatar Stephen Hemminger 1-5/+13
2008-10-16net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Gravatar Johannes Berg 1-1/+1
2008-08-13net-sched: fix Action flushing return codeGravatar Jamal Hadi Salim 1-2/+2
2008-08-13net-sched: Fix actions flushingGravatar Jamal Hadi Salim 1-2/+7