summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-10/+5
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-13/+13
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-46/+44
2026-02-02Merge tag 'ath-next-20260202' of git://git.kernel.org/pub/scm/linux/kernel/gi...Johannes Berg-5/+61
2026-01-30wifi: ath10k: sdio: add missing lock protection in ath10k_sdio_fw_crashed_dump()Ziyi Guo-0/+6
2026-01-30wifi: ath10k: fix lock protection in ath10k_wmi_event_peer_sta_ps_state_chg()Ziyi Guo-2/+2
2026-01-30wifi: ath10k: snoc: support powering on the device via pwrseqDmitry Baryshkov-3/+53
2026-01-09wifi: ath10k: fix dma_free_coherent() pointerThomas Fourier-8/+8
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-19/+20
2025-11-05Merge tag 'wireless-next-2025-11-05' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski-50/+273
2025-11-05Merge tag 'ath-next-20251103' of git://git.kernel.org/pub/scm/linux/kernel/gi...Johannes Berg-50/+273
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook-1/+1
2025-10-30wifi: ath10k: use = {} to initialize bmi_target_info instead of memsetZhongqiu Han-4/+1
2025-10-30wifi: ath10k: use = {} to initialize pm_qos_request instead of memsetZhongqiu Han-2/+1
2025-10-27Revert "wifi: ath10k: avoid unnecessary wait for service ready message"Baochen Qiang-19/+20
2025-10-22wifi: ath10k: Support for FTM TLV test commandsLoic Poulain-31/+260
2025-10-20Merge tag 'ath-current-20251006' of git://git.kernel.org/pub/scm/linux/kernel...Johannes Berg-0/+1
2025-10-15wifi: ath10k: move recovery check logic into a new workKang Yang-13/+11
2025-10-06wifi: ath10k: Fix memory leak on unsupported WMI commandLoic Poulain-0/+1
2025-09-18wifi: ath10k: Fix connection after GTK rekeyingLoic Poulain-2/+10
2025-09-18wifi: ath10k: avoid unnecessary wait for service ready messageBaochen Qiang-20/+19
2025-09-18wifi: ath: Use of_reserved_mem_region_to_resource() for "memory-region"Rob Herring (Arm)-11/+3
2025-09-18wifi: ath10k: remove gpio number assignmentArnd Bergmann-2/+1
2025-07-24net: Use netif_threaded_enable instead of netif_set_threaded in driversSamiullah Khawaja-1/+1
2025-07-24Merge tag 'wireless-next-2025-07-24' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski-32/+88
2025-07-24wifi: Fix typosBjorn Helgaas-4/+4
2025-07-21wifi: ath10k: Prefer {} to {0} in initializersJeff Johnson-18/+20
2025-07-18net: s/dev_set_threaded/netif_set_threaded/Stanislav Fomichev-1/+1
2025-06-30wifi: ath10k: shutdown driver when hardware is unreliableKang Yang-9/+63
2025-06-27wifi: ath10k: Fix SpellingSumanth Gavini-1/+1
2025-06-24Merge tag 'ath-next-20250624' of git://git.kernel.org/pub/scm/linux/kernel/gi...Johannes Berg-0/+21
2025-06-24wifi: cfg80211/mac80211: Add support to get radio indexRoopni Devanathan-9/+15
2025-06-23wifi: ath10k: Add missing include of export.hJeff Johnson-0/+21
2025-06-12Merge tag 'net-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-9/+28
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-5/+9
2025-06-07wifi: ath10k: Avoid vdev delete timeout when firmware is already downLoic Poulain-8/+25
2025-06-07ath10k: snoc: fix unbalanced IRQ enable in crash recoveryCaleb Connolly-1/+3
2025-05-16wifi: ath10k: Constify structures in hw.cChristophe JAILLET-60/+64
2025-05-16wifi: ath10k: Fix spelling mistake "comple" -> "complete"Colin Ian King-1/+1
2025-04-25Merge tag 'ath-next-20250418' of git://git.kernel.org/pub/scm/linux/kernel/gi...Johannes Berg-31/+31
2025-04-17wifi: ath10k: Don't use %pK through printkThomas Weißschuh-31/+31
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-6/+6
2025-02-28wifi: ath10k: Deprecate qcom,ath10k-calibration-variant propertiesKrzysztof Kozlowski-3/+10
2024-11-13Merge tag 'wireless-next-2024-11-13' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski-53/+67
2024-11-11wifi: Switch back to struct platform_driver::remove()Uwe Kleine-König-7/+7
2024-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+8
2024-10-31Merge tag 'ath-next-20241030' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo-46/+60
2024-10-23wifi: mac80211: call rate_control_rate_update() for link STAJohannes Berg-2/+3
2024-10-17Merge tag 'ath-current-20241016' of git://git.kernel.org/pub/scm/linux/kernel...Kalle Valo-1/+8
2024-10-16wifi: ath10k: avoid NULL pointer error during sdio removeKang Yang-3/+3