aboutsummaryrefslogtreecommitdiff
path: root/net/sched/act_police.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-19net_sched: act: remove capab from struct tc_action_opsGravatar WANG Cong 1-1/+0
2014-01-16net_sched: act: use tcf_hash_release() in net/sched/act_police.cGravatar WANG Cong 1-27/+3
2014-01-13net_sched: act: move idx_gen into struct tcf_hashinfoGravatar WANG Cong 1-2/+1
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+3
2013-12-27net_sched: act: Dont increment refcnt on replaceGravatar Jamal Hadi Salim 1-1/+3
2013-12-20net_sched: fix a regression in tc actionsGravatar WANG Cong 1-1/+1
2013-12-19act_police: remove unnecessary null pointer checkGravatar Yang Yingliang 1-4/+2
2013-12-18net_sched: convert tcf_hashinfo to hlist and use spinlockGravatar WANG Cong 1-27/+18
2013-12-18net_sched: init struct tcf_hashinfo at register timeGravatar WANG Cong 1-19/+19
2013-12-05net_sched: Use default action lookup functionsGravatar Jamal Hadi Salim 1-1/+0
2013-09-20net_sched: add u64 rate to psched_ratecfg_precompute()Gravatar Eric Dumazet 1-2/+2
2013-06-02net_sched: restore "overhead xxx" handlingGravatar Eric Dumazet 1-4/+4
2013-02-12act_police: improved accuracy at high ratesGravatar Jiri Pirko 1-46/+53
2013-02-12act_police: move struct tcf_police to act_police.cGravatar Jiri Pirko 1-0/+15
2013-01-14pkt_sched: namespace aware act_mirredGravatar Benjamin LaHaise 1-2/+3
2012-04-01pkt_sched: Stop using NLA_PUT*().Gravatar David S. Miller 1-5/+8
2011-07-06net: sched: constify tcf_proto and tc_actionGravatar Eric Dumazet 1-1/+1
2011-05-07net,act_police,rcu: remove rcu_barrier()Gravatar Lai Jiangshan 1-1/+0
2011-05-07net,rcu: convert call_rcu(tcf_police_free_rcu) to kfree_rcu()Gravatar Lai Jiangshan 1-6/+1
2011-01-19net_sched: cleanupsGravatar Eric Dumazet 1-5/+4
2011-01-10net_sched: factorize qdisc stats handlingGravatar Eric Dumazet 1-2/+1
2010-09-01net sched: fix kernel leak in act_policeGravatar Jeff Mahoney 1-12/+9
2010-06-11pkt_sched: gen_kill_estimator() rcu fixesGravatar Eric Dumazet 1-1/+11
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-06-17pkt_sched: Update drops stats in act_policeGravatar Jarek Poplawski 1-0/+4
2009-03-04pkt_sched: act_police: Fix a rate estimator test.Gravatar Jarek Poplawski 1-7/+6
2008-11-26pkt_sched: gen_estimator: Optimize gen_estimator_active()Gravatar Jarek Poplawski 1-1/+3
2008-11-25tc: policing requires a rate estimatorGravatar Stephen Hemminger 1-0/+6
2008-11-25tc: check for errors in gen_rate_estimator creationGravatar Stephen Hemminger 1-8/+17