aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/act_api.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-12net_sched: act: refuse to remove bound action outsideWANG Cong1-1/+1
2014-02-12net_sched: act: move tcf_hashinfo_init() into tcf_register_action()WANG Cong1-1/+1
2014-02-12net_sched: act: refactor cleanup opsWANG Cong1-1/+1
2014-02-12net_sched: act: hide struct tcf_common from APIWANG Cong1-9/+7
2014-01-21net_sched: act: export tcf_hash_search() instead of tcf_hash_lookup()WANG Cong1-1/+1
2014-01-21net_sched: act: fetch hinfo from a->ops->hinfoWANG Cong1-2/+2
2014-01-19net_sched: act: remove capab from struct tc_action_opsWANG Cong1-2/+0
2014-01-13net_sched: act: remove struct tcf_act_hdrWANG Cong1-4/+0
2014-01-13net_sched: act: move idx_gen into struct tcf_hashinfoWANG Cong1-3/+4
2014-01-02sched action: make local function staticstephen hemminger1-3/+0
2013-12-18net_sched: convert tc_action_ops to use struct list_headWANG Cong1-1/+1
2013-12-18net_sched: convert tcf_hashinfo to hlist and use spinlockWANG Cong1-6/+10
2013-12-18net_sched: init struct tcf_hashinfo at register timeWANG Cong1-1/+17
2013-12-18net_sched: act: use standard struct list_headWANG Cong1-6/+6
2013-12-18net_sched: remove get_stats from tc_action_opsWANG Cong1-1/+0
2013-07-31net: Remove extern from include/net/ scheduling prototypesJoe Perches1-30/+30
2013-06-11net_sched: add 64bit rate estimatorsEric Dumazet1-1/+1
2013-02-12act_police: move struct tcf_police to act_police.cJiri Pirko1-15/+0
2013-01-14pkt_sched: namespace aware act_mirredBenjamin LaHaise1-3/+9
2011-07-06net: sched: constify tcf_proto and tc_actionEric Dumazet1-3/+3
2010-06-11pkt_sched: gen_kill_estimator() rcu fixesEric Dumazet1-0/+2
2009-08-17net: restore gnet_stats_basic to previous definitionEric Dumazet1-1/+1
2008-01-28[NET_SCHED]: act_api: use PTR_ERR in tcf_action_init/tcf_action_getPatrick McHardy1-2/+2
2008-01-28[NET_SCHED]: Convert actions from rtnetlink to new netlink APIPatrick McHardy1-4/+4
2007-07-15[NET_SCHED]: Kill CONFIG_NET_CLS_POLICEPatrick McHardy1-30/+0
2007-07-10[NET_SCHED]: Remove unnecessary stats_lock pointersPatrick McHardy1-2/+0
2006-09-22[PKT_SCHED]: Kill pkt_act.h inlining.David S. Miller1-48/+88
2006-01-09[PKT_SCHED]: Convert tc action functions to single skb pointersPatrick McHardy1-1/+1
2005-08-29[NET]: Kill skb->tc_classidPatrick McHardy1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+116