summaryrefslogtreecommitdiff
path: root/net/sched/sch_htb.c
AgeCommit message (Expand)Author
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
2021-06-07sch_htb: fix doc warning in htb_remove_class_from_row()Yu Kuai
2021-06-07sch_htb: fix doc warning in htb_add_class_to_row()Yu Kuai
2021-06-07sch_htb: fix doc warning in htb_next_rb_node()Yu Kuai
2021-06-07sch_htb: fix doc warning in htb_add_to_wait_tree()Yu Kuai
2021-06-04sch_htb: fix refcount leak in htb_parent_to_leaf_offloadYunjian Wang
2021-06-03sch_htb: fix doc warning in htb_add_to_id_tree()Yu Kuai
2021-05-31net: sched: Fix spelling mistakesZheng Yongjun
2021-03-30sch_htb: fix null pointer dereference on a null new_qYunjian Wang
2021-03-11sch_htb: Fix offload cleanup in htb_destroy on htb_init failureMaxim Mikityanskiy
2021-03-11sch_htb: Fix select_queue for non-offload modeMaxim Mikityanskiy
2021-01-22sch_htb: Stats for offloaded HTBMaxim Mikityanskiy
2021-01-22sch_htb: Hierarchical QoS hardware offloadMaxim Mikityanskiy
2021-01-22net: sched: Add extack to Qdisc_class_ops.deleteMaxim Mikityanskiy
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-07-16Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"Petr Machata
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-07net/sched: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-29net: sched: Pass root lock to Qdisc_ops.enqueuePetr Machata