summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/marvell
AgeCommit message (Expand)AuthorFilesLines
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-02-23wifi: mwifiex: fix uninitialized firmware_statDavid Lin1-1/+1
2024-02-23wifi: mwifiex: add extra delay for firmware readyDavid Lin2-0/+21
2024-02-23wifi: mwifiex: Support SD8978 chipsetLukas Wunner3-4/+27
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-25wifi: mwifiex: Sanity check tlv_len and tlv_bitmap_lenGustavo A. R. Silva1-0/+16
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-13wifi: mwifiex: avoid possible NULL skb pointer dereferenceDmitry Antipov1-1/+9
2023-09-13wifi: mwifiex: Fix missed return in oob checks failed pathPolaris Pi2-0/+2
2023-09-13wifi: mwifiex: fix memory leak in mwifiex_histogram_read()Dmitry Antipov1-2/+7
2023-09-13wifi: mwifiex: fix error recovery in PCIE buffer descriptor managementDmitry Antipov1-8/+17
2023-09-13wifi: mwifiex: Fix OOB and integer underflow when rx packetsPolaris Pi3-4/+36
2023-07-19wifi: 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-10wifi: mwifiex: fix loop iterator in mwifiex_update_ampdu_txwinsize()Dan Carpenter1-3/+3
2023-03-10wifi: libertas: cmdresp: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2023-03-10wifi: libertas: main: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2023-03-10wifi: libertas: if_usb: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2023-03-10wifi: libertas_tf: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2023-03-10wifi: 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-10-12treewide: use get_random_u32() when possibleJason A. Donenfeld1-2/+2
2022-09-22wifi: mwifiex: fix array of flexible structures warningsJohannes Berg2-4/+4
2022-09-22mwifiex: fix sleep in atomic context bugs caused by dev_coredumpvDuoming Zhou3-8/+10
2022-09-07wifi: mwifiex: fix endian annotations in castsJohannes Berg1-6/+6
2022-09-07wifi: mwifiex: fix endian conversionJohannes Berg1-1/+1
2022-09-07wifi: mwifiex: mark a variable unusedJohannes Berg1-1/+1
2022-09-07wifi: libertas: fix a couple of sparse warningsJohannes Berg2-3/+2
2022-09-07wifi: mwifiex: Fix comment typoJason Wang1-1/+1
2022-09-02wifi: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-08-26Merge tag 'wireless-next-2022-08-26-v2' of git://git.kernel.org/pub/scm/linux...David S. Miller2-8/+11
2022-08-25wifi: cfg80211: Add link_id parameter to various key operations for MLOVeerendranath Jakkam2-8/+11
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds47-616/+49
2022-07-27wifi: libertas: Fix possible refcount leak in if_usb_probe()Hangyu Hua1-0/+1
2022-07-27wifi: mwifiex: clean up one inconsistent indentingYang Li1-1/+1
2022-07-27wifi: mwifiex: Fix comment typoJason Wang1-1/+1
2022-07-27wifi: mwl8k: use time_after to replace "jiffies > a"Li Qiong1-1/+1
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg1-2/+3
2022-07-15wifi: cfg80211/mac80211: separate link params from station paramsShaul Triebitz1-9/+11
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz2-3/+3
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg2-2/+2
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg1-5/+5
2022-06-20wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg3-13/+17
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_391.RULEThomas Gleixner47-616/+49
2022-05-30wifi: libertas: use variable-size data in assoc req/resp cmdJohannes Berg2-5/+5
2022-05-04Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski4-25/+54