aboutsummaryrefslogtreecommitdiff
path: root/net/sched/sch_netem.c
AgeCommit message (Expand)Author
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
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan
2011-03-31Fix common misspellingsLucas De Marchi
2011-02-24sch_netem: Need to include vmalloc.hDavid S. Miller
2011-02-24netem: update version and cleanupstephen hemminger
2011-02-24netem: revised correlated loss generatorstephen hemminger
2011-02-24Revert "sch_netem: Remove classful functionality"stephen hemminger
2011-02-24netem: define NETEM_DIST_MAXstephen hemminger
2011-02-24netem: use vmalloc for distribution tablestephen hemminger
2011-02-24netem: cleanup dump codestephen hemminger
2011-01-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-01-20net_sched: accurate bytes/packets stats/ratesEric Dumazet
2011-01-20net_sched: move TCQ_F_THROTTLED flagEric Dumazet
2011-01-19net_sched: cleanupsEric Dumazet
2011-01-10net_sched: factorize qdisc stats handlingEric Dumazet
2010-10-21net_sched: remove the unused parameter of qdisc_create_dflt()Changli Gao
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-11-29net: Move && and || to end of previous lineJoe Perches
2009-04-20net: sch_netem: Fix an inconsistency in ingress netem timestamps.Jarek Poplawski
2008-12-22pkt_sched: Remove smp_wmb() in qdisc_watchdog()Jarek Poplawski
2008-12-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-12-15SCHED: netem: Correct documentation comment in code.Jesper Dangaard Brouer
2008-11-20pkt_sched: remove unnecessary xchg() in packet schedulersPatrick McHardy
2008-11-13pkt_sched: Remove qdisc->ops->requeue() etc.Jarek Poplawski
2008-11-03netem: eliminate unneeded return valuesStephen Hemminger
2008-11-02sch_netem: Replace ->requeue() method with open codeJarek Poplawski
2008-11-02sch_netem: Remove classful functionalityJarek Poplawski
2008-10-31pkt_sched: Add peek emulation for non-work-conserving qdiscs.Jarek Poplawski