aboutsummaryrefslogtreecommitdiffstats
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-01net: 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-07net: 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-13sch_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-22net/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-25sch_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-30sch_htb: Fix inconsistency when leaf qdisc creation failsMaxim Mikityanskiy1-35/+62
2021-07-29net/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-04sch_htb: fix refcount leak in htb_parent_to_leaf_offloadYunjian Wang1-4/+4
2021-06-03sch_htb: fix doc warning in htb_add_to_id_tree()Yu Kuai1-0/+3
2021-05-31net: 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-11sch_htb: Fix offload cleanup in htb_destroy on htb_init failureMaxim Mikityanskiy1-6/+9
2021-03-11sch_htb: Fix select_queue for non-offload modeMaxim Mikityanskiy1-0/+4
2021-01-22sch_htb: Stats for offloaded HTBMaxim Mikityanskiy1-0/+53
2021-01-22sch_htb: Hierarchical QoS hardware offloadMaxim Mikityanskiy1-28/+473
2021-01-22net: sched: Add extack to Qdisc_class_ops.deleteMaxim Mikityanskiy1-1/+2
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
2020-07-16Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"Petr Machata1-2/+2
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-07-07net/sched: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-29net: sched: Pass root lock to Qdisc_ops.enqueuePetr Machata1-2/+2
2019-09-27net: sched: sch_htb: don't call qdisc_put() while holding tree lockVlad Buslov1-1/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-05sch_htb: redefine htb qdisc overlimitsCong Wang1-3/+6
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-2/+4
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-2/+2
2019-04-01net: sched: introduce and use qdisc tree flush/purge helpersPaolo Abeni1-12/+3
2019-04-01net: sched: introduce and use qstats read helpersPaolo Abeni1-4/+3
2019-01-15sched: Avoid dereferencing skb pointer after child enqueueToke Høiland-Jørgensen1-1/+2
2018-09-25net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov1-2/+2
2018-09-10htb: use anonymous union for simplicityCong Wang1-49/+49
2018-09-10sch_htb: Remove local SKB queue handling code.David S. Miller1-17/+1
2018-06-24net_sched: remove unused htb drop_listCong Wang1-13/+0
2018-04-01net: sched: do not emit messages while holding spinlockLi RongQing1-4/+7
2017-12-21net: sch: api: add extack support in qdisc_create_dfltAlexander Aring1-4/+5
2017-12-21net: sch: api: add extack support in tcf_block_getAlexander Aring1-2/+2
2017-12-21net: sch: api: add extack support in qdisc_get_rtabAlexander Aring1-2/+4
2017-12-21net: sched: sch: add extack for graft callbackAlexander Aring1-1/+1
2017-12-21net: sched: sch: add extack for block callbackAlexander Aring1-1/+2
2017-12-21net: sched: sch: add extack to change classAlexander Aring1-1/+1
2017-12-21net: sched: sch: add extack for init callbackAlexander Aring1-1/+2
2017-10-22net: sched: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2017-10-16net: sched: store Qdisc pointer in struct blockJiri Pirko1-2/+2
2017-09-18net_sched: sch_htb: add per class overlimits counterEric Dumazet1-0/+5
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2017-08-30sch_htb: fix crash on init failureNikolay Aleksandrov1-2/+3
2017-08-25net_sched: remove tc class reference countingWANG Cong1-26/+7
2017-08-16net_sched: call qlen_notify only if child qdisc is emptyKonstantin Khlebnikov1-2/+1
2017-08-15net_sched: reset pointers to tcf blocks in classful qdiscs' destructorsKonstantin Khlebnikov1-1/+3
2017-06-06net: sched: introduce a TRAP control actionJiri Pirko1-0/+1
2017-05-17net: sched: introduce tcf block infractructureJiri Pirko1-8/+18
2017-05-17net: sched: move tc_classify function to cls_api.cJiri Pirko1-1/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-2/+2
2017-03-12net: sched: make default fifo qdiscs appear in the dumpJiri Kosina1-0/+2
2017-02-10sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko1-0/+1
2016-12-05net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet1-3/+3
2016-10-26sch_htb: do not report fake rate estimatorsEric Dumazet1-1/+1
2016-09-19sched: add and use qdisc_skb_head helpersFlorian Westphal1-4/+20
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2016-07-18net/sched/sch_htb: clamp xstats tokens to fit into 32-bit intKonstantin Khlebnikov1-2/+4
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2016-06-25net_sched: sch_htb: export class backlog in dumpsEric Dumazet1-4/+10
2016-06-25net_sched: drop packets after root qdisc lock is releasedEric Dumazet1-4/+6
2016-06-15htb: call qdisc_root with rcu read lock heldFlorian Westphal1-0/+2
2016-06-15net_sched: sch_htb: defer skb freeingEric Dumazet1-2/+2
2016-06-10net_sched: remove generic throttled managementEric Dumazet1-2/+1
2016-06-08sched: remove qdisc->dropFlorian Westphal1-26/+0
2016-06-07net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet1-5/+6
2016-05-24net_sched: avoid too many hrtimer_start() callsEric Dumazet1-10/+3
2016-04-25sched: use nla_put_u64_64bit()Nicolas Dichtel1-2/+4
2016-02-29sch_htb: update backlog as wellWANG Cong1-1/+4
2016-02-29net_sched: update hierarchical backlog tooWANG Cong1-4/+6
2016-02-29net_sched: introduce qdisc_replace() helperWANG Cong1-8/+1
2015-08-27net: sched: consolidate tc_classify{,_compat}Daniel Borkmann1-1/+1
2015-08-18net: sched: drop all special handling of tx_queue_len == 0Phil Sutter1-4/+2
2014-09-30net: sched: enable per cpu qstatsJohn Fastabend1-1/+1
2014-09-30net: sched: restrict use of qstats qlenJohn Fastabend1-2/+3
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend1-3/+3
2014-09-30net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend1-4/+8
2014-09-26net: sched: use pinned timersEric Dumazet1-1/+1
2014-09-19net: sched: use __skb_queue_head_init() where applicableEric Dumazet1-1/+1
2014-09-13net: rcu-ify tcf_protoJohn Fastabend1-7/+8
2014-08-22net: use ktime_get_ns() and ktime_get_real_ns() helpersEric Dumazet1-3/+3
2014-03-06net_sched: htb: do not acquire qdisc lock in dump operationsEric Dumazet1-12/+8
2014-01-22sch_htb: let skb->priority refer to non-leaf classHarry Mason1-3/+8
2013-12-31sch_htb: use /* commentsYang Yingliang1-3/+4
2013-12-31net_sched: replace pr_warning with pr_warnYang Yingliang1-7/+5
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+12
2013-12-11sch_htb: remove unnecessary NULL pointer judgmentYang Yingliang1-11/+5
2013-12-11net: sched: htb: fix the calculation of quantumYang Yingliang1-8/+12
2013-09-20net_sched: htb: support of 64bit ratesEric Dumazet1-2/+15
2013-09-20net_sched: add u64 rate to psched_ratecfg_precompute()Eric Dumazet1-2/+2
2013-09-11net_sched: htb: fix a typo in htb_change_class()Vimalkumar1-1/+1
2013-08-15net_sched: restore "linklayer atm" handlingJesper Dangaard Brouer1-0/+13
2013-08-02htb: fix sign extension bugstephen hemminger1-1/+1
2013-06-19htb: refactor struct htb_sched fields for performanceEric Dumazet1-86/+95
2013-06-13htb: reorder struct htb_class fields for performanceEric Dumazet1-29/+33
2013-06-12net_sched: htb: do not setup default rate estimatorsEric Dumazet1-6/+12
2013-06-11net_sched: add 64bit rate estimatorsEric Dumazet1-1/+1
2013-06-04net_sched: htb: do not mix 1ns and 64ns time unitsEric Dumazet1-17/+17
2013-06-02net_sched: restore "overhead xxx" handlingEric Dumazet1-4/+4
2013-03-06htb: add HTB_DIRECT_QLEN attributeEric Dumazet1-15/+16
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-7/+5
2013-02-12sch: make htb_rate_cfg and functions around that genericJiri Pirko1-56/+9
2013-02-12htb: initialize cl->tokens and cl->ctokens correctlyJiri Pirko1-2/+2
2013-02-12htb: remove pointless first initialization of buffer and cbufferJiri Pirko1-3/+0
2013-02-12htb: use PSCHED_TICKS2NS()Jiri Pirko1-2/+2
2013-02-12htb: fix values in opt dumpJiri Pirko1-2/+2
2012-12-22net: sched: integer overflow fixStefan Hasko1-1/+1
2012-11-06htb: fix two bugsEric Dumazet1-12/+5
2012-11-03htb: improved accuracy at high ratesVimalkumar1-38/+90
2012-05-10net_sched: update bstats in dequeue()Eric Dumazet1-1/+1
2012-05-04net: sched: factorize code (qdisc_drop())Eric Dumazet1-3/+1
2012-04-01pkt_sched: Stop using NLA_PUT*().David S. Miller1-2/+4
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-7/+5
2011-01-20net_sched: accurate bytes/packets stats/ratesEric Dumazet1-7/+5
2011-01-20net_sched: move TCQ_F_THROTTLED flagEric Dumazet1-2/+2
2011-01-19net_sched: cleanupsEric Dumazet1-43/+61
2011-01-10net_sched: factorize qdisc stats handlingEric Dumazet1-11/+6
2010-10-21net_sched: remove the unused parameter of qdisc_create_dflt()Changli Gao1-5/+3
2010-10-09net_sched: use __TCA_HTB_MAX and TCA_HTB_MAXChangli Gao1-2/+2
2010-06-07htb: remove two unnecessary assignmentsChangli Gao1-2/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-11-29net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-10-07pkt_sched: gen_estimator: Dont report fake rate estimatorsEric Dumazet1-1/+1
2009-09-06net_sched: remove some unnecessary checks in classful schedulersPatrick McHardy1-18/+17
2009-08-17net: restore gnet_stats_basic to previous definitionEric Dumazet1-1/+1
2009-03-15pkt_sched: Change misleading code in class delete.Jarek Poplawski1-2/+5
2009-02-01pkt_sched: sch_htb: Use workqueue to schedule after too many events.Jarek Poplawski1-5/+21
2009-02-01pkt_sched: sch_htb: Warn on too many events.Jarek Poplawski1-0/+7
2009-02-01pkt_sched: sch_hfsc: sch_htb: Add non-work-conserving warning handler.Jarek Poplawski1-8/+1
2009-01-12pkt_sched: sch_htb: Break all htb_do_events() after 2 jiffiesJarek Poplawski1-3/+6
2009-01-12pkt_sched: sch_htb: Consider used jiffies in htb_do_events()Jarek Poplawski1-3/+3
2008-12-09pkt_sched: sch_htb: Optimize WARN_ONs in htb_dequeue_tree() etc.Jarek Poplawski1-5/+5
2008-12-09pkt_sched: sch_htb: Optimize htb_find_next_upper()Jarek Poplawski1-3/+3
2008-12-03pkt_sched: sch_htb: Replace HTB_ACCNT() macro with inlinesJarek Poplawski1-9/+29
2008-12-03pkt_sched: sch_htb: Remove L2T()Jarek Poplawski1-8/+1
2008-12-03pkt_sched: sch_htb: Clean htb_class prio and quantum fieldsJarek Poplawski1-25/+16
2008-12-03pkt_sched: sch_htb: Remove htb_sched nwc_hit fieldJarek Poplawski1-5/+2
2008-12-03pkt_sched: sch_htb: Remove htb_class aprio fieldJarek Poplawski1-3/+2
2008-11-25tc: check for errors in gen_rate_estimator creationStephen Hemminger1-7/+15
2008-11-20pkt_sched: remove unnecessary xchg() in packet schedulersPatrick McHardy1-1/+3
2008-11-13pkt_sched: Remove qdisc->ops->requeue() etc.Jarek Poplawski1-43/+1
2008-10-31pkt_sched: Add peek emulation for non-work-conserving qdiscs.Jarek Poplawski1-0/+1
2008-08-29pkt_sched: Fix locking of qdisc_root with qdisc_root_sleeping_lock()Jarek Poplawski1-2/+2
2008-08-27pkt_sched: Fix gen_estimator locksJarek Poplawski1-2/+2
2008-08-18pkt_sched: Fix return value corruption in HTB and TBF.David S. Miller1-2/+2
2008-08-13pkt_sched: Fix oops in htb_delete.Jarek Poplawski1-1/+2
2008-08-04net_sched: Add qdisc __NET_XMIT_BYPASS flagJarek Poplawski1-3/+3
2008-08-04net_sched: Add qdisc __NET_XMIT_STOLEN flagJarek Poplawski1-7/+11
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen1-8/+8
2008-07-20net_sched: Add accessor function for packet length for qdiscsJussi Kivilinna1-4/+5
2008-07-20net_sched: Add qdisc_enqueue wrapperJussi Kivilinna1-2/+1
2008-07-17pkt_sched: Add and use qdisc_root() and qdisc_root_lock().David S. Miller1-8/+10
2008-07-08netdev: Move queue_lock into struct netdev_queue.David S. Miller1-8/+8
2008-07-08pkt_sched: Remove 'dev' member of struct Qdisc.David S. Miller1-12/+12
2008-07-08netdev: Create netdev_queue abstraction.David S. Miller1-4/+7
2008-07-05net-sched: sch_htb: remove write-only qdisc filter_cntPatrick McHardy1-7/+0
2008-07-05net-sched: sch_htb: remove child and sibling listsPatrick McHardy1-14/+7
2008-07-05net-sched: sch_htb: use dynamic class hash helpersPatrick McHardy1-58/+42
2008-07-05net-sched: sch_htb: move hash and sibling list removal to htb_deletePatrick McHardy1-23/+17
2008-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+2
2008-07-01net-sched: change tcf_destroy_chain() to clear start of filter listPatrick McHardy1-2/+2
2008-06-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-8/+15
2008-06-16pkt_sched: Change HTB_HYSTERESIS to a runtime parameter htb_hysteresis.Jesper Dangaard Brouer1-8/+15
2008-06-16pkt_sched: HTB scheduler, change default hysteresis mode to off.Jesper Dangaard Brouer1-1/+1
2008-06-11net: remove CVS keywordsAdrian Bunk1-2/+0
2008-05-03sch_htb: remove from event queue in htb_parent_to_leaf()Jarek Poplawski1-2/+6