summaryrefslogtreecommitdiff
path: root/net/sched/sch_generic.c
AgeCommit message (Expand)Author
2026-06-23net: do not acquire dev->tx_global_lock in netdev_watchdog_up()Eric Dumazet
2026-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-06-12net: watchdog: fix refcount tracking racesEric Dumazet
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-08net: Do not turn on carrier when protodown is onIdo Schimmel
2026-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-16net/sched: teql: Fix double-free in teql_master_xmitJamal Hadi Salim
2026-03-09net/sched: use rtnl_kfree_skbs() in pfifo_fast_reset()Eric Dumazet
2026-03-09net/sched: do not reset queues in graft operationsEric Dumazet
2026-02-28net: sched: introduce qdisc-specific drop reason tracingJesper Dangaard Brouer
2026-02-05net/sched: don't use dynamic lockdep keys with clsact/ingress/noqueueDavide Caratti
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-11net_sched: limit try_bulk_dequeue_skb() batchesEric Dumazet
2025-10-16net: dev_queue_xmit() llist adoptionEric Dumazet
2025-10-16Revert "net/sched: Fix mirred deadlock on device recursion"Eric Dumazet
2025-07-25net/sched: Add precise drop reason for pfifo_fast queue overflowsFan Yu
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-04-29bpf: net_sched: Fix using bpf qdisc as default qdiscAmery Hung
2025-04-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2025-04-17bpf: net_sched: Support implementation of Qdisc_ops in bpfAmery Hung
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-01-14net: sched: calls synchronize_net() only when neededEric Dumazet
2025-01-07net: watchdog: rename __dev_watchdog_up() and dev_watchdog_down()Eric Dumazet
2024-12-18ptr_ring: do not block hard interrupts in ptr_ring_resize_multiple()Eric Dumazet
2024-10-21net: fix races in netdev_tx_sent_queue()/dev_watchdog()Eric Dumazet
2024-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-10net/sched: initialize noop_qdisc ownerJohannes Berg
2024-06-04net: count drops due to missing qdisc as dev->tx_dropsJakub Kicinski
2024-05-09net/sched: adjust device watchdog timer to detect stopped queue at right timePraveen Kumar Kannoju
2024-05-02net/sched: unregister lockdep keys in qdisc_create/qdisc_alloc error pathDavide Caratti
2024-04-26net/sched: fix false lockdep warning on qdisc root lockDavide Caratti
2024-04-17net/sched: Fix mirred deadlock on device recursionEric Dumazet
2024-03-07net: move dev_tx_weight to net_hotdataEric Dumazet
2024-01-05net: sched: move block device tracking into tcf_block_get/put_ext()Jiri Pirko
2023-12-26net/sched: Introduce tc block netdev tracking infraVictor Nogueira
2023-11-15net: don't dump stack on queue timeoutJakub Kicinski
2023-10-05net_sched: export pfifo_fast prio2band[]Eric Dumazet
2023-06-14net/sched: qdisc_destroy() old ingress and clsact Qdiscs before graftingPeilin Ye
2023-06-07net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet
2023-04-23net: sched: Print msecs when transmit queue time outYajun Deng
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-08-30net/sched: fix netdevice reference leaks in attach_default_qdiscs()Wang Hai
2022-08-26net: sched: remove unnecessary init of qdisc skb headZhengchao Shao
2022-08-24net: Fix data-races around weight_p and dev_weight_[rt]x_bias.Kuniyuki Iwashima
2022-08-03net/sched: remove hacks added to dev_trans_start() for bonding to workVladimir Oltean
2022-06-09net: rename reference+tracking helpersJakub Kicinski
2022-04-15net_sched: make qdisc_reset() smallerEric Dumazet
2022-02-14net_sched: add __rcu annotation to netdev->qdiscEric Dumazet
2022-01-13net_sched: restore "mpu xxx" handlingKevin Bracey