| Commit message (Expand) | Author | Age | Files | Lines |
* | net: sched: Remove Qdisc::running sequence counter | Ahmed S. Darwish | 2021-10-18 | 1 | -4/+3 |
* | net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data types | Ahmed S. Darwish | 2021-10-18 | 1 | -1/+1 |
* | net: sched: Protect Qdisc::bstats with u64_stats | Ahmed S. Darwish | 2021-10-18 | 1 | -1/+1 |
* | mq, mqprio: Use gnet_stats_add_queue(). | Sebastian Andrzej Siewior | 2021-10-18 | 1 | -19/+5 |
* | gen_stats: Add instead Set the value in __gnet_stats_copy_basic(). | Sebastian Andrzej Siewior | 2021-10-18 | 1 | -3/+2 |
* | net: sched: move and reuse mq_change_real_num_tx() | Jakub Kicinski | 2021-09-19 | 1 | -23/+0 |
* | net: sched: update default qdisc visibility after Tx queue cnt changes | Jakub Kicinski | 2021-09-15 | 1 | -0/+24 |
* | net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK subqueues | Dust Li | 2019-12-03 | 1 | -0/+1 |
* | net: sched: fix `tc -s class show` no bstats on class with nolock subqueues | Dust Li | 2019-11-30 | 1 | -1/+2 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2019-06-19 | 1 | -4/+1 |
* | net: sched: introduce and use qstats read helpers | Paolo Abeni | 2019-04-01 | 1 | -1/+1 |
* | net: sched: mq: offload a graft notification | Jakub Kicinski | 2018-11-14 | 1 | -0/+9 |
* | net: sched: set TCQ_F_OFFLOADED flag for MQ | Jakub Kicinski | 2018-11-09 | 1 | -6/+3 |
* | net: sched: rename qdisc_destroy() to qdisc_put() | Vlad Buslov | 2018-09-26 | 1 | -2/+2 |
* | net: sched: mq: request stats from offloads | Jakub Kicinski | 2018-05-29 | 1 | -0/+18 |
* | net: sched: mq: add simple offload notification | Jakub Kicinski | 2018-05-29 | 1 | -0/+19 |
* | net: sch: api: add extack support in qdisc_create_dflt | Alexander Aring | 2017-12-21 | 1 | -1/+2 |
* | net: sched: sch: add extack for graft callback | Alexander Aring | 2017-12-21 | 1 | -1/+1 |
* | net: sched: sch: add extack for init callback | Alexander Aring | 2017-12-21 | 1 | -1/+2 |
* | net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mqprio | John Fastabend | 2017-12-08 | 1 | -13/+22 |
* | net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mq | John Fastabend | 2017-12-08 | 1 | -7/+18 |
* | net/sched: Change behavior of mq select_queue() | Jesus Sanchez-Palencia | 2017-10-27 | 1 | -9/+1 |
* | net_sched: remove tc class reference counting | WANG Cong | 2017-08-26 | 1 | -7/+2 |
* | net: sched: make default fifo qdiscs appear in the dump | Jiri Kosina | 2017-03-13 | 1 | -1/+1 |
* | net_sched: fix error recovery at qdisc creation | Eric Dumazet | 2017-02-12 | 1 | -7/+3 |
* | net: sched: convert qdisc linked list to hashtable | Jiri Kosina | 2016-08-11 | 1 | -1/+1 |
* | net: sched: do not acquire qdisc spinlock in qdisc/class stats dump | Eric Dumazet | 2016-06-08 | 1 | -1/+1 |
* | net: sched: use pfifo_fast for non real queues | Eric Dumazet | 2016-03-03 | 1 | -1/+1 |
* | net_sched: fix qdisc_tree_decrease_qlen() races | Eric Dumazet | 2015-12-03 | 1 | -2/+2 |
* | net: sched: enable per cpu qstats | John Fastabend | 2014-09-30 | 1 | -1/+1 |
* | net: sched: restrict use of qstats qlen | John Fastabend | 2014-09-30 | 1 | -3/+1 |
* | net: sched: make bstats per cpu and estimator RCU safe | John Fastabend | 2014-09-30 | 1 | -1/+1 |
* | pkt_sched: give visibility to mq slave qdiscs | Eric Dumazet | 2013-12-10 | 1 | -4/+9 |
* | qdisc: allow setting default queuing discipline | stephen hemminger | 2013-08-31 | 1 | -1/+1 |
* | pkt_sched: avoid requeues if possible | Eric Dumazet | 2012-12-12 | 1 | -1/+3 |
* | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules | Paul Gortmaker | 2011-11-01 | 1 | -0/+1 |
* | net_sched: TCQ_F_CAN_BYPASS generalization | Eric Dumazet | 2011-01-22 | 1 | -1/+0 |
* | net_sched: remove the unused parameter of qdisc_create_dflt() | Changli Gao | 2010-10-21 | 1 | -1/+1 |
* | net: Remove unnecessary returns from void function()s | Joe Perches | 2010-05-18 | 1 | -1/+0 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | pkt_sched: Fix qstats.qlen updating in dump_stats | Jarek Poplawski | 2009-09-17 | 1 | -0/+1 |
* | pkt_sched: Fix tx queue selection in tc_modify_qdisc | Jarek Poplawski | 2009-09-15 | 1 | -4/+9 |
* | net_sched: fix estimator lock selection for mq child qdiscs | Patrick McHardy | 2009-09-10 | 1 | -0/+1 |
* | net_sched: add classful multiqueue dummy scheduler | David S. Miller | 2009-09-06 | 1 | -0/+234 |