aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_netem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend1-8/+7
2014-06-05net: use the new API kvfree()WANG Cong1-6/+1
2014-02-17sch_netem: replace magic numbers with enumerate in get_loss_clgYang Yingliang1-2/+2
2014-02-14sch_netem: replace magic numbers with enumerate in GE modelYang Yingliang1-4/+9
2014-02-14sch_netem: change some func's param from "struct Qdisc *" to "struct netem_sched_data *"Yang Yingliang1-15/+10
2014-02-14sch_netem: return errcode before setting paramsYang Yingliang1-10/+29
2014-01-21reciprocal_divide: update/correction of the algorithmHannes Frederic Sowa1-2/+4
2014-01-19sch_netem: replace magic numbers with enumerateYang Yingliang1-19/+28
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane1-9/+10
2013-12-31sch_netem: support of 64bit ratesYang Yingliang1-2/+13
2013-12-31sch_netem: more precise length of packetsYang Yingliang1-1/+1
2013-12-10net_sched: add space around '>' and before '('Yang Yingliang1-1/+1
2013-11-30netem: fix gemodel loss generatorstephen hemminger1-1/+1
2013-11-30netem: fix loss 4 state modelstephen hemminger1-2/+2
2013-11-30netem: missing break in ge loss generatorstephen hemminger1-0/+1
2013-10-25netem: markov loss model transition fixHagen Paul Pfeifer1-1/+0
2013-10-11netem: free skb's in tree on resetstephen hemminger1-0/+16
2013-10-11netem: update backlog after dropstephen hemminger1-0/+1
2013-07-31netem: Introduce skb_orphan_partial() helperEric Dumazet1-4/+1
2013-07-03netem: fix possible NULL deref in netem_dequeue()Eric Dumazet1-3/+5
2013-07-01netem: use rb tree to implement the time queueEric Dumazet1-24/+85
2013-01-29netem: fix delay calculation in rate extensionJohannes Naab1-6/+6
2012-07-16netem: refine early skb orphaningEric Dumazet1-1/+8
2012-07-09netem: add limitation to reordered packetsEric Dumazet1-27/+15
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+2
2012-05-01netem: fix possible skb leakEric Dumazet1-4/+2
2012-05-01netem: add ECN capabilityEric Dumazet1-3/+15
2012-04-01pkt_sched: Stop using NLA_PUT*().David S. Miller1-7/+14
2012-02-19netem: fix dequeueEric Dumazet1-4/+2
2012-02-09net: Make qdisc_skb_cb upper size bound explicit.David S. Miller1-2/+1
2012-01-22netem: Fix off-by-one bug in reorderingVijay Subramanian1-1/+1
2012-01-05net_sched: Bug in netem reorderingHagen Paul Pfeifer1-2/+2
2011-12-30netem: fix classful handlingEric Dumazet1-121/+81
2011-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+4
2011-12-24netem: dont call vfree() under spinlock and BH disabledEric Dumazet1-3/+4
2011-12-23netem: loss model API sizesstephen hemminger1-3/+3
2011-12-12netem: add cell concept to simulate special MAC behaviorHagen Paul Pfeifer1-4/+29
2011-12-01netem: fix build error on 32bit archesEric Dumazet1-1/+4
2011-11-30netem: rate extensionHagen Paul Pfeifer1-0/+40
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi1-3/+3
2011-02-24sch_netem: Need to include vmalloc.hDavid S. Miller1-0/+1
2011-02-24netem: update version and cleanupstephen hemminger1-6/+4
2011-02-24netem: revised correlated loss generatorstephen hemminger1-4/+270
2011-02-24Revert "sch_netem: Remove classful functionality"stephen hemminger1-8/+79
2011-02-24netem: define NETEM_DIST_MAXstephen hemminger1-1/+1
2011-02-24netem: use vmalloc for distribution tablestephen hemminger1-4/+18
2011-02-24netem: cleanup dump codestephen hemminger1-6/+3
2011-01-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+1
2011-01-20net_sched: accurate bytes/packets stats/ratesEric Dumazet1-2/+1