aboutsummaryrefslogtreecommitdiff
path: root/net/sched/act_police.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-22net/sched: act_police: disallow 'goto chain' on fallback control actionGravatar Davide Caratti 1-2/+10
2018-09-16net/sched: act_police: don't use spinlock in the data pathGravatar Davide Caratti 1-64/+92
2018-09-16net/sched: act_police: use per-cpu countersGravatar Davide Caratti 1-24/+22
2018-08-31Revert "net: sched: act: add extack for lookup callback"Gravatar Cong Wang 1-2/+1
2018-08-21net_sched: remove unnecessary ops->delete()Gravatar Cong Wang 1-8/+0
2018-08-13net: sched: act_police method rename for grep-ability and consistencyGravatar Jamal Hadi Salim 1-8/+8
2018-08-11net: sched: act_police: remove dependency on rtnl lockGravatar Vlad Buslov 1-3/+6
2018-07-08net: sched: atomically check-allocate actionGravatar Vlad Buslov 1-2/+7
2018-07-08net: sched: don't release reference on action overwriteGravatar Vlad Buslov 1-5/+3
2018-07-08net: sched: add 'delete' function to action opsGravatar Vlad Buslov 1-0/+8
2018-07-08net: sched: implement unlocked action init APIGravatar Vlad Buslov 1-1/+1
2018-07-08net: sched: change type of reference and bind countersGravatar Vlad Buslov 1-2/+2
2018-03-27net: Drop pernet_operations::asyncGravatar Kirill Tkhai 1-1/+0
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2018-03-21net/sched: fix idr leak in the error path of tcf_act_police_init()Gravatar Davide Caratti 1-1/+1
2018-02-27net: Convert tc_action_net_init() and tc_action_net_exit() based pernet_opera...Gravatar Kirill Tkhai 1-0/+1
2018-02-16net: sched: act: handle extack in tcf_generic_walkerGravatar Alexander Aring 1-1/+1
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/+2
2017-12-21net: sch: api: add extack support in qdisc_get_rtabGravatar Alexander Aring 1-2/+2
2017-12-13net_sched: switch to exit_batch for action pernet opsGravatar Cong Wang 1-5/+3
2017-11-09Revert "net_sched: hold netns refcnt for each action"Gravatar Cong Wang 1-1/+1
2017-11-03net_sched: hold netns refcnt for each actionGravatar Cong Wang 1-1/+1
2017-08-30net/sched: Change act_api and act_xxx modules to use IDRGravatar Chris Mi 1-10/+8
2017-06-14net_sched: move tcf_lock down after gen_replace_estimator()Gravatar WANG Cong 1-5/+3
2017-04-13netlink: pass extended ACK struct to parsing functionsGravatar Johannes Berg 1-1/+1
2016-12-05net_sched: gen_estimator: complete rewrite of rate estimatorsGravatar Eric Dumazet 1-9/+12
2016-11-18netns: make struct pernet_operations::id unsigned intGravatar Alexey Dobriyan 1-1/+1
2016-09-19net sched: stylistic cleanupsGravatar Jamal Hadi Salim 1-6/+4
2016-09-19net sched actions police: peg drop stats for conforming trafficGravatar Roman Mashak 1-0/+2
2016-08-17net_sched: allow flushing tc police actionsGravatar Roman Mashak 1-42/+1
2016-08-17net_sched: unify the init logic for act_policeGravatar WANG Cong 1-9/+10
2016-07-25net_sched: get rid of struct tcf_commonGravatar WANG Cong 1-5/+5
2016-07-25net_sched: move tc_action into tcf_commonGravatar WANG Cong 1-25/+20
2016-06-15act_police: rename tcf_act_police_locate() to tcf_act_police_init()Gravatar WANG Cong 1-4/+4
2016-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-23/+11
2016-06-07act_police: fix a crash during removalGravatar WANG Cong 1-22/+11
2016-06-07net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpGravatar Eric Dumazet 1-1/+2
2016-06-07net sched actions: introduce timestamp for firsttime useGravatar Jamal Hadi Salim 1-0/+2
2016-05-24net sched actions: policer missing timestamp processingGravatar Jamal Hadi Salim 1-0/+11
2016-02-25net_sched: add network namespace support for tc actionsGravatar WANG Cong 1-9/+43
2014-11-06sched: fix act file names in header commentGravatar Jiri Pirko 1-1/+1
2014-09-30net: sched: make bstats per cpu and estimator RCU safeGravatar John Fastabend 1-1/+1
2014-08-22net: use ktime_get_ns() and ktime_get_real_ns() helpersGravatar Eric Dumazet 1-2/+2
2014-02-12net_sched: act: move tcf_hashinfo_init() into tcf_register_action()Gravatar WANG Cong 1-11/+2
2014-02-12net_sched: act: refactor cleanup opsGravatar WANG Cong 1-1/+0
2014-02-12net_sched: act: hide struct tcf_common from APIGravatar WANG Cong 1-9/+1
2014-01-21net_sched: act: export tcf_hash_search() instead of tcf_hash_lookup()Gravatar WANG Cong 1-6/+2
2014-01-21net_sched: act: fetch hinfo from a->ops->hinfoGravatar WANG Cong 1-8/+10