summaryrefslogtreecommitdiff
path: root/net/sched/sch_api.c
AgeCommit message (Expand)Author
2026-05-22net/sched: prefer existing extack message in qdisc_offload_graft_helper()David Yang
2026-05-11net/sched: annotate data-races around sch->qstats.backlogEric Dumazet
2026-05-11net/sched: add qdisc_qlen_inc() and qdisc_qlen_dec()Eric Dumazet
2026-05-04net/sched: speedup tc_dump_qdisc() when tcm_handle is providedEric Dumazet
2026-04-30net/sched: speedup tc_dump_qdisc() when tcm_ifindex is providedEric Dumazet
2026-04-30net/sched: switch tc_dump_qdisc() to for_each_netdev_dump()Eric Dumazet
2026-04-30net/sched: tc_dump_qdisc_root() refactorEric Dumazet
2026-04-30net/sched: propagate tc_fill_tclass() errorEric Dumazet
2026-03-09net/sched: refine indirect call mitigation in tc_wrapper.hEric Dumazet
2026-03-09net/sched: do not reset queues in graft operationsEric Dumazet
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-05net/sched: don't use dynamic lockdep keys with clsact/ingress/noqueueDavide Caratti
2025-11-10net/sched: Abort __tc_modify_qdisc if parent is a clsact/ingress qdiscVictor Nogueira
2025-08-14net/sched: Use TC_RTAB_SIZE instead of magic numberYue Haibing
2025-07-10net/sched: sch_qfq: Fix null-deref in agg_dequeueXiang Mei
2025-07-09net/sched: Abort __tc_modify_qdisc if parent class does not existVictor Nogueira
2025-07-02net/sched: Always pass notifications when child class becomes emptyLion Ackermann
2025-04-29bpf: net_sched: Fix using bpf qdisc as default qdiscAmery Hung
2025-04-17bpf: net_sched: Support implementation of Qdisc_ops in bpfAmery Hung
2025-03-27net: move replay logic to tc_modify_qdiscStanislav Fomichev
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-03-12net_sched: Prevent creation of classes with TC_H_ROOTCong Wang
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski
2025-03-06net: hold netdev instance lock during qdisc ndo_setup_tcStanislav Fomichev
2025-03-06net: sched: wrap doit/dumpit methodsStanislav Fomichev
2025-02-18net/sched: Switch to use hrtimer_setup()Nam Cao
2025-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-01-18net: sched: Disallow replacing of child qdisc from one parent to anotherJamal Hadi Salim
2025-01-17net: tc: improve qdisc error messagesJohn Ousterhout
2024-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-10-29net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOTPedro Tammela
2024-10-15net: sched: Use rtnl_register_many().Kuniyuki Iwashima
2024-10-08net/sched: accept TCA_STAB only for root qdiscEric Dumazet
2024-05-07rtnetlink: do not depend on RTNL for IFLA_TXQLEN outputEric Dumazet
2024-05-02net/sched: unregister lockdep keys in qdisc_create/qdisc_alloc error pathDavide Caratti
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