aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/act_api.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf1-1/+1
2013-01-14pkt_sched: namespace aware act_mirredBenjamin LaHaise1-8/+10
2012-11-18net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman1-0/+3
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-26/+26
2012-06-26pkt_sched: act_api: Move away from NLMSG_PUT().David S. Miller1-28/+31
2012-04-01pkt_sched: Stop using NLA_PUT*().David S. Miller1-3/+6
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker1-0/+1
2011-07-06net: sched: constify tcf_proto and tc_actionEric Dumazet1-2/+2
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose1-3/+4
2011-05-07net,rcu: convert call_rcu(tcf_common_free_rcu) to kfree_rcu()Lai Jiangshan1-6/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-19net_sched: cleanupsEric Dumazet1-23/+23
2010-06-11pkt_sched: gen_kill_estimator() rcu fixesEric Dumazet1-1/+10
2010-05-17net sched: printk message severitystephen hemminger1-9/+11
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-22net_sched: make traffic control network namespace awareTom Goff1-23/+22
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-11-25net: use net_eq to compare netsOctavian Purdila1-2/+2
2009-11-09tree-wide: fix a very frequent spelling mistakeDirk Hohndel1-1/+1
2009-10-07pkt_sched: gen_estimator: Dont report fake rate estimatorsEric Dumazet1-1/+2
2009-08-25netlink: constify nlmsghdr argumentsPatrick McHardy1-1/+1
2008-11-25tc: propogate errors from tcf_hash_createStephen Hemminger1-5/+13
2008-10-16net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg1-1/+1
2008-08-13net-sched: fix Action flushing return codeJamal Hadi Salim1-2/+2
2008-08-13net-sched: Fix actions flushingJamal Hadi Salim1-2/+7
2008-08-07pkt_sched: Fix actions referencingJamal Hadi Salim1-3/+2
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen1-1/+1
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-2/+2
2008-01-28[NET_SCHED]: Use typeful attribute parsing helpersPatrick McHardy1-1/+1
2008-01-28[NET_SCHED]: Use typeful attribute construction helpersPatrick McHardy1-1/+1
2008-01-28[NET_SCHED]: Use NLA_PUT_STRING for string dumpingPatrick McHardy1-2/+2
2008-01-28[NET_SCHED]: Use nla_nest_start/nla_nest_endPatrick McHardy1-38/+46
2008-01-28[NET_SCHED]: Propagate nla_parse return valuePatrick McHardy1-11/+18
2008-01-28[NET_SCHED]: act_api: use PTR_ERR in tcf_action_init/tcf_action_getPatrick McHardy1-32/+39
2008-01-28[NET_SCHED]: act_api: use nlmsg_parsePatrick McHardy1-4/+1
2008-01-28[NET_SCHED]: act_api: fix netlink API conversion bugPatrick McHardy1-4/+4
2008-01-28[NET_SCHED]: Convert actions from rtnetlink to new netlink APIPatrick McHardy1-105/+109
2008-01-28[NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink APIPatrick McHardy1-1/+1
2008-01-28[NET_SCHED]: Move EXPORT_SYMBOL next to exported symbolPatrick McHardy1-5/+4
2008-01-28[NET]: Make rtnetlink infrastructure network namespace aware (v3)Denis V. Lunev1-4/+4
2008-01-28[NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)Denis V. Lunev1-0/+10
2007-09-14[NET_SCHED] protect action config/dump from irqsJamal Hadi Salim1-4/+4
2007-07-10[NET_SCHED]: Remove unnecessary includesPatrick McHardy1-10/+0
2007-07-10[NET_SCHED]: Remove unnecessary stats_lock pointersPatrick McHardy1-4/+3
2007-07-10[NET_SCHED]: Remove CONFIG_NET_ESTIMATOR optionPatrick McHardy1-6/+0
2007-04-25[PKT_SCHED] act: Use rtnl registration interfaceThomas Graf1-9/+3
2007-04-25[NETLINK]: Use nlmsg_trim() where appropriateArnaldo Carvalho de Melo1-8/+9
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-26/+26
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0