aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/broadcom
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linux-4.9.y' of github.com:nathanchance/linux-stable into p9xJosh Chasky2019-01-141-1/+1
|\
| * b43: Fix error in cordic routineLarry Finger2019-01-131-1/+1
* | BACKPORT: treewide: kzalloc() -> kcalloc()Kees Cook2019-01-075-9/+11
* | BACKPORT: treewide: kmalloc() -> kmalloc_array()Kees Cook2019-01-072-6/+7
* | Merge 4.9.145 into android-msm-bluecross-4.9Nathan Chancellor2018-12-131-0/+3
|\|
| * brcmutil: really fix decoding channel info for 160 MHz bandwidthRafał Miłecki2018-12-131-0/+3
* | Merge 4.9.142 into android-msm-bluecross-4.9Nathan Chancellor2018-12-011-1/+2
|\|
| * brcmfmac: fix reporting support for 160 MHz channelsRafał Miłecki2018-12-011-1/+2
* | Merge 4.9.137 into android-msm-bluecross-4.9Nathan Chancellor2018-11-222-1/+35
|\|
| * brcmfmac: fix for proper support of 160MHz bandwidthArend van Spriel2018-11-132-1/+35
* | Merge 4.9.125 into android-msm-bluecross-4.9Nathan Chancellor2018-10-212-2/+2
|\|
| * b43/leds: Ensure NUL-termination of LED name stringMichael Buesch2018-09-051-1/+1
| * b43legacy/leds: Ensure NUL-termination of LED name stringMichael Buesch2018-09-051-1/+1
* | Merge 4.9.124 into android-msm-bluecross-4.9Nathan Chancellor2018-10-211-0/+7
|\|
| * brcmfmac: stop watchdog before detach and free everythingMichael Trimarchi2018-08-241-0/+7
* | Merge 4.9.117 into android-msm-bluecross-4.9Nathan Chancellor2018-10-211-0/+1
|\|
| * brcmfmac: Add support for bcm43364 wireless chipsetSean Lanigan2018-08-031-0/+1
* | Merge 4.9.104 into android-msm-bluecross-4.9Nathan Chancellor2018-10-211-1/+1
|\|
| * brcmfmac: Fix check for ISO3166 codeStefan Wahren2018-05-301-1/+1
* | Merge android-4.9.91 (bb94f9d) into msm-4.9Blagovest Kolenichev2018-04-171-13/+11
|\|
| * brcmfmac: fix P2P_DEVICE ethernet address generationArend Van Spriel2018-03-281-13/+11
* | Merge android-4.9.84 (a9d0273) into msm-4.9Blagovest Kolenichev2018-03-191-1/+1
|\|
| * brcmfmac: Avoid build error with make W=1Andy Shevchenko2018-02-251-1/+1
* | Merge android-4.9-o.81 (1b9d719) into msm-4.9Blagovest Kolenichev2018-02-141-0/+10
|\|
| * b43: Add missing MODULE_FIRMWARE()Takashi Iwai2018-02-131-0/+10
* | Merge remote-tracking branch '4.9/tmp-8dd0f52' into msm-4.9Kyle Yan2018-01-021-1/+1
|\|
| * brcmfmac: change driver unbind order of the sdio function devicesArend Van Spriel2017-12-141-1/+1
* | Merge remote-tracking branch '4.9/tmp-8cca21f' into 4.9Kyle Yan2017-11-291-5/+0
|\|
| * brcmfmac: don't preset all channels as disabledRafał Miłecki2017-11-211-2/+0
| * brcmfmac: remove setting IBSS mode when stopping APChi-hsien Lin2017-11-181-3/+0
* | Merge remote-tracking branch '4.9/tmp-ffc9972' into HEADKyle Yan2017-11-161-2/+7
|\|
| * brcmfmac: setup wiphy bands after registering it firstRafał Miłecki2017-11-151-2/+7
* | Merge remote-tracking branch '4.9/tmp-4170bfa' into 4.9Kyle Yan2017-11-081-7/+16
|\|
| * brcmfmac: check brcmf_bus_get_memdump result for errorRafał Miłecki2017-11-081-7/+16
* | Merge remote-tracking branch '4.9/tmp-0c058ce' into 4.9Kyle Yan2017-10-302-101/+99
|\|
| * brcmsmac: make some local variables 'static const' to reduce stack sizeArnd Bergmann2017-10-271-100/+97
| * brcmfmac: Add check for short event packetsKevin Cernekee2017-10-271-1/+2
* | Merge remote-tracking branch '4.9/tmp-05a906d' into msm-4.9Kyle Yan2017-10-192-18/+24
|\|
| * brcmfmac: setup passive scan if requested by user-spaceArend Van Spriel2017-10-122-15/+9
| * brcmfmac: add length check in brcmf_cfg80211_escan_handler()Arend Van Spriel2017-10-121-3/+15
* | Merge "Merge remote-tracking branch '4.9/tmp-85e1c01' into 4.9"Linux Build Service Account2017-09-201-5/+0
|\ \
| * | Merge remote-tracking branch '4.9/tmp-85e1c01' into 4.9Kyle Yan2017-09-071-5/+0
| |\|
| | * brcmfmac: fix memleak due to calling brcmf_sdiod_sgtable_alloc() twiceArend Van Spriel2017-08-111-5/+0
* | | cfg80211: unify cfg80211_roamed() and cfg80211_roamed_bss()Avraham Stern2017-09-181-3/+10
|/ /
* | Merge remote-tracking branch '4.9/tmp-9ae2c67' into 4.9Kyle Yan2017-07-282-5/+10
|\|
| * brcmfmac: Fix glom_skb leak in brcmf_sdiod_recv_chainPeter S. Housel2017-07-211-4/+3
| * brcmfmac: Fix a memory leak in error handling path in 'brcmf_cfg80211_attach'Christophe Jaillet2017-07-211-1/+2
| * brcmfmac: fix possible buffer overflow in brcmf_cfg80211_mgmt_tx()Arend van Spriel2017-07-211-0/+5
* | cfg80211: pass struct to interface combination check/iterPurushottam Kushwaha2017-07-251-10/+12
|/
* brcmfmac: avoid writing channel out of allocated arrayRafał Miłecki2017-07-051-15/+17