summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'wireless-drivers-next-for-davem-2018-07-23' of git://git.kernel.or...David S. Miller2018-07-2410-29/+113
|\
| * brcmfmac: update STA info struct to the v5Rafał Miłecki2018-07-041-0/+14
| * brcmfmac: define more bits for the flags of struct brcmf_sta_info_leRafał Miłecki2018-07-041-5/+24
| * brcmfmac: handle msgbuf packets marked with monitor mode flagRafał Miłecki2018-07-043-0/+45
| * brcmfmac: detect firmware support for radiotap monitor framesRafał Miłecki2018-07-042-1/+4
| * brcmfmac: detect firmware support for monitor interfaceRafał Miłecki2018-07-042-1/+4
| * wireless-drivers: use BIT_ULL for NL80211_STA_INFO_ attribute typesOmer Efrat2018-06-271-20/+20
| * brcmsmac: make function wlc_phy_workarounds_nphy_rev1 staticColin Ian King2018-06-271-1/+1
| * brcmsmac: fix wrap around in conversion from constant to s16Stefan Agner2018-06-271-1/+1
| * brcmsmac: Remove unnecessary parenthesesVarsha Rao2018-06-271-1/+1
* | Merge tag 'wireless-drivers-for-davem-2018-07-03' of git://git.kernel.org/pub...David S. Miller2018-07-031-0/+7
|\ \
| * | brcmfmac: stop watchdog before detach and free everythingMichael Trimarchi2018-06-241-0/+7
| |/
* / net: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-06-231-1/+0Star
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-135-9/+11
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-132-6/+7
* Merge tag 'wireless-drivers-next-for-davem-2018-05-31' of git://git.kernel.or...David S. Miller2018-06-0310-6/+60
|\
| * brcmfmac: trigger memory dump on SDIO firmware halt messageFranky Lin2018-05-231-1/+3
| * brcmfmac: trigger memory dump upon firmware halt signalFranky Lin2018-05-231-0/+5
| * brcmfmac: validate user provided data for memdump before copyingFranky Lin2018-05-231-1/+2
| * brcmfmac: add support for sysfs initiated coredumpArend Van Spriel2018-05-234-0/+12
| * brcmfmac: move ALLFFMAC variable in flowring moduleArend Van Spriel2018-05-233-4/+2Star
| * brcmfmac: add debugfs entry for reading firmware capabilitiesRafał Miłecki2018-05-231-0/+36
* | drivers/net: Fix various unnecessary characters after logging newlinesJoe Perches2018-05-301-1/+1
|/
* brcmfmac: fix initialization of struct cfg80211_inform_bss variableFranky Lin2018-05-151-1/+1
* b43: fix transmit failure when VT is switchedTaketo Kabe2018-05-151-7/+7
* brcmfmac: set WIPHY_FLAG_HAVE_AP_SME flagRafał Miłecki2018-05-151-0/+1
* wireless-drivers: Dynamically allocate struct station_infoToke Høiland-Jørgensen2018-05-121-6/+12
* brcmfmac: Add support for bcm43364 wireless chipsetSean Lanigan2018-05-091-0/+1
* brcmfmac: coarse support for PCIe shared structure rev7Franky Lin2018-04-302-6/+23
* brcmfmac: add hostready indicationFranky Lin2018-04-301-2/+12
* brcmfmac: constify firmware mapping tablesArend Van Spriel2018-04-305-5/+5
* brcmfmac: use nl80211_band directly to get ieee80211 channelFranky Lin2018-04-301-4/+4
* brcmfmac: reports boottime_ns while informing bssFranky Lin2018-04-301-13/+13
* brcmfmac: check p2pdev mac address uniquenessArend Van Spriel2018-04-301-0/+7
* net: wireless: b43legacy: Replace GFP_ATOMIC with GFP_KERNEL in dma_tx_fragmentJia-Ju Bai2018-04-301-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo2018-04-261-16/+20
|\
| * brcmfmac: fix firmware request processing if nvram load failsArend Van Spriel2018-04-091-16/+20
* | brcmsmac: phy_lcn: remove duplicate codeGustavo A. R. Silva2018-04-251-7/+2Star
* | brcmfmac: add support for BCM4366E chipsetDan Haab2018-04-253-0/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo2018-03-284-1/+64
|\
| * brcmfmac: Fix check for ISO3166 codeStefan Wahren2018-03-201-1/+1
| * brcmfmac: drop Inter-Access Point Protocol packets by defaultRafał Miłecki2018-03-163-0/+63
* | brcmsmac: allocate ucode with GFP_KERNELTakashi Iwai2018-03-271-2/+2
* | brcmfmac: add kerneldoc for struct brcmf_bus::msgbufArend Van Spriel2018-03-271-0/+1
* | brcmfmac: get rid of brcmf_fw_get_full_name()Arend Van Spriel2018-03-271-10/+4Star
* | brcmfmac: get rid of brcmf_fw_map_chip_to_name()Arend Van Spriel2018-03-272-57/+0Star
* | brcmfmac: add extension to .get_fwname() callbacksArend Van Spriel2018-03-275-78/+51Star
* | brcmfmac: introduce brcmf_fw_alloc_request() functionArend Van Spriel2018-03-275-60/+147
* | brcmfmac: pass struct in brcmf_fw_get_firmwares()Arend Van Spriel2018-03-275-86/+245
* | brcmfmac: derive firmware filenames from basename mappingArend Van Spriel2018-03-275-98/+96Star