summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell/mwifiex
Commit message (Expand)AuthorAgeFilesLines
...
* mwifiex: pcie: skip cancel_work_sync() on reset failure pathTsuchiya Yuto2020-11-102-1/+19
* mwifiex: update comment for shutdown_sw()/reinit_sw() to reflect current stateTsuchiya Yuto2020-11-101-2/+2
* mwifiex: fix mwifiex_shutdown_sw() causing sw reset failureTsuchiya Yuto2020-11-101-0/+2
* mwifiex: pcie: Remove a couple of unchecked 'ret'sLee Jones2020-11-071-4/+2
* mwifiex: fix double freeTom Rix2020-10-081-0/+2
* net: mwifiex: Use netif_rx_any_context().Sebastian Andrzej Siewior2020-09-292-10/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-222-3/+3
|\
| * mwifiex: Increase AES key storage size to 256 bitsMaximilian Luz2020-08-272-3/+3
* | mwifiex: remove function pointer checkTom Rix2020-09-091-8/+6
* | mwifiex: sdio: Fix -Wunused-const-variable warningsYueHaibing2020-09-072-427/+427
* | mwifiex: wmm: Fix -Wunused-const-variable warningsYueHaibing2020-09-073-16/+19
* | mwifiex: Remove unnecessary braces from HostCmd_SET_SEQ_NO_BSS_INFONathan Chancellor2020-09-072-6/+6
* | mwifiex: pcie: Move tables to the only place they're usedLee Jones2020-09-012-149/+149
* | mwifiex: don't call del_timer_sync() on uninitialized timerTetsuo Handa2020-08-271-1/+2
* | mwifiex: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-273-6/+6
* | mwifiex: Clean up some err and dbg messagesChristophe JAILLET2020-08-271-15/+10
* | mwifiex: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-08-271-75/+78
* | mwifiex: Do not use GFP_KERNEL in atomic contextChristophe JAILLET2020-08-181-1/+1
|/
* Merge tag 'wireless-drivers-next-2020-08-04' of git://git.kernel.org/pub/scm/...David S. Miller2020-08-041-1/+1
|\
| * mwifiex: 11n_rxreorder: Remove unnecessary cast in kfree()Xu Wang2020-08-021-1/+1
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2020-07-311-2/+2
|\ \ | |/ |/|
| * mwifiex: Fix firmware filename for sd8997 chipsetPali Rohár2020-06-011-1/+1
| * mwifiex: Fix firmware filename for sd8977 chipsetPali Rohár2020-06-011-1/+1
* | mwifiex: Prevent memory corruption handling keysDan Carpenter2020-07-151-7/+15
* | mwifiex: Fix reporting 'operation not supported' error codePali Rohár2020-07-153-12/+12
* | mwifiex: Use macro MWIFIEX_MAX_BSS_NUM for specifying limit of interfacesPali Rohár2020-07-151-1/+2
* | treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-035-43/+71
|\|
| * mwifiex: Add support for NL80211_ATTR_MAX_AP_ASSOC_STAPali Rohár2020-05-294-0/+26
| * mwifiex: Parse all API_VER_ID propertiesPali Rohár2020-05-292-2/+17
| * Merge tag 'mac80211-next-for-net-next-2020-04-25' of git://git.kernel.org/pub...David S. Miller2020-05-261-10/+6
| |\
| | * cfg80211: change internal management frame registration APIJohannes Berg2020-04-241-10/+6
| * | mwifiex: Fix memory corruption in dump_stationPali Rohár2020-05-181-8/+6
| * | mwifiex: avoid -Wstringop-overflow warningArnd Bergmann2020-05-061-23/+16
| |/
* / mmc: sdio: Move SDIO IDs from mwifiex driver to common include filePali Rohár2020-05-291-29/+9
|/
* wireless: marvell: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-231-20/+20
* mwifiex: set needed_headroom, not hard_header_lenBrian Norris2020-03-121-1/+1
* mwifiex: change license text from MARVELL to NXPGanapathi Bhat2020-02-1445-178/+179
* mwifiex: Fix possible buffer overflows in mwifiex_cmd_append_vsie_tlv()Qing Xu2020-01-271-0/+7
* mwifiex: Fix possible buffer overflows in mwifiex_ret_wmm_get_status()Qing Xu2020-01-271-0/+4
* mwifiex: fix unbalanced locking in mwifiex_process_country_ie()Brian Norris2020-01-271-0/+1
* mwifiex: drop most magic numbers from mwifiex_process_tdls_action_frame()Brian Norris2020-01-261-47/+28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-223-10/+77
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-222-8/+75
| |\
| | * Merge tag 'wireless-drivers-2019-12-17' of git://git.kernel.org/pub/scm/linux...David S. Miller2019-12-172-8/+75
| | |\
| | | * mwifiex: Fix heap overflow in mmwifiex_process_tdls_action_frame()qize wang2019-12-021-6/+64
| | | * mwifiex: fix possible heap overflow in mwifiex_process_country_ie()Ganapathi Bhat2019-11-281-2/+11
| * | | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-2/+2
| |/ /
* | | Merge tag 'wireless-drivers-next-2019-12-20' of git://git.kernel.org/pub/scm/...David S. Miller2019-12-201-13/+0
|\ \ \
| * | | mwifiex: delete unused mwifiex_get_intf_num()Brian Norris2019-12-181-13/+0
| |/ /