summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_mqprio.c
Commit message (Expand)AuthorAgeFilesLines
* net: sch: api: add extack support in qdisc_create_dfltAlexander Aring2017-12-211-1/+1
* net: sched: sch: add extack for graft callbackAlexander Aring2017-12-211-1/+1
* net: sched: sch: add extack for init callbackAlexander Aring2017-12-211-1/+2
* net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mqprioJohn Fastabend2017-12-081-22/+47
* net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel2017-11-081-2/+3
* net/sched: Add select_queue() class_ops for mqprioJesus Sanchez-Palencia2017-10-271-0/+7
* mqprio: fix potential null pointer dereference on optColin Ian King2017-10-191-1/+2
* mqprio: Reserve last 32 classid values for HW traffic classes and misc IDsAlexander Duyck2017-10-161-33/+46
* mqprio: Introduce new hardware offload mode and shaper in mqprioAmritha Nambiar2017-10-131-9/+174
* net_sched: remove tc class reference countingWANG Cong2017-08-251-7/+2
* net: sched: get rid of struct tc_to_netdevJiri Pirko2017-08-071-7/+6
* net: sched: push cls related args into cls_common structureJiri Pirko2017-08-071-4/+2
* net: sched: make type an argument for ndo_setup_tcJiri Pirko2017-08-071-7/+6
* net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko2017-06-081-2/+3
* mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar2017-03-151-6/+11
* mqprio: Change handling of hw u8 to allow for multiple hardware offload modesAlexander Duyck2017-03-151-10/+16
* net: sched: make default fifo qdiscs appear in the dumpJiri Kosina2017-03-121-1/+1
* net_sched: fix error recovery at qdisc creationEric Dumazet2017-02-111-13/+6
* net: sched: convert qdisc linked list to hashtableJiri Kosina2016-08-101-1/+1
* net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet2016-06-071-4/+7
* net: sched: use pfifo_fast for non real queuesEric Dumazet2016-03-031-1/+2
* sch_mqprio: Fix build with older gcc.David S. Miller2016-03-011-1/+1
* net: rework setup_tc ndo op to consume general tc operandJohn Fastabend2016-02-171-3/+6
* net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend2016-02-171-2/+3
* net_sched: fix qdisc_tree_decrease_qlen() racesEric Dumazet2015-12-031-2/+2
* net: sched: enable per cpu qstatsJohn Fastabend2014-09-301-2/+3
* net: sched: restrict use of qstats qlenJohn Fastabend2014-09-301-5/+4
* net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend2014-09-301-2/+2
* net: qdisc: use rcu prefix and silence sparse warningsJohn Fastabend2014-09-131-2/+4
* pkt_sched: give visibility to mq slave qdiscsEric Dumazet2013-12-091-4/+6
* qdisc: allow setting default queuing disciplinestephen hemminger2013-08-311-1/+1
* pkt_sched: avoid requeues if possibleEric Dumazet2012-12-121-0/+4
* pkt_sched: Stop using NLA_PUT*().David S. Miller2012-04-011-1/+2
* mqprio: Avoid panic if no options are providedThomas Graf2011-12-221-1/+1
* net: Fix files explicitly needing to include module.hPaul Gortmaker2011-10-311-0/+1
* mqprio: cleanupsstephen hemminger2011-02-231-2/+4
* sch_mqprio: Always set num_tc to 0 in mqprio_destroy()Ben Hutchings2011-02-141-7/+7
* net_sched: sch_mqprio: dont leak kernel memoryEric Dumazet2011-01-261-1/+1
* net_sched: TCQ_F_CAN_BYPASS generalizationEric Dumazet2011-01-211-1/+0
* net_sched: implement a root container qdisc sch_mqprioJohn Fastabend2011-01-191-0/+417
OpenPOWER on IntegriCloud