summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_netem.c
Commit message (Expand)AuthorAgeFilesLines
* net: add rbnode to struct sk_buffEric Dumazet2014-11-031-20/+7
* net: sched: implement qstat helper routinesJohn Fastabend2014-09-301-8/+7
* 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
* Fix common misspellingsLucas De Marchi2011-03-311-3/+3
* sch_netem: Need to include vmalloc.hDavid S. Miller2011-02-241-0/+1
* netem: update version and cleanupstephen hemminger2011-02-241-6/+4
* netem: revised correlated loss generatorstephen hemminger2011-02-241-4/+270
* Revert "sch_netem: Remove classful functionality"stephen hemminger2011-02-241-8/+79
* netem: define NETEM_DIST_MAXstephen hemminger2011-02-241-1/+1
* netem: use vmalloc for distribution tablestephen hemminger2011-02-241-4/+18
* netem: cleanup dump codestephen hemminger2011-02-241-6/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-241-2/+1
|\
OpenPOWER on IntegriCloud