summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/marvell
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-072-4/+4
|\
| * mwifiex: avoid null-pointer-subtraction warningArnd Bergmann2021-09-282-4/+4
* | mwifiex: Fix copy-paste mistake when creating virtual interfaceJonas Dreßler2021-09-211-1/+1
* | mwifiex: Properly initialize private structure on interface type changesJonas Dreßler2021-09-211-3/+7
* | mwifiex: Handle interface type changes from AP to STATIONJonas Dreßler2021-09-211-0/+1
* | mwifiex: Allow switching interface type from P2P_CLIENT to P2P_GOJonas Dreßler2021-09-211-0/+36
* | mwifiex: Update virtual interface counters right after setting bss_typeJonas Dreßler2021-09-211-11/+14
* | mwifiex: Use helper function for counting interface typesJonas Dreßler2021-09-211-75/+35
* | mwifiex: Run SET_BSS_MODE when changing from P2P to STATION vif-typeJonas Dreßler2021-09-211-18/+4
* | mwifiex: Use function to check whether interface type change is allowedJonas Dreßler2021-09-211-47/+92
* | mwifiex: Small cleanup for handling virtual interface type changesJonas Dreßler2021-09-211-25/+14
|/
* mwifiex: pcie: add reset_d3cold quirk for Surface gen4+ devicesTsuchiya Yuto2021-08-293-0/+133
* mwifiex: pcie: add DMI-based quirk implementation for Surface devicesJonas Dreßler2021-08-295-0/+64
* mwifiex: make arrays static const, makes object smallerColin Ian King2021-08-211-2/+2
* mwifiex: usb: Replace one-element array with flexible-array memberGustavo A. R. Silva2021-08-211-1/+1
* mwifiex: drop redundant null-pointer check in mwifiex_dnld_cmd_to_fw()Tuo Li2021-08-211-1/+1
* libertas: Remove unnecessary label of lbs_ethtool_get_eepromdingsenjie2021-08-011-6/+3