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