summaryrefslogtreecommitdiff
path: root/net/sched/act_api.c
Commit message (Expand)AuthorAge
* net: sched: remove TC_MUNGED bitsFlorian Westphal2015-05-02
* net: sched: enable per cpu qstatsJohn Fastabend2014-09-30
* net: sched: restrict use of qstats qlenJohn Fastabend2014-09-30
* net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend2014-09-30
* net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman2014-04-24
* net_sched: act: clean up tca_action_flush()WANG Cong2014-02-12
* net_sched: act: refuse to remove bound action outsideWANG Cong2014-02-12
* net_sched: act: move tcf_hashinfo_init() into tcf_register_action()WANG Cong2014-02-12
* net_sched: act: refactor cleanup opsWANG Cong2014-02-12
* net_sched: act: hide struct tcf_common from APIWANG Cong2014-02-12
* net_sched: act: export tcf_hash_search() instead of tcf_hash_lookup()WANG Cong2014-01-21
* net_sched: act: fetch hinfo from a->ops->hinfoWANG Cong2014-01-21
* net_sched: act: remove struct tcf_act_hdrWANG Cong2014-01-13
* net_sched: act: clean up notification functionsWANG Cong2014-01-13
* net_sched: act: move idx_gen into struct tcf_hashinfoWANG Cong2014-01-13
* net_sched: act: action flushing missaccountingJamal Hadi Salim2014-01-06
* net_sched: Remove unnecessary checks for act->opsJamal Hadi Salim2014-01-06
* sched action: make local function staticstephen hemminger2014-01-02
* net_sched: fix regression in tc_action_opsEric Dumazet2013-12-20
* net_sched: convert tc_action_ops to use struct list_headWANG Cong2013-12-18
* net_sched: convert tcf_hashinfo to hlist and use spinlockWANG Cong2013-12-18
* net_sched: init struct tcf_hashinfo at register timeWANG Cong2013-12-18
* net_sched: act: use standard struct list_headWANG Cong2013-12-18
* net_sched: remove get_stats from tc_action_opsWANG Cong2013-12-18
* net_sched: remove unnecessary parentheses while returnYang Yingliang2013-12-10
* net_sched: Provide default walker function for actionsJamal Hadi Salim2013-12-05
* net_sched: Default action lookup method for actionsJamal Hadi Salim2013-12-05
* net_sched: Fail if missing mandatory action operation methodsJamal Hadi Salim2013-12-05
* rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf2013-03-22
* pkt_sched: namespace aware act_mirredBenjamin LaHaise2013-01-14
* net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman2012-11-18
* netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-10
* pkt_sched: act_api: Move away from NLMSG_PUT().David S. Miller2012-06-26
* pkt_sched: Stop using NLA_PUT*().David S. Miller2012-04-01
* net: Fix files explicitly needing to include module.hPaul Gortmaker2011-10-31
* net: sched: constify tcf_proto and tc_actionEric Dumazet2011-07-06
* rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose2011-06-09
* net,rcu: convert call_rcu(tcf_common_free_rcu) to kfree_rcu()Lai Jiangshan2011-05-07
* Fix common misspellingsLucas De Marchi2011-03-31
* net_sched: cleanupsEric Dumazet2011-01-19
* pkt_sched: gen_kill_estimator() rcu fixesEric Dumazet2010-06-11
* net sched: printk message severitystephen hemminger2010-05-17
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-11
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* | net_sched: make traffic control network namespace awareTom Goff2010-03-22
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-09
|\
| * tree-wide: fix a very frequent spelling mistakeDirk Hohndel2009-11-09
* | net: use net_eq to compare netsOctavian Purdila2009-11-25
* | pkt_sched: gen_estimator: Dont report fake rate estimatorsEric Dumazet2009-10-07
|/
* netlink: constify nlmsghdr argumentsPatrick McHardy2009-08-25