summaryrefslogtreecommitdiff
path: root/include/net/act_api.h
AgeCommit message (Expand)Author
2024-01-07net/sched: simplify tc_action_load_ops parametersPedro Tammela
2024-01-03net/sched: introduce ACT_P_BOUND return codePedro Tammela
2023-12-13net/sched: act_api: skip idr replace on bound actionsPedro Tammela
2023-02-20net/sched: Rename user cookie and act cookiePaul Blakey
2022-12-09net/sched: move struct action_ops definition out of ifdefPedro Tammela
2022-10-25act_skbedit: skbedit queue mapping for receive queueAmritha Nambiar
2022-09-09net: sched: act: move global static variable net_id to tc_action_opsZhengchao Shao
2022-04-08net/sched: act_api: Add extack to offload_act_setup() callbackIdo Schimmel
2021-12-19flow_offload: validate flags of filter and actionsBaowen Zheng
2021-12-19flow_offload: add reoffload process to update hw_countBaowen Zheng
2021-12-19flow_offload: add process to update action stats from hardwareBaowen Zheng
2021-12-19flow_offload: add skip_hw and skip_sw to control if offload the actionBaowen Zheng
2021-12-19flow_offload: add ops to tc_action_ops for flow action setupBaowen Zheng
2021-10-18net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish
2021-08-02net_sched: refactor TC action init APICong Wang
2021-04-08net: sched: fix err handler in tcf_action_init()Vlad Buslov
2021-04-08net: sched: fix action overwrite reference countingVlad Buslov
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-02-16net: sched: fix police ext initializationVlad Buslov
2021-01-18net_sched: fix RTNL deadlock again caused by request_module()Cong Wang
2020-11-27net/sched: sch_frag: add generic packet fragment support.wenxu
2020-09-24net_sched: defer tcf_idr_insert() in tcf_action_init_1()Cong Wang
2020-06-19net: qos offload add flow status with dropped countPo Liu
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-18net sched: fix reporting the first-time use timestampRoman Mashak
2020-05-15net: sched: implement terse dump support in actVlad Buslov
2020-03-30net: sched: expose HW stats types per action used by driversJiri Pirko
2020-03-23net: sched: rename more stats_typesJakub Kicinski
2020-03-08sched: act: allow user to specify type of HW stats for a filterJiri Pirko
2019-11-12net/sched: actions: remove unused 'order'Davide Caratti
2019-10-30net: sched: update action implementations to support flagsVlad Buslov
2019-10-30net: sched: extend TCA_ACT space with TCA_ACT_FLAGSVlad Buslov
2019-10-30net: sched: modify stats helper functions to support regular statsVlad Buslov
2019-10-30net: sched: extract qstats update code into functionsVlad Buslov
2019-10-30net: sched: extract bstats update code into functionVlad Buslov
2019-10-30net: sched: extract common action counters update code into functionVlad Buslov
2019-09-16net: sched: use get_dev() action API in flow_action infraVlad Buslov
2019-09-16net: sched: take reference to psample group in flow_action infraVlad Buslov
2019-08-27net_sched: fix a NULL pointer deref in ipt actionCong Wang
2019-03-21net/sched: let actions use RCU to access 'goto_chain'Davide Caratti
2019-03-21net/sched: prepare TC actions to properly validate the control actionDavide Caratti
2019-02-10net: Change TCA_ACT_* to TCA_ID_* to match that of TCA_ID_POLICEEli Cohen
2018-12-10net/sched: Remove egdev mechanismOz Shlomo
2018-10-05net_sched: convert idrinfo->lock from spinlock to a mutexCong Wang
2018-09-24net/sched: Add hardware specific counters to TC actionsEelco Chaudron
2018-08-31Revert "net: sched: act: add extack for lookup callback"Cong Wang
2018-08-21net_sched: remove unused tcfa_capabCong Wang
2018-08-21net_sched: remove list_head from tc_actionCong Wang
2018-08-21net_sched: remove unused tcf_idr_check()Cong Wang
2018-08-21net_sched: remove unnecessary ops->delete()Cong Wang