aboutsummaryrefslogtreecommitdiff
path: root/net/core/gen_estimator.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Gravatar Steven Rostedt (Google) 1-1/+1
2021-10-18net: sched: Remove Qdisc::running sequence counterGravatar Ahmed S. Darwish 1-6/+10
2021-10-18net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesGravatar Ahmed S. Darwish 1-16/+20
2021-10-18net: sched: Protect Qdisc::bstats with u64_statsGravatar Ahmed S. Darwish 1-1/+1
2021-10-18gen_stats: Add instead Set the value in __gnet_stats_copy_basic().Gravatar Sebastian Andrzej Siewior 1-1/+1
2021-01-15net_sched: gen_estimator: support large ewma logGravatar Eric Dumazet 1-4/+7
2019-11-06net_sched: gen_estimator: extend packet counter to 64bitGravatar Eric Dumazet 1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2018-08-11net: core: protect rate estimator statistics pointer with lockGravatar Vlad Buslov 1-8/+13
2018-02-23net_sched: gen_estimator: fix broken estimators based on percpu statsGravatar Eric Dumazet 1-0/+1
2018-01-29net_sched: gen_estimator: fix lockdep splatGravatar Eric Dumazet 1-0/+4
2017-11-21treewide: setup_timer() -> timer_setup()Gravatar Kees Cook 1-3/+3
2017-09-13net_sched: gen_estimator: fix scaling error in bytes/packets samplesGravatar Eric Dumazet 1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-12-05net_sched: gen_estimator: complete rewrite of rate estimatorsGravatar Eric Dumazet 1-192/+107
2016-12-03net_sched: gen_estimator: account for timer driftsGravatar Eric Dumazet 1-9/+16
2016-06-07net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpGravatar Eric Dumazet 1-8/+16
2016-03-20net: sched: Add description for cpu_bstats argumentGravatar Luis de Bethencourt 1-0/+2
2015-07-08net_sched: gen_estimator: extend pps limitGravatar Eric Dumazet 1-6/+7
2014-09-30net: sched: make bstats per cpu and estimator RCU safeGravatar John Fastabend 1-11/+18
2014-09-05net: treewide: Fix typo found in DocBook/networking.xmlGravatar Masanari Iida 1-1/+1
2013-06-11net_sched: add 64bit rate estimatorsGravatar Eric Dumazet 1-6/+6
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2011-05-07net,rcu: convert call_rcu(__gen_kill_estimator) to kfree_rcu()Gravatar Lai Jiangshan 1-8/+1
2010-09-10pkt_sched: remov unnecessary bh_disableGravatar stephen hemminger 1-2/+2
2010-09-02pkt_sched: Fix lockdep warning on est_tree_lock in gen_estimatorGravatar Jarek Poplawski 1-6/+6
2010-06-11pkt_sched: gen_kill_estimator() rcu fixesGravatar Eric Dumazet 1-0/+1
2010-06-10pkt_sched: gen_estimator: add a new lockGravatar Eric Dumazet 1-3/+12
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-08-17net: restore gnet_stats_basic to previous definitionGravatar Eric Dumazet 1-6/+6
2009-05-25pkt_sched: gen_estimator: Fix signed integers right-shifts.Gravatar Jarek Poplawski 1-2/+2
2009-05-18pkt_sched: gen_estimator: use 64 bit intermediate counters for bpsGravatar Eric Dumazet 1-6/+7
2008-11-26pkt_sched: gen_estimator: Optimize gen_estimator_active()Gravatar Jarek Poplawski 1-17/+8
2008-11-25tc: policing requires a rate estimatorGravatar Stephen Hemminger 1-3/+27
2008-11-24net: gen_estimator: Fix gen_kill_estimator() lookupsGravatar Jarek Poplawski 1-20/+56
2008-08-18Revert "pkt_sched: Protect gen estimators under est_lock."Gravatar David S. Miller 1-5/+4
2008-08-13pkt_sched: Protect gen estimators under est_lock.Gravatar Jarek Poplawski 1-4/+5
2008-01-28[NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink APIGravatar Patrick McHardy 1-4/+4
2008-01-28[NET] gen_estimator: gen_replace_estimator() cosmetic changesGravatar Jarek Poplawski 1-7/+6
2008-01-28[NET]: Avoid divides in net/core/gen_estimator.cGravatar Eric Dumazet 1-2/+2
2007-10-19remove asm/bitops.h includesGravatar Jiri Slaby 1-1/+1
2007-07-18[NET]: gen_estimator deadlock fixGravatar Ranko Zivojnovic 1-32/+49
2007-07-10[NET]: Fix gen_estimator timer removal raceGravatar Patrick McHardy 1-1/+2
2007-02-10[NET] CORE: Fix whitespace errors.Gravatar YOSHIFUJI Hideaki 1-3/+3
2006-04-09[NET]: More kzalloc conversions.Gravatar Andrew Morton 1-2/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+250