summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/marvell
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-144-15/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-0312-62/+80
|\
| * mwifiex: Add support for NL80211_ATTR_MAX_AP_ASSOC_STAPali Rohár2020-05-294-0/+26
| * mwifiex: Parse all API_VER_ID propertiesPali Rohár2020-05-292-2/+17
| * libertas: Use shared constant for rfc1042 headerPascal Terjan2020-05-291-4/+1
| * Merge tag 'mac80211-next-for-net-next-2020-04-25' of git://git.kernel.org/pub...David S. Miller2020-05-261-10/+6
| |\
| | * cfg80211: change internal management frame registration APIJohannes Berg2020-04-241-10/+6
| * | mwifiex: Fix memory corruption in dump_stationPali Rohár2020-05-181-8/+6
| * | mwl8k: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-121-1/+1
| * | libertas_tf: avoid a null dereference in pointer privColin Ian King2020-05-061-3/+3
| * | mwifiex: avoid -Wstringop-overflow warningArnd Bergmann2020-05-061-23/+16
| * | libertas: make lbs_process_event() voidJason Yan2020-04-152-5/+2
| * | libertas: make lbs_init_mesh() voidJason Yan2020-04-152-6/+2
| |/
* | mmc: sdio: Move SDIO IDs from mwifiex driver to common include filePali Rohár2020-05-291-29/+9
* | mmc: sdio: Change macro names for Marvell 8688 modulesPali Rohár2020-05-291-1/+1
|/
* wireless: marvell: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-233-24/+24
* libertas: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-234-5/+5
* libertas: Use new structure for SPI transfer delaysSergiu Cuciurean2020-03-121-1/+2
* mwifiex: set needed_headroom, not hard_header_lenBrian Norris2020-03-121-1/+1
* mwifiex: change license text from MARVELL to NXPGanapathi Bhat2020-02-1445-178/+179
* libertas: make lbs_ibss_join_existing() return error code on rates overflowNicolai Stange2020-01-271-0/+1
* libertas: don't exit from lbs_ibss_join_existing() with RCU read lock heldNicolai Stange2020-01-271-0/+1
* mwifiex: Fix possible buffer overflows in mwifiex_cmd_append_vsie_tlv()Qing Xu2020-01-271-0/+7
* mwifiex: Fix possible buffer overflows in mwifiex_ret_wmm_get_status()Qing Xu2020-01-271-0/+4
* mwifiex: fix unbalanced locking in mwifiex_process_country_ie()Brian Norris2020-01-271-0/+1
* Merge tag 'wireless-drivers-next-2020-01-26' of git://git.kernel.org/pub/scm/...David S. Miller2020-01-271-47/+28
|\
| * mwifiex: drop most magic numbers from mwifiex_process_tdls_action_frame()Brian Norris2020-01-261-47/+28
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-261-3/+13
|\ \ | |/ |/|
| * Merge tag 'wireless-drivers-2020-01-23' of git://git.kernel.org/pub/scm/linux...David S. Miller2020-01-231-3/+13
| |\
| | * libertas: Fix two buffer overflows at parsing bss descriptorWen Huang2019-12-181-3/+13
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-224-11/+78
|\ \ \ | |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-222-8/+75
| |\ \ | | |/
| | * Merge tag 'wireless-drivers-2019-12-17' of git://git.kernel.org/pub/scm/linux...David S. Miller2019-12-172-8/+75
| | |\
| | | * mwifiex: Fix heap overflow in mmwifiex_process_tdls_action_frame()qize wang2019-12-021-6/+64
| | | * mwifiex: fix possible heap overflow in mwifiex_process_country_ie()Ganapathi Bhat2019-11-281-2/+11
| * | | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-092-3/+3
| |/ /
* | | Merge tag 'wireless-drivers-next-2019-12-20' of git://git.kernel.org/pub/scm/...David S. Miller2019-12-201-13/+0
|\ \ \
| * | | mwifiex: delete unused mwifiex_get_intf_num()Brian Norris2019-12-181-13/+0
| |/ /
* | | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
|/ /
* | Merge tag 'mmc-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2019-11-273-12/+27
|\ \ | |/ |/|
| * mwifiex: Re-work support for SDIO HW resetUlf Hansson2019-11-143-12/+27
* | Merge tag 'wireless-drivers-next-2019-11-05' of git://git.kernel.org/pub/scm/...David S. Miller2019-11-054-11/+18
|\ \
| * | mwifiex: pcie: Fix memory leak in mwifiex_pcie_init_evt_ringNavid Emamdoost2019-10-091-1/+4
| * | mwifiex: pcie: Fix memory leak in mwifiex_pcie_alloc_cmdrsp_bufNavid Emamdoost2019-10-091-1/+3
| * | libertas: remove redundant assignment to variable retColin Ian King2019-10-041-1/+0
| * | mwifiex: use 'total_ie_len' in mwifiex_update_bss_desc_with_ie()Brian Norris2019-10-011-8/+6
| * | libertas: fix a potential NULL pointer dereferenceAllen Pais2019-10-011-0/+5
| |/
* | mac80211: simplify TX aggregation startJohannes Berg2019-10-041-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-152-1/+11
|\
| * mwifiex: Fix three heap overflow at parsing element in cfg80211_ap_settingsWen Huang2019-09-032-1/+11