summaryrefslogtreecommitdiff
path: root/net/sched/sch_netem.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-06sch_netem: fix rcu splat in netem_enqueue()Eric Dumazet1-1/+1
2019-10-05sch_netem: fix a divide by zero in tabledist()Eric Dumazet1-1/+1
2018-12-17net: Prevent invalid access to skb->prev in __qdisc_drop_allChristoph Paasch1-0/+3
2018-09-15sch_netem: avoid null pointer deref on init failureNikolay Aleksandrov1-2/+2
2016-07-11netem: fix a use after freeEric Dumazet1-6/+6
2016-05-19netem: Segment GSO packets on enqueueNeil Horman1-2/+59
2016-05-19net_sched: update hierarchical backlog tooWANG Cong1-1/+2
2016-05-19net_sched: introduce qdisc_replace() helperWANG Cong1-9/+1
2015-05-11net: sched: deprecate enqueue_root()Eric Dumazet1-2/+2
2015-04-08netem: Fixes byte backlog accounting for the first of two chained netem insta...Beshay, Joseph1-1/+2
2014-11-04net: add rbnode to struct sk_buffEric Dumazet1-20/+7
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-18sch_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_sc...Yang Yingliang1-15/+10
2014-02-14sch_netem: return errcode before setting paramsYang Yingliang1-10/+29
2014-01-22reciprocal_divide: update/correction of the algorithmHannes Frederic Sowa1-2/+4
2014-01-20sch_netem: replace magic numbers with enumerateYang Yingliang1-19/+28
2014-01-15net: 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-11net_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-26netem: markov loss model transition fixHagen Paul Pfeifer1-1/+0
2013-10-12netem: free skb's in tree on resetstephen hemminger1-0/+16
2013-10-12netem: update backlog after dropstephen hemminger1-0/+1
2013-08-01netem: Introduce skb_orphan_partial() helperEric Dumazet1-4/+1
2013-07-04netem: fix possible NULL deref in netem_dequeue()Eric Dumazet1-3/+5
2013-07-02netem: use rb tree to implement the time queueEric Dumazet1-24/+85
2013-01-30netem: fix delay calculation in rate extensionJohannes Naab1-6/+6
2012-07-17netem: refine early skb orphaningEric Dumazet1-1/+8
2012-07-09netem: add limitation to reordered packetsEric Dumazet1-27/+15
2012-05-08Merge 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-02pkt_sched: Stop using NLA_PUT*().David S. Miller1-7/+14
2012-02-20netem: fix dequeueEric Dumazet1-4/+2
2012-02-09net: Make qdisc_skb_cb upper size bound explicit.David S. Miller1-2/+1
2012-01-23netem: Fix off-by-one bug in reorderingVijay Subramanian1-1/+1
2012-01-05net_sched: Bug in netem reorderingHagen Paul Pfeifer1-2/+2
2011-12-31netem: 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-25netem: dont call vfree() under spinlock and BH disabledEric Dumazet1-3/+4
2011-12-24netem: loss model API sizesstephen hemminger1-3/+3
2011-12-13netem: 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-12-01netem: rate extensionHagen Paul Pfeifer1-0/+40