summaryrefslogtreecommitdiff
path: root/net/sched/act_api.c
AgeCommit message (Expand)Author
2014-09-30net: sched: enable per cpu qstatsJohn Fastabend
2014-09-30net: sched: restrict use of qstats qlenJohn Fastabend
2014-09-30net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman
2014-02-12net_sched: act: clean up tca_action_flush()WANG Cong
2014-02-12net_sched: act: refuse to remove bound action outsideWANG Cong
2014-02-12net_sched: act: move tcf_hashinfo_init() into tcf_register_action()WANG Cong
2014-02-12net_sched: act: refactor cleanup opsWANG Cong
2014-02-12net_sched: act: hide struct tcf_common from APIWANG Cong
2014-01-21net_sched: act: export tcf_hash_search() instead of tcf_hash_lookup()WANG Cong
2014-01-21net_sched: act: fetch hinfo from a->ops->hinfoWANG Cong
2014-01-13net_sched: act: remove struct tcf_act_hdrWANG Cong
2014-01-13net_sched: act: clean up notification functionsWANG Cong
2014-01-13net_sched: act: move idx_gen into struct tcf_hashinfoWANG Cong
2014-01-06net_sched: act: action flushing missaccountingJamal Hadi Salim
2014-01-06net_sched: Remove unnecessary checks for act->opsJamal Hadi Salim
2014-01-02sched action: make local function staticstephen hemminger
2013-12-20net_sched: fix regression in tc_action_opsEric Dumazet
2013-12-18net_sched: convert tc_action_ops to use struct list_headWANG Cong
2013-12-18net_sched: convert tcf_hashinfo to hlist and use spinlockWANG Cong
2013-12-18net_sched: init struct tcf_hashinfo at register timeWANG Cong
2013-12-18net_sched: act: use standard struct list_headWANG Cong
2013-12-18net_sched: remove get_stats from tc_action_opsWANG Cong
2013-12-10net_sched: remove unnecessary parentheses while returnYang Yingliang
2013-12-05net_sched: Provide default walker function for actionsJamal Hadi Salim
2013-12-05net_sched: Default action lookup method for actionsJamal Hadi Salim
2013-12-05net_sched: Fail if missing mandatory action operation methodsJamal Hadi Salim
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf
2013-01-14pkt_sched: namespace aware act_mirredBenjamin LaHaise
2012-11-18net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman
2012-06-26pkt_sched: act_api: Move away from NLMSG_PUT().David S. Miller
2012-04-01pkt_sched: Stop using NLA_PUT*().David S. Miller
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker
2011-07-06net: sched: constify tcf_proto and tc_actionEric Dumazet
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose
2011-05-07net,rcu: convert call_rcu(tcf_common_free_rcu) to kfree_rcu()Lai Jiangshan
2011-03-31Fix common misspellingsLucas De Marchi
2011-01-19net_sched: cleanupsEric Dumazet
2010-06-11pkt_sched: gen_kill_estimator() rcu fixesEric Dumazet
2010-05-17net sched: printk message severitystephen hemminger
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-22net_sched: make traffic control network namespace awareTom Goff
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-11-25net: use net_eq to compare netsOctavian Purdila
2009-11-09tree-wide: fix a very frequent spelling mistakeDirk Hohndel
2009-10-07pkt_sched: gen_estimator: Dont report fake rate estimatorsEric Dumazet
2009-08-25netlink: constify nlmsghdr argumentsPatrick McHardy
2008-11-25tc: propogate errors from tcf_hash_createStephen Hemminger