aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+4
2021-09-28mwifiex: avoid null-pointer-subtraction warningArnd Bergmann2-4/+4
2021-09-21mwifiex: Fix copy-paste mistake when creating virtual interfaceJonas Dreßler1-1/+1
2021-09-21mwifiex: Properly initialize private structure on interface type changesJonas Dreßler1-3/+7
2021-09-21mwifiex: Handle interface type changes from AP to STATIONJonas Dreßler1-0/+1
2021-09-21mwifiex: Allow switching interface type from P2P_CLIENT to P2P_GOJonas Dreßler1-0/+36
2021-09-21mwifiex: Update virtual interface counters right after setting bss_typeJonas Dreßler1-11/+14
2021-09-21mwifiex: Use helper function for counting interface typesJonas Dreßler1-75/+35
2021-09-21mwifiex: Run SET_BSS_MODE when changing from P2P to STATION vif-typeJonas Dreßler1-18/+4
2021-09-21mwifiex: Use function to check whether interface type change is allowedJonas Dreßler1-47/+92
2021-09-21mwifiex: Small cleanup for handling virtual interface type changesJonas Dreßler1-25/+14
2021-08-29mwifiex: pcie: add reset_d3cold quirk for Surface gen4+ devicesTsuchiya Yuto3-0/+133
2021-08-29mwifiex: pcie: add DMI-based quirk implementation for Surface devicesJonas Dreßler5-0/+64
2021-08-21mwifiex: make arrays static const, makes object smallerColin Ian King1-2/+2
2021-08-21mwifiex: usb: Replace one-element array with flexible-array memberGustavo A. R. Silva1-1/+1
2021-08-21mwifiex: drop redundant null-pointer check in mwifiex_dnld_cmd_to_fw()Tuo Li1-1/+1
2021-08-01libertas: Remove unnecessary label of lbs_ethtool_get_eepromdingsenjie1-6/+3
2021-07-02Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-6/+4
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+10
2021-06-22mwifiex: Avoid memset() over-write of WEP key_materialKees Cook2-5/+12
2021-06-22mwl8k: Avoid memcpy() over-reading of mcs.rx_maskKees Cook1-2/+2
2021-06-21Merge tag 'wireless-drivers-2021-06-19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-driversDavid S. Miller1-3/+10
2021-06-15libertas: use DEVICE_ATTR_RW macroYueHaibing1-71/+78
2021-06-15libertas: remove leading spaces before tabsHui Tang1-1/+1
2021-06-15libertas_tf: Fix wrong function name in commentsYang Shen1-1/+1
2021-06-11mwifiex: bring down link before deleting interfaceBrian Norris1-3/+10
2021-05-17mwifiex: re-fix for unaligned accessesArnd Bergmann1-6/+4
2021-05-13libertas: register sysfs groups properlyGreg Kroah-Hartman1-24/+4
2021-05-13Revert "libertas: add checks for the return value of sysfs_create_group"Greg Kroah-Hartman1-5/+0
2021-04-21libertas_tf: Remove duplicate struct declarationWan Jiabing1-1/+0
2021-04-18mwl8k: Fix a double Free in mwl8k_probe_hwLv Yunlong1-0/+1
2021-04-18libertas: struct lbs_private is declared duplicatelyWan Jiabing1-1/+0
2021-04-17libertas: avoid -Wempty-body warningArnd Bergmann1-6/+6
2021-04-17mwifiex: Remove unneeded variable: "ret"zuoqilin1-2/+1
2021-04-17mwifiex: don't print SSID to logsBrian Norris1-7/+4
2021-02-08mwl8k: fix alignment constraintsArnd Bergmann1-1/+1
2021-02-08mwl8k: assign value when defining variableswengjianfeng1-2/+1
2021-02-08mwifiex: Report connected BSS with cfg80211_connect_bss()Yen-lin Lai1-9/+26
2021-02-08libertas: remove redundant initialization of variable retColin Ian King1-1/+1
2021-02-06Merge tag 'wireless-drivers-next-2021-02-05' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextJakub Kicinski1-1/+1
2021-01-26cfg80211: avoid holding the RTNL when calling the driverJohannes Berg2-3/+10
2021-01-22cfg80211: change netdev registration/unregistration semanticsJohannes Berg1-2/+2
2021-01-14mwifiex: pcie: Drop bogus __refdata annotationGeert Uytterhoeven1-1/+1
2020-12-08mwifiex: Fix possible buffer overflows in mwifiex_cmd_802_11_ad_hoc_startZhang Xiaohui1-0/+2
2020-12-07mwifiex: change license text of Makefile and README from MARVELL to NXPGanapathi Bhat2-6/+7
2020-12-07mwl8k: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-33/+39
2020-11-24mwifiex: Remove duplicated REG_PORT definitionJisheng Zhang1-2/+0
2020-11-24mwifiex: Fix fall-through warnings for ClangGustavo A. R. Silva4-0/+5
2020-11-10mwifiex: pcie: skip cancel_work_sync() on reset failure pathTsuchiya Yuto2-1/+19
2020-11-10mwifiex: update comment for shutdown_sw()/reinit_sw() to reflect current stateTsuchiya Yuto1-2/+2