summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom
AgeCommit message (Expand)AuthorLines
2017-10-02brcmfmac: Delete redundant length checkKevin Cernekee-5/+0
2017-10-02brcmfmac: Avoid possible out-of-bounds readKevin Cernekee-2/+1
2017-10-02brcmsmac: make some local variables 'static const' to reduce stack sizeArnd Bergmann-100/+97
2017-10-02brcmfmac: Add check for short event packetsKevin Cernekee-1/+2
2017-09-25b43: make const arrays static, reduces object code sizeColin Ian King-3/+3
2017-09-25brcmsmac: make const array ucode_ofdm_rates static, reduces object code sizeColin Ian King-1/+1
2017-09-25brcmfmac: use setup_timer() helperAllen Pais-4/+2
2017-09-21drivers: net: brcm80211: use setup_timer() helper.Allen Pais-3/+2
2017-09-20b43legacy: fix unitialized reads of ret by initializing the array to zeroColin Ian King-1/+1
2017-09-20b43: fix unitialized reads of ret by initializing the array to zeroColin Ian King-1/+1
2017-09-20brcmfmac: setup passive scan if requested by user-spaceArend Van Spriel-15/+9
2017-09-20brcmfmac: add length check in brcmf_cfg80211_escan_handler()Arend Van Spriel-3/+15
2017-09-08brcmfmac: feature check for multi-scheduled scan fails on bcm4345 devicesIan W MORRISON-1/+2
2017-08-31brcmfmac: Log chip id and revisionHans de Goede-0/+3
2017-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo-2/+4
2017-08-14brcmfmac: feature check for multi-scheduled scan fails on bcm4343x devicesArend Van Spriel-2/+4
2017-08-11brcm80211: constify usb_device_idArvind Yadav-1/+1
2017-08-08brcmfmac: add setting carrier state ON for successful roamingChung-Hsien Hsu-2/+5
2017-08-08brcmfmac: fix wrong num_different_channels when mchan feature enabledWright Feng-1/+3
2017-08-08brcmfmac: Add support for CYW4373 SDIO/USB chipsetChi-Hsien Lin-2/+17
2017-08-08brcmfmac: set wpa_auth to WPA_AUTH_DISABLED in AP/OPEN security modeWright Feng-1/+6
2017-08-07Merge tag 'wireless-drivers-next-for-davem-2017-08-07' of git://git.kernel.or...David S. Miller-1/+1
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-7/+3
2017-07-28brcmfmac: constify pci_device_idArvind Yadav-1/+1
2017-07-27brcmfmac: fix memleak due to calling brcmf_sdiod_sgtable_alloc() twiceArend Van Spriel-5/+0
2017-07-27brcmfmac: Don't grow SKB by negative sizeDaniel Stone-1/+1
2017-07-25drivers/net: Fix ptr_ret.cocci warnings.Tonghao Zhang-4/+1
2017-07-21brcmfmac: fix regression in brcmf_sdio_txpkt_hdalign()Arend Van Spriel-1/+2
2017-07-12brcmfmac: fix possible buffer overflow in brcmf_cfg80211_mgmt_tx()Arend van Spriel-0/+5
2017-06-30brcmfmac: switch to using cfg80211_connect_done()Arend van Spriel-9/+11
2017-06-30brcmfmac: support 4-way handshake offloading for 802.1XArend van Spriel-4/+60
2017-06-30brcmfmac: support 4-way handshake offloading for WPA/WPA2-PSKArend van Spriel-7/+134
2017-06-28brcmfmac: rework headroom check in .start_xmit()Arend Van Spriel-14/+37
2017-06-28brcmfmac: use atomic_t for statistic counter in struct brcmf_busArend Van Spriel-2/+2
2017-06-28brcmfmac: cleanup kerneldoc for struct brcmf_busArend Van Spriel-2/+1
2017-06-27brcmfmac: Fix a memory leak in error handling path in 'brcmf_cfg80211_attach'Christophe Jaillet-1/+2
2017-06-27brcmfmac: fix double free upon register_netdevice() failureArend Van Spriel-3/+4
2017-06-25Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.or...David S. Miller-103/+531
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-36/+49
2017-06-21brcmfmac: initialize oob irq data before request_irq()Michał Mirosław-5/+3
2017-06-21brcmfmac: Use separate firmware for revision 0 of the brcm43430 chipHans de Goede-2/+5
2017-06-20Merge tag 'wireless-drivers-for-davem-2017-06-20' of git://git.kernel.org/pub...David S. Miller-36/+49
2017-06-16networking: introduce and use skb_put_data()Johannes Berg-1/+1
2017-06-16brcmfmac: fix uninitialized warning in brcmf_usb_probe_phase2()Arend Van Spriel-2/+1
2017-06-15brcmfmac: fix brcmf_fws_add_interface() for USB devicesArend Van Spriel-1/+1
2017-06-15brcmfmac: unbind all devices upon failure in firmware callbackArend Van Spriel-2/+3
2017-06-15brcmfmac: use firmware callback upon failure to loadArend Van Spriel-14/+13
2017-06-15brcmfmac: add parameter to pass error code in firmware callbackArend Van Spriel-20/+34
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2017-06-13brcmfmac: Fix glom_skb leak in brcmf_sdiod_recv_chainPeter S. Housel-4/+3