summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell/mwifiex
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ /
* / / netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
|/ /
* | Merge tag 'mmc-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2019-11-273-12/+27
|\ \ | |/ |/|
| * mwifiex: Re-work support for SDIO HW resetUlf Hansson2019-11-143-12/+27
* | mwifiex: pcie: Fix memory leak in mwifiex_pcie_init_evt_ringNavid Emamdoost2019-10-091-1/+4
* | mwifiex: pcie: Fix memory leak in mwifiex_pcie_alloc_cmdrsp_bufNavid Emamdoost2019-10-091-1/+3
* | mwifiex: use 'total_ie_len' in mwifiex_update_bss_desc_with_ie()Brian Norris2019-10-011-8/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-152-1/+11
|\
| * mwifiex: Fix three heap overflow at parsing element in cfg80211_ap_settingsWen Huang2019-09-032-1/+11
* | Merge tag 'wireless-drivers-next-for-davem-2019-08-19' of git://git.kernel.or...David S. Miller2019-08-194-10/+5
|\ \ | |/ |/|
| * Revert "mwifiex: fix system hang problem after resume"Brian Norris2019-08-061-1/+1
| * mwifiex: pcie: Use dev_get_drvdataChuhong Yuan2019-08-061-6/+2
| * mwifiex: make error values consistent in mwifiex_update_bss_desc_with_ie()Pavel Machek2019-08-061-1/+1
| * mwifiex: use eth_broadcast_addr() to assign broadcast addressMao Wenan2019-07-241-2/+1
* | mwifiex: fix 802.11n/WPA detectionBrian Norris2019-07-302-1/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-084-13/+23
|\
| * mwifiex: Don't abort on small, spec-compliant vendor IEsBrian Norris2019-06-244-13/+23
* | mwifiex: don't disable hardirqs; just softirqsBrian Norris2019-06-2718-378/+256
* | mwifiex: dispatch/rotate from reorder table atomicallyBrian Norris2019-06-271-19/+24
* | Merge tag 'wireless-drivers-next-for-davem-2019-06-26' of git://git.kernel.or...David S. Miller2019-06-264-16/+24
|\ \
| * | mwifiex: ignore processing invalid command responseSwati Kushwaha2019-06-252-10/+19
| * | mwifiex: update set_mac_address logicSharvari Harisangam2019-06-251-3/+3
| * | mwifiex: print PCI mmap with %pKBrian Norris2019-06-251-1/+1
| * | mwifiex: drop 'set_consistent_dma_mask' log messageBrian Norris2019-06-251-2/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-172-16/+50
|\ \ \ | | |/ | |/|
| * | mwifiex: Fix heap overflow in mwifiex_uap_parse_tail_ies()Takashi Iwai2019-06-011-16/+31
| * | mwifiex: Abort at too short BSS descriptor elementTakashi Iwai2019-05-301-0/+15
| * | mwifiex: Fix possible buffer overflows at parsing bss descriptorTakashi Iwai2019-05-301-0/+4
| |/
* / net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal2019-06-021-1/+1
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* Merge tag 'wireless-drivers-next-for-davem-2019-05-03' of git://git.kernel.or...David S. Miller2019-05-057-17/+91
|\
| * mwifiex: fix spelling mistake "capabilties" -> "capabilities"Colin Ian King2019-04-252-10/+10
| * mwifiex: add support for SD8987 chipsetTamás Szűcs2019-04-253-2/+76
| * mwifiex: prevent an array overflowDan Carpenter2019-04-251-0/+3
| * mwifiex: use struct_size() in kzalloc()Gustavo A. R. Silva2019-04-251-5/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-021-1/+1
|\ \
| * | mwifiex: Make resume actually do something useful again on SDIO cardsDouglas Anderson2019-04-251-1/+1
* | | netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-2/+2
| |/ |/|
* | mwifiex: add a bounds check in mwifiex_process_sta_rx_packet()Dan Carpenter2019-04-041-1/+2
OpenPOWER on IntegriCloud