summaryrefslogtreecommitdiff
path: root/net/sched/sch_htb.c
AgeCommit message (Expand)Author
2026-05-19net/sched: sch_htb: fix htb_dump_class_stats() vs offload modeEric Dumazet
2026-05-15net/sched: sch_htb: annotate data-races (III)Eric Dumazet
2026-05-15net/sched: sch_htb: annotate data-races (II)Eric Dumazet
2026-05-15net/sched: sch_htb: annotate data-races (I)Eric Dumazet
2026-05-15net/sched: sch_htb: do not change sch->flags in htb_dump()Eric Dumazet
2026-05-11net/sched: annotate data-races around sch->qstats.backlogEric Dumazet
2026-05-11net/sched: add qdisc_qlen_inc() and qdisc_qlen_dec()Eric Dumazet
2026-03-09net/sched: do not reset queues in graft operationsEric Dumazet
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2025-08-20net/sched: Remove unnecessary WARNING condition for empty child qdisc in htb_...William Liu
2025-07-17net/sched: Return NULL when htb_lookup_leaf encounters an empty rbtreeWilliam Liu
2025-05-05sch_htb: make htb_deactivate() idempotentCong Wang
2025-04-08sch_htb: make htb_qlen_notify() idempotentCong Wang
2024-11-11net: convert to nla_get_*_default()Johannes Berg
2024-04-26net/sched: fix false lockdep warning on qdisc root lockDavide Caratti
2024-02-02net/sched: Add module aliases for cls_,sch_,act_ modulesMichal Koutný
2023-11-01net: sched: Fill in missing MODULE_DESCRIPTION for qdiscsVictor Nogueira
2023-08-01net/sched: sch_htb: warn about class in use while deletingPedro Tammela
2023-08-01net/sched: wrap open coded Qdics class filter counterPedro Tammela
2023-07-21sch_htb: Allow HTB quantum parameter in offload modeNaveen Mamindlapalli
2023-05-15sch_htb: Allow HTB priority parameter in offload modeNaveen Mamindlapalli
2023-04-23net/sched: sch_htb: use extack on errors messagesPedro Tammela
2023-02-07net: sched: sch: Fix off by one in htb_activate_prios()Dan Carpenter
2023-01-31net: sched: sch: Bounds check priorityKees Cook
2023-01-13sch_htb: Avoid grafting on htb_destroy_class_offload when destroying htbRahul Rameshbabu
2023-01-02net: sched: htb: fix htb_classify() kernel-docRandy Dunlap
2022-09-22net/sched: use tc_qdisc_stats_dump() in qdiscZhengchao Shao
2022-09-03net: sched: htb: remove redundant resource cleanup in htb_init()Zhengchao Shao
2022-08-26net: sched: remove unnecessary init of qdisc skb headZhengchao Shao
2022-08-25net: sched: delete duplicate cleanup of backlog and qlenZhengchao Shao
2022-01-25sch_htb: Fail on unsupported parameters when offload is requestedMaxim Mikityanskiy
2021-10-28sch_htb: Add extack messages for EOPNOTSUPP errorsMaxim Mikityanskiy
2021-10-18net: sched: Remove Qdisc::running sequence counterAhmed S. Darwish
2021-10-18net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish
2021-10-18net: sched: Use _bstats_update/set() instead of raw writesAhmed S. Darwish
2021-10-18net: sched: Protect Qdisc::bstats with u64_statsAhmed S. Darwish
2021-08-30sch_htb: Fix inconsistency when leaf qdisc creation failsMaxim Mikityanskiy
2021-07-29net/sched: store the last executed chain also for clsact egressDavide Caratti
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-06-07sch_htb: fix doc warning in htb_lookup_leaf()Yu Kuai
2021-06-07sch_htb: fix doc warning in htb_do_events()Yu Kuai
2021-06-07sch_htb: fix doc warning in htb_charge_class()Yu Kuai
2021-06-07sch_htb: fix doc warning in htb_deactivate()Yu Kuai
2021-06-07sch_htb: fix doc warning in htb_activate()Yu Kuai
2021-06-07sch_htb: fix doc warning in htb_change_class_mode()Yu Kuai
2021-06-07sch_htb: fix doc warning in htb_class_mode()Yu Kuai
2021-06-07sch_htb: fix doc warning in htb_deactivate_prios()Yu Kuai
2021-06-07sch_htb: fix doc warning in htb_activate_prios()Yu Kuai