summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom/b43legacy
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-2/+2
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-11/+10
2025-06-24wifi: cfg80211/mac80211: Add support to get radio indexRoopni Devanathan-1/+1
2025-01-15b43legacy: make use of debugfs_get_aux()Al Viro-15/+11
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-06-26wifi: mac80211: inform the low level if drv_stop() is a suspendEmmanuel Grumbach-1/+1
2024-03-21wifi: b43: Convert sprintf/snprintf to sysfs_emitLi Zhijian-10/+6
2024-02-08wifi: mac80211: simplify non-chanctx driversJohannes Berg-0/+4
2023-05-17wifi: b43: fix incorrect __packed annotationArnd Bergmann-1/+1
2023-04-03wifi: b43legacy: Remove the unused function prev_slot()Jiapeng Chong-8/+0
2023-03-31wifi: b43legacy: remove unused freq_r3A_value functionTom Rix-17/+0
2022-10-10wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel-0/+1
2022-09-02wifi: move from strlcpy with unused retval to strscpyWolfram Sang-1/+1
2022-07-27wifi: b43legacy: clean up one inconsistent indentingYang Li-1/+1
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg-1/+2
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz-1/+1
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg-1/+1
2022-04-06b43legacy: Fix assigning negative value to unsigned variableHaowen Bai-1/+1
2021-10-11b43legacy: fix a lower bounds testDan Carpenter-1/+1
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-27/+5
2021-06-03b43legacy: Fix spelling mistake "overflew" -> "overflowed"Colin Ian King-1/+1
2021-06-03b43legacy: Remove unused inline function txring_to_priority()YueHaibing-13/+0
2021-05-21b43legacy: don't save dentries for debugfsGreg Kroah-Hartman-27/+5
2021-04-19cfg80211: constify ieee80211_get_response_rate returnJoe Perches-1/+1
2020-11-11b43legacy: remove WDS codeJohannes Berg-5/+1
2020-08-27b43legacy: convert tasklets to use new tasklet_setup() APIAllen Pais-9/+6
2020-08-27b43legacy: Use fallthrough pseudo-keywordGustavo A. R. Silva-3/+3
2020-08-27b43legacy: main: Provide braces around empty 'if' bodyLee Jones-1/+2
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-14/+14
2020-08-02b43legacy: Replace HTTP links with HTTPS onesAlexander A. Klimov-12/+12
2020-07-16treewide: Remove uninitialized_var() usageKees Cook-2/+2
2020-07-15broadcom: fix wiki website urlFlavio Suligoi-2/+2
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-5/+5
2020-05-29b43_legacy: Fix connection problem with WPA3Larry Finger-0/+1
2020-04-14b43legacy: Fix case where channel status is corruptedLarry Finger-0/+1
2020-03-12b43legacy: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai-1/+1
2020-03-12b43legacy: replace simple_strtol() with kstrtoint()chenqiwu-2/+4
2019-12-18b43legacy: Fix -Wcast-function-typePhong Tran-2/+3
2019-08-06b43legacy: Remove pointless cond_resched() wrapperThomas Gleixner-16/+5
2019-06-27b43legacy: simplify engine type / DMA mask selectionChristoph Hellwig-17/+3
2019-06-27b43legacy: remove b43legacy_dma_set_maskChristoph Hellwig-38/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 20Thomas Gleixner-197/+14
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon-29/+0
2019-02-06Merge tag 'wireless-drivers-next-for-davem-2019-02-06' of git://git.kernel.or...David S. Miller-27/+8
2019-02-01b43legacy: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-27/+8
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain-3/+3
2018-09-04wireless: remove unnecessary unlikely()Igor Stoppa-1/+1