summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-0742-0/+42
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0242-0/+42
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
|/
* brcmsmac: make some local variables 'static const' to reduce stack sizeArnd Bergmann2017-10-021-100/+97
* brcmfmac: Add check for short event packetsKevin Cernekee2017-10-021-1/+2
* brcmfmac: setup passive scan if requested by user-spaceArend Van Spriel2017-09-202-15/+9
* brcmfmac: add length check in brcmf_cfg80211_escan_handler()Arend Van Spriel2017-09-201-3/+15
* brcmfmac: feature check for multi-scheduled scan fails on bcm4345 devicesIan W MORRISON2017-09-081-1/+2
* brcmfmac: Log chip id and revisionHans de Goede2017-08-311-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo2017-08-241-2/+4
|\
| * brcmfmac: feature check for multi-scheduled scan fails on bcm4343x devicesArend Van Spriel2017-08-141-2/+4
* | brcm80211: constify usb_device_idArvind Yadav2017-08-111-1/+1
* | brcmfmac: add setting carrier state ON for successful roamingChung-Hsien Hsu2017-08-081-2/+5
* | brcmfmac: fix wrong num_different_channels when mchan feature enabledWright Feng2017-08-081-1/+3
* | brcmfmac: Add support for CYW4373 SDIO/USB chipsetChi-Hsien Lin2017-08-085-2/+17
* | brcmfmac: set wpa_auth to WPA_AUTH_DISABLED in AP/OPEN security modeWright Feng2017-08-081-1/+6
* | Merge tag 'wireless-drivers-next-for-davem-2017-08-07' of git://git.kernel.or...David S. Miller2017-08-071-1/+1
|\ \
| * | brcmfmac: constify pci_device_idArvind Yadav2017-07-281-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-012-7/+3
|\ \ \ | |/ / |/| / | |/
| * brcmfmac: fix memleak due to calling brcmf_sdiod_sgtable_alloc() twiceArend Van Spriel2017-07-271-5/+0
| * brcmfmac: Don't grow SKB by negative sizeDaniel Stone2017-07-271-1/+1
| * brcmfmac: fix regression in brcmf_sdio_txpkt_hdalign()Arend Van Spriel2017-07-211-1/+2
* | drivers/net: Fix ptr_ret.cocci warnings.Tonghao Zhang2017-07-251-4/+1
|/
* brcmfmac: fix possible buffer overflow in brcmf_cfg80211_mgmt_tx()Arend van Spriel2017-07-121-0/+5
* brcmfmac: switch to using cfg80211_connect_done()Arend van Spriel2017-06-301-9/+11
* brcmfmac: support 4-way handshake offloading for 802.1XArend van Spriel2017-06-302-4/+60
* brcmfmac: support 4-way handshake offloading for WPA/WPA2-PSKArend van Spriel2017-06-307-7/+134
* brcmfmac: rework headroom check in .start_xmit()Arend Van Spriel2017-06-283-14/+37
* brcmfmac: use atomic_t for statistic counter in struct brcmf_busArend Van Spriel2017-06-282-2/+2
* brcmfmac: cleanup kerneldoc for struct brcmf_busArend Van Spriel2017-06-281-2/+1
* brcmfmac: Fix a memory leak in error handling path in 'brcmf_cfg80211_attach'Christophe Jaillet2017-06-271-1/+2
* brcmfmac: fix double free upon register_netdevice() failureArend Van Spriel2017-06-273-3/+4
* Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.or...David S. Miller2017-06-259-103/+531
|\
| * brcmfmac: initialize oob irq data before request_irq()Michał Mirosław2017-06-211-5/+3
| * brcmfmac: Use separate firmware for revision 0 of the brcm43430 chipHans de Goede2017-06-211-2/+5
| * brcmfmac: Fix glom_skb leak in brcmf_sdiod_recv_chainPeter S. Housel2017-06-131-4/+3
| * brcmfmac: Fix grammar issue in error messageMartin Michlmayr2017-06-131-1/+1
| * brcmfmac: add scheduled scan support for specified BSSIDsArend Van Spriel2017-06-132-16/+53
| * brcmfmac: add mutex to protect pno requestsArend Van Spriel2017-06-131-8/+25
| * brcmfmac: add support multi-scheduled scanArend Van Spriel2017-06-137-89/+463
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-216-36/+49
|\ \
| * \ Merge tag 'wireless-drivers-for-davem-2017-06-20' of git://git.kernel.org/pub...David S. Miller2017-06-206-36/+49
| |\ \
| | * | brcmfmac: fix uninitialized warning in brcmf_usb_probe_phase2()Arend Van Spriel2017-06-161-2/+1
| | * | brcmfmac: fix brcmf_fws_add_interface() for USB devicesArend Van Spriel2017-06-151-1/+1
| | * | brcmfmac: unbind all devices upon failure in firmware callbackArend Van Spriel2017-06-151-2/+3
| | * | brcmfmac: use firmware callback upon failure to loadArend Van Spriel2017-06-151-14/+13
| | * | brcmfmac: add parameter to pass error code in firmware callbackArend Van Spriel2017-06-155-20/+34
* | | | networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-152-2/+2
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-072-2/+2
| |/
OpenPOWER on IntegriCloud