Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-06mqprio: Fix out-of-bounds access in mqprio_dumpVladyslav Tarasiuk
2019-12-03net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK subqueuesDust Li
2019-11-30net: sched: fix `tc -s class show` no bstats on class with nolock subqueuesDust Li
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-04-28netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-28netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-04-02net: sched: introduce and use qstats read helpersPaolo Abeni
2018-09-26net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov
2017-12-21net: sch: api: add extack support in qdisc_create_dfltAlexander Aring
2017-12-21net: sched: sch: add extack for graft callbackAlexander Aring
2017-12-21net: sched: sch: add extack for init callbackAlexander Aring
2017-12-08net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mqprioJohn Fastabend
2017-11-08net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel
2017-10-27net/sched: Add select_queue() class_ops for mqprioJesus Sanchez-Palencia
2017-10-19mqprio: fix potential null pointer dereference on optColin Ian King
2017-10-16mqprio: Reserve last 32 classid values for HW traffic classes and misc IDsAlexander Duyck
2017-10-13mqprio: Introduce new hardware offload mode and shaper in mqprioAmritha Nambiar
2017-08-26net_sched: remove tc class reference countingWANG Cong
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko
2017-08-07net: sched: make type an argument for ndo_setup_tcJiri Pirko
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko
2017-03-16mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar
2017-03-16mqprio: Change handling of hw u8 to allow for multiple hardware offload modesAlexander Duyck
2017-03-13net: sched: make default fifo qdiscs appear in the dumpJiri Kosina
2017-02-12net_sched: fix error recovery at qdisc creationEric Dumazet
2016-08-11net: sched: convert qdisc linked list to hashtableJiri Kosina
2016-06-08net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet
2016-03-04net: sched: use pfifo_fast for non real queuesEric Dumazet
2016-03-02sch_mqprio: Fix build with older gcc.David S. Miller
2016-02-17net: rework setup_tc ndo op to consume general tc operandJohn Fastabend
2016-02-17net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend
2015-12-03net_sched: fix qdisc_tree_decrease_qlen() racesEric Dumazet
2014-09-30net: sched: enable per cpu qstatsJohn Fastabend
2014-09-30net: sched: restrict use of qstats qlenJohn Fastabend
2014-09-30net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend
2014-09-13net: qdisc: use rcu prefix and silence sparse warningsJohn Fastabend
2013-12-10pkt_sched: give visibility to mq slave qdiscsEric Dumazet
2013-08-31qdisc: allow setting default queuing disciplinestephen hemminger
2012-12-12pkt_sched: avoid requeues if possibleEric Dumazet
2012-04-02pkt_sched: Stop using NLA_PUT*().David S. Miller
2011-12-23mqprio: Avoid panic if no options are providedThomas Graf
2011-11-01net: Fix files explicitly needing to include module.hPaul Gortmaker
2011-02-24mqprio: cleanupsstephen hemminger
2011-02-14sch_mqprio: Always set num_tc to 0 in mqprio_destroy()Ben Hutchings
2011-01-27net_sched: sch_mqprio: dont leak kernel memoryEric Dumazet
2011-01-22net_sched: TCQ_F_CAN_BYPASS generalizationEric Dumazet
2011-01-20net_sched: implement a root container qdisc sch_mqprioJohn Fastabend