summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/broadcom
AgeCommit message (Expand)AuthorFilesLines
2018-09-05b43/leds: Ensure NUL-termination of LED name stringMichael Buesch1-1/+1
2018-09-05b43legacy/leds: Ensure NUL-termination of LED name stringMichael Buesch1-1/+1
2018-08-24brcmfmac: stop watchdog before detach and free everythingMichael Trimarchi1-0/+7
2018-08-03brcmfmac: Add support for bcm43364 wireless chipsetSean Lanigan1-0/+1
2018-05-30brcmfmac: Fix check for ISO3166 codeStefan Wahren1-1/+1
2018-03-28brcmfmac: fix P2P_DEVICE ethernet address generationArend Van Spriel1-13/+11
2018-02-25brcmfmac: Avoid build error with make W=1Andy Shevchenko1-1/+1
2017-12-14brcmfmac: change driver unbind order of the sdio function devicesArend Van Spriel1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman42-0/+42
2017-10-02brcmsmac: make some local variables 'static const' to reduce stack sizeArnd Bergmann1-100/+97
2017-10-02brcmfmac: Add check for short event packetsKevin Cernekee1-1/+2
2017-09-20brcmfmac: setup passive scan if requested by user-spaceArend Van Spriel2-15/+9
2017-09-20brcmfmac: add length check in brcmf_cfg80211_escan_handler()Arend Van Spriel1-3/+15
2017-09-08brcmfmac: feature check for multi-scheduled scan fails on bcm4345 devicesIan W MORRISON1-1/+2
2017-08-31brcmfmac: Log chip id and revisionHans de Goede1-0/+3
2017-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo1-2/+4
2017-08-14brcmfmac: feature check for multi-scheduled scan fails on bcm4343x devicesArend Van Spriel1-2/+4
2017-08-11brcm80211: constify usb_device_idArvind Yadav1-1/+1
2017-08-08brcmfmac: add setting carrier state ON for successful roamingChung-Hsien Hsu1-2/+5
2017-08-08brcmfmac: fix wrong num_different_channels when mchan feature enabledWright Feng1-1/+3
2017-08-08brcmfmac: Add support for CYW4373 SDIO/USB chipsetChi-Hsien Lin5-2/+17
2017-08-08brcmfmac: set wpa_auth to WPA_AUTH_DISABLED in AP/OPEN security modeWright Feng1-1/+6
2017-08-07Merge tag 'wireless-drivers-next-for-davem-2017-08-07' of git://git.kernel.or...David S. Miller1-1/+1
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-7/+3
2017-07-28brcmfmac: constify pci_device_idArvind Yadav1-1/+1
2017-07-27brcmfmac: fix memleak due to calling brcmf_sdiod_sgtable_alloc() twiceArend Van Spriel1-5/+0
2017-07-27brcmfmac: Don't grow SKB by negative sizeDaniel Stone1-1/+1
2017-07-25drivers/net: Fix ptr_ret.cocci warnings.Tonghao Zhang1-4/+1
2017-07-21brcmfmac: fix regression in brcmf_sdio_txpkt_hdalign()Arend Van Spriel1-1/+2
2017-07-12brcmfmac: fix possible buffer overflow in brcmf_cfg80211_mgmt_tx()Arend van Spriel1-0/+5
2017-06-30brcmfmac: switch to using cfg80211_connect_done()Arend van Spriel1-9/+11
2017-06-30brcmfmac: support 4-way handshake offloading for 802.1XArend van Spriel2-4/+60
2017-06-30brcmfmac: support 4-way handshake offloading for WPA/WPA2-PSKArend van Spriel7-7/+134
2017-06-28brcmfmac: rework headroom check in .start_xmit()Arend Van Spriel3-14/+37
2017-06-28brcmfmac: use atomic_t for statistic counter in struct brcmf_busArend Van Spriel2-2/+2
2017-06-28brcmfmac: cleanup kerneldoc for struct brcmf_busArend Van Spriel1-2/+1
2017-06-27brcmfmac: Fix a memory leak in error handling path in 'brcmf_cfg80211_attach'Christophe Jaillet1-1/+2
2017-06-27brcmfmac: fix double free upon register_netdevice() failureArend Van Spriel3-3/+4
2017-06-25Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.or...David S. Miller9-103/+531
2017-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-36/+49
2017-06-21brcmfmac: initialize oob irq data before request_irq()Michał Mirosław1-5/+3
2017-06-21brcmfmac: Use separate firmware for revision 0 of the brcm43430 chipHans de Goede1-2/+5
2017-06-20Merge tag 'wireless-drivers-for-davem-2017-06-20' of git://git.kernel.org/pub...David S. Miller6-36/+49
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2017-06-16brcmfmac: fix uninitialized warning in brcmf_usb_probe_phase2()Arend Van Spriel1-2/+1
2017-06-15brcmfmac: fix brcmf_fws_add_interface() for USB devicesArend Van Spriel1-1/+1
2017-06-15brcmfmac: unbind all devices upon failure in firmware callbackArend Van Spriel1-2/+3
2017-06-15brcmfmac: use firmware callback upon failure to loadArend Van Spriel1-14/+13
2017-06-15brcmfmac: add parameter to pass error code in firmware callbackArend Van Spriel5-20/+34
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+2