summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom
AgeCommit message (Expand)AuthorLines
2016-10-27brcmfmac: avoid maybe-uninitialized warning in brcmf_cfg80211_start_apArnd Bergmann-1/+1
2016-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-80/+84
2016-10-03Merge tag 'driver-core-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-4/+8
2016-09-27brcmfmac: use correct skb freeing helper when deleting flowringRafał Miłecki-1/+8
2016-09-27brcmfmac: replace WARNING on timeout with a simple error messageRafał Miłecki-1/+2
2016-09-26brcmfmac: drop unused fields from struct brcmf_pubRafał Miłecki-9/+0
2016-09-26brcmfmac: fix memory leak in brcmf_fill_bss_paramRafał Miłecki-1/+4
2016-09-26brcmfmac: simplify mapping of auth typeHante Meuleman-7/+1
2016-09-26brcmfmac: fix out of bound access on clearing wowl wake indicatorHante Meuleman-2/+4
2016-09-26brcmfmac: fix clearing entry IPv6 addressHante Meuleman-2/+5
2016-09-26brcmfmac: remove unnecessary null pointer checkHante Meuleman-2/+1
2016-09-26brcmfmac: remove worker from .ndo_set_mac_address() callbackArend Van Spriel-28/+13
2016-09-26brcmfmac: initialize variable in brcmf_sdiod_regrl()Arend Van Spriel-1/+1
2016-09-26brcmfmac: fix memory leak in brcmf_flowring_add_tdls_peer()Arend Van Spriel-2/+6
2016-09-26brcmfmac: rework pointer trickery in brcmf_proto_bcdc_query_dcmd()Arend Van Spriel-1/+1
2016-09-26brcmfmac: ignore 11d configuration errorsHante Meuleman-12/+15
2016-09-21b43legacy: fix debugfs crashChristian Lamparter-2/+4
2016-09-21b43: fix debugfs crashChristian Lamparter-2/+4
2016-09-17Merge tag 'wireless-drivers-next-for-davem-2016-09-15' of git://git.kernel.or...David S. Miller-5/+21
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-20/+22
2016-09-09brcmfmac: sdio: shorten retry loop in brcmf_sdio_kso_control()Arend Van Spriel-2/+9
2016-09-09brcmfmac: add support for bcm4339 chip with modalias sdio:c00v02D0d4339Arend Van Spriel-1/+3
2016-09-07brcmfmac: avoid potential stack overflow in brcmf_cfg80211_start_ap()Arend Van Spriel-1/+1
2016-09-03brcmfmac: fix pmksa->bssid usageNicolas Iooss-2/+2
2016-09-03brcmfmac: Add USB ID for Cisco Linksys AE1200Ismael Luceno-0/+6
2016-09-03brcmfmac: add missing header dependenciesBaoyou Xie-0/+1
2016-08-24brcmfmac: Change vif_event_lock to spinlockmhiramat@kernel.org-14/+14
2016-08-24brcmfmac: Check rtnl_lock is locked when removing interfacemhiramat@kernel.org-5/+7
2016-08-13net: wireless: broadcom: brcm80211: brcmfmac: usb: don't print error when all...Wolfram Sang-6/+2
2016-07-19brcmsmac: Initialize power in brcms_c_stf_ss_algo_channel_get()Florian Fainelli-1/+1
2016-07-19brcmsmac: Free packet if dma_mapping_error() fails in dma_rxfillFlorian Fainelli-1/+3
2016-07-19brcmfmac: Fix glob_skb leak in brcmf_sdiod_recv_chainFlorian Fainelli-1/+3
2016-07-18brcmfmac: defer DPC processing during probeArend Van Spriel-4/+3
2016-07-18brcmfmac: restore stopping netdev queue when bus clogs upArend Van Spriel-5/+17
2016-07-18brcmfmac: respect hidden_ssid for AP interfacesRafał Miłecki-0/+13
2016-07-14Merge tag 'wireless-drivers-next-for-davem-2016-07-13' of git://git.kernel.or...David S. Miller-44/+89
2016-07-08brcmfmac: support removing AP interfaces with "interface_remove"Rafał Miłecki-1/+38
2016-07-08brcmfmac: delete interface directly in code that sent fw requestRafał Miłecki-4/+9
2016-07-06nl80211: support beacon report scanningAvraham Stern-1/+5
2016-06-29brcmfmac: add missing break when deleting P2P_DEVICERafał Miłecki-0/+2
2016-06-29brcmfmac: include also core.h header in cfg80211.hRafał Miłecki-0/+1
2016-06-29brcmfmac: use const char * for interface name in brcmf_add_ifRafał Miłecki-2/+2
2016-06-29brcmfmac: fix lockup when removing P2P interface after event timeoutRafał Miłecki-16/+21
2016-06-29wireless: brcmsmac: fix old-style declarationArnd Bergmann-2/+2
2016-06-29brcmfmac: slightly simplify building interface combinationsRafał Miłecki-21/+16
2016-06-23Merge tag 'wireless-drivers-next-for-davem-2016-06-21' of git://git.kernel.or...David S. Miller-1049/+275
2016-06-16brcmfmac: include required headers in cfg80211.hRafał Miłecki-0/+3
2016-06-16brcmfmac: drop unused pm_block vif attributeRafał Miłecki-13/+6
2016-06-16b43: Completely remove support for phy_aGuenter Roeck-307/+24
2016-06-16b43: Remove unused phy_a codeGuenter Roeck-626/+21