summaryrefslogtreecommitdiff
path: root/include/net/act_api.h
AgeCommit message (Expand)Author
2015-08-26net_sched: make tcf_hash_destroy() staticAlexei Starovoitov
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-07-30net: sched: fix refcount imbalance in actionsDaniel Borkmann
2015-07-08net_sched: act_gact: remove spinlock in fast pathEric Dumazet
2015-07-08net: sched: add percpu stats to actionsEric Dumazet
2014-02-12net_sched: act: refuse to remove bound action outsideWANG Cong
2014-02-12net_sched: act: move tcf_hashinfo_init() into tcf_register_action()WANG Cong
2014-02-12net_sched: act: refactor cleanup opsWANG Cong
2014-02-12net_sched: act: hide struct tcf_common from APIWANG Cong
2014-01-21net_sched: act: export tcf_hash_search() instead of tcf_hash_lookup()WANG Cong
2014-01-21net_sched: act: fetch hinfo from a->ops->hinfoWANG Cong
2014-01-19net_sched: act: remove capab from struct tc_action_opsWANG Cong
2014-01-13net_sched: act: remove struct tcf_act_hdrWANG Cong
2014-01-13net_sched: act: move idx_gen into struct tcf_hashinfoWANG Cong
2014-01-02sched action: make local function staticstephen hemminger
2013-12-18net_sched: convert tc_action_ops to use struct list_headWANG Cong
2013-12-18net_sched: convert tcf_hashinfo to hlist and use spinlockWANG Cong
2013-12-18net_sched: init struct tcf_hashinfo at register timeWANG Cong
2013-12-18net_sched: act: use standard struct list_headWANG Cong
2013-12-18net_sched: remove get_stats from tc_action_opsWANG Cong
2013-07-31net: Remove extern from include/net/ scheduling prototypesJoe Perches
2013-06-11net_sched: add 64bit rate estimatorsEric Dumazet
2013-02-12act_police: move struct tcf_police to act_police.cJiri Pirko
2013-01-14pkt_sched: namespace aware act_mirredBenjamin LaHaise
2011-07-06net: sched: constify tcf_proto and tc_actionEric Dumazet
2010-06-11pkt_sched: gen_kill_estimator() rcu fixesEric Dumazet
2009-08-17net: restore gnet_stats_basic to previous definitionEric Dumazet
2008-01-28[NET_SCHED]: act_api: use PTR_ERR in tcf_action_init/tcf_action_getPatrick McHardy
2008-01-28[NET_SCHED]: Convert actions from rtnetlink to new netlink APIPatrick McHardy
2007-07-15[NET_SCHED]: Kill CONFIG_NET_CLS_POLICEPatrick McHardy
2007-07-10[NET_SCHED]: Remove unnecessary stats_lock pointersPatrick McHardy
2006-09-22[PKT_SCHED]: Kill pkt_act.h inlining.David S. Miller
2006-01-09[PKT_SCHED]: Convert tc action functions to single skb pointersPatrick McHardy
2005-08-29[NET]: Kill skb->tc_classidPatrick McHardy
2005-03-30[PKT_SCHED]: Fix action statistics dumping in compatibility modeThomas Graf
2004-12-27[PKT_SCHED]: Staticize and other cleanups.Adrian Bunk
2004-12-14Merge nuts.davemloft.net:/disk1/BK/network-2.6.11David S. Miller
2004-12-07[PKT_SCHED]: Fix hard freeze with QoS in 2.6.10-rc3Patrick McHardy
2004-11-23[PKT_SCHED]: Clean up tcf_action_init memory handlingPatrick McHardy
2004-11-05[PKT_SCHED]: Remove old estimator code, no longer used.Thomas Graf
2004-11-02[PKT_SCHED]: police: use gnet_stats for old policer statsThomas Graf
2004-11-02[PKT_SCHED]: tcf_action: copy generic stats via TCA_ACT_STATSThomas Graf
2004-10-26[PKT_SCHED]: Add net/act_api.h with public action/policer bitsThomas Graf