summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/marvell
AgeCommit message (Expand)AuthorFilesLines
2025-10-29wifi: mwifiex: send world regulatory domain to driverStefan Kerkmann1-4/+3
2025-09-09wifi: mwifiex: Initialize the chan_stats array to zeroQianfeng Rong2-4/+5
2025-09-09wifi: libertas: cap SSID len in lbs_associate()Dan Carpenter1-3/+6
2025-08-28mwl8k: Add missing check after DMA mapThomas Fourier1-0/+4
2024-12-14wifi: mwifiex: Fix memcpy() field-spanning write warning in mwifiex_config_sc...Alper Nebi Yasak1-1/+1
2024-12-14wifi: mwifiex: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan1-2/+2
2024-10-17wifi: mwifiex: Fix memcpy() field-spanning write warning in mwifiex_cmd_802_1...Gustavo A. R. Silva2-3/+2
2024-09-12wifi: mwifiex: Do not return unused priv in mwifiex_get_priv_by_id()Sascha Hauer1-0/+3
2024-09-04wifi: mwifiex: duplicate static structs used in driver instancesSascha Hauer1-6/+26
2024-08-19wifi: mwifiex: Fix interface type changeRafael Beims1-0/+2
2024-06-16wifi: mwl8k: initialize cmd->addr[] properlyDan Carpenter1-1/+1
2024-03-27wireless: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2-4/+0
2024-03-27wifi: libertas: fix some memleaks in lbs_allocate_cmd_buffer()Zhipeng Lu1-2/+11
2024-03-27wifi: mwifiex: debugfs: Drop unnecessary error check for debugfs_create_dir()Jinjie Ruan1-3/+0
2024-01-26wifi: mwifiex: configure BSSID consistently when starting APDavid Lin4-0/+12
2024-01-26wifi: libertas: stop selecting wextArnd Bergmann1-2/+0
2023-10-10wifi: mwifiex: Fix oob check condition in mwifiex_process_rx_packetPin-yen Lin1-7/+9
2023-10-10wifi: mwifiex: Fix tlv_buf_left calculationGustavo A. R. Silva1-2/+2
2023-09-23wifi: mwifiex: fix fortify warningDmitry Antipov1-3/+6
2023-09-19wifi: mwifiex: avoid possible NULL skb pointer dereferenceDmitry Antipov1-1/+9
2023-09-19wifi: mwifiex: Fix missed return in oob checks failed pathPolaris Pi2-0/+2
2023-09-19wifi: mwifiex: fix memory leak in mwifiex_histogram_read()Dmitry Antipov1-2/+7
2023-09-19wifi: mwifiex: fix error recovery in PCIE buffer descriptor managementDmitry Antipov1-8/+17
2023-09-19wifi: mwifiex: Fix OOB and integer underflow when rx packetsPolaris Pi3-4/+36
2023-07-27wifi: mwifiex: Fix the size of a memory allocation in mwifiex_ret_802_11_scan()Christophe JAILLET1-3/+3
2023-04-20wifi: mwifiex: mark OF related data as maybe unusedKrzysztof Kozlowski2-2/+2
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-21Revert "mwifiex: fix sleep in atomic context bugs caused by dev_coredumpv"Greg Kroah-Hartman3-10/+8
2022-08-21mwifiex: fix sleep in atomic context bugs caused by dev_coredumpvDuoming Zhou3-8/+10
2022-08-21mwifiex: Ignore BTCOEX events from the 88W8897 firmwareJonas Dreßler3-0/+8
2022-08-21wifi: libertas: Fix possible refcount leak in if_usb_probe()Hangyu Hua1-0/+1
2022-06-09mwifiex: 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-11-18libertas: Fix possible memory leak in probe and disconnectWang Hai1-0/+2
2021-11-18libertas_tf: Fix possible memory leak in probe and disconnectWang Hai1-0/+2
2021-11-18mwifiex: Send DELBA requests according to specJonas Dreßler1-2/+3
2021-11-18mwl8k: Fix use-after-free in mwl8k_fw_state_machine()Zheyu Ma1-1/+1
2021-11-18mwifiex: Properly initialize private structure on interface type changesJonas Dreßler1-3/+7
2021-11-18mwifiex: Run SET_BSS_MODE when changing from P2P to STATION vif-typeJonas Dreßler1-18/+4
2021-11-18mwifiex: Try waking the firmware until we get an interruptJonas Dreßler1-5/+23
2021-11-18mwifiex: Read a PCI register after writing the TX ring write pointerJonas Dreßler1-0/+8
2021-11-18mwifiex: fix division by zero in fw download pathJohan Hovold1-0/+16
2021-07-14mwifiex: re-fix for unaligned accessesArnd Bergmann1-6/+4