summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_netem.c
Commit message (Expand)AuthorAgeFilesLines
* net_sched: add space around '>' and before '('Yang Yingliang2013-12-111-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-261-1/+0Star
* 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/+1Star
* netem: fix possible NULL deref in netem_dequeue()Eric Dumazet2013-07-041-3/+5
* netem: use rb tree to implement the time queueEric Dumazet2013-07-021-24/+85
* netem: fix delay calculation in rate extensionJohannes Naab2013-01-291-6/+6
* netem: refine early skb orphaningEric Dumazet2012-07-171-1/+8
* netem: add limitation to reordered packetsEric Dumazet2012-07-091-27/+15Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-081-4/+2Star
|\
| * netem: fix possible skb leakEric Dumazet2012-05-011-4/+2Star
* | netem: add ECN capabilityEric Dumazet2012-05-011-3/+15
* | pkt_sched: Stop using NLA_PUT*().David S. Miller2012-04-021-7/+14
|/
* netem: fix dequeueEric Dumazet2012-02-201-4/+2Star
* net: Make qdisc_skb_cb upper size bound explicit.David S. Miller2012-02-091-2/+1Star
* 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/+81Star
* 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-131-4/+29
* | netem: fix build error on 32bit archesEric Dumazet2011-12-011-1/+4
* | netem: rate extensionHagen Paul Pfeifer2011-12-011-0/+40
|/
* net: remove mm.h inclusion from netdevice.hAlexey Dobriyan2011-06-221-0/+1
* Fix common misspellingsLucas De Marchi2011-03-311-3/+3
* sch_netem: Need to include vmalloc.hDavid S. Miller2011-02-251-0/+1
* netem: update version and cleanupstephen hemminger2011-02-251-6/+4Star
* netem: revised correlated loss generatorstephen hemminger2011-02-251-4/+270
* Revert "sch_netem: Remove classful functionality"stephen hemminger2011-02-251-8/+79
* netem: define NETEM_DIST_MAXstephen hemminger2011-02-251-1/+1
* netem: use vmalloc for distribution tablestephen hemminger2011-02-251-4/+18
* netem: cleanup dump codestephen hemminger2011-02-251-6/+3Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-241-2/+1Star
|\
| * net_sched: accurate bytes/packets stats/ratesEric Dumazet2011-01-211-2/+1Star
* | net_sched: move TCQ_F_THROTTLED flagEric Dumazet2011-01-211-1/+1
* | net_sched: cleanupsEric Dumazet2011-01-201-3/+3
|/
* net_sched: factorize qdisc stats handlingEric Dumazet2011-01-111-4/+2Star
* net_sched: remove the unused parameter of qdisc_create_dflt()Changli Gao2010-10-211-2/+1Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net: Move && and || to end of previous lineJoe Perches2009-11-301-6/+6
* net: sch_netem: Fix an inconsistency in ingress netem timestamps.Jarek Poplawski2009-04-201-0/+8
* pkt_sched: Remove smp_wmb() in qdisc_watchdog()Jarek Poplawski2008-12-231-1/+0Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-161-3/+0Star
|\
| * SCHED: netem: Correct documentation comment in code.Jesper Dangaard Brouer2008-12-151-3/+0Star
* | pkt_sched: remove unnecessary xchg() in packet schedulersPatrick McHardy2008-11-201-3/+2Star