summaryrefslogtreecommitdiff
path: root/net/sched/sch_api.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-02net/sched: sch_qfq: Fix null-deref in agg_dequeueXiang Mei1-10/+0
2025-07-17net/sched: Abort __tc_modify_qdisc if parent class does not existVictor Nogueira1-7/+16
2025-07-10net/sched: Always pass notifications when child class becomes emptyLion Ackermann1-14/+5
2025-03-22net_sched: Prevent creation of classes with TC_H_ROOTCong Wang1-0/+6
2025-02-08net: sched: Disallow replacing of child qdisc from one parent to anotherJamal Hadi Salim1-0/+4
2024-11-08net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOTPedro Tammela1-1/+1
2024-10-17net/sched: accept TCA_STAB only for root qdiscEric Dumazet1-1/+6
2024-06-27net/sched: unregister lockdep keys in qdisc_create/qdisc_alloc error pathDavide Caratti1-0/+1
2024-04-10net/sched: fix lockdep splat in qdisc_tree_reduce_backlog()Eric Dumazet1-1/+1
2023-08-23net/sched: fix a qdisc modification with ambiguous command requestJamal Hadi Salim1-13/+40
2023-06-14net/sched: qdisc_destroy() old ingress and clsact Qdiscs before graftingPeilin Ye1-5/+23
2023-06-14net/sched: Refactor qdisc_graft() for ingress and clsact QdiscsPeilin Ye1-10/+10
2023-06-07net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet1-10/+16
2023-06-04net: sched: wrap tc_skip_wrapper with CONFIG_RETPOLINEMin-Hua Chen1-0/+2
2023-05-31net: sched: fix NULL pointer dereference in mq_attachZhengchao Shao1-0/+4
2023-05-31net/sched: Prohibit regrafting ingress or clsact QdiscsPeilin Ye1-0/+5
2023-05-31net/sched: Reserve TC_H_INGRESS (TC_H_CLSACT) for ingress (clsact) QdiscsPeilin Ye1-1/+6
2023-03-10net: sched: remove qdisc_watchdog->last_expiresEric Dumazet1-2/+4
2023-02-13net/sched: fix error recovery in qdisc_create()Eric Dumazet1-7/+8
2023-02-08net/sched: make stab available before ops->init() callVladimir Oltean1-18/+11
2023-01-17sched: add new attr TCA_EXT_WARN_MSG to report tc extact messageHangbin Liu1-21/+34
2023-01-11net: sched: disallow noqueue for qdisc classesFrederick Lawler1-0/+5
2022-12-09net/sched: add retpoline wrapper for tcPedro Tammela1-0/+5
2022-10-20net: sched: fix race condition in qdisc_graft()Eric Dumazet1-2/+3
2022-10-02net: sched: ensure n arg not empty before call bind_classZhengchao Shao1-1/+1
2022-09-30net/sched: query offload capabilities through ndo_setup_tc()Vladimir Oltean1-0/+17
2022-08-23net: sched: remove duplicate check of user rights in qdiscZhengchao Shao1-11/+0
2022-08-23net_sched: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-17net: sched: delete unused input parameter in qdisc_createZhengchao Shao1-3/+3
2022-08-17net: sched: remove the unused return value of unregister_qdiscZhengchao Shao1-2/+3
2022-06-10net: rename reference+tracking helpersJakub Kicinski1-1/+1
2022-02-14net_sched: add __rcu annotation to netdev->qdiscEric Dumazet1-10/+12
2022-01-20net: sched: Clarify error message when qdisc kind is unknownVictor Nogueira1-1/+1
2022-01-13sch_api: Don't skip qdisc attach on ingressMaxim Mikityanskiy1-1/+1
2022-01-05net/sched: add missing tracker information in qdisc_create()Eric Dumazet1-1/+1
2021-10-18net: sched: Remove Qdisc::running sequence counterAhmed S. Darwish1-13/+3
2021-10-18net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish1-1/+1
2021-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2021-09-30net_sched: Use struct_size() and flex_array_size() helpersGustavo A. R. Silva1-3/+4
2021-09-26net: prevent user from passing illegal stab size王贇1-0/+6
2021-07-16net/sched: Remove unnecessary if statementYajun Deng1-8/+2
2021-03-05net: sched: avoid duplicates in classes dumpMaximilian Heyne1-4/+4
2021-01-23net: sched: Add extack to Qdisc_class_ops.deleteMaxim Mikityanskiy1-3/+4
2021-01-16net_sched: reject silly cell_log in qdisc_get_rtab()Eric Dumazet1-1/+2
2020-12-01net: sched: remove redundant 'rtnl_held' argumentVlad Buslov1-2/+2
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel1-1/+1
2020-11-16Modify return value of nla_strlcpy to match that of strscpy.Francis Laniel1-1/+1
2020-07-21sched: sch_api: add missing rcu read lock to silence the warningJiri Pirko1-1/+2
2020-06-21Remove redundant condition in qdisc_graftGaurav Singh1-2/+1
2020-05-28net_sched: add a tracepoint for qdisc creationCong Wang1-0/+3