summaryrefslogtreecommitdiff
path: root/net/sched/sch_hfsc.c
AgeCommit message (Expand)Author
2023-11-01net: sched: Fill in missing MODULE_DESCRIPTION for qdiscsVictor Nogueira
2023-10-18net/sched: sch_hfsc: upgrade 'rt' to 'sc' when it becomes a inner curvePedro Tammela
2023-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-08-25net/sched: sch_hfsc: Ensure inner classes have fsc curveBudimir Markovic
2023-08-01net/sched: sch_hfsc: warn about class in use while deletingPedro Tammela
2023-08-01net/sched: wrap open coded Qdics class filter counterPedro Tammela
2022-09-22net/sched: use tc_qdisc_stats_dump() in qdiscZhengchao Shao
2022-09-01net: sched: remove redundant NULL check in change hook functionZhengchao Shao
2022-08-25net: sched: delete duplicate cleanup of backlog and qlenZhengchao Shao
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: Protect Qdisc::bstats with u64_statsAhmed S. Darwish
2021-07-29net/sched: store the last executed chain also for clsact egressDavide Caratti
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
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-04-01net: sched: introduce and use qdisc tree flush/purge helpersPaolo Abeni
2019-04-01net: sched: introduce and use qstats read helpersPaolo Abeni
2019-01-15sched: Fix detection of empty queues in child qdiscsToke Høiland-Jørgensen
2019-01-15sched: Avoid dereferencing skb pointer after child enqueueToke Høiland-Jørgensen
2018-09-25net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov
2018-06-23net_sched: remove a bogus warning in hfscCong Wang
2017-12-21net: sch: api: add extack support in qdisc_create_dfltAlexander Aring
2017-12-21net: sch: api: add extack support in tcf_block_getAlexander Aring
2017-12-21net: sched: sch: add extack for graft callbackAlexander Aring
2017-12-21net: sched: sch: add extack for block callbackAlexander Aring
2017-12-21net: sched: sch: add extack to change classAlexander Aring
2017-12-21net: sched: sch: add extack for change qdisc opsAlexander Aring
2017-12-21net: sched: sch: add extack for init callbackAlexander Aring
2017-12-21net: sched: fix coding style issuesAlexander Aring
2017-10-22net: sched: mark expected switch fall-throughsGustavo A. R. Silva
2017-10-16net: sched: store Qdisc pointer in struct blockJiri Pirko
2017-09-21net_sched/hfsc: fix curve activation in hfsc_change_class()Konstantin Khlebnikov
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-30sch_hfsc: fix null pointer deref and double free on init failureNikolay Aleksandrov
2017-08-25net_sched: remove tc class reference countingWANG Cong
2017-08-16net_sched/hfsc: opencode trivial set_active() and set_passive()Konstantin Khlebnikov
2017-08-16net_sched: call qlen_notify only if child qdisc is emptyKonstantin Khlebnikov
2017-08-15net_sched: reset pointers to tcf blocks in classful qdiscs' destructorsKonstantin Khlebnikov
2017-08-11net/sched/hfsc: allocate tcf block for hfsc root classKonstantin Khlebnikov
2017-06-06net: sched: introduce a TRAP control actionJiri Pirko
2017-05-17net: sched: introduce tcf block infractructureJiri Pirko
2017-05-17net: sched: move tc_classify function to cls_api.cJiri Pirko
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-03-12net: sched: make default fifo qdiscs appear in the dumpJiri Kosina