summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* sch_atm.c: get rid of poinless externAl Viro2012-06-011-2/+0
* Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-05-221-20/+11
|\
| * cgroup: convert all non-memcg controllers to the new cftype interfaceTejun Heo2012-04-011-6/+2
| * cgroup: relocate cftype and cgroup_subsys definitions in controllersTejun Heo2012-04-011-16/+11
* | ipv6: correct the ipv6 option name - Pad0 to Pad1Eldad Zack2012-05-171-1/+1
* | fq_codel: should use qdisc backlog as thresholdEric Dumazet2012-05-162-4/+5
* | net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-157-32/+20
* | net: codel: fix build errorsSasha Levin2012-05-141-4/+5
* | net/codel: Add missing #include <linux/prefetch.h>Geert Uytterhoeven2012-05-141-0/+1
* | fq_codel: Fair Queue Codel AQMEric Dumazet2012-05-123-0/+636
* | codel: Controlled Delay AQMEric Dumazet2012-05-103-0/+287
* | net_sched: update bstats in dequeue()Eric Dumazet2012-05-104-6/+6
* | 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
* | | net: sched: factorize code (qdisc_drop())Eric Dumazet2012-05-044-13/+6
* | | netem: add ECN capabilityEric Dumazet2012-05-011-3/+15
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-231-5/+2
|\| |
| * | net_sched: gred: Fix oops in gred_dump() in WRED modeDavid Ward2012-04-161-5/+2
| |/
* / pkt_sched: Stop using NLA_PUT*().David S. Miller2012-04-0140-157/+263
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-03-203-0/+260
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-03-181-1/+5
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-261-4/+2
| |\ \
| * | | net_sched: sch_plug: plug_qdisc_ops is staticEric Dumazet2012-02-131-1/+1
| * | | net/sched: sch_plug - Queue traffic until an explicit release commandShriram Rajagopalan2012-02-073-0/+260
| * | | net: Make qdisc_skb_cb upper size bound explicit.David S. Miller2012-02-064-9/+5
* | | | Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-03-201-6/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | cgroup: remove cgroup_subsys argument from callbacksLi Zefan2012-02-021-6/+4
* | | | sch_sfq: revert dont put new flow at the end of flowsEric Dumazet2012-03-161-1/+5
| |_|/ |/| |
* | | netem: fix dequeueEric Dumazet2012-02-191-4/+2
* | | net: Make qdisc_skb_cb upper size bound explicit.David S. Miller2012-02-094-9/+5
| |/ |/|
* | netem: Fix off-by-one bug in reorderingVijay Subramanian2012-01-221-1/+1
|/
* net_sched: sfq: add optional RED on top of SFQEric Dumazet2012-01-121-16/+130
* net_sched: red: split red_parms into parms and varsEric Dumazet2012-01-053-52/+62
* net_sched: sfq: extend limitsEric Dumazet2012-01-051-58/+117
* net_sched: Bug in netem reorderingHagen Paul Pfeifer2012-01-051-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-01-041-2/+2
|\
| * sch_qfq: fix overflow in qfq_update_start()Eric Dumazet2012-01-031-2/+2
* | net_sched: sfq: always randomize hash perturbationEric Dumazet2012-01-041-6/+6
* | net_sched: sfq: fix mem alloc error recoveryEric Dumazet2012-01-041-19/+33
* | net_sched: qdisc_alloc_handle() can be too slowEric Dumazet2012-01-031-5/+9
* | sch_qfq: accurate wsum handlingEric Dumazet2012-01-031-8/+9
* | sch_sfq: dont put new flow at the end of flowsEric Dumazet2012-01-031-1/+1
* | 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
* | sch_tbf: report backlog informationEric Dumazet2011-12-291-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-231-1/+1
|\|
| * mqprio: Avoid panic if no options are providedThomas Graf2011-12-221-1/+1
* | netem: loss model API sizesstephen hemminger2011-12-231-3/+3
* | sch_hfsc: report backlog informationEric Dumazet2011-12-231-0/+10