Age | Commit message (Expand) | Author | Files | Lines |
2025-04-28 | net_sched: ets: Fix double list add in class with netem as child qdisc | Victor Nogueira | 1 | -3/+6 |
2025-04-08 | sch_ets: make est_qlen_notify() idempotent | Cong Wang | 1 | -4/+4 |
2025-01-22 | net: sched: fix ets qdisc OOB Indexing | Jamal Hadi Salim | 1 | -0/+2 |
2024-04-19 | net_sched: sch_ets: implement lockless ets_dump() | Eric Dumazet | 1 | -11/+14 |
2024-02-02 | net/sched: Add module aliases for cls_,sch_,act_ modules | Michal Koutný | 1 | -0/+1 |
2023-11-01 | net: sched: Fill in missing MODULE_DESCRIPTION for qdiscs | Victor Nogueira | 1 | -0/+1 |
2022-09-22 | net/sched: use tc_qdisc_stats_dump() in qdisc | Zhengchao Shao | 1 | -8/+1 |
2022-09-01 | net: sched: remove redundant NULL check in change hook function | Zhengchao Shao | 1 | -5/+0 |
2022-08-25 | net: sched: delete duplicate cleanup of backlog and qlen | Zhengchao Shao | 1 | -2/+0 |
2021-12-13 | net/sched: sch_ets: don't remove idle classes from the round-robin list | Davide Caratti | 1 | -2/+2 |
2021-11-26 | net/sched: sch_ets: don't peek at classes beyond 'nbands' | Davide Caratti | 1 | -3/+5 |
2021-10-18 | net: sched: Remove Qdisc::running sequence counter | Ahmed S. Darwish | 1 | -2/+1 |
2021-10-18 | net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data types | Ahmed S. Darwish | 1 | -2/+2 |
2021-10-18 | net: sched: Protect Qdisc::bstats with u64_stats | Ahmed S. Darwish | 1 | -1/+1 |
2021-10-08 | net/sched: sch_ets: properly init all active DRR list handles | Davide Caratti | 1 | -3/+9 |
2021-08-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+7 |
2021-08-25 | net/sched: ets: fix crash when flipping from 'strict' to 'quantum' | Davide Caratti | 1 | -0/+7 |
2021-07-29 | net/sched: store the last executed chain also for clsact egress | Davide Caratti | 1 | -1/+1 |
2020-07-16 | Revert "net: sched: Pass root lock to Qdisc_ops.enqueue" | Petr Machata | 1 | -2/+2 |
2020-07-07 | net/sched: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
2020-06-29 | net: sched: Pass root lock to Qdisc_ops.enqueue | Petr Machata | 1 | -2/+2 |
2019-12-18 | net: sch_ets: Make the ETS qdisc offloadable | Petr Machata | 1 | -0/+95 |
2019-12-18 | net: sch_ets: Add a new Qdisc | Petr Machata | 1 | -0/+733 |