aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell/mwifiex
AgeCommit message (Expand)Author
2021-11-26mwifiex: Send DELBA requests according to specJonas Dreßler
2021-11-26mwifiex: Properly initialize private structure on interface type changesJonas Dreßler
2021-11-26mwifiex: Run SET_BSS_MODE when changing from P2P to STATION vif-typeJonas Dreßler
2021-11-26mwifiex: Read a PCI register after writing the TX ring write pointerJonas Dreßler
2021-11-26mwifiex: fix division by zero in fw download pathJohan Hovold
2021-07-20mwifiex: 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-30mwifiex: 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-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: update set_mac_address logicSharvari Harisangam
2019-12-05mwifiex: debugfs: correct histogram spacing, formattingBrian Norris
2019-12-05mwifiex: fix potential NULL dereference and use after freePan Bian
2019-12-01mwifiex: Fix NL80211_TX_POWER_LIMITEDAdrian Bunk
2019-11-20mwifex: free rx_cmd skb in suspended stateGanapathi Bhat
2019-11-20mwifiex: do no submit URB in suspended stateGanapathi Bhat
2019-09-21mwifiex: Fix three heap overflow at parsing element in cfg80211_ap_settingsWen Huang
2019-08-16mwifiex: fix 802.11n/WPA detectionBrian Norris
2019-07-14mwifiex: Don't abort on small, spec-compliant vendor IEsBrian Norris
2019-07-14mwifiex: Abort at too short BSS descriptor elementTakashi Iwai
2019-07-14mwifiex: Fix heap overflow in mwifiex_uap_parse_tail_ies()Takashi Iwai
2019-07-14mwifiex: Fix possible buffer overflows at parsing bss descriptorTakashi Iwai
2019-05-31mwifiex: Fix mem leak in mwifiex_tm_cmdYueHaibing
2019-05-31mwifiex: prevent an array overflowDan Carpenter
2019-05-08mwifiex: Make resume actually do something useful again on SDIO cardsDouglas Anderson
2019-04-05mwifiex: don't advertise IBSS features without FW supportBrian Norris
2018-12-29Revert "mwifiex: restructure rx_reorder_tbl_lock usage"Brian Norris
2018-07-31mwifiex: Fix skipped vendor specific IEsRoman Stratiienko
2018-07-31mwifiex: use atomic bitops to represent adapter status variablesGanapathi Bhat
2018-07-31mwifiex: restructure rx_reorder_tbl_lock usageGanapathi Bhat
2018-07-31mwifiex: replace rx_pkt_lock by rx_reorder_tbl_lockGanapathi Bhat
2018-07-23Merge tag 'wireless-drivers-next-for-davem-2018-07-23' of git://git.kernel.or...David S. Miller
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck
2018-06-27wireless-drivers: use BIT_ULL for NL80211_STA_INFO_ attribute typesOmer Efrat
2018-06-27mwifiex: uap: do not chok ethernet header in bridge pathXinming Hu