summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/broadcom
AgeCommit message (Expand)AuthorFilesLines
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-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
2017-06-13brcmfmac: Fix glom_skb leak in brcmf_sdiod_recv_chainPeter S. Housel1-4/+3
2017-06-13brcmfmac: Fix grammar issue in error messageMartin Michlmayr1-1/+1
2017-06-13brcmfmac: add scheduled scan support for specified BSSIDsArend Van Spriel2-16/+53
2017-06-13brcmfmac: add mutex to protect pno requestsArend Van Spriel1-8/+25
2017-06-13brcmfmac: add support multi-scheduled scanArend Van Spriel7-89/+463
2017-06-12Merge tag 'wireless-drivers-next-for-davem-2017-06-12' of git://git.kernel.or...David S. Miller9-21/+119
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller2-2/+2
2017-06-01brcmfmac: fix alignment configuration on host using 64-bit DMAArend Van Spriel1-1/+1
2017-05-22brcmfmac: remove setting IBSS mode when stopping APChi-hsien Lin1-3/+0
2017-05-22brcmfmac: btcoex: replace init_timer with setup_timerXie Qirong1-3/+1
2017-05-22b43: Add missing MODULE_FIRMWARE()Takashi Iwai1-0/+10
2017-05-18brcmfmac: move scheduled scan wiphy param setting to pno moduleArend Van Spriel4-13/+25
2017-05-18brcmfmac: add firmware feature detection for gscan featureArend van Spriel3-2/+83
2017-04-28Merge tag 'mac80211-next-for-davem-2017-04-28' of git://git.kernel.org/pub/sc...David S. Miller3-15/+22
2017-04-28cfg80211: add request id to cfg80211_sched_scan_*() apiArend Van Spriel1-2/+2
2017-04-28cfg80211: unify cfg80211_roamed() and cfg80211_roamed_bss()Avraham Stern1-3/+10
2017-04-28mac80211: separate encoding/bandwidth from flagsJohannes Berg1-2/+2
2017-04-28mac80211: clean up rate encoding bits in RX statusJohannes Berg2-6/+6
2017-04-27cfg80211: add request id parameter to .sched_scan_stop() signatureArend Van Spriel1-3/+3
2017-04-27nl80211: allow multiple active scheduled scan requestsArend Van Spriel1-1/+1
2017-04-26brcmfmac: Make skb header writable before useJames Hughes1-14/+5
2017-04-26brcmfmac: Ensure pointer correctly set if skb data location changesJames Hughes1-1/+3
2017-04-24Merge tag 'wireless-drivers-next-for-davem-2017-04-21' of git://git.kernel.or...David S. Miller8-54/+88
2017-04-20Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/sc...David S. Miller6-10/+13
2017-04-19brcmfmac: only build fwsignal module for CONFIG_BRCMFMAC_PROTO_BCDCArend Van Spriel1-2/+2
2017-04-13brcmfmac: only add channels and ssids once in scan requestArend Van Spriel1-4/+16