summaryrefslogtreecommitdiff
path: root/net/sched/sch_api.c
AgeCommit message (Expand)Author
2024-04-03net/sched: fix lockdep splat in qdisc_tree_reduce_backlog()Eric Dumazet
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-02-14Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar
2024-02-02net/sched: Load modules via their aliasMichal Koutný
2024-01-10x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao
2024-01-05net: sched: move block device tracking into tcf_block_get/put_ext()Jiri Pirko
2024-01-03net/sched: sch_api: conditional netlink notificationsPedro Tammela
2023-12-26net/sched: Introduce tc block netdev tracking infraVictor Nogueira
2023-08-23net/sched: fix a qdisc modification with ambiguous command requestJamal Hadi Salim
2023-06-14net/sched: qdisc_destroy() old ingress and clsact Qdiscs before graftingPeilin Ye
2023-06-14net/sched: Refactor qdisc_graft() for ingress and clsact QdiscsPeilin Ye
2023-06-07net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet
2023-06-04net: sched: wrap tc_skip_wrapper with CONFIG_RETPOLINEMin-Hua Chen
2023-05-30net: sched: fix NULL pointer dereference in mq_attachZhengchao Shao
2023-05-30net/sched: Prohibit regrafting ingress or clsact QdiscsPeilin Ye
2023-05-30net/sched: Reserve TC_H_INGRESS (TC_H_CLSACT) for ingress (clsact) QdiscsPeilin Ye
2023-03-09net: sched: remove qdisc_watchdog->last_expiresEric Dumazet
2023-02-13net/sched: fix error recovery in qdisc_create()Eric Dumazet
2023-02-08net/sched: make stab available before ops->init() callVladimir Oltean
2023-01-17sched: add new attr TCA_EXT_WARN_MSG to report tc extact messageHangbin Liu
2023-01-10net: sched: disallow noqueue for qdisc classesFrederick Lawler
2022-12-09net/sched: add retpoline wrapper for tcPedro Tammela
2022-10-19net: sched: fix race condition in qdisc_graft()Eric Dumazet
2022-10-02net: sched: ensure n arg not empty before call bind_classZhengchao Shao
2022-09-29net/sched: query offload capabilities through ndo_setup_tc()Vladimir Oltean
2022-08-23net: sched: remove duplicate check of user rights in qdiscZhengchao Shao
2022-08-22net_sched: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-16net: sched: delete unused input parameter in qdisc_createZhengchao Shao
2022-08-16net: sched: remove the unused return value of unregister_qdiscZhengchao Shao
2022-06-09net: rename reference+tracking helpersJakub Kicinski
2022-02-14net_sched: add __rcu annotation to netdev->qdiscEric Dumazet
2022-01-20net: sched: Clarify error message when qdisc kind is unknownVictor Nogueira
2022-01-13sch_api: Don't skip qdisc attach on ingressMaxim Mikityanskiy
2022-01-05net/sched: add missing tracker information in qdisc_create()Eric Dumazet
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-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-09-29net_sched: Use struct_size() and flex_array_size() helpersGustavo A. R. Silva
2021-09-26net: prevent user from passing illegal stab size王贇
2021-07-16net/sched: Remove unnecessary if statementYajun Deng
2021-03-04net: sched: avoid duplicates in classes dumpMaximilian Heyne
2021-01-22net: sched: Add extack to Qdisc_class_ops.deleteMaxim Mikityanskiy
2021-01-15net_sched: reject silly cell_log in qdisc_get_rtab()Eric Dumazet
2020-12-01net: sched: remove redundant 'rtnl_held' argumentVlad Buslov
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel
2020-11-16Modify return value of nla_strlcpy to match that of strscpy.Francis Laniel
2020-07-20sched: sch_api: add missing rcu read lock to silence the warningJiri Pirko
2020-06-20Remove redundant condition in qdisc_graftGaurav Singh
2020-05-27net_sched: add a tracepoint for qdisc creationCong Wang
2020-03-17net_sched: do not reprogram a timer about to expireEric Dumazet