summaryrefslogtreecommitdiffstats
path: root/include/net/act_api.h
Commit message (Expand)AuthorAgeFilesLines
* flow_offload: validate flags of filter and actionsBaowen Zheng2021-12-191-1/+1
* flow_offload: add reoffload process to update hw_countBaowen Zheng2021-12-191-0/+11
* flow_offload: add process to update action stats from hardwareBaowen Zheng2021-12-191-0/+1
* flow_offload: add skip_hw and skip_sw to control if offload the actionBaowen Zheng2021-12-191-0/+1
* flow_offload: add ops to tc_action_ops for flow action setupBaowen Zheng2021-12-191-0/+12
* net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish2021-10-181-5/+5
* net_sched: refactor TC action init APICong Wang2021-08-021-8/+14
* net: sched: fix err handler in tcf_action_init()Vlad Buslov2021-04-081-6/+1
* net: sched: fix action overwrite reference countingVlad Buslov2021-04-081-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-161-0/+1
|\
| * net: sched: fix police ext initializationVlad Buslov2021-02-161-0/+1
* | net_sched: fix RTNL deadlock again caused by request_module()Cong Wang2021-01-181-1/+4
|/
* net/sched: sch_frag: add generic packet fragment support.wenxu2020-11-271-0/+6
* net_sched: defer tcf_idr_insert() in tcf_action_init_1()Cong Wang2020-09-241-2/+0
* net: qos offload add flow status with dropped countPo Liu2020-06-191-5/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-241-1/+2
|\
| * net sched: fix reporting the first-time use timestampRoman Mashak2020-05-181-1/+2
* | net: sched: implement terse dump support in actVlad Buslov2020-05-151-1/+1
|/
* net: sched: expose HW stats types per action used by driversJiri Pirko2020-03-301-0/+2
* net: sched: rename more stats_typesJakub Kicinski2020-03-231-3/+3
* sched: act: allow user to specify type of HW stats for a filterJiri Pirko2020-03-081-0/+4
* net/sched: actions: remove unused 'order'Davide Caratti2019-11-121-1/+0
* net: sched: update action implementations to support flagsVlad Buslov2019-10-301-1/+6
* net: sched: extend TCA_ACT space with TCA_ACT_FLAGSVlad Buslov2019-10-301-1/+1
* net: sched: modify stats helper functions to support regular statsVlad Buslov2019-10-301-9/+21
* net: sched: extract qstats update code into functionsVlad Buslov2019-10-301-0/+16
* net: sched: extract bstats update code into functionVlad Buslov2019-10-301-0/+7
* net: sched: extract common action counters update code into functionVlad Buslov2019-10-301-0/+2
* net: sched: use get_dev() action API in flow_action infraVlad Buslov2019-09-161-2/+2
* net: sched: take reference to psample group in flow_action infraVlad Buslov2019-09-161-0/+5
* net_sched: fix a NULL pointer deref in ipt actionCong Wang2019-08-271-1/+3
* net/sched: let actions use RCU to access 'goto_chain'Davide Caratti2019-03-211-1/+1
* net/sched: prepare TC actions to properly validate the control actionDavide Caratti2019-03-211-1/+6
* net: Change TCA_ACT_* to TCA_ID_* to match that of TCA_ID_POLICEEli Cohen2019-02-101-1/+1
* net/sched: Remove egdev mechanismOz Shlomo2018-12-101-30/+0
* net_sched: convert idrinfo->lock from spinlock to a mutexCong Wang2018-10-051-2/+2
* net/sched: Add hardware specific counters to TC actionsEelco Chaudron2018-09-241-3/+5
* Revert "net: sched: act: add extack for lookup callback"Cong Wang2018-08-311-2/+1
* net_sched: remove unused tcfa_capabCong Wang2018-08-211-2/+0
* net_sched: remove list_head from tc_actionCong Wang2018-08-211-1/+0
* net_sched: remove unused tcf_idr_check()Cong Wang2018-08-211-2/+0
* net_sched: remove unnecessary ops->delete()Cong Wang2018-08-211-2/+0
* net: sched: extend action ops with put_dev callbackVlad Buslov2018-08-111-0/+1
* tc/act: remove unneeded RCU lock in action callbackPaolo Abeni2018-07-301-1/+1
* net: sched: change action API to use array of pointers to actionsVlad Buslov2018-07-081-3/+4
* net: sched: atomically check-allocate actionVlad Buslov2018-07-081-0/+3
* net: sched: add 'delete' function to action opsVlad Buslov2018-07-081-0/+1
* net: sched: implement action API that deletes action by indexVlad Buslov2018-07-081-0/+1
* net: sched: implement unlocked action init APIVlad Buslov2018-07-081-2/+4
* net: sched: change type of reference and bind countersVlad Buslov2018-07-081-2/+3