aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell/mwifiex
AgeCommit message (Expand)Author
2024-03-26wifi: mwifiex: debugfs: Drop unnecessary error check for debugfs_create_dir()Jinjie Ruan
2024-01-25wifi: mwifiex: configure BSSID consistently when starting APDavid Lin
2023-10-10wifi: mwifiex: Fix oob check condition in mwifiex_process_rx_packetPin-yen Lin
2023-10-10wifi: mwifiex: Fix tlv_buf_left calculationGustavo A. R. Silva
2023-09-23wifi: mwifiex: fix fortify warningDmitry Antipov
2023-09-23wifi: mwifiex: avoid possible NULL skb pointer dereferenceDmitry Antipov
2023-09-23wifi: mwifiex: Fix missed return in oob checks failed pathPolaris Pi
2023-09-23wifi: mwifiex: fix memory leak in mwifiex_histogram_read()Dmitry Antipov
2023-09-23wifi: mwifiex: fix error recovery in PCIE buffer descriptor managementDmitry Antipov
2023-09-23mwifiex: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2023-09-23wifi: mwifiex: Fix OOB and integer underflow when rx packetsPolaris Pi
2023-07-27wifi: mwifiex: Fix the size of a memory allocation in mwifiex_ret_802_11_scan()Christophe JAILLET
2023-03-11wifi: mwifiex: fix loop iterator in mwifiex_update_ampdu_txwinsize()Dan Carpenter
2023-02-25wifi: mwifiex: Add missing compatible string for SD8787Lukas Wunner
2022-06-14mwifiex: add mutex lock for call in mwifiex_dfs_chan_sw_work_queueNiels Dossche
2022-01-27mwifiex: Fix skb_over_panic in mwifiex_usb_recv()Zekun Shen
2022-01-27mwifiex: Fix possible ABBA deadlockBrian Norris
2021-12-22mwifiex: Remove unnecessary braces from HostCmd_SET_SEQ_NO_BSS_INFONathan Chancellor
2021-11-17mwifiex: Send DELBA requests according to specJonas Dreßler
2021-11-17mwifiex: Properly initialize private structure on interface type changesJonas Dreßler
2021-11-17mwifiex: Run SET_BSS_MODE when changing from P2P to STATION vif-typeJonas Dreßler
2021-11-17mwifiex: Read a PCI register after writing the TX ring write pointerJonas Dreßler
2021-11-17mwifiex: fix division by zero in fw download pathJohan Hovold
2021-07-14mwifiex: re-fix for unaligned accessesArnd Bergmann
2021-03-11mwifiex: pcie: skip cancel_work_sync() on reset failure pathTsuchiya Yuto
2021-01-09mwifiex: Fix possible buffer overflows in mwifiex_cmd_802_11_ad_hoc_startZhang Xiaohui
2020-12-30mwifiex: fix mwifiex_shutdown_sw() causing sw reset failureTsuchiya Yuto
2020-10-29mwifiex: don't call del_timer_sync() on uninitialized timerTetsuo Handa
2020-10-29mwifiex: fix double freeTom Rix
2020-10-29mwifiex: Do not use GFP_KERNEL in atomic contextChristophe JAILLET
2020-10-01mwifiex: Increase AES key storage size to 256 bitsMaximilian Luz
2020-08-19mwifiex: Prevent memory corruption handling keysDan Carpenter
2020-08-19mwifiex: Fix firmware filename for sd8997 chipsetPali Rohár
2020-08-19mwifiex: Fix firmware filename for sd8977 chipsetPali Rohár
2020-06-22mwifiex: Fix memory corruption in dump_stationPali Rohár
2020-03-05mwifiex: delete unused mwifiex_get_intf_num()Brian Norris
2020-03-05mwifiex: drop most magic numbers from mwifiex_process_tdls_action_frame()Brian Norris
2020-02-14mwifiex: Fix possible buffer overflows in mwifiex_cmd_append_vsie_tlv()Qing Xu
2020-02-14mwifiex: Fix possible buffer overflows in mwifiex_ret_wmm_get_status()Qing Xu
2020-02-11mwifiex: fix unbalanced locking in mwifiex_process_country_ie()Brian Norris
2020-01-14mwifiex: pcie: Fix memory leak in mwifiex_pcie_alloc_cmdrsp_bufNavid Emamdoost
2020-01-14mwifiex: fix possible heap overflow in mwifiex_process_country_ie()Ganapathi Bhat
2020-01-12mwifiex: Fix heap overflow in mmwifiex_process_tdls_action_frame()qize wang
2019-12-31mwifiex: pcie: Fix memory leak in mwifiex_pcie_init_evt_ringNavid Emamdoost
2019-12-13mwifiex: Re-work support for SDIO HW resetUlf Hansson
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-09-03mwifiex: Fix three heap overflow at parsing element in cfg80211_ap_settingsWen Huang
2019-08-19Merge tag 'wireless-drivers-next-for-davem-2019-08-19' of git://git.kernel.or...David S. Miller
2019-08-06Revert "mwifiex: fix system hang problem after resume"Brian Norris
2019-08-06mwifiex: pcie: Use dev_get_drvdataChuhong Yuan