aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/act_api.h
AgeCommit message (Expand)AuthorFilesLines
2025-09-02net_sched: act: remove tcfa_qstatsEric Dumazet1-8/+6
2025-07-11net_sched: act: annotate data-races in tcf_lastuse_update() and tcf_tm_dump()Eric Dumazet1-9/+14
2025-07-08net/sched: acp_api: no longer acquire RTNL in tc_action_net_exit()Eric Dumazet1-2/+0
2024-10-23net/sched: act_api: unexport tcf_action_dump_1()Vladimir Oltean1-1/+0
2024-02-02net/sched: Add helper macros with module namesMichal Koutný1-0/+2
2024-01-07net/sched: simplify tc_action_load_ops parametersPedro Tammela1-2/+1
2024-01-03net/sched: introduce ACT_P_BOUND return codePedro Tammela1-0/+1
2023-12-13net/sched: act_api: skip idr replace on bound actionsPedro Tammela1-1/+1
2023-02-20net/sched: Rename user cookie and act cookiePaul Blakey1-1/+1
2022-12-09net/sched: move struct action_ops definition out of ifdefPedro Tammela1-5/+5
2022-10-25act_skbedit: skbedit queue mapping for receive queueAmritha Nambiar1-0/+1
2022-09-09net: sched: act: move global static variable net_id to tc_action_opsZhengchao Shao1-0/+1
2022-04-08net/sched: act_api: Add extack to offload_act_setup() callbackIdo Schimmel1-1/+2
2021-12-19flow_offload: validate flags of filter and actionsBaowen Zheng1-1/+1
2021-12-19flow_offload: add reoffload process to update hw_countBaowen Zheng1-0/+11
2021-12-19flow_offload: add process to update action stats from hardwareBaowen Zheng1-0/+1
2021-12-19flow_offload: add skip_hw and skip_sw to control if offload the actionBaowen Zheng1-0/+1
2021-12-19flow_offload: add ops to tc_action_ops for flow action setupBaowen Zheng1-0/+12
2021-10-18net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish1-5/+5
2021-08-02net_sched: refactor TC action init APICong Wang1-8/+14
2021-04-08net: sched: fix err handler in tcf_action_init()Vlad Buslov1-6/+1
2021-04-08net: sched: fix action overwrite reference countingVlad Buslov1-2/+3
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2021-02-16net: sched: fix police ext initializationVlad Buslov1-0/+1
2021-01-18net_sched: fix RTNL deadlock again caused by request_module()Cong Wang1-1/+4
2020-11-27net/sched: sch_frag: add generic packet fragment support.wenxu1-0/+6
2020-09-24net_sched: defer tcf_idr_insert() in tcf_action_init_1()Cong Wang1-2/+0
2020-06-19net: qos offload add flow status with dropped countPo Liu1-5/+6
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2020-05-18net sched: fix reporting the first-time use timestampRoman Mashak1-1/+2
2020-05-15net: sched: implement terse dump support in actVlad Buslov1-1/+1
2020-03-30net: sched: expose HW stats types per action used by driversJiri Pirko1-0/+2
2020-03-23net: sched: rename more stats_typesJakub Kicinski1-3/+3
2020-03-08sched: act: allow user to specify type of HW stats for a filterJiri Pirko1-0/+4
2019-11-12net/sched: actions: remove unused 'order'Davide Caratti1-1/+0
2019-10-30net: sched: update action implementations to support flagsVlad Buslov1-1/+6
2019-10-30net: sched: extend TCA_ACT space with TCA_ACT_FLAGSVlad Buslov1-1/+1
2019-10-30net: sched: modify stats helper functions to support regular statsVlad Buslov1-9/+21
2019-10-30net: sched: extract qstats update code into functionsVlad Buslov1-0/+16
2019-10-30net: sched: extract bstats update code into functionVlad Buslov1-0/+7
2019-10-30net: sched: extract common action counters update code into functionVlad Buslov1-0/+2
2019-09-16net: sched: use get_dev() action API in flow_action infraVlad Buslov1-2/+2
2019-09-16net: sched: take reference to psample group in flow_action infraVlad Buslov1-0/+5
2019-08-27net_sched: fix a NULL pointer deref in ipt actionCong Wang1-1/+3
2019-03-21net/sched: let actions use RCU to access 'goto_chain'Davide Caratti1-1/+1
2019-03-21net/sched: prepare TC actions to properly validate the control actionDavide Caratti1-1/+6
2019-02-10net: Change TCA_ACT_* to TCA_ID_* to match that of TCA_ID_POLICEEli Cohen1-1/+1
2018-12-10net/sched: Remove egdev mechanismOz Shlomo1-30/+0
2018-10-05net_sched: convert idrinfo->lock from spinlock to a mutexCong Wang1-2/+2
2018-09-24net/sched: Add hardware specific counters to TC actionsEelco Chaudron1-3/+5
2018-08-31Revert "net: sched: act: add extack for lookup callback"Cong Wang1-2/+1
2018-08-21net_sched: remove unused tcfa_capabCong Wang1-2/+0
2018-08-21net_sched: remove list_head from tc_actionCong Wang1-1/+0
2018-08-21net_sched: remove unused tcf_idr_check()Cong Wang1-2/+0
2018-08-21net_sched: remove unnecessary ops->delete()Cong Wang1-2/+0
2018-08-11net: sched: extend action ops with put_dev callbackVlad Buslov1-0/+1
2018-07-30tc/act: remove unneeded RCU lock in action callbackPaolo Abeni1-1/+1
2018-07-08net: sched: change action API to use array of pointers to actionsVlad Buslov1-3/+4
2018-07-08net: sched: atomically check-allocate actionVlad Buslov1-0/+3
2018-07-08net: sched: add 'delete' function to action opsVlad Buslov1-0/+1
2018-07-08net: sched: implement action API that deletes action by indexVlad Buslov1-0/+1
2018-07-08net: sched: implement unlocked action init APIVlad Buslov1-2/+4
2018-07-08net: sched: change type of reference and bind countersVlad Buslov1-2/+3
2018-07-08net: sched: use rcu for action cookie updateVlad Buslov1-1/+1
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
2015-07-30net: sched: fix refcount imbalance in actionsDaniel Borkmann1-1/+7
2015-07-08net_sched: act_gact: remove spinlock in fast pathEric Dumazet1-0/+11
2015-07-08net: sched: add percpu stats to actionsEric Dumazet1-1/+3
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-rc2v2.6.12-rc2Linus Torvalds1-0/+116