summaryrefslogtreecommitdiff
path: root/net/sched/sch_netem.c
AgeCommit message (Expand)Author
2019-11-06sch_netem: fix rcu splat in netem_enqueue()Eric Dumazet
2019-10-05sch_netem: fix a divide by zero in tabledist()Eric Dumazet
2018-12-17net: Prevent invalid access to skb->prev in __qdisc_drop_allChristoph Paasch
2018-09-15sch_netem: avoid null pointer deref on init failureNikolay Aleksandrov
2016-07-11netem: fix a use after freeEric Dumazet
2016-05-18netem: Segment GSO packets on enqueueNeil Horman
2016-05-18net_sched: update hierarchical backlog tooWANG Cong
2016-05-18net_sched: introduce qdisc_replace() helperWANG Cong
2015-05-11net: sched: deprecate enqueue_root()Eric Dumazet
2015-04-07netem: Fixes byte backlog accounting for the first of two chained netem insta...Beshay, Joseph
2014-11-03net: add rbnode to struct sk_buffEric Dumazet
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