summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_netem.c
Commit message (Expand)AuthorAgeFilesLines
* net: netem: correct the parent's backlog when corrupted packet was droppedJakub Kicinski2019-12-191-0/+2
* sch_netem: fix a divide by zero in tabledist()Eric Dumazet2019-12-101-1/+1
* net: netem: fix error path for corrupted GSO framesJakub Kicinski2019-11-151-3/+6
* net: netem: fix backlog accounting for corrupted GSO framesJakub Kicinski2019-10-051-5/+8
* net: netem: fix skb length BUG_ON in __skb_to_sgvecSheng Lan2019-05-021-3/+7
* sch_netem: fix skb leak in netem_enqueue()Alexey Kodanev2018-06-161-1/+5
* sch_netem: avoid null pointer deref on init failureNikolay Aleksandrov2017-11-111-2/+2
* netem: Segment GSO packets on enqueueNeil Horman2017-03-161-2/+59
* netem: fix a use after freeEric Dumazet2016-08-221-6/+6
* net_sched: update hierarchical backlog tooWANG Cong2016-08-221-1/+2
* net_sched: introduce qdisc_replace() helperWANG Cong2016-08-221-9/+1
* net: use the new API kvfree()WANG Cong2014-06-051-6/+1
* sch_netem: replace magic numbers with enumerate in get_loss_clgYang Yingliang2014-02-171-2/+2
* sch_netem: replace magic numbers with enumerate in GE modelYang Yingliang2014-02-141-4/+9
* sch_netem: change some func's param from "struct Qdisc *" to "struct netem_sc...Yang Yingliang2014-02-141-15/+10
* sch_netem: return errcode before setting paramsYang Yingliang2014-02-141-10/+29
* reciprocal_divide: update/correction of the algorithmHannes Frederic Sowa2014-01-211-2/+4
* sch_netem: replace magic numbers with enumerateYang Yingliang2014-01-191-19/+28
* net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-141-9/+10
* sch_netem: support of 64bit ratesYang Yingliang2013-12-311-2/+13
* sch_netem: more precise length of packetsYang Yingliang2013-12-311-1/+1
* net_sched: add space around '>' and before '('Yang Yingliang2013-12-101-1/+1
* netem: fix gemodel loss generatorstephen hemminger2013-11-301-1/+1
* netem: fix loss 4 state modelstephen hemminger2013-11-301-2/+2
* netem: missing break in ge loss generatorstephen hemminger2013-11-301-0/+1
* netem: markov loss model transition fixHagen Paul Pfeifer2013-10-251-1/+0
* netem: free skb's in tree on resetstephen hemminger2013-10-111-0/+16
* netem: update backlog after dropstephen hemminger2013-10-111-0/+1
* netem: Introduce skb_orphan_partial() helperEric Dumazet2013-07-311-4/+1
* netem: fix possible NULL deref in netem_dequeue()Eric Dumazet2013-07-031-3/+5
* netem: use rb tree to implement the time queueEric Dumazet2013-07-011-24/+85
* netem: fix delay calculation in rate extensionJohannes Naab2013-01-291-6/+6
* netem: refine early skb orphaningEric Dumazet2012-07-161-1/+8
* netem: add limitation to reordered packetsEric Dumazet2012-07-091-27/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-071-4/+2
|\
| * netem: fix possible skb leakEric Dumazet2012-05-011-4/+2
* | netem: add ECN capabilityEric Dumazet2012-05-011-3/+15
* | pkt_sched: Stop using NLA_PUT*().David S. Miller2012-04-011-7/+14
|/
* netem: fix dequeueEric Dumazet2012-02-191-4/+2
* net: Make qdisc_skb_cb upper size bound explicit.David S. Miller2012-02-091-2/+1
* netem: Fix off-by-one bug in reorderingVijay Subramanian2012-01-221-1/+1
* net_sched: Bug in netem reorderingHagen Paul Pfeifer2012-01-051-2/+2
* netem: fix classful handlingEric Dumazet2011-12-301-121/+81
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-301-3/+4
|\
| * netem: dont call vfree() under spinlock and BH disabledEric Dumazet2011-12-241-3/+4
* | netem: loss model API sizesstephen hemminger2011-12-231-3/+3
* | netem: add cell concept to simulate special MAC behaviorHagen Paul Pfeifer2011-12-121-4/+29
* | netem: fix build error on 32bit archesEric Dumazet2011-12-011-1/+4
* | netem: rate extensionHagen Paul Pfeifer2011-11-301-0/+40
|/
* net: remove mm.h inclusion from netdevice.hAlexey Dobriyan2011-06-211-0/+1