summaryrefslogtreecommitdiffstats
path: root/include/net/act_api.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: sched: act: fix code styleAlexander Aring2018-02-161-2/+3
* net_sched: switch to exit_batch for action pernet opsCong Wang2017-12-131-3/+10
* net_sched: remove unused parameter from act cleanup opsCong Wang2017-12-051-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-101-3/+1
|\
| * Revert "net_sched: hold netns refcnt for each action"Cong Wang2017-11-091-3/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-1/+6
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-031-1/+5
| |\
| | * net_sched: hold netns refcnt for each actionCong Wang2017-11-031-1/+3
| | * net_sched: acquire RTNL in tc_action_net_exit()Cong Wang2017-11-031-0/+2
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
| |/
* | net: sched: introduce per-egress action device callbacksJiri Pirko2017-10-111-0/+34
* | net: sched: make tc_action_ops->get_dev return dev and avoid passing netJiri Pirko2017-10-111-2/+1
|/
* net_sched: get rid of tcfa_rcuCong Wang2017-09-121-2/+0
* net/sched: Change act_api and act_xxx modules to use IDRChris Mi2017-08-301-52/+24
* net: sched: add termination action to allow goto chainJiri Pirko2017-05-171-0/+1
* net: sched: push tp down to action initJiri Pirko2017-05-171-6/+6
* net sched actions: Add support for user cookiesJamal Hadi Salim2017-01-251-0/+1
* net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet2016-12-051-1/+1
* net/sched: act_mirred: Add new tc_action_ops get_dev()Hadar Hen Zion2016-12-021-0/+2
* tc_act: Remove tcf_act macroYotam Gigi2016-11-091-1/+0