aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell/mwifiex
AgeCommit message (Expand)Author
2020-09-04mwifiex: Prevent memory corruption handling keysDan Carpenter
2020-09-04mwifiex: Fix firmware filename for sd8997 chipsetPali Rohár
2020-09-04mwifiex: Fix firmware filename for sd8977 chipsetPali Rohár
2020-07-11mwifiex: Fix memory corruption in dump_stationPali Rohár
2020-05-04mwifiex: Fix possible buffer overflows in mwifiex_cmd_append_vsie_tlv()Qing Xu
2020-05-04mwifiex: Fix possible buffer overflows in mwifiex_ret_wmm_get_status()Qing Xu
2020-04-12mwifiex: drop most magic numbers from mwifiex_process_tdls_action_frame()Brian Norris
2020-04-12mwifiex: fix unbalanced locking in mwifiex_process_country_ie()Brian Norris
2020-01-31mwifiex: Fix heap overflow in mmwifiex_process_tdls_action_frame()qize wang
2019-12-29mwifiex: fix possible heap overflow in mwifiex_process_country_ie()Ganapathi Bhat
2019-12-02mwifiex: pcie: Fix memory leak in mwifiex_pcie_alloc_cmdrsp_bufNavid Emamdoost
2019-12-02mwifiex: pcie: Fix memory leak in mwifiex_pcie_init_evt_ringNavid Emamdoost
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-06-01mwifiex: Fix heap overflow in mwifiex_uap_parse_tail_ies()Takashi Iwai
2019-05-30mwifiex: Abort at too short BSS descriptor elementTakashi Iwai
2019-05-30mwifiex: Fix possible buffer overflows at parsing bss descriptorTakashi Iwai
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-05Merge tag 'wireless-drivers-next-for-davem-2019-05-03' of git://git.kernel.or...David S. Miller
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-25mwifiex: fix spelling mistake "capabilties" -> "capabilities"Colin Ian King
2019-04-25mwifiex: add support for SD8987 chipsetTamás Szűcs
2019-04-25mwifiex: prevent an array overflowDan Carpenter
2019-04-25mwifiex: use struct_size() in kzalloc()Gustavo A. R. Silva
2019-04-25mwifiex: Make resume actually do something useful again on SDIO cardsDouglas Anderson
2019-04-04mwifiex: add a bounds check in mwifiex_process_sta_rx_packet()Dan Carpenter
2019-04-04mwifiex: Fix mem leak in mwifiex_tm_cmdYueHaibing
2019-04-04net: mwifiex: fix a NULL pointer dereferenceKangjie Lu
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni
2019-02-19mwifiex: don't advertise IBSS features without FW supportBrian Norris
2019-02-19mwifiex: Fix NL80211_TX_POWER_LIMITEDAdrian Bunk
2019-02-08mwifiex: don't print error message on coex eventStefan Agner
2019-02-01mwifiex: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-02-01mwifiex: add support for sd8977 chipsetHemantkumar Suthar
2018-12-20Merge tag 'wireless-drivers-next-for-davem-2018-12-20' of git://git.kernel.or...David S. Miller
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-13mwifiex: add NL80211_STA_INFO_RX_BITRATE supportBrian Norris
2018-12-13mwifiex: refactor mwifiex_parse_htinfo() for reuseBrian Norris
2018-12-13mwifiex: debugfs: correct histogram spacing, formattingBrian Norris
2018-12-13mwifiex: fix potential NULL dereference and use after freePan Bian
2018-12-13Revert "mwifiex: restructure rx_reorder_tbl_lock usage"Brian Norris
2018-11-06mwifiex: Mark expected switch fall-throughGustavo A. R. Silva
2018-08-31mwifex: free rx_cmd skb in suspended stateGanapathi Bhat
2018-08-31mwifiex: do no submit URB in suspended stateGanapathi Bhat
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