aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_api.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-29bpf: net_sched: Fix using bpf qdisc as default qdiscAmery Hung1-2/+2
2025-04-17bpf: net_sched: Support implementation of Qdisc_ops in bpfAmery Hung1-3/+4
2025-03-27net: move replay logic to tc_modify_qdiscStanislav Fomichev1-46/+27
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-70/+146
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2025-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-0/+6
2025-03-12net_sched: Prevent creation of classes with TC_H_ROOTCong Wang1-0/+6
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski1-0/+1
2025-03-06net: hold netdev instance lock during qdisc ndo_setup_tcStanislav Fomichev1-4/+24
2025-03-06net: sched: wrap doit/dumpit methodsStanislav Fomichev1-68/+123
2025-02-18net/sched: Switch to use hrtimer_setup()Nam Cao1-2/+1
2025-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-0/+4
2025-01-18net: sched: Disallow replacing of child qdisc from one parent to anotherJamal Hadi Salim1-0/+4
2025-01-17net: tc: improve qdisc error messagesJohn Ousterhout1-3/+3
2024-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-10-29net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOTPedro Tammela1-1/+1
2024-10-15net: sched: Use rtnl_register_many().Kuniyuki Iwashima1-8/+12
2024-10-08net/sched: accept TCA_STAB only for root qdiscEric Dumazet1-1/+6
2024-05-07rtnetlink: do not depend on RTNL for IFLA_TXQLEN outputEric Dumazet1-1/+1
2024-05-02net/sched: unregister lockdep keys in qdisc_create/qdisc_alloc error pathDavide Caratti1-0/+1
2024-04-03net/sched: fix lockdep splat in qdisc_tree_reduce_backlog()Eric Dumazet1-1/+1
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-2/+2
2024-02-14Merge branch 'x86/bugs' into x86/core, to pick up pending changes before dependent patchesIngo Molnar1-1/+1
2024-02-02net/sched: Load modules via their aliasMichal Koutný1-2/+2
2024-01-10x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao1-1/+1
2024-01-05net: sched: move block device tracking into tcf_block_get/put_ext()Jiri Pirko1-41/+0
2024-01-03net/sched: sch_api: conditional netlink notificationsPedro Tammela1-11/+68
2023-12-26net/sched: Introduce tc block netdev tracking infraVictor Nogueira1-0/+41
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-30net: sched: fix NULL pointer dereference in mq_attachZhengchao Shao1-0/+4
2023-05-30net/sched: Prohibit regrafting ingress or clsact QdiscsPeilin Ye1-0/+5
2023-05-30net/sched: Reserve TC_H_INGRESS (TC_H_CLSACT) for ingress (clsact) QdiscsPeilin Ye1-1/+6
2023-03-09net: 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-10net: sched: disallow noqueue for qdisc classesFrederick Lawler1-0/+5
2022-12-09net/sched: add retpoline wrapper for tcPedro Tammela1-0/+5
2022-10-19net: 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-29net/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-22net_sched: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-16net: sched: delete unused input parameter in qdisc_createZhengchao Shao1-3/+3
2022-08-16net: sched: remove the unused return value of unregister_qdiscZhengchao Shao1-2/+3
2022-06-09net: rename reference+tracking helpersJakub Kicinski1-1/+1