summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-08-0447-616/+49
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_391.RULEThomas Gleixner2022-06-1047-616/+49
* | wifi: libertas: Fix possible refcount leak in if_usb_probe()Hangyu Hua2022-07-271-0/+1
* | wifi: mwifiex: clean up one inconsistent indentingYang Li2022-07-271-1/+1
* | wifi: mwifiex: Fix comment typoJason Wang2022-07-271-1/+1
* | wifi: mwl8k: use time_after to replace "jiffies > a"Li Qiong2022-07-271-1/+1
* | wifi: mac80211: change QoS settings API to take link into accountJohannes Berg2022-07-151-2/+3
* | wifi: cfg80211/mac80211: separate link params from station paramsShaul Triebitz2022-07-151-9/+11
* | wifi: mac80211: return a beacon for a specific linkShaul Triebitz2022-06-202-3/+3
* | wifi: mac80211: split bss_info_changed methodJohannes Berg2022-06-202-2/+2
* | wifi: mac80211: move interface config to new structJohannes Berg2022-06-201-5/+5
* | wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg2022-06-203-13/+17
|/
* wifi: libertas: use variable-size data in assoc req/resp cmdJohannes Berg2022-05-302-5/+5
* Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-05-044-25/+54
|\
| * mwifiex: Add SD8997 SDIO-UART firmwareAndrejs Cainikovs2022-04-272-0/+3
| * mwifiex: Select firmware based on strappingAndrejs Cainikovs2022-04-272-1/+25
| * mac80211: prepare sta handling for MLO supportSriram R2022-04-111-24/+24
| * mwifiex: add mutex lock for call in mwifiex_dfs_chan_sw_work_queueNiels Dossche2022-04-061-0/+2
* | mmc: core: improve API to make clear mmc_hw_reset is for cardsWolfram Sang2022-04-081-1/+1
|/
* mwifiex: make read-only array wmm_oui static constColin Ian King2022-03-161-1/+1
* wireless: Marvell: Use netif_rx().Sebastian Andrzej Siewior2022-03-063-4/+4
* spi: make remove callback a void functionUwe Kleine-König2022-02-091-3/+1
* libertas_tf: Add missing __packed annotationsKees Cook2021-12-081-14/+14
* libertas: Add missing __packed annotation with struct_group()Kees Cook2021-12-081-1/+1
* mwifiex: Fix possible ABBA deadlockBrian Norris2021-12-081-2/+6
* mwl8k: Use named struct for memcpy() regionKees Cook2021-11-291-4/+6
* libertas_tf: Use struct_group() for memcpy() regionKees Cook2021-11-292-5/+8
* libertas: Use struct_group() for memcpy() regionKees Cook2021-11-292-6/+9
* mwifiex: Ignore BTCOEX events from the 88W8897 firmwareJonas Dreßler2021-11-263-0/+8
* mwifiex: Ensure the version string from the firmware is 0-terminatedJonas Dreßler2021-11-261-0/+3
* mwifiex: Add quirk to disable deep sleep with certain hardware revisionJonas Dreßler2021-11-263-0/+39
* mwifiex: Use a define for firmware version string lengthJonas Dreßler2021-11-263-4/+7
* mwifiex: Fix skb_over_panic in mwifiex_usb_recv()Zekun Shen2021-11-261-1/+2
* net: annotate accesses to queue->trans_startEric Dumazet2021-11-171-1/+1
* mwifiex: fix division by zero in fw download pathJohan Hovold2021-10-281-0/+16
* libertas: replace snprintf in show functions with sysfs_emitYe Guojin2021-10-271-9/+9
* libertas: Fix possible memory leak in probe and disconnectWang Hai2021-10-271-0/+2
* libertas_tf: Fix possible memory leak in probe and disconnectWang Hai2021-10-271-0/+2
* wireless: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-201-1/+1
* wireless: use eth_hw_addr_set()Jakub Kicinski2021-10-203-7/+5
* mwifiex: Deactive host sleep using HSCFG after it was activated manuallyJonas Dreßler2021-10-204-0/+44
* mwifiex: Send DELBA requests according to specJonas Dreßler2021-10-201-2/+3
* mwifiex: Fix an incorrect commentJonas Dreßler2021-10-201-1/+1
* mwifiex: Log an error on command failure during key-material uploadJonas Dreßler2021-10-201-2/+8
* mwifiex: Don't log error on suspend if wake-on-wlan is disabledJonas Dreßler2021-10-201-1/+1
* mwl8k: Fix use-after-free in mwl8k_fw_state_machine()Zheyu Ma2021-10-201-1/+1
* mwifiex: Try waking the firmware until we get an interruptJonas Dreßler2021-10-181-5/+23
* mwifiex: Read a PCI register after writing the TX ring write pointerJonas Dreßler2021-10-181-0/+8
* wireless: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-10-132-4/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-082-4/+4
|\