summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom/brcm80211/brcmfmac
Commit message (Expand)AuthorAgeFilesLines
* brcmfmac: avoid maybe-uninitialized warning in brcmf_cfg80211_start_apArnd Bergmann2016-10-271-1/+1
* 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-175-5/+19
|\
| * 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-031-0/+4
| * 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
|\ \ | |/ |/|
| * 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
* | net: wireless: broadcom: brcm80211: brcmfmac: usb: don't print error when all...Wolfram Sang2016-08-131-6/+2
|/
* 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-146-42/+87
|\
| * 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
| * 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-2311-102/+179
|\
| * 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
| * brcmfmac: change rx_seq check log from error print to debug printWright Feng2016-06-161-2/+1
| * brcmfmac: add support for the PCIE devices 43525 and 43465Hante Meuleman2016-06-162-1/+7
| * brcmfmac: use ndev->needed_headroom to reserve additional header spaceWright Feng2016-06-161-1/+1
| * brcmfmac: revise SDIO error message in brcmf_sdio_drivestrengthinitWright Feng2016-06-161-1/+1
| * brcmfmac: fix skb priority handlingHante Meuleman2016-06-161-1/+1
| * brcmfmac: don't remove interface on link down firmware eventRafał Miłecki2016-06-161-3/+0
| * brcmfmac: fix setting AP channel with new firmwaresRafał Miłecki2016-06-161-11/+25
| * brcmfmac: print errors if creating interface failsRafał Miłecki2016-06-162-8/+10
| * brcmfmac: support get_channel cfg80211 callbackRafał Miłecki2016-06-141-0/+63