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