summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/marvell
AgeCommit message (Expand)AuthorFilesLines
2023-03-11wifi: mwifiex: fix loop iterator in mwifiex_update_ampdu_txwinsize()Dan Carpenter1-3/+3
2023-03-11wifi: libertas: cmdresp: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2023-03-11wifi: libertas: main: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2023-03-11wifi: libertas: if_usb: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2023-03-11wifi: libertas_tf: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2023-03-11wifi: libertas: fix memory leak in lbs_init_adapter()Zhengchao Shao1-0/+1
2023-02-25wifi: mwifiex: Add missing compatible string for SD8787Lukas Wunner1-0/+1
2022-08-25wifi: libertas: Fix possible refcount leak in if_usb_probe()Hangyu Hua1-0/+1
2022-06-14mwifiex: add mutex lock for call in mwifiex_dfs_chan_sw_work_queueNiels Dossche1-0/+2
2022-01-27mwifiex: Fix skb_over_panic in mwifiex_usb_recv()Zekun Shen1-1/+2
2022-01-27mwifiex: Fix possible ABBA deadlockBrian Norris1-2/+6
2021-12-22mwifiex: Remove unnecessary braces from HostCmd_SET_SEQ_NO_BSS_INFONathan Chancellor2-6/+6
2021-11-17libertas: Fix possible memory leak in probe and disconnectWang Hai1-0/+2
2021-11-17libertas_tf: Fix possible memory leak in probe and disconnectWang Hai1-0/+2
2021-11-17mwifiex: Send DELBA requests according to specJonas Dreßler1-2/+3
2021-11-17mwl8k: Fix use-after-free in mwl8k_fw_state_machine()Zheyu Ma1-1/+1
2021-11-17mwifiex: Properly initialize private structure on interface type changesJonas Dreßler1-3/+7
2021-11-17mwifiex: Run SET_BSS_MODE when changing from P2P to STATION vif-typeJonas Dreßler1-18/+4
2021-11-17mwifiex: Read a PCI register after writing the TX ring write pointerJonas Dreßler1-0/+8
2021-11-17mwifiex: fix division by zero in fw download pathJohan Hovold1-0/+16
2021-07-14mwifiex: re-fix for unaligned accessesArnd Bergmann1-6/+4
2021-06-03libertas: register sysfs groups properlyGreg Kroah-Hartman1-24/+4
2021-06-03Revert "libertas: add checks for the return value of sysfs_create_group"Greg Kroah-Hartman1-5/+0
2021-05-14mwl8k: Fix a double Free in mwl8k_probe_hwLv Yunlong1-0/+1
2021-03-11mwifiex: pcie: skip cancel_work_sync() on reset failure pathTsuchiya Yuto2-1/+19
2021-01-09mwifiex: Fix possible buffer overflows in mwifiex_cmd_802_11_ad_hoc_startZhang Xiaohui1-0/+2
2020-12-30mwifiex: fix mwifiex_shutdown_sw() causing sw reset failureTsuchiya Yuto1-0/+2
2020-10-29mwifiex: don't call del_timer_sync() on uninitialized timerTetsuo Handa1-1/+2
2020-10-29mwifiex: fix double freeTom Rix1-0/+2
2020-10-29mwifiex: Do not use GFP_KERNEL in atomic contextChristophe JAILLET1-1/+1
2020-10-01mwifiex: Increase AES key storage size to 256 bitsMaximilian Luz2-3/+3
2020-08-19mwifiex: Prevent memory corruption handling keysDan Carpenter1-7/+15
2020-08-19mwifiex: Fix firmware filename for sd8997 chipsetPali Rohár1-1/+1
2020-08-19mwifiex: Fix firmware filename for sd8977 chipsetPali Rohár1-1/+1
2020-06-22mwifiex: Fix memory corruption in dump_stationPali Rohár1-8/+6
2020-06-22libertas_tf: avoid a null dereference in pointer privColin Ian King1-3/+3
2020-03-05mwifiex: delete unused mwifiex_get_intf_num()Brian Norris1-13/+0
2020-03-05mwifiex: drop most magic numbers from mwifiex_process_tdls_action_frame()Brian Norris1-47/+28
2020-02-15libertas: make lbs_ibss_join_existing() return error code on rates overflowNicolai Stange1-0/+1
2020-02-15libertas: don't exit from lbs_ibss_join_existing() with RCU read lock heldNicolai Stange1-0/+1
2020-02-15mwifiex: Fix possible buffer overflows in mwifiex_cmd_append_vsie_tlv()Qing Xu1-0/+7
2020-02-15mwifiex: Fix possible buffer overflows in mwifiex_ret_wmm_get_status()Qing Xu1-0/+4
2020-02-11mwifiex: fix unbalanced locking in mwifiex_process_country_ie()Brian Norris1-0/+1
2020-01-29libertas: Fix two buffer overflows at parsing bss descriptorWen Huang1-3/+13
2020-01-14mwifiex: pcie: Fix memory leak in mwifiex_pcie_alloc_cmdrsp_bufNavid Emamdoost1-1/+3
2020-01-14mwifiex: fix possible heap overflow in mwifiex_process_country_ie()Ganapathi Bhat1-2/+11
2020-01-12mwifiex: Fix heap overflow in mmwifiex_process_tdls_action_frame()qize wang1-6/+64
2019-12-31mwifiex: pcie: Fix memory leak in mwifiex_pcie_init_evt_ringNavid Emamdoost1-1/+4
2019-12-31libertas: fix a potential NULL pointer dereferenceAllen Pais1-0/+5
2019-12-13mwifiex: Re-work support for SDIO HW resetUlf Hansson3-12/+27