summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* ipv4: Prepare for change of rt->rt_iif encoding.David S. Miller2012-07-242-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-191-0/+2
|\
| * sch_sfb: Fix missing NULL checkAlan Cox2012-07-121-0/+2
* | netem: refine early skb orphaningEric Dumazet2012-07-171-1/+8
* | net: sched: add ipset ematchFlorian Westphal2012-07-123-0/+146
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-111-27/+15Star
|\|
| * netem: add limitation to reordered packetsEric Dumazet2012-07-091-27/+15Star
* | Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller2012-07-083-0/+251
|\ \
| * | net: em_canid: Ematch rule to match CAN frames according to their identifiersRostislav Lisovy2012-07-043-0/+251
* | | sch_teql: Convert over to dev_neigh_lookup_skb().David S. Miller2012-07-051-25/+22Star
|/ /
* | pkt_sched: sch_api: Move away from NLMSG_NEW().David S. Miller2012-06-271-10/+14
* | pkt_sched: cls_api: Move away from NLMSG_NEW().David S. Miller2012-06-271-5/+7
* | pkt_sched: act_api: Move away from NLMSG_PUT().David S. Miller2012-06-271-28/+31
|/
* sch_atm.c: get rid of poinless externAl Viro2012-06-011-2/+0Star
* Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-05-231-20/+11Star
|\
| * cgroup: convert all non-memcg controllers to the new cftype interfaceTejun Heo2012-04-011-6/+2Star
| * cgroup: relocate cftype and cgroup_subsys definitions in controllersTejun Heo2012-04-011-16/+11Star
* | 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/+20Star
* | 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-113-0/+287
* | net_sched: update bstats in dequeue()Eric Dumazet2012-05-114-6/+6
* | 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
* | | net: sched: factorize code (qdisc_drop())Eric Dumazet2012-05-044-13/+6Star
* | | netem: add ECN capabilityEric Dumazet2012-05-011-3/+15
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-241-5/+2Star
|\| |
| * | net_sched: gred: Fix oops in gred_dump() in WRED modeDavid Ward2012-04-171-5/+2Star
| |/
* / pkt_sched: Stop using NLA_PUT*().David S. Miller2012-04-0240-157/+263
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-03-213-0/+260
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-03-191-1/+5
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-271-4/+2Star
| |\ \
| * | | 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/+5Star
* | | | Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-03-211-6/+4Star
|\ \ \ \ | |_|_|/ |/| | |
| * | | cgroup: remove cgroup_subsys argument from callbacksLi Zefan2012-02-021-6/+4Star
* | | | sch_sfq: revert dont put new flow at the end of flowsEric Dumazet2012-03-161-1/+5
| |_|/ |/| |
* | | netem: fix dequeueEric Dumazet2012-02-201-4/+2Star
* | | net: Make qdisc_skb_cb upper size bound explicit.David S. Miller2012-02-094-9/+5Star
| |/ |/|
* | 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-131-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-051-2/+2
|\
| * sch_qfq: fix overflow in qfq_update_start()Eric Dumazet2012-01-031-2/+2