aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_api.c
Commit message (Expand)AuthorAgeFilesLines
* net: move replay logic to tc_modify_qdiscStanislav Fomichev2025-03-271-46/+27
* Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2025-03-271-70/+146
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2025-03-131-0/+6
| |\
| * | net: move misc netdev_lock flavors to a separate headerJakub Kicinski2025-03-081-0/+1
| * | net: hold netdev instance lock during qdisc ndo_setup_tcStanislav Fomichev2025-03-061-4/+24
| * | net: sched: wrap doit/dumpit methodsStanislav Fomichev2025-03-061-68/+123
* | | Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2025-03-251-2/+1
|\ \ \ | |_|/ |/| |
| * | net/sched: Switch to use hrtimer_setup()Nam Cao2025-02-181-2/+1
| |/
* / net_sched: Prevent creation of classes with TC_H_ROOTCong Wang2025-03-121-0/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2025-01-211-0/+4
|\
| * net: sched: Disallow replacing of child qdisc from one parent to anotherJamal Hadi Salim2025-01-191-0/+4
* | net: tc: improve qdisc error messagesJohn Ousterhout2025-01-181-3/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-11-011-1/+1
|\
| * net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOTPedro Tammela2024-10-291-1/+1
* | net: sched: Use rtnl_register_many().Kuniyuki Iwashima2024-10-161-8/+12
|/
* net/sched: accept TCA_STAB only for root qdiscEric Dumazet2024-10-081-1/+6
* 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-041-1/+1
* Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-03-131-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-041-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-311-0/+4
* net/sched: Prohibit regrafting ingress or clsact QdiscsPeilin Ye2023-05-311-0/+5
* net/sched: Reserve TC_H_INGRESS (TC_H_CLSACT) for ingress (clsact) QdiscsPeilin Ye2023-05-311-1/+6
* net: sched: remove qdisc_watchdog->last_expiresEric Dumazet2023-03-101-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-111-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-201-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-301-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-231-1/+1
* net: sched: delete unused input parameter in qdisc_createZhengchao Shao2022-08-171-3/+3
* net: sched: remove the unused return value of unregister_qdiscZhengchao Shao2022-08-171-2/+3
* net: rename reference+tracking helpersJakub Kicinski2022-06-101-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