aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/gen_estimator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-07net,rcu: convert call_rcu(__gen_kill_estimator) to kfree_rcu()Lai Jiangshan1-8/+1
2010-09-10pkt_sched: remov unnecessary bh_disablestephen hemminger1-2/+2
2010-09-02pkt_sched: Fix lockdep warning on est_tree_lock in gen_estimatorJarek Poplawski1-6/+6
2010-06-11pkt_sched: gen_kill_estimator() rcu fixesEric Dumazet1-0/+1
2010-06-10pkt_sched: gen_estimator: add a new lockEric Dumazet1-3/+12
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-08-17net: restore gnet_stats_basic to previous definitionEric Dumazet1-6/+6
2009-05-25pkt_sched: gen_estimator: Fix signed integers right-shifts.Jarek Poplawski1-2/+2
2009-05-18pkt_sched: gen_estimator: use 64 bit intermediate counters for bpsEric Dumazet1-6/+7
2008-11-26pkt_sched: gen_estimator: Optimize gen_estimator_active()Jarek Poplawski1-17/+8
2008-11-25tc: policing requires a rate estimatorStephen Hemminger1-3/+27
2008-11-24net: gen_estimator: Fix gen_kill_estimator() lookupsJarek Poplawski1-20/+56
2008-08-18Revert "pkt_sched: Protect gen estimators under est_lock."David S. Miller1-5/+4
2008-08-13pkt_sched: Protect gen estimators under est_lock.Jarek Poplawski1-4/+5
2008-01-28[NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink APIPatrick McHardy1-4/+4
2008-01-28[NET] gen_estimator: gen_replace_estimator() cosmetic changesJarek Poplawski1-7/+6
2008-01-28[NET]: Avoid divides in net/core/gen_estimator.cEric Dumazet1-2/+2
2007-10-19remove asm/bitops.h includesJiri Slaby1-1/+1
2007-07-18[NET]: gen_estimator deadlock fixRanko Zivojnovic1-32/+49
2007-07-10[NET]: Fix gen_estimator timer removal racePatrick McHardy1-1/+2
2007-02-10[NET] CORE: Fix whitespace errors.YOSHIFUJI Hideaki1-3/+3
2006-04-09[NET]: More kzalloc conversions.Andrew Morton1-2/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+250