aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/act_api.h
AgeCommit message (Expand)Author
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-09Revert "net_sched: hold netns refcnt for each action"Cong Wang
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-11-03net_sched: hold netns refcnt for each actionCong Wang
2017-11-03net_sched: acquire RTNL in tc_action_net_exit()Cong Wang
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-11net: sched: introduce per-egress action device callbacksJiri Pirko
2017-10-11net: sched: make tc_action_ops->get_dev return dev and avoid passing netJiri Pirko
2017-09-12net_sched: get rid of tcfa_rcuCong Wang
2017-08-30net/sched: Change act_api and act_xxx modules to use IDRChris Mi
2017-05-17net: sched: add termination action to allow goto chainJiri Pirko
2017-05-17net: sched: push tp down to action initJiri Pirko
2017-01-25net sched actions: Add support for user cookiesJamal Hadi Salim
2016-12-05net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet
2016-12-02net/sched: act_mirred: Add new tc_action_ops get_dev()Hadar Hen Zion
2016-11-09tc_act: Remove tcf_act macroYotam Gigi
2016-08-17net_sched: convert tcf_exts from list to pointer arrayWANG Cong
2016-08-17net_sched: move tc offload macros to pkt_cls.hWANG Cong
2016-08-17net_sched: fix a typo in tc_for_each_action()WANG Cong
2016-07-25net_sched: get rid of struct tcf_commonWANG Cong
2016-07-25net_sched: move tc_action into tcf_commonWANG Cong
2016-07-25mlxsw: spectrum: Fix compilation error when CLS_ACT isn't setIdo Schimmel
2016-06-15net_sched: make tcf_hash_check() booleanWANG Cong
2016-06-07net sched: indentation and other OCD stylistic fixesJamal Hadi Salim
2016-06-07net sched actions: aggregate dumping of actions timeinfoJamal Hadi Salim
2016-06-07net sched actions: introduce timestamp for firsttime useJamal Hadi Salim
2016-05-20mlx5: avoid unused variable warningArnd Bergmann
2016-05-16net/sched: Enable netdev drivers to update statistics of offloaded actionsAmir Vadai
2016-04-06net_sched: fix a memory leak in tc actionWANG Cong
2016-03-10net/sched: Macro instead of CONFIG_NET_CLS_ACT ifdefAmir Vadai
2016-02-25net_sched: add network namespace support for tc actionsWANG Cong
2016-02-25net_sched: prepare tcf_hashinfo_destroy() for netns supportWANG Cong
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