aboutsummaryrefslogtreecommitdiff
path: root/include/net/act_api.h
AgeCommit message (Expand)AuthorFilesLines
2019-03-21net/sched: let actions use RCU to access 'goto_chain'Gravatar Davide Caratti 1-1/+1
2019-03-21net/sched: prepare TC actions to properly validate the control actionGravatar Davide Caratti 1-1/+6
2019-02-10net: Change TCA_ACT_* to TCA_ID_* to match that of TCA_ID_POLICEGravatar Eli Cohen 1-1/+1
2018-12-10net/sched: Remove egdev mechanismGravatar Oz Shlomo 1-30/+0
2018-10-05net_sched: convert idrinfo->lock from spinlock to a mutexGravatar Cong Wang 1-2/+2
2018-09-24net/sched: Add hardware specific counters to TC actionsGravatar Eelco Chaudron 1-3/+5
2018-08-31Revert "net: sched: act: add extack for lookup callback"Gravatar Cong Wang 1-2/+1
2018-08-21net_sched: remove unused tcfa_capabGravatar Cong Wang 1-2/+0
2018-08-21net_sched: remove list_head from tc_actionGravatar Cong Wang 1-1/+0
2018-08-21net_sched: remove unused tcf_idr_check()Gravatar Cong Wang 1-2/+0
2018-08-21net_sched: remove unnecessary ops->delete()Gravatar Cong Wang 1-2/+0
2018-08-11net: sched: extend action ops with put_dev callbackGravatar Vlad Buslov 1-0/+1
2018-07-30tc/act: remove unneeded RCU lock in action callbackGravatar Paolo Abeni 1-1/+1
2018-07-08net: sched: change action API to use array of pointers to actionsGravatar Vlad Buslov 1-3/+4
2018-07-08net: sched: atomically check-allocate actionGravatar Vlad Buslov 1-0/+3
2018-07-08net: sched: add 'delete' function to action opsGravatar Vlad Buslov 1-0/+1
2018-07-08net: sched: implement action API that deletes action by indexGravatar Vlad Buslov 1-0/+1
2018-07-08net: sched: implement unlocked action init APIGravatar Vlad Buslov 1-2/+4
2018-07-08net: sched: change type of reference and bind countersGravatar Vlad Buslov 1-2/+3
2018-07-08net: sched: use rcu for action cookie updateGravatar Vlad Buslov 1-1/+1
2018-06-26net: sched: add tcf_proto_op to offload a ruleGravatar John Hurley 1-3/+0
2018-03-23net/sched: remove tcf_idr_cleanup()Gravatar Davide Caratti 1-1/+0
2018-03-09net sched actions: add new tc_action_ops callbackGravatar Roman Mashak 1-0/+1
2018-03-09net sched actions: update Add/Delete action API with new argumentGravatar Roman Mashak 1-1/+2
2018-02-16net: sched: act: handle extack in tcf_generic_walkerGravatar Alexander Aring 1-1/+2
2018-02-16net: sched: act: add extack for walk callbackGravatar Alexander Aring 1-1/+2
2018-02-16net: sched: act: add extack for lookup callbackGravatar Alexander Aring 1-1/+2
2018-02-16net: sched: act: add extack to init callbackGravatar Alexander Aring 1-1/+1
2018-02-16net: sched: act: add extack to initGravatar Alexander Aring 1-2/+3
2018-02-16net: sched: act: fix code styleGravatar Alexander Aring 1-2/+3
2018-02-16net: Revert sched action extack support series.Gravatar David S. Miller 1-6/+4
2018-02-16net: sched: act: add extack to initGravatar Alexander Aring 1-2/+3
2018-02-16net: sched: act: fix code styleGravatar Alexander Aring 1-2/+3
2017-12-13net_sched: switch to exit_batch for action pernet opsGravatar Cong Wang 1-3/+10
2017-12-05net_sched: remove unused parameter from act cleanup opsGravatar Cong Wang 1-1/+1
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+1
2017-11-09Revert "net_sched: hold netns refcnt for each action"Gravatar Cong Wang 1-3/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+6
2017-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-1/+5
2017-11-03net_sched: hold netns refcnt for each actionGravatar Cong Wang 1-1/+3
2017-11-03net_sched: acquire RTNL in tc_action_net_exit()Gravatar Cong Wang 1-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-11net: sched: introduce per-egress action device callbacksGravatar Jiri Pirko 1-0/+34
2017-10-11net: sched: make tc_action_ops->get_dev return dev and avoid passing netGravatar Jiri Pirko 1-2/+1
2017-09-12net_sched: get rid of tcfa_rcuGravatar Cong Wang 1-2/+0
2017-08-30net/sched: Change act_api and act_xxx modules to use IDRGravatar Chris Mi 1-52/+24
2017-05-17net: sched: add termination action to allow goto chainGravatar Jiri Pirko 1-0/+1
2017-05-17net: sched: push tp down to action initGravatar Jiri Pirko 1-6/+6
2017-01-25net sched actions: Add support for user cookiesGravatar Jamal Hadi Salim 1-0/+1
2016-12-05net_sched: gen_estimator: complete rewrite of rate estimatorsGravatar Eric Dumazet 1-1/+1