aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/act_api.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-12net_sched: act: hide struct tcf_common from APIWANG Cong1-13/+30
2014-01-21net_sched: act: export tcf_hash_search() instead of tcf_hash_lookup()WANG Cong1-3/+3
2014-01-21net_sched: act: fetch hinfo from a->ops->hinfoWANG Cong1-12/+11
2014-01-13net_sched: act: remove struct tcf_act_hdrWANG Cong1-8/+8
2014-01-13net_sched: act: clean up notification functionsWANG Cong1-55/+40
2014-01-13net_sched: act: move idx_gen into struct tcf_hashinfoWANG Cong1-5/+5
2014-01-06net_sched: act: action flushing missaccountingJamal Hadi Salim1-2/+3
2014-01-06net_sched: Remove unnecessary checks for act->opsJamal Hadi Salim1-31/+15
2014-01-02sched action: make local function staticstephen hemminger1-5/+3
2013-12-20net_sched: fix regression in tc_action_opsEric Dumazet1-40/+13
2013-12-18net_sched: convert tc_action_ops to use struct list_headWANG Cong1-11/+9
2013-12-18net_sched: convert tcf_hashinfo to hlist and use spinlockWANG Cong1-39/+30
2013-12-18net_sched: init struct tcf_hashinfo at register timeWANG Cong1-8/+8
2013-12-18net_sched: act: use standard struct list_headWANG Cong1-60/+45
2013-12-18net_sched: remove get_stats from tc_action_opsWANG Cong1-4/+0
2013-12-10net_sched: remove unnecessary parentheses while returnYang Yingliang1-1/+2
2013-12-05net_sched: Provide default walker function for actionsJamal Hadi Salim1-6/+3
2013-12-05net_sched: Default action lookup method for actionsJamal Hadi Salim1-2/+3
2013-12-05net_sched: Fail if missing mandatory action operation methodsJamal Hadi Salim1-4/+8
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