summaryrefslogtreecommitdiffstats
path: root/include/net/act_api.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: sched: use rcu for action cookie updateVlad Buslov2018-07-081-1/+1
* net: sched: add tcf_proto_op to offload a ruleJohn Hurley2018-06-261-3/+0
* net/sched: remove tcf_idr_cleanup()Davide Caratti2018-03-231-1/+0
* net sched actions: add new tc_action_ops callbackRoman Mashak2018-03-091-0/+1
* net sched actions: update Add/Delete action API with new argumentRoman Mashak2018-03-091-1/+2
* net: sched: act: handle extack in tcf_generic_walkerAlexander Aring2018-02-161-1/+2
* net: sched: act: add extack for walk callbackAlexander Aring2018-02-161-1/+2
* net: sched: act: add extack for lookup callbackAlexander Aring2018-02-161-1/+2
* net: sched: act: add extack to init callbackAlexander Aring2018-02-161-1/+1
* net: sched: act: add extack to initAlexander Aring2018-02-161-2/+3
* net: sched: act: fix code styleAlexander Aring2018-02-161-2/+3
* net: Revert sched action extack support series.David S. Miller2018-02-161-6/+4
* net: sched: act: add extack to initAlexander Aring2018-02-161-2/+3