summaryrefslogtreecommitdiff
path: root/net/sched/sch_htb.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-26net/sched: fix false lockdep warning on qdisc root lockDavide Caratti1-19/+3
2024-02-02net/sched: Add module aliases for cls_,sch_,act_ modulesMichal Koutný1-0/+1
2023-11-02net: sched: Fill in missing MODULE_DESCRIPTION for qdiscsVictor Nogueira1-0/+1
2023-08-01net/sched: sch_htb: warn about class in use while deletingPedro Tammela1-1/+3
2023-08-01net/sched: wrap open coded Qdics class filter counterPedro Tammela1-5/+3
2023-07-21sch_htb: Allow HTB quantum parameter in offload modeNaveen Mamindlapalli1-4/+3
2023-05-15sch_htb: Allow HTB priority parameter in offload modeNaveen Mamindlapalli1-4/+3
2023-04-23net/sched: sch_htb: use extack on errors messagesPedro Tammela1-8/+9
2023-02-08net: sched: sch: Fix off by one in htb_activate_prios()Dan Carpenter1-1/+1
2023-01-31net: sched: sch: Bounds check priorityKees Cook1-1/+4
2023-01-14sch_htb: Avoid grafting on htb_destroy_class_offload when destroying htbRahul Rameshbabu1-11/+16
2023-01-02net: sched: htb: fix htb_classify() kernel-docRandy Dunlap1-2/+6
2022-09-23net/sched: use tc_qdisc_stats_dump() in qdiscZhengchao Shao1-8/+1
2022-09-03net: sched: htb: remove redundant resource cleanup in htb_init()Zhengchao Shao1-27/+9
2022-08-26net: sched: remove unnecessary init of qdisc skb headZhengchao Shao1-2/+0
2022-08-25net: sched: delete duplicate cleanup of backlog and qlenZhengchao Shao1-2/+0
2022-01-26sch_htb: Fail on unsupported parameters when offload is requestedMaxim Mikityanskiy1-0/+20
2021-10-28sch_htb: Add extack messages for EOPNOTSUPP errorsMaxim Mikityanskiy1-2/+6
2021-10-18net: sched: Remove Qdisc::running sequence counterAhmed S. Darwish1-4/+3
2021-10-18net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish1-16/+16
2021-10-18net: sched: Use _bstats_update/set() instead of raw writesAhmed S. Darwish1-10/+15
2021-10-18net: sched: Protect Qdisc::bstats with u64_statsAhmed S. Darwish1-2/+5
2021-08-31sch_htb: Fix inconsistency when leaf qdisc creation failsMaxim Mikityanskiy1-35/+62
2021-07-30net/sched: store the last executed chain also for clsact egressDavide Caratti1-1/+1
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+4
2021-06-07sch_htb: fix doc warning in htb_lookup_leaf()Yu Kuai1-0/+2
2021-06-07sch_htb: fix doc warning in htb_do_events()Yu Kuai1-0/+3
2021-06-07sch_htb: fix doc warning in htb_charge_class()Yu Kuai1-0/+4
2021-06-07sch_htb: fix doc warning in htb_deactivate()Yu Kuai1-0/+2
2021-06-07sch_htb: fix doc warning in htb_activate()Yu Kuai1-0/+2
2021-06-07sch_htb: fix doc warning in htb_change_class_mode()Yu Kuai1-0/+3
2021-06-07sch_htb: fix doc warning in htb_class_mode()Yu Kuai1-0/+2
2021-06-07sch_htb: fix doc warning in htb_deactivate_prios()Yu Kuai1-0/+2
2021-06-07sch_htb: fix doc warning in htb_activate_prios()Yu Kuai1-0/+2
2021-06-07sch_htb: fix doc warning in htb_remove_class_from_row()Yu Kuai1-0/+3
2021-06-07sch_htb: fix doc warning in htb_add_class_to_row()Yu Kuai1-0/+3
2021-06-07sch_htb: fix doc warning in htb_next_rb_node()Yu Kuai1-0/+1
2021-06-07sch_htb: fix doc warning in htb_add_to_wait_tree()Yu Kuai1-0/+3
2021-06-05sch_htb: fix refcount leak in htb_parent_to_leaf_offloadYunjian Wang1-4/+4
2021-06-04sch_htb: fix doc warning in htb_add_to_id_tree()Yu Kuai1-0/+3
2021-06-01net: sched: Fix spelling mistakesZheng Yongjun1-2/+2
2021-03-30sch_htb: fix null pointer dereference on a null new_qYunjian Wang1-2/+3
2021-03-12sch_htb: Fix offload cleanup in htb_destroy on htb_init failureMaxim Mikityanskiy1-6/+9
2021-03-12sch_htb: Fix select_queue for non-offload modeMaxim Mikityanskiy1-0/+4
2021-01-23sch_htb: Stats for offloaded HTBMaxim Mikityanskiy1-0/+53
2021-01-23sch_htb: Hierarchical QoS hardware offloadMaxim Mikityanskiy1-28/+473
2021-01-23net: sched: Add extack to Qdisc_class_ops.deleteMaxim Mikityanskiy1-1/+2
2020-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
2020-07-17Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"Petr Machata1-2/+2
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1