summaryrefslogtreecommitdiffstats
path: root/include/net/act_api.h
AgeCommit message (Expand)AuthorLines
2017-12-13net_sched: switch to exit_batch for action pernet opsCong Wang-3/+10
2017-12-05net_sched: remove unused parameter from act cleanup opsCong Wang-1/+1
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+1
2017-11-09Revert "net_sched: hold netns refcnt for each action"Cong Wang-3/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+6
2017-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-1/+5
2017-11-03net_sched: hold netns refcnt for each actionCong Wang-1/+3
2017-11-03net_sched: acquire RTNL in tc_action_net_exit()Cong Wang-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-11net: sched: introduce per-egress action device callbacksJiri Pirko-0/+34
2017-10-11net: sched: make tc_action_ops->get_dev return dev and avoid passing netJiri Pirko-2/+1
2017-09-12net_sched: get rid of tcfa_rcuCong Wang-2/+0
2017-08-30net/sched: Change act_api and act_xxx modules to use IDRChris Mi-52/+24
2017-05-17net: sched: add termination action to allow goto chainJiri Pirko-0/+1
2017-05-17net: sched: push tp down to action initJiri Pirko-6/+6
2017-01-25net sched actions: Add support for user cookiesJamal Hadi Salim-0/+1
2016-12-05net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet-1/+1
2016-12-02net/sched: act_mirred: Add new tc_action_ops get_dev()Hadar Hen Zion-0/+2
2016-11-09tc_act: Remove tcf_act macroYotam Gigi-1/+0
2016-08-17net_sched: convert tcf_exts from list to pointer arrayWANG Cong-2/+2
2016-08-17net_sched: move tc offload macros to pkt_cls.hWANG Cong-16/+3
2016-08-17net_sched: fix a typo in tc_for_each_action()WANG Cong-1/+1
2016-07-25net_sched: get rid of struct tcf_commonWANG Cong-33/+30
2016-07-25net_sched: move tc_action into tcf_commonWANG Cong-23/+29
2016-07-25mlxsw: spectrum: Fix compilation error when CLS_ACT isn't setIdo Schimmel-0/+4
2016-06-15net_sched: make tcf_hash_check() booleanWANG Cong-2/+2
2016-06-07net sched: indentation and other OCD stylistic fixesJamal Hadi Salim-6/+8
2016-06-07net sched actions: aggregate dumping of actions timeinfoJamal Hadi Salim-0/+8
2016-06-07net sched actions: introduce timestamp for firsttime useJamal Hadi Salim-0/+2
2016-05-20mlx5: avoid unused variable warningArnd Bergmann-1/+1
2016-05-16net/sched: Enable netdev drivers to update statistics of offloaded actionsAmir Vadai-0/+12
2016-04-06net_sched: fix a memory leak in tc actionWANG Cong-0/+1
2016-03-10net/sched: Macro instead of CONFIG_NET_CLS_ACT ifdefAmir Vadai-5/+16
2016-02-25net_sched: add network namespace support for tc actionsWANG Cong-11/+47
2016-02-25net_sched: prepare tcf_hashinfo_destroy() for netns supportWANG Cong-5/+0
2015-08-26net_sched: make tcf_hash_destroy() staticAlexei Starovoitov-1/+0
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+7
2015-07-30net: sched: fix refcount imbalance in actionsDaniel Borkmann-1/+7
2015-07-08net_sched: act_gact: remove spinlock in fast pathEric Dumazet-0/+11
2015-07-08net: sched: add percpu stats to actionsEric Dumazet-1/+3
2014-02-12net_sched: act: refuse to remove bound action outsideWANG Cong-1/+1
2014-02-12net_sched: act: move tcf_hashinfo_init() into tcf_register_action()WANG Cong-1/+1
2014-02-12net_sched: act: refactor cleanup opsWANG Cong-1/+1
2014-02-12net_sched: act: hide struct tcf_common from APIWANG Cong-9/+7
2014-01-21net_sched: act: export tcf_hash_search() instead of tcf_hash_lookup()WANG Cong-1/+1
2014-01-21net_sched: act: fetch hinfo from a->ops->hinfoWANG Cong-2/+2
2014-01-19net_sched: act: remove capab from struct tc_action_opsWANG Cong-2/+0
2014-01-13net_sched: act: remove struct tcf_act_hdrWANG Cong-4/+0
2014-01-13net_sched: act: move idx_gen into struct tcf_hashinfoWANG Cong-3/+4
2014-01-02sched action: make local function staticstephen hemminger-3/+0