summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-10-0511-80/+84
|\
| * brcmfmac: use correct skb freeing helper when deleting flowringRafał Miłecki2016-09-271-1/+8
| * brcmfmac: replace WARNING on timeout with a simple error messageRafał Miłecki2016-09-271-1/+2
| * brcmfmac: drop unused fields from struct brcmf_pubRafał Miłecki2016-09-263-9/+0
| * brcmfmac: fix memory leak in brcmf_fill_bss_paramRafał Miłecki2016-09-261-1/+4
| * brcmfmac: simplify mapping of auth typeHante Meuleman2016-09-261-7/+1
| * brcmfmac: fix out of bound access on clearing wowl wake indicatorHante Meuleman2016-09-261-2/+4
| * brcmfmac: fix clearing entry IPv6 addressHante Meuleman2016-09-261-2/+5
| * brcmfmac: remove unnecessary null pointer checkHante Meuleman2016-09-261-2/+1
| * brcmfmac: remove worker from .ndo_set_mac_address() callbackArend Van Spriel2016-09-262-28/+13
| * brcmfmac: initialize variable in brcmf_sdiod_regrl()Arend Van Spriel2016-09-261-1/+1
| * brcmfmac: fix memory leak in brcmf_flowring_add_tdls_peer()Arend Van Spriel2016-09-261-2/+6
| * brcmfmac: rework pointer trickery in brcmf_proto_bcdc_query_dcmd()Arend Van Spriel2016-09-261-1/+1
| * brcmfmac: ignore 11d configuration errorsHante Meuleman2016-09-261-12/+15
| * Merge tag 'wireless-drivers-next-for-davem-2016-09-15' of git://git.kernel.or...David S. Miller2016-09-176-5/+21
| |\
| | * brcmfmac: sdio: shorten retry loop in brcmf_sdio_kso_control()Arend Van Spriel2016-09-091-2/+9
| | * brcmfmac: add support for bcm4339 chip with modalias sdio:c00v02D0d4339Arend Van Spriel2016-09-092-1/+3
| | * brcmfmac: fix pmksa->bssid usageNicolas Iooss2016-09-031-2/+2
| | * brcmfmac: Add USB ID for Cisco Linksys AE1200Ismael Luceno2016-09-032-0/+6
| | * brcmfmac: add missing header dependenciesBaoyou Xie2016-09-031-0/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-125-20/+22
| |\ \ | | |/ | |/|
| * | net: wireless: broadcom: brcm80211: brcmfmac: usb: don't print error when all...Wolfram Sang2016-08-131-6/+2
* | | Merge tag 'driver-core-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-10-032-4/+8
|\ \ \ | |_|/ |/| |
| * | b43legacy: fix debugfs crashChristian Lamparter2016-09-211-2/+4
| * | b43: fix debugfs crashChristian Lamparter2016-09-211-2/+4
| |/
* | brcmfmac: avoid potential stack overflow in brcmf_cfg80211_start_ap()Arend Van Spriel2016-09-071-1/+1
* | brcmfmac: Change vif_event_lock to spinlockmhiramat@kernel.org2016-08-242-14/+14
* | brcmfmac: Check rtnl_lock is locked when removing interfacemhiramat@kernel.org2016-08-243-5/+7
|/
* brcmsmac: Initialize power in brcms_c_stf_ss_algo_channel_get()Florian Fainelli2016-07-191-1/+1
* brcmsmac: Free packet if dma_mapping_error() fails in dma_rxfillFlorian Fainelli2016-07-191-1/+3
* brcmfmac: Fix glob_skb leak in brcmf_sdiod_recv_chainFlorian Fainelli2016-07-191-1/+3
* brcmfmac: defer DPC processing during probeArend Van Spriel2016-07-181-4/+3
* brcmfmac: restore stopping netdev queue when bus clogs upArend Van Spriel2016-07-181-5/+17
* brcmfmac: respect hidden_ssid for AP interfacesRafał Miłecki2016-07-181-0/+13
* Merge tag 'wireless-drivers-next-for-davem-2016-07-13' of git://git.kernel.or...David S. Miller2016-07-147-44/+89
|\
| * brcmfmac: support removing AP interfaces with "interface_remove"Rafał Miłecki2016-07-081-1/+38
| * brcmfmac: delete interface directly in code that sent fw requestRafał Miłecki2016-07-082-4/+9
| * brcmfmac: add missing break when deleting P2P_DEVICERafał Miłecki2016-06-291-0/+2
| * brcmfmac: include also core.h header in cfg80211.hRafał Miłecki2016-06-291-0/+1
| * brcmfmac: use const char * for interface name in brcmf_add_ifRafał Miłecki2016-06-292-2/+2
| * brcmfmac: fix lockup when removing P2P interface after event timeoutRafał Miłecki2016-06-294-16/+21
| * wireless: brcmsmac: fix old-style declarationArnd Bergmann2016-06-291-2/+2
| * brcmfmac: slightly simplify building interface combinationsRafał Miłecki2016-06-291-21/+16
* | nl80211: support beacon report scanningAvraham Stern2016-07-061-1/+5
|/
* Merge tag 'wireless-drivers-next-for-davem-2016-06-21' of git://git.kernel.or...David S. Miller2016-06-2324-1049/+275
|\
| * brcmfmac: include required headers in cfg80211.hRafał Miłecki2016-06-161-0/+3
| * brcmfmac: drop unused pm_block vif attributeRafał Miłecki2016-06-163-13/+6
| * b43: Completely remove support for phy_aGuenter Roeck2016-06-163-307/+24
| * b43: Remove unused phy_a codeGuenter Roeck2016-06-165-626/+21
| * brcmfmac: change rx_seq check log from error print to debug printWright Feng2016-06-161-2/+1
OpenPOWER on IntegriCloud