summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell
AgeCommit message (Expand)Author
2020-12-08mwifiex: Fix possible buffer overflows in mwifiex_cmd_802_11_ad_hoc_startZhang Xiaohui
2020-12-07mwifiex: change license text of Makefile and README from MARVELL to NXPGanapathi Bhat
2020-12-07mwl8k: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-11-24mwifiex: Remove duplicated REG_PORT definitionJisheng Zhang
2020-11-24mwifiex: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-11-10mwifiex: pcie: skip cancel_work_sync() on reset failure pathTsuchiya Yuto
2020-11-10mwifiex: update comment for shutdown_sw()/reinit_sw() to reflect current stateTsuchiya Yuto
2020-11-10mwifiex: fix mwifiex_shutdown_sw() causing sw reset failureTsuchiya Yuto
2020-11-07mwifiex: pcie: Remove a couple of unchecked 'ret'sLee Jones
2020-10-08mwifiex: fix double freeTom Rix
2020-09-29net: libertas: Use netif_rx_any_context()Sebastian Andrzej Siewior
2020-09-29net: libertas libertas_tf: Remove in_interrupt() from debug macro.Sebastian Andrzej Siewior
2020-09-29net: mwifiex: Use netif_rx_any_context().Sebastian Andrzej Siewior
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-09mwifiex: remove function pointer checkTom Rix
2020-09-07mwifiex: sdio: Fix -Wunused-const-variable warningsYueHaibing
2020-09-07mwifiex: wmm: Fix -Wunused-const-variable warningsYueHaibing
2020-09-07mwifiex: Remove unnecessary braces from HostCmd_SET_SEQ_NO_BSS_INFONathan Chancellor
2020-09-01libertas_tf: Remove unused macro QOS_CONTROL_LENYueHaibing
2020-09-01mwifiex: pcie: Move tables to the only place they're usedLee Jones
2020-09-01libertas_tf: Fix function documentation formatting errorsLee Jones
2020-09-01libertas: Fix misnaming for function param 'device'Lee Jones
2020-09-01libertas: Fix 'timer_list' stored private data related dot-rotLee Jones
2020-09-01libertas_tf: Fix a bunch of function doc formatting issuesLee Jones
2020-09-01libertas_tf: Demote non-conformant kernel-doc headersLee Jones
2020-08-27mwl8k: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-08-27mwifiex: Increase AES key storage size to 256 bitsMaximilian Luz
2020-08-27mwifiex: don't call del_timer_sync() on uninitialized timerTetsuo Handa
2020-08-27mwifiex: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-27mwifiex: Clean up some err and dbg messagesChristophe JAILLET
2020-08-27mwifiex: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-08-18mwifiex: Do not use GFP_KERNEL in atomic contextChristophe JAILLET
2020-08-04Merge tag 'wireless-drivers-next-2020-08-04' of git://git.kernel.org/pub/scm/...David S. Miller
2020-08-02mwifiex: 11n_rxreorder: Remove unnecessary cast in kfree()Xu Wang
2020-07-31Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2020-07-15mwifiex: Prevent memory corruption handling keysDan Carpenter
2020-07-15mwifiex: Fix reporting 'operation not supported' error codePali Rohár
2020-07-15mwifiex: Use macro MWIFIEX_MAX_BSS_NUM for specifying limit of interfacesPali Rohár
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-06-01mwifiex: Fix firmware filename for sd8997 chipsetPali Rohár
2020-06-01mwifiex: Fix firmware filename for sd8977 chipsetPali Rohár
2020-05-29mwifiex: Add support for NL80211_ATTR_MAX_AP_ASSOC_STAPali Rohár
2020-05-29mwifiex: Parse all API_VER_ID propertiesPali Rohár
2020-05-29libertas: Use shared constant for rfc1042 headerPascal Terjan
2020-05-29mmc: sdio: Move SDIO IDs from mwifiex driver to common include filePali Rohár
2020-05-29mmc: sdio: Change macro names for Marvell 8688 modulesPali Rohár
2020-05-26Merge tag 'mac80211-next-for-net-next-2020-04-25' of git://git.kernel.org/pub...David S. Miller
2020-05-18mwifiex: Fix memory corruption in dump_stationPali Rohár
2020-05-12mwl8k: Replace zero-length array with flexible-arrayGustavo A. R. Silva