aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/act_api.c
Commit message (Expand)AuthorAge
* 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-27
* 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-08
* Fix common misspellingsLucas De Marchi2011-03-31
* net_sched: cleanupsEric Dumazet2011-01-20
* pkt_sched: gen_kill_estimator() rcu fixesEric Dumazet2010-06-11
* net sched: printk message severitystephen hemminger2010-05-18
* 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
* tc: propogate errors from tcf_hash_createStephen Hemminger2008-11-26
* net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg2008-10-16
* net-sched: fix Action flushing return codeJamal Hadi Salim2008-08-13
* net-sched: Fix actions flushingJamal Hadi Salim2008-08-13
* pkt_sched: Fix actions referencingJamal Hadi Salim2008-08-07
* net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-26
* [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-25
* [NET_SCHED]: Use typeful attribute parsing helpersPatrick McHardy2008-01-28
* [NET_SCHED]: Use typeful attribute construction helpersPatrick McHardy2008-01-28
* [NET_SCHED]: Use NLA_PUT_STRING for string dumpingPatrick McHardy2008-01-28
* [NET_SCHED]: Use nla_nest_start/nla_nest_endPatrick McHardy2008-01-28
* [NET_SCHED]: Propagate nla_parse return valuePatrick McHardy2008-01-28
* [NET_SCHED]: act_api: use PTR_ERR in tcf_action_init/tcf_action_getPatrick McHardy2008-01-28
* [NET_SCHED]: act_api: use nlmsg_parsePatrick McHardy2008-01-28
* [NET_SCHED]: act_api: fix netlink API conversion bugPatrick McHardy2008-01-28
* [NET_SCHED]: Convert actions from rtnetlink to new netlink APIPatrick McHardy2008-01-28
* [NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink APIPatrick McHardy2008-01-28
* [NET_SCHED]: Move EXPORT_SYMBOL next to exported symbolPatrick McHardy2008-01-28
* [NET]: Make rtnetlink infrastructure network namespace aware (v3)Denis V. Lunev2008-01-28
* [NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)Denis V. Lunev2008-01-28
* [NET_SCHED] protect action config/dump from irqsJamal Hadi Salim2007-09-14
* [NET_SCHED]: Remove unnecessary includesPatrick McHardy2007-07-11
* [NET_SCHED]: Remove unnecessary stats_lock pointersPatrick McHardy2007-07-11
* [NET_SCHED]: Remove CONFIG_NET_ESTIMATOR optionPatrick McHardy2007-07-11
* [PKT_SCHED] act: Use rtnl registration interfaceThomas Graf2007-04-26