summaryrefslogtreecommitdiff
path: root/net/sched/sch_ets.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-30net: sched: delete duplicate cleanup of backlog and qlenZhengchao Shao1-2/+0
2021-12-22net/sched: sch_ets: don't remove idle classes from the round-robin listDavide Caratti1-2/+2
2021-12-01net/sched: sch_ets: don't peek at classes beyond 'nbands'Davide Caratti1-3/+5
2021-09-03net/sched: ets: fix crash when flipping from 'strict' to 'quantum'Davide Caratti1-0/+7
2020-07-17Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"Petr Machata1-2/+2
2020-07-08net/sched: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-30net: sched: Pass root lock to Qdisc_ops.enqueuePetr Machata1-2/+2
2019-12-19net: sch_ets: Make the ETS qdisc offloadablePetr Machata1-0/+95
2019-12-19net: sch_ets: Add a new QdiscPetr Machata1-0/+733