summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/broadcom
AgeCommit message (Expand)AuthorFilesLines
2019-05-31brcmfmac: fix Oops when bringing up interface during USB disconnectPiotr Figiel1-3/+7
2019-05-31brcmfmac: fix race during disconnect when USB completion is in progressPiotr Figiel1-2/+8
2019-05-31brcmfmac: fix WARNING during USB disconnect in case of unempty psqPiotr Figiel1-18/+24
2019-05-31brcmfmac: convert dev_init_lock mutex to completionPiotr Figiel1-9/+8
2019-05-31b43: shut up clang -Wuninitialized variable warningArnd Bergmann1-3/+3
2019-05-31brcmfmac: fix missing checks for kmemdupKangjie Lu1-0/+4
2019-05-31brcm80211: potential NULL dereference in brcmf_cfg80211_vndr_cmds_dcmd_handler()Dan Carpenter1-2/+3
2019-05-31brcmfmac: add subtype check for event handling in data pathArend van Spriel3-7/+16
2019-05-31brcmfmac: assure SSID length from firmware is limitedArend van Spriel1-0/+2
2019-04-05brcmfmac: Use firmware_request_nowarn for the clm_blobHans de Goede1-1/+1
2019-01-13b43: Fix error in cordic routineLarry Finger1-1/+1
2019-01-09brcmfmac: Fix out of bounds memory access during fw loadLyude Paul1-2/+6
2019-01-09brcmfmac: fix roamoff=1 modparamStijn Tintel3-4/+11
2018-12-13brcmutil: really fix decoding channel info for 160 MHz bandwidthRafał Miłecki1-0/+3
2018-12-01brcmfmac: fix reporting support for 160 MHz channelsRafał Miłecki1-1/+2
2018-11-13brcmfmac: fix for proper support of 160MHz bandwidthArend van Spriel2-1/+35
2018-09-20b43: fix DMA error related regression with proprietary firmwareLarry Finger1-2/+4
2018-08-09b43legacy/leds: Ensure NUL-termination of LED name stringMichael Büsch1-1/+1
2018-08-09b43/leds: Ensure NUL-termination of LED name stringMichael Büsch1-1/+1
2018-08-09brcmfmac: fix brcmf_wiphy_wowl_params() NULL pointer dereferenceWinnie Chang1-4/+4
2018-08-06Merge tag 'wireless-drivers-next-for-davem-2018-08-05' of git://git.kernel.or...David S. Miller1-0/+38
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2018-07-31brcmfmac: specify some features per firmware versionRafał Miłecki1-0/+38
2018-07-25brcmfmac: fix regression in parsing NVRAM for multiple devicesRafał Miłecki1-1/+2
2018-07-24Merge tag 'wireless-drivers-next-for-davem-2018-07-23' of git://git.kernel.or...David S. Miller10-29/+113
2018-07-04brcmfmac: update STA info struct to the v5Rafał Miłecki1-0/+14
2018-07-04brcmfmac: define more bits for the flags of struct brcmf_sta_info_leRafał Miłecki1-5/+24
2018-07-04brcmfmac: handle msgbuf packets marked with monitor mode flagRafał Miłecki3-0/+45
2018-07-04brcmfmac: detect firmware support for radiotap monitor framesRafał Miłecki2-1/+4
2018-07-04brcmfmac: detect firmware support for monitor interfaceRafał Miłecki2-1/+4
2018-07-03Merge tag 'wireless-drivers-for-davem-2018-07-03' of git://git.kernel.org/pub...David S. Miller1-0/+7
2018-06-27wireless-drivers: use BIT_ULL for NL80211_STA_INFO_ attribute typesOmer Efrat1-20/+20
2018-06-27brcmsmac: make function wlc_phy_workarounds_nphy_rev1 staticColin Ian King1-1/+1
2018-06-27brcmsmac: fix wrap around in conversion from constant to s16Stefan Agner1-1/+1
2018-06-27brcmsmac: Remove unnecessary parenthesesVarsha Rao1-1/+1
2018-06-24brcmfmac: stop watchdog before detach and free everythingMichael Trimarchi1-0/+7
2018-06-23net: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven1-1/+0
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook5-9/+11
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook2-6/+7
2018-06-03Merge tag 'wireless-drivers-next-for-davem-2018-05-31' of git://git.kernel.or...David S. Miller10-6/+60
2018-05-30drivers/net: Fix various unnecessary characters after logging newlinesJoe Perches1-1/+1
2018-05-23brcmfmac: trigger memory dump on SDIO firmware halt messageFranky Lin1-1/+3
2018-05-23brcmfmac: trigger memory dump upon firmware halt signalFranky Lin1-0/+5
2018-05-23brcmfmac: validate user provided data for memdump before copyingFranky Lin1-1/+2
2018-05-23brcmfmac: add support for sysfs initiated coredumpArend Van Spriel4-0/+12
2018-05-23brcmfmac: move ALLFFMAC variable in flowring moduleArend Van Spriel3-4/+2
2018-05-23brcmfmac: add debugfs entry for reading firmware capabilitiesRafał Miłecki1-0/+36
2018-05-15brcmfmac: fix initialization of struct cfg80211_inform_bss variableFranky Lin1-1/+1
2018-05-15b43: fix transmit failure when VT is switchedTaketo Kabe1-7/+7
2018-05-15brcmfmac: set WIPHY_FLAG_HAVE_AP_SME flagRafał Miłecki1-0/+1