summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_htb.c
Commit message (Expand)AuthorAgeFilesLines
* sch_htb: Fail on unsupported parameters when offload is requestedMaxim Mikityanskiy2022-01-251-0/+20
* sch_htb: Add extack messages for EOPNOTSUPP errorsMaxim Mikityanskiy2021-10-281-2/+6
* net: sched: Remove Qdisc::running sequence counterAhmed S. Darwish2021-10-181-4/+3
* net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish2021-10-181-16/+16
* net: sched: Use _bstats_update/set() instead of raw writesAhmed S. Darwish2021-10-181-10/+15
* net: sched: Protect Qdisc::bstats with u64_statsAhmed S. Darwish2021-10-181-2/+5
* sch_htb: Fix inconsistency when leaf qdisc creation failsMaxim Mikityanskiy2021-08-301-35/+62
* net/sched: store the last executed chain also for clsact egressDavide Caratti2021-07-291-1/+1
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-06-071-4/+4
|\
| * sch_htb: fix refcount leak in htb_parent_to_leaf_offloadYunjian Wang2021-06-041-4/+4
* | sch_htb: fix doc warning in htb_lookup_leaf()Yu Kuai2021-06-071-0/+2
* | sch_htb: fix doc warning in htb_do_events()Yu Kuai2021-06-071-0/+3
* | sch_htb: fix doc warning in htb_charge_class()Yu Kuai2021-06-071-0/+4
* | sch_htb: fix doc warning in htb_deactivate()Yu Kuai2021-06-071-0/+2
* | sch_htb: fix doc warning in htb_activate()Yu Kuai2021-06-071-0/+2
* | sch_htb: fix doc warning in htb_change_class_mode()Yu Kuai2021-06-071-0/+3
* | sch_htb: fix doc warning in htb_class_mode()Yu Kuai2021-06-071-0/+2
* | sch_htb: fix doc warning in htb_deactivate_prios()Yu Kuai2021-06-071-0/+2
* | sch_htb: fix doc warning in htb_activate_prios()Yu Kuai2021-06-071-0/+2
* | sch_htb: fix doc warning in htb_remove_class_from_row()Yu Kuai2021-06-071-0/+3
* | sch_htb: fix doc warning in htb_add_class_to_row()Yu Kuai2021-06-071-0/+3
* | sch_htb: fix doc warning in htb_next_rb_node()Yu Kuai2021-06-071-0/+1
* | sch_htb: fix doc warning in htb_add_to_wait_tree()Yu Kuai2021-06-071-0/+3
* | sch_htb: fix doc warning in htb_add_to_id_tree()Yu Kuai2021-06-031-0/+3
* | net: sched: Fix spelling mistakesZheng Yongjun2021-05-311-2/+2
|/
* sch_htb: fix null pointer dereference on a null new_qYunjian Wang2021-03-301-2/+3
* sch_htb: Fix offload cleanup in htb_destroy on htb_init failureMaxim Mikityanskiy2021-03-111-6/+9
* sch_htb: Fix select_queue for non-offload modeMaxim Mikityanskiy2021-03-111-0/+4
* sch_htb: Stats for offloaded HTBMaxim Mikityanskiy2021-01-221-0/+53
* sch_htb: Hierarchical QoS hardware offloadMaxim Mikityanskiy2021-01-221-28/+473
* net: sched: Add extack to Qdisc_class_ops.deleteMaxim Mikityanskiy2021-01-221-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-051-1/+1
|\
| * Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"Petr Machata2020-07-161-2/+2
| * net/sched: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-071-1/+1
| * net: sched: Pass root lock to Qdisc_ops.enqueuePetr Machata2020-06-291-2/+2
* | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
|/
* net: sched: sch_htb: don't call qdisc_put() while holding tree lockVlad Buslov2019-09-271-1/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* sch_htb: redefine htb qdisc overlimitsCong Wang2019-05-051-3/+6
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-2/+4
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-2/+2
* net: sched: introduce and use qdisc tree flush/purge helpersPaolo Abeni2019-04-011-12/+3
* net: sched: introduce and use qstats read helpersPaolo Abeni2019-04-011-4/+3
* sched: Avoid dereferencing skb pointer after child enqueueToke Høiland-Jørgensen2019-01-151-1/+2
* net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov2018-09-251-2/+2
* htb: use anonymous union for simplicityCong Wang2018-09-101-49/+49
* sch_htb: Remove local SKB queue handling code.David S. Miller2018-09-101-17/+1
* net_sched: remove unused htb drop_listCong Wang2018-06-241-13/+0
* net: sched: do not emit messages while holding spinlockLi RongQing2018-04-011-4/+7
* net: sch: api: add extack support in qdisc_create_dfltAlexander Aring2017-12-211-4/+5