summaryrefslogtreecommitdiff
path: root/net/sched/sch_generic.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-27net: fix spurious TX timeout after dev_activate()Breno Leitao1-1/+1
2026-06-23net: do not acquire dev->tx_global_lock in netdev_watchdog_up()Eric Dumazet1-5/+2
2026-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-11/+33
2026-06-12net: watchdog: fix refcount tracking racesEric Dumazet1-11/+33
2026-05-11net/sched: annotate data-races around sch->qstats.backlogEric Dumazet1-1/+1
2026-05-11net/sched: add qdisc_qlen_inc() and qdisc_qlen_dec()Eric Dumazet1-5/+5
2026-05-08net: Do not turn on carrier when protodown is onIdo Schimmel1-0/+3
2026-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-27/+0
2026-03-16net/sched: teql: Fix double-free in teql_master_xmitJamal Hadi Salim1-27/+0
2026-03-09net/sched: use rtnl_kfree_skbs() in pfifo_fast_reset()Eric Dumazet1-1/+1
2026-03-09net/sched: do not reset queues in graft operationsEric Dumazet1-8/+12
2026-02-28net: sched: introduce qdisc-specific drop reason tracingJesper Dangaard Brouer1-2/+27
2026-02-05net/sched: don't use dynamic lockdep keys with clsact/ingress/noqueueDavide Caratti1-5/+3
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+10
2025-11-11net_sched: limit try_bulk_dequeue_skb() batchesEric Dumazet1-7/+10
2025-10-16net: dev_queue_xmit() llist adoptionEric Dumazet1-5/+0
2025-10-16Revert "net/sched: Fix mirred deadlock on device recursion"Eric Dumazet1-2/+0
2025-07-25net/sched: Add precise drop reason for pfifo_fast queue overflowsFan Yu1-0/+2
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-04-29bpf: net_sched: Fix using bpf qdisc as default qdiscAmery Hung1-2/+2
2025-04-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+2
2025-04-17bpf: net_sched: Support implementation of Qdisc_ops in bpfAmery Hung1-1/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-01-14net: sched: calls synchronize_net() only when neededEric Dumazet1-11/+11
2025-01-07net: watchdog: rename __dev_watchdog_up() and dev_watchdog_down()Eric Dumazet1-19/+14
2024-12-18ptr_ring: do not block hard interrupts in ptr_ring_resize_multiple()Eric Dumazet1-2/+2
2024-10-21net: fix races in netdev_tx_sent_queue()/dev_watchdog()Eric Dumazet1-1/+7
2024-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2024-06-10net/sched: initialize noop_qdisc ownerJohannes Berg1-0/+1
2024-06-04net: count drops due to missing qdisc as dev->tx_dropsJakub Kicinski1-0/+1
2024-05-09net/sched: adjust device watchdog timer to detect stopped queue at right timePraveen Kumar Kannoju1-4/+7
2024-05-02net/sched: unregister lockdep keys in qdisc_create/qdisc_alloc error pathDavide Caratti1-0/+1
2024-04-26net/sched: fix false lockdep warning on qdisc root lockDavide Caratti1-0/+3
2024-04-17net/sched: Fix mirred deadlock on device recursionEric Dumazet1-0/+1
2024-03-07net: move dev_tx_weight to net_hotdataEric Dumazet1-1/+2
2024-01-05net: sched: move block device tracking into tcf_block_get/put_ext()Jiri Pirko1-14/+0
2023-12-26net/sched: Introduce tc block netdev tracking infraVictor Nogueira1-1/+17
2023-11-15net: don't dump stack on queue timeoutJakub Kicinski1-2/+3
2023-10-05net_sched: export pfifo_fast prio2band[]Eric Dumazet1-4/+5
2023-06-14net/sched: qdisc_destroy() old ingress and clsact Qdiscs before graftingPeilin Ye1-3/+11
2023-06-07net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet1-15/+15
2023-04-23net: sched: Print msecs when transmit queue time outYajun Deng1-5/+5
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-15/+16
2022-08-30net/sched: fix netdevice reference leaks in attach_default_qdiscs()Wang Hai1-15/+16
2022-08-26net: sched: remove unnecessary init of qdisc skb headZhengchao Shao1-1/+0
2022-08-24net: Fix data-races around weight_p and dev_weight_[rt]x_bias.Kuniyuki Iwashima1-1/+1
2022-08-03net/sched: remove hacks added to dev_trans_start() for bonding to workVladimir Oltean1-6/+2
2022-06-09net: rename reference+tracking helpersJakub Kicinski1-5/+6
2022-04-15net_sched: make qdisc_reset() smallerEric Dumazet1-10/+2
2022-02-14net_sched: add __rcu annotation to netdev->qdiscEric Dumazet1-13/+16