aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/act_api.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-26net: sched: add tcf_proto_op to offload a ruleJohn Hurley1-3/+0
2018-03-23net/sched: remove tcf_idr_cleanup()Davide Caratti1-1/+0
2018-03-09net sched actions: add new tc_action_ops callbackRoman Mashak1-0/+1
2018-03-09net sched actions: update Add/Delete action API with new argumentRoman Mashak1-1/+2
2018-02-16net: sched: act: handle extack in tcf_generic_walkerAlexander Aring1-1/+2
2018-02-16net: sched: act: add extack for walk callbackAlexander Aring1-1/+2
2018-02-16net: sched: act: add extack for lookup callbackAlexander Aring1-1/+2
2018-02-16net: sched: act: add extack to init callbackAlexander Aring1-1/+1
2018-02-16net: sched: act: add extack to initAlexander Aring1-2/+3
2018-02-16net: sched: act: fix code styleAlexander Aring1-2/+3
2018-02-16net: Revert sched action extack support series.David S. Miller1-6/+4
2018-02-16net: sched: act: add extack to initAlexander Aring1-2/+3
2018-02-16net: sched: act: fix code styleAlexander Aring1-2/+3
2017-12-13net_sched: switch to exit_batch for action pernet opsCong Wang1-3/+10
2017-12-05net_sched: remove unused parameter from act cleanup opsCong Wang1-1/+1
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+1
2017-11-09Revert "net_sched: hold netns refcnt for each action"Cong Wang1-3/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2017-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+5
2017-11-03net_sched: hold netns refcnt for each actionCong Wang1-1/+3
2017-11-03net_sched: acquire RTNL in tc_action_net_exit()Cong Wang1-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-11net: sched: introduce per-egress action device callbacksJiri Pirko1-0/+34
2017-10-11net: sched: make tc_action_ops->get_dev return dev and avoid passing netJiri Pirko1-2/+1
2017-09-12net_sched: get rid of tcfa_rcuCong Wang1-2/+0
2017-08-30net/sched: Change act_api and act_xxx modules to use IDRChris Mi1-52/+24
2017-05-17net: sched: add termination action to allow goto chainJiri Pirko1-0/+1
2017-05-17net: sched: push tp down to action initJiri Pirko1-6/+6
2017-01-25net sched actions: Add support for user cookiesJamal Hadi Salim1-0/+1
2016-12-05net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet1-1/+1
2016-12-02net/sched: act_mirred: Add new tc_action_ops get_dev()Hadar Hen Zion1-0/+2
2016-11-09tc_act: Remove tcf_act macroYotam Gigi1-1/+0
2016-08-17net_sched: convert tcf_exts from list to pointer arrayWANG Cong1-2/+2
2016-08-17net_sched: move tc offload macros to pkt_cls.hWANG Cong1-16/+3
2016-08-17net_sched: fix a typo in tc_for_each_action()WANG Cong1-1/+1
2016-07-25net_sched: get rid of struct tcf_commonWANG Cong1-33/+30
2016-07-25net_sched: move tc_action into tcf_commonWANG Cong1-23/+29
2016-07-25mlxsw: spectrum: Fix compilation error when CLS_ACT isn't setIdo Schimmel1-0/+4
2016-06-15net_sched: make tcf_hash_check() booleanWANG Cong1-2/+2
2016-06-07net sched: indentation and other OCD stylistic fixesJamal Hadi Salim1-6/+8
2016-06-07net sched actions: aggregate dumping of actions timeinfoJamal Hadi Salim1-0/+8
2016-06-07net sched actions: introduce timestamp for firsttime useJamal Hadi Salim1-0/+2
2016-05-20mlx5: avoid unused variable warningArnd Bergmann1-1/+1
2016-05-16net/sched: Enable netdev drivers to update statistics of offloaded actionsAmir Vadai1-0/+12
2016-04-06net_sched: fix a memory leak in tc actionWANG Cong1-0/+1
2016-03-10net/sched: Macro instead of CONFIG_NET_CLS_ACT ifdefAmir Vadai1-5/+16
2016-02-25net_sched: add network namespace support for tc actionsWANG Cong1-11/+47
2016-02-25net_sched: prepare tcf_hashinfo_destroy() for netns supportWANG Cong1-5/+0
2015-08-26net_sched: make tcf_hash_destroy() staticAlexei Starovoitov1-1/+0
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+7