summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom
Commit message (Expand)AuthorAgeFilesLines
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-152-2/+2
|\
| * net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-072-2/+2
* | Merge tag 'wireless-drivers-next-for-davem-2017-06-12' of git://git.kernel.or...David S. Miller2017-06-129-21/+119
|\ \ | |/ |/|
| * brcmfmac: remove setting IBSS mode when stopping APChi-hsien Lin2017-05-221-3/+0
| * brcmfmac: btcoex: replace init_timer with setup_timerXie Qirong2017-05-221-3/+1
| * b43: Add missing MODULE_FIRMWARE()Takashi Iwai2017-05-221-0/+10
| * brcmfmac: move scheduled scan wiphy param setting to pno moduleArend Van Spriel2017-05-184-13/+25
| * brcmfmac: add firmware feature detection for gscan featureArend van Spriel2017-05-183-2/+83
* | 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/+5
* | 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/+0
| * 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/+7
| * 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-0915-85/+174
|\ \
| * | brcmfmac: no need for d11inf instance in brcmf_pno_start_sched_scan()Arend Van Spriel2017-04-051-2/+0
| * | 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/+1
| * | 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
|/
OpenPOWER on IntegriCloud