aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_netem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-16netem: refine early skb orphaningEric Dumazet1-1/+8
2012-07-09netem: add limitation to reordered packetsEric Dumazet1-27/+15
2012-05-07Merge 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-01pkt_sched: Stop using NLA_PUT*().David S. Miller1-7/+14
2012-02-19netem: fix dequeueEric Dumazet1-4/+2
2012-02-09net: Make qdisc_skb_cb upper size bound explicit.David S. Miller1-2/+1
2012-01-22netem: Fix off-by-one bug in reorderingVijay Subramanian1-1/+1
2012-01-05net_sched: Bug in netem reorderingHagen Paul Pfeifer1-2/+2
2011-12-30netem: 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-24netem: dont call vfree() under spinlock and BH disabledEric Dumazet1-3/+4
2011-12-23netem: loss model API sizesstephen hemminger1-3/+3
2011-12-12netem: 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-11-30netem: rate extensionHagen Paul Pfeifer1-0/+40
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi1-3/+3
2011-02-24sch_netem: Need to include vmalloc.hDavid S. Miller1-0/+1
2011-02-24netem: update version and cleanupstephen hemminger1-6/+4
2011-02-24netem: revised correlated loss generatorstephen hemminger1-4/+270
2011-02-24Revert "sch_netem: Remove classful functionality"stephen hemminger1-8/+79
2011-02-24netem: define NETEM_DIST_MAXstephen hemminger1-1/+1
2011-02-24netem: use vmalloc for distribution tablestephen hemminger1-4/+18
2011-02-24netem: cleanup dump codestephen hemminger1-6/+3
2011-01-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+1
2011-01-20net_sched: accurate bytes/packets stats/ratesEric Dumazet1-2/+1
2011-01-20net_sched: move TCQ_F_THROTTLED flagEric Dumazet1-1/+1
2011-01-19net_sched: cleanupsEric Dumazet1-3/+3
2011-01-10net_sched: factorize qdisc stats handlingEric Dumazet1-4/+2
2010-10-21net_sched: remove the unused parameter of qdisc_create_dflt()Changli Gao1-2/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-29net: Move && and || to end of previous lineJoe Perches1-6/+6
2009-04-20net: sch_netem: Fix an inconsistency in ingress netem timestamps.Jarek Poplawski1-0/+8
2008-12-22pkt_sched: Remove smp_wmb() in qdisc_watchdog()Jarek Poplawski1-1/+0
2008-12-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+0
2008-12-15SCHED: netem: Correct documentation comment in code.Jesper Dangaard Brouer1-3/+0
2008-11-20pkt_sched: remove unnecessary xchg() in packet schedulersPatrick McHardy1-3/+2
2008-11-13pkt_sched: Remove qdisc->ops->requeue() etc.Jarek Poplawski1-16/+0
2008-11-03netem: eliminate unneeded return valuesStephen Hemminger1-21/+9
2008-11-02sch_netem: Replace ->requeue() method with open codeJarek Poplawski1-1/+5
2008-11-02sch_netem: Remove classful functionalityJarek Poplawski1-87/+0
2008-10-31pkt_sched: Add peek emulation for non-work-conserving qdiscs.Jarek Poplawski1-2/+3
2008-10-31pkt_sched: Use qdisc->ops->peek() instead of ->dequeue() & ->requeue()Jarek Poplawski1-8/+5
2008-10-31pkt_sched: Add qdisc->ops->peek() implementation.Jarek Poplawski1-0/+1
2008-09-02netlink: Remove compat API for nested attributesThomas Graf1-2/+16
2008-08-29pkt_sched: Fix locking of qdisc_root with qdisc_root_sleeping_lock()Jarek Poplawski1-1/+1
2008-08-04net_sched: Add qdisc __NET_XMIT_BYPASS flagJarek Poplawski1-1/+1
2008-08-04net_sched: Add qdisc __NET_XMIT_STOLEN flagJarek Poplawski1-1/+2