summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_api.c
Commit message (Expand)AuthorAgeFilesLines
* rtnetlink: do not depend on RTNL for IFLA_TXQLEN outputEric Dumazet2024-05-071-1/+1
* net/sched: unregister lockdep keys in qdisc_create/qdisc_alloc error pathDavide Caratti2024-05-021-0/+1
* net/sched: fix lockdep splat in qdisc_tree_reduce_backlog()Eric Dumazet2024-04-031-1/+1
* Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-03-121-2/+2
|\
| * net/sched: Load modules via their aliasMichal Koutný2024-02-021-2/+2
* | Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar2024-02-141-1/+1
|\ \ | |/ |/|
| * x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao2024-01-101-1/+1
* | net: sched: move block device tracking into tcf_block_get/put_ext()Jiri Pirko2024-01-051-41/+0
* | net/sched: sch_api: conditional netlink notificationsPedro Tammela2024-01-031-11/+68
* | net/sched: Introduce tc block netdev tracking infraVictor Nogueira2023-12-261-0/+41
|/
* net/sched: fix a qdisc modification with ambiguous command requestJamal Hadi Salim2023-08-231-13/+40
* net/sched: qdisc_destroy() old ingress and clsact Qdiscs before graftingPeilin Ye2023-06-141-5/+23
* net/sched: Refactor qdisc_graft() for ingress and clsact QdiscsPeilin Ye2023-06-141-10/+10
* net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet2023-06-071-10/+16
* net: sched: wrap tc_skip_wrapper with CONFIG_RETPOLINEMin-Hua Chen2023-06-041-0/+2
* net: sched: fix NULL pointer dereference in mq_attachZhengchao Shao2023-05-301-0/+4
* net/sched: Prohibit regrafting ingress or clsact QdiscsPeilin Ye2023-05-301-0/+5
* net/sched: Reserve TC_H_INGRESS (TC_H_CLSACT) for ingress (clsact) QdiscsPeilin Ye2023-05-301-1/+6
* net: sched: remove qdisc_watchdog->last_expiresEric Dumazet2023-03-091-2/+4
* net/sched: fix error recovery in qdisc_create()Eric Dumazet2023-02-131-7/+8
* net/sched: make stab available before ops->init() callVladimir Oltean2023-02-081-18/+11
* sched: add new attr TCA_EXT_WARN_MSG to report tc extact messageHangbin Liu2023-01-171-21/+34
* net: sched: disallow noqueue for qdisc classesFrederick Lawler2023-01-101-0/+5
* net/sched: add retpoline wrapper for tcPedro Tammela2022-12-091-0/+5
* net: sched: fix race condition in qdisc_graft()Eric Dumazet2022-10-191-2/+3
* net: sched: ensure n arg not empty before call bind_classZhengchao Shao2022-10-021-1/+1
* net/sched: query offload capabilities through ndo_setup_tc()Vladimir Oltean2022-09-291-0/+17
* net: sched: remove duplicate check of user rights in qdiscZhengchao Shao2022-08-231-11/+0
* net_sched: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-221-1/+1
* net: sched: delete unused input parameter in qdisc_createZhengchao Shao2022-08-161-3/+3
* net: sched: remove the unused return value of unregister_qdiscZhengchao Shao2022-08-161-2/+3
* net: rename reference+tracking helpersJakub Kicinski2022-06-091-1/+1
* net_sched: add __rcu annotation to netdev->qdiscEric Dumazet2022-02-141-10/+12
* net: sched: Clarify error message when qdisc kind is unknownVictor Nogueira2022-01-201-1/+1
* sch_api: Don't skip qdisc attach on ingressMaxim Mikityanskiy2022-01-131-1/+1
* net/sched: add missing tracker information in qdisc_create()Eric Dumazet2022-01-051-1/+1
* net: sched: Remove Qdisc::running sequence counterAhmed S. Darwish2021-10-181-13/+3
* net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish2021-10-181-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-301-0/+6
|\
| * net: prevent user from passing illegal stab size王贇2021-09-261-0/+6
* | net_sched: Use struct_size() and flex_array_size() helpersGustavo A. R. Silva2021-09-291-3/+4
|/
* net/sched: Remove unnecessary if statementYajun Deng2021-07-161-8/+2
* net: sched: avoid duplicates in classes dumpMaximilian Heyne2021-03-041-4/+4
* net: sched: Add extack to Qdisc_class_ops.deleteMaxim Mikityanskiy2021-01-221-3/+4
* net_sched: reject silly cell_log in qdisc_get_rtab()Eric Dumazet2021-01-151-1/+2
* net: sched: remove redundant 'rtnl_held' argumentVlad Buslov2020-12-011-2/+2
* treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel2020-11-161-1/+1
* Modify return value of nla_strlcpy to match that of strscpy.Francis Laniel2020-11-161-1/+1
* sched: sch_api: add missing rcu read lock to silence the warningJiri Pirko2020-07-201-1/+2
* Remove redundant condition in qdisc_graftGaurav Singh2020-06-201-2/+1