summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/marvell
AgeCommit message (Expand)Author
2021-12-08libertas_tf: Add missing __packed annotationsKees Cook
2021-12-08libertas: Add missing __packed annotation with struct_group()Kees Cook
2021-12-08mwifiex: Fix possible ABBA deadlockBrian Norris
2021-11-29mwl8k: Use named struct for memcpy() regionKees Cook
2021-11-29libertas_tf: Use struct_group() for memcpy() regionKees Cook
2021-11-29libertas: Use struct_group() for memcpy() regionKees Cook
2021-11-26mwifiex: Ignore BTCOEX events from the 88W8897 firmwareJonas Dreßler
2021-11-26mwifiex: Ensure the version string from the firmware is 0-terminatedJonas Dreßler
2021-11-26mwifiex: Add quirk to disable deep sleep with certain hardware revisionJonas Dreßler
2021-11-26mwifiex: Use a define for firmware version string lengthJonas Dreßler
2021-11-26mwifiex: Fix skb_over_panic in mwifiex_usb_recv()Zekun Shen
2021-11-17net: annotate accesses to queue->trans_startEric Dumazet
2021-10-28mwifiex: fix division by zero in fw download pathJohan Hovold
2021-10-27libertas: replace snprintf in show functions with sysfs_emitYe Guojin
2021-10-27libertas: Fix possible memory leak in probe and disconnectWang Hai
2021-10-27libertas_tf: Fix possible memory leak in probe and disconnectWang Hai
2021-10-20wireless: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2021-10-20wireless: use eth_hw_addr_set()Jakub Kicinski
2021-10-20mwifiex: Deactive host sleep using HSCFG after it was activated manuallyJonas Dreßler
2021-10-20mwifiex: Send DELBA requests according to specJonas Dreßler
2021-10-20mwifiex: Fix an incorrect commentJonas Dreßler
2021-10-20mwifiex: Log an error on command failure during key-material uploadJonas Dreßler
2021-10-20mwifiex: Don't log error on suspend if wake-on-wlan is disabledJonas Dreßler
2021-10-20mwl8k: Fix use-after-free in mwl8k_fw_state_machine()Zheyu Ma
2021-10-18mwifiex: Try waking the firmware until we get an interruptJonas Dreßler
2021-10-18mwifiex: Read a PCI register after writing the TX ring write pointerJonas Dreßler
2021-10-13wireless: Remove redundant 'flush_workqueue()' callsChristophe JAILLET
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-09-28mwifiex: avoid null-pointer-subtraction warningArnd Bergmann
2021-09-21mwifiex: Fix copy-paste mistake when creating virtual interfaceJonas Dreßler
2021-09-21mwifiex: Properly initialize private structure on interface type changesJonas Dreßler
2021-09-21mwifiex: Handle interface type changes from AP to STATIONJonas Dreßler
2021-09-21mwifiex: Allow switching interface type from P2P_CLIENT to P2P_GOJonas Dreßler
2021-09-21mwifiex: Update virtual interface counters right after setting bss_typeJonas Dreßler
2021-09-21mwifiex: Use helper function for counting interface typesJonas Dreßler
2021-09-21mwifiex: Run SET_BSS_MODE when changing from P2P to STATION vif-typeJonas Dreßler
2021-09-21mwifiex: Use function to check whether interface type change is allowedJonas Dreßler
2021-09-21mwifiex: Small cleanup for handling virtual interface type changesJonas Dreßler
2021-08-29mwifiex: pcie: add reset_d3cold quirk for Surface gen4+ devicesTsuchiya Yuto
2021-08-29mwifiex: pcie: add DMI-based quirk implementation for Surface devicesJonas Dreßler
2021-08-21mwifiex: make arrays static const, makes object smallerColin Ian King
2021-08-21mwifiex: usb: Replace one-element array with flexible-array memberGustavo A. R. Silva
2021-08-21mwifiex: drop redundant null-pointer check in mwifiex_dnld_cmd_to_fw()Tuo Li
2021-08-01libertas: Remove unnecessary label of lbs_ethtool_get_eepromdingsenjie
2021-07-02Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-22mwifiex: Avoid memset() over-write of WEP key_materialKees Cook
2021-06-22mwl8k: Avoid memcpy() over-reading of mcs.rx_maskKees Cook
2021-06-21Merge tag 'wireless-drivers-2021-06-19' of git://git.kernel.org/pub/scm/linux...David S. Miller
2021-06-15libertas: use DEVICE_ATTR_RW macroYueHaibing