summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'wireless-drivers-for-davem-2017-06-20' of git://git.kernel.org/pub...David S. Miller2017-06-206-36/+49
|\
| * brcmfmac: fix uninitialized warning in brcmf_usb_probe_phase2()Arend Van Spriel2017-06-161-2/+1Star
| * brcmfmac: fix brcmf_fws_add_interface() for USB devicesArend Van Spriel2017-06-151-1/+1
| * brcmfmac: unbind all devices upon failure in firmware callbackArend Van Spriel2017-06-151-2/+3
| * brcmfmac: use firmware callback upon failure to loadArend Van Spriel2017-06-151-14/+13Star
| * brcmfmac: add parameter to pass error code in firmware callbackArend Van Spriel2017-06-155-20/+34
* | net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-072-2/+2
|/
* brcmfmac: fix alignment configuration on host using 64-bit DMAArend Van Spriel2017-06-011-1/+1
* Merge tag 'mac80211-next-for-davem-2017-04-28' of git://git.kernel.org/pub/sc...David S. Miller2017-04-283-15/+22
|\
| * cfg80211: add request id to cfg80211_sched_scan_*() apiArend Van Spriel2017-04-281-2/+2
| * cfg80211: unify cfg80211_roamed() and cfg80211_roamed_bss()Avraham Stern2017-04-281-3/+10
| * mac80211: separate encoding/bandwidth from flagsJohannes Berg2017-04-281-2/+2
| * mac80211: clean up rate encoding bits in RX statusJohannes Berg2017-04-282-6/+6
| * cfg80211: add request id parameter to .sched_scan_stop() signatureArend Van Spriel2017-04-261-3/+3
| * nl80211: allow multiple active scheduled scan requestsArend Van Spriel2017-04-261-1/+1
* | brcmfmac: Make skb header writable before useJames Hughes2017-04-261-14/+5Star
* | brcmfmac: Ensure pointer correctly set if skb data location changesJames Hughes2017-04-261-1/+3
|/
* Merge tag 'wireless-drivers-next-for-davem-2017-04-21' of git://git.kernel.or...David S. Miller2017-04-248-54/+88
|\
| * brcmfmac: only build fwsignal module for CONFIG_BRCMFMAC_PROTO_BCDCArend Van Spriel2017-04-191-2/+2
| * brcmfmac: only add channels and ssids once in scan requestArend Van Spriel2017-04-131-4/+16
| * brcmfmac: remove bogus check in scheduled scan result handlerArend Van Spriel2017-04-131-6/+0Star
| * brcmfmac: add length checks in scheduled scan result handlerArend Van Spriel2017-04-131-2/+11
| * brcmfmac: remove reference to fwsignal data from struct brcmf_pubArend Van Spriel2017-04-135-39/+54
| * brcmfmac: ignore interfaces when fwsignal is disabledArend Van Spriel2017-04-131-1/+1
| * brcmfmac: rename brcmf_fws_{de,}init to brcmf_fws{at,de}tachArend Van Spriel2017-04-133-7/+7
| * brcmfmac: properly align buffers on certain platforms with 64 bit DMAHeiner Kallweit2017-04-131-0/+4
* | Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/sc...David S. Miller2017-04-206-10/+13
|\ \ | |/ |/|
| * cfg80211: move add/change interface monitor flags into paramsJohannes Berg2017-04-133-10/+7Star
| * wireless: Set NL80211_EXT_FEATURE_CQM_RSSI_LIST in multiple driversAndrew Zaborowski2017-03-063-0/+6
* | Merge tag 'wireless-drivers-next-for-davem-2017-04-07' of git://git.kernel.or...David S. Miller2017-04-1015-85/+174
|\ \
| * | brcmfmac: no need for d11inf instance in brcmf_pno_start_sched_scan()Arend Van Spriel2017-04-051-2/+0Star
| * | brcmfmac: restore bus state when enter_D3 failsArend Van Spriel2017-04-051-0/+1
| * | brcmfmac: add support to move wiphy instance into network namespaceArend Van Spriel2017-04-052-2/+4
| * | brcmfmac: move brcmf_fws_deinit to bcdc layerFranky Lin2017-04-052-7/+1Star
| * | brcmfmac: wrap brcmf_fws_init into bcdc layerFranky Lin2017-04-053-1/+17
| * | brcmfmac: update BRCMFMAC symbol descriptionRafał Miłecki2017-04-051-5/+5
| * | brcmfmac: wrap brcmf_fws_reset_interface into bcdc layerFranky Lin2017-03-203-2/+17
| * | brcmfmac: wrap brcmf_fws_del_interface into bcdc layerFranky Lin2017-03-203-2/+18
| * | brcmfmac: wrap brcmf_fws_add_interface into bcdc layerFranky Lin2017-03-204-2/+19
| * | brcmfmac: move brcmf_txcomplete to bcdc layerFranky Lin2017-03-206-23/+25
| * | brcmfmac: move brcmf_txflowblock to bcdc layerFranky Lin2017-03-206-16/+17
| * | brcmfmac: Handle status == BRCMF_E_STATUS_ABORT in cfg80211_escan_handlerHans de Goede2017-03-201-0/+3
| * | brcmfmac: Do not complain about country code "00"Hans de Goede2017-03-201-0/+4
| * | brcmfmac: Do not print the firmware version as an errorHans de Goede2017-03-202-1/+10
| * | brcmfmac: always print error when PSM's watchdog firesRafał Miłecki2017-03-203-23/+34
| |/
* | Merge tag 'wireless-drivers-for-davem-2017-04-03' of git://git.kernel.org/pub...David S. Miller2017-04-041-3/+5
|\ \
| * | brcmfmac: use local iftype avoiding use-after-free of virtual interfaceArend Van Spriel2017-03-301-3/+5
| |/
* / drivers: add explicit interrupt.h includesFlorian Westphal2017-03-301-0/+1
|/
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1