aboutsummaryrefslogtreecommitdiff
path: root/include/net/act_api.h
AgeCommit message (Expand)AuthorFilesLines
2015-08-26net_sched: make tcf_hash_destroy() staticGravatar Alexei Starovoitov 1-1/+0
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+7
2015-07-30net: sched: fix refcount imbalance in actionsGravatar Daniel Borkmann 1-1/+7
2015-07-08net_sched: act_gact: remove spinlock in fast pathGravatar Eric Dumazet 1-0/+11
2015-07-08net: sched: add percpu stats to actionsGravatar Eric Dumazet 1-1/+3
2014-02-12net_sched: act: refuse to remove bound action outsideGravatar WANG Cong 1-1/+1
2014-02-12net_sched: act: move tcf_hashinfo_init() into tcf_register_action()Gravatar WANG Cong 1-1/+1
2014-02-12net_sched: act: refactor cleanup opsGravatar WANG Cong 1-1/+1
2014-02-12net_sched: act: hide struct tcf_common from APIGravatar WANG Cong 1-9/+7
2014-01-21net_sched: act: export tcf_hash_search() instead of tcf_hash_lookup()Gravatar WANG Cong 1-1/+1
2014-01-21net_sched: act: fetch hinfo from a->ops->hinfoGravatar WANG Cong 1-2/+2
2014-01-19net_sched: act: remove capab from struct tc_action_opsGravatar WANG Cong 1-2/+0
2014-01-13net_sched: act: remove struct tcf_act_hdrGravatar WANG Cong 1-4/+0
2014-01-13net_sched: act: move idx_gen into struct tcf_hashinfoGravatar WANG Cong 1-3/+4
2014-01-02sched action: make local function staticGravatar stephen hemminger 1-3/+0
2013-12-18net_sched: convert tc_action_ops to use struct list_headGravatar WANG Cong 1-1/+1
2013-12-18net_sched: convert tcf_hashinfo to hlist and use spinlockGravatar WANG Cong 1-6/+10
2013-12-18net_sched: init struct tcf_hashinfo at register timeGravatar WANG Cong 1-1/+17
2013-12-18net_sched: act: use standard struct list_headGravatar WANG Cong 1-6/+6
2013-12-18net_sched: remove get_stats from tc_action_opsGravatar WANG Cong 1-1/+0
2013-07-31net: Remove extern from include/net/ scheduling prototypesGravatar Joe Perches 1-30/+30
2013-06-11net_sched: add 64bit rate estimatorsGravatar Eric Dumazet 1-1/+1
2013-02-12act_police: move struct tcf_police to act_police.cGravatar Jiri Pirko 1-15/+0
2013-01-14pkt_sched: namespace aware act_mirredGravatar Benjamin LaHaise 1-3/+9
2011-07-06net: sched: constify tcf_proto and tc_actionGravatar Eric Dumazet 1-3/+3
2010-06-11pkt_sched: gen_kill_estimator() rcu fixesGravatar Eric Dumazet 1-0/+2
2009-08-17net: restore gnet_stats_basic to previous definitionGravatar Eric Dumazet 1-1/+1
2008-01-28[NET_SCHED]: act_api: use PTR_ERR in tcf_action_init/tcf_action_getGravatar Patrick McHardy 1-2/+2
2008-01-28[NET_SCHED]: Convert actions from rtnetlink to new netlink APIGravatar Patrick McHardy 1-4/+4
2007-07-15[NET_SCHED]: Kill CONFIG_NET_CLS_POLICEGravatar Patrick McHardy 1-30/+0
2007-07-10[NET_SCHED]: Remove unnecessary stats_lock pointersGravatar Patrick McHardy 1-2/+0
2006-09-22[PKT_SCHED]: Kill pkt_act.h inlining.Gravatar David S. Miller 1-48/+88
2006-01-09[PKT_SCHED]: Convert tc action functions to single skb pointersGravatar Patrick McHardy 1-1/+1
2005-08-29[NET]: Kill skb->tc_classidGravatar Patrick McHardy 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+116