aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom/b43legacy (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-03b43legacy: Fix spelling mistake "overflew" -> "overflowed"Colin Ian King1-1/+1
2021-06-03b43legacy: Remove unused inline function txring_to_priority()YueHaibing1-13/+0
2021-04-19cfg80211: constify ieee80211_get_response_rate returnJoe Perches1-1/+1
2020-11-11b43legacy: remove WDS codeJohannes Berg1-5/+1
2020-08-27b43legacy: convert tasklets to use new tasklet_setup() APIAllen Pais2-9/+6
2020-08-27b43legacy: Use fallthrough pseudo-keywordGustavo A. R. Silva2-3/+3
2020-08-27b43legacy: main: Provide braces around empty 'if' bodyLee Jones1-1/+2
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds3-14/+14
2020-08-02b43legacy: Replace HTTP links with HTTPS onesAlexander A. Klimov3-12/+12
2020-07-16treewide: Remove uninitialized_var() usageKees Cook2-2/+2
2020-07-15broadcom: fix wiki website urlFlavio Suligoi1-2/+2
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-5/+5
2020-05-29b43_legacy: Fix connection problem with WPA3Larry Finger1-0/+1
2020-04-14b43legacy: Fix case where channel status is corruptedLarry Finger1-0/+1
2020-03-12b43legacy: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-1/+1
2020-03-12b43legacy: replace simple_strtol() with kstrtoint()chenqiwu1-2/+4
2019-12-18b43legacy: Fix -Wcast-function-typePhong Tran1-2/+3
2019-08-06b43legacy: Remove pointless cond_resched() wrapperThomas Gleixner1-16/+5
2019-06-27b43legacy: simplify engine type / DMA mask selectionChristoph Hellwig1-17/+3
2019-06-27b43legacy: remove b43legacy_dma_set_maskChristoph Hellwig1-38/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 20Thomas Gleixner14-197/+14
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon6-29/+0
2019-02-06Merge tag 'wireless-drivers-next-for-davem-2019-02-06' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-27/+8
2019-02-01b43legacy: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-27/+8
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-3/+3
2018-09-04wireless: remove unnecessary unlikely()Igor Stoppa1-1/+1
2018-08-09b43legacy/leds: Ensure NUL-termination of LED name stringMichael Büsch1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-04-30net: wireless: b43legacy: Replace GFP_ATOMIC with GFP_KERNEL in dma_tx_fragmentJia-Ju Bai1-1/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-0/+10
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman10-0/+10
2017-09-20b43legacy: fix unitialized reads of ret by initializing the array to zeroColin Ian King1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2017-03-06wireless: Set NL80211_EXT_FEATURE_CQM_RSSI_LIST in multiple driversAndrew Zaborowski1-0/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2016-10-27wireless: deprecate WDS and disable by defaultJohannes Berg1-0/+2
2016-09-21b43legacy: fix debugfs crashChristian Lamparter1-2/+4
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg2-7/+7
2015-11-18b43legacy: move under broadcom vendor directoryKalle Valo25-0/+14955