aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_multiq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-17pkt_sched: Fix qstats.qlen updating in dump_statsJarek Poplawski1-0/+1
2009-09-06net_sched: remove some unnecessary checks in classful schedulersPatrick McHardy1-10/+1
2009-09-06net_sched: make cls_ops->change and cls_ops->delete optionalPatrick McHardy1-22/+0
2009-02-10pkt_sched: sch_multiq: Change errno on non-multiqueue devices use.Jarek Poplawski1-1/+1
2008-11-20pkt_sched: remove unnecessary xchg() in packet schedulersPatrick McHardy1-7/+9
2008-11-13pkt_sched: Remove qdisc->ops->requeue() etc.Jarek Poplawski1-37/+2
2008-10-31pkt_sched: Add qdisc->ops->peek() implementation.Jarek Poplawski1-0/+29
2008-09-20multiq: requeue should rewind the current_bandAlexander Duyck1-0/+5
2008-09-12multiq: Further multiqueue cleanupAlexander Duyck1-4/+9
2008-09-12pkt_sched: Add multiqueue scheduler supportAlexander Duyck1-0/+467