summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-302-10/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 20Thomas Gleixner2019-05-2140-561/+40
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-215-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-0719-92/+236
|\
| * brcmfmac: print firmware messages after a firmware crashRafał Miłecki2019-05-011-6/+18
| * brcmfmac: set txflow request id from 1 to pktids array sizeWright Feng2019-05-011-3/+3
| * brcm80211: potential NULL dereference in brcmf_cfg80211_vndr_cmds_dcmd_handler()Dan Carpenter2019-05-011-2/+3
| * brcmfmac: send mailbox interrupt twice for specific hardware deviceWright Feng2019-04-261-1/+6
| * Revert "brcmfmac: send mailbox interrupt twice for specific hardware device"Kalle Valo2019-04-251-5/+1
| * brcmfmac: send mailbox interrupt twice for specific hardware deviceWright Feng2019-04-251-1/+5
| * brcmfmac: Add DMI nvram filename quirk for ACEPC T8 and T11 mini PCsHans de Goede2019-04-251-0/+26
| * b43: Remove empty function lpphy_papd_cal()Larry Finger2019-04-251-11/+0
| * brcmfmac: fix leak of mypkt on error return pathColin Ian King2019-04-131-5/+3
| * brcmfmac: Loading the correct firmware for brcm43456Ondrej Jirman2019-04-131-1/+3
| * brcmfmac: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-04-131-3/+1
| * b43: shut up clang -Wuninitialized variable warningArnd Bergmann2019-04-041-3/+3
| * brcmfmac: fix missing checks for kmemdupKangjie Lu2019-04-041-0/+4
| * brcmfmac: convert dev_init_lock mutex to completionPiotr Figiel2019-04-041-9/+8
| * brcmfmac: fix Oops when bringing up interface during USB disconnectPiotr Figiel2019-04-041-3/+7
| * brcmfmac: remove unused variable i from brcmf_usb_free_qPiotr Figiel2019-04-041-2/+0
| * brcmfmac: remove pending parameter from brcmf_usb_free_qPiotr Figiel2019-04-041-9/+6
| * brcmfmac: fix race during disconnect when USB completion is in progressPiotr Figiel2019-04-041-2/+8
| * brcmfmac: fix NULL pointer derefence during USB disconnectPiotr Figiel2019-04-047-13/+40
| * brcmfmac: fix WARNING during USB disconnect in case of unempty psqPiotr Figiel2019-04-041-18/+24
| * brcmfmac: reset PCIe bus on a firmware crashRafał Miłecki2019-04-044-0/+59
| * brcmfmac: add a function designated for handling firmware failsRafał Miłecki2019-04-044-3/+15
| * brcmfmac: support repeated brcmf_fw_alloc_request() callsRafał Miłecki2019-04-041-0/+1
* | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-088-37/+0
|/
* brcmfmac: print firmware reported general status errorsRafał Miłecki2019-02-281-0/+24
* brcmfmac: fix size of the struct msgbuf_ring_statusRafał Miłecki2019-02-281-1/+1
* brcmfmac: add basic validation of shared RAM addressRafał Miłecki2019-02-201-0/+6
* brcmfmac: use bphy_err() in all wiphy-related codeRafał Miłecki2019-02-2011-173/+224
* brcmfmac: remove set but not used variable 'old_state'YueHaibing2019-02-191-2/+0
* brcmfmac: rework bphy_err() to take struct brcmf_pub argumentRafał Miłecki2019-02-192-233/+281
* brcmfmac: support firmware reporting 160 MHz channelsRafał Miłecki2019-02-191-0/+3
* brcmfmac: improve code handling bandwidth of firmware reported channelsRafał Miłecki2019-02-191-3/+10
* brcmfmac: print firmware reported ring status errorsRafał Miłecki2019-02-191-0/+25
* brcmfmac: use chipname in brcmf_fw_alloc_request() for error path as wellArend van Spriel2019-02-191-3/+3
* brcmfmac: check and dump trap info during sdio probeArend van Spriel2019-02-191-19/+40
* brcmfmac: disable MBSS feature for bcm4330 deviceArend van Spriel2019-02-191-2/+8
* brcmfmac: create debugfs files for bus-specific layerArend van Spriel2019-02-193-5/+18
* brcmfmac: add subtype check for event handling in data pathArend van Spriel2019-02-193-7/+16
* brcmfmac: assure SSID length from firmware is limitedArend van Spriel2019-02-191-0/+2
* brcmfmac: support monitor frames with the hardware/ucode headerRafał Miłecki2019-02-083-1/+62
* brcmfmac: fix typosMatteo Croce2019-02-084-4/+4
* brcmfmac: add bphy_err() and use it in the cfg80211.cRafał Miłecki2019-02-082-224/+282
* brcmfmac: pass bus to the __brcmf_err() in pcie.cRafał Miłecki2019-02-082-23/+38
* brcmfmac: modify __brcmf_err() to take bus as a parameterRafał Miłecki2019-02-083-7/+17
* Merge tag 'wireless-drivers-next-for-davem-2019-02-06' of git://git.kernel.or...David S. Miller2019-02-0613-100/+56
|\