aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_mqprio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-03net: sched: use pfifo_fast for non real queuesEric Dumazet1-1/+2
2016-03-01sch_mqprio: Fix build with older gcc.David S. Miller1-1/+1
2016-02-17net: rework setup_tc ndo op to consume general tc operandJohn Fastabend1-3/+6
2016-02-17net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend1-2/+3
2015-12-03net_sched: fix qdisc_tree_decrease_qlen() racesEric Dumazet1-2/+2
2014-09-30net: sched: enable per cpu qstatsJohn Fastabend1-2/+3
2014-09-30net: sched: restrict use of qstats qlenJohn Fastabend1-5/+4
2014-09-30net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend1-2/+2
2014-09-13net: qdisc: use rcu prefix and silence sparse warningsJohn Fastabend1-2/+4
2013-12-09pkt_sched: give visibility to mq slave qdiscsEric Dumazet1-4/+6
2013-08-31qdisc: allow setting default queuing disciplinestephen hemminger1-1/+1
2012-12-12pkt_sched: avoid requeues if possibleEric Dumazet1-0/+4
2012-04-01pkt_sched: Stop using NLA_PUT*().David S. Miller1-1/+2
2011-12-22mqprio: Avoid panic if no options are providedThomas Graf1-1/+1
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker1-0/+1
2011-02-23mqprio: cleanupsstephen hemminger1-2/+4
2011-02-14sch_mqprio: Always set num_tc to 0 in mqprio_destroy()Ben Hutchings1-7/+7
2011-01-26net_sched: sch_mqprio: dont leak kernel memoryEric Dumazet1-1/+1
2011-01-21net_sched: TCQ_F_CAN_BYPASS generalizationEric Dumazet1-1/+0
2011-01-19net_sched: implement a root container qdisc sch_mqprioJohn Fastabend1-0/+417