summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_ets.c
Commit message (Expand)AuthorAgeFilesLines
* net/sched: use tc_qdisc_stats_dump() in qdiscZhengchao Shao2022-09-221-8/+1
* net: sched: remove redundant NULL check in change hook functionZhengchao Shao2022-09-011-5/+0
* net: sched: delete duplicate cleanup of backlog and qlenZhengchao Shao2022-08-251-2/+0
* net/sched: sch_ets: don't remove idle classes from the round-robin listDavide Caratti2021-12-131-2/+2
* net/sched: sch_ets: don't peek at classes beyond 'nbands'Davide Caratti2021-11-261-3/+5
* net: sched: Remove Qdisc::running sequence counterAhmed S. Darwish2021-10-181-2/+1
* net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish2021-10-181-2/+2
* net: sched: Protect Qdisc::bstats with u64_statsAhmed S. Darwish2021-10-181-1/+1
* net/sched: sch_ets: properly init all active DRR list handlesDavide Caratti2021-10-081-3/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-261-0/+7
|\
| * net/sched: ets: fix crash when flipping from 'strict' to 'quantum'Davide Caratti2021-08-251-0/+7
* | net/sched: store the last executed chain also for clsact egressDavide Caratti2021-07-291-1/+1
|/
* Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"Petr Machata2020-07-161-2/+2
* net/sched: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-071-1/+1
* net: sched: Pass root lock to Qdisc_ops.enqueuePetr Machata2020-06-291-2/+2
* net: sch_ets: Make the ETS qdisc offloadablePetr Machata2019-12-181-0/+95
* net: sch_ets: Add a new QdiscPetr Machata2019-12-181-0/+733