summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell/mwifiex
Commit message (Expand)AuthorAgeFilesLines
* mwifiex: Fix three heap overflow at parsing element in cfg80211_ap_settingsWen Huang2019-09-032-1/+11
* 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
* | mwifiex: Fix mem leak in mwifiex_tm_cmdYueHaibing2019-04-041-1/+5
* | net: mwifiex: fix a NULL pointer dereferenceKangjie Lu2019-04-041-0/+6
* | net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2019-03-201-2/+1
|/
* mwifiex: don't advertise IBSS features without FW supportBrian Norris2019-02-191-3/+7
* mwifiex: Fix NL80211_TX_POWER_LIMITEDAdrian Bunk2019-02-193-6/+19
* mwifiex: don't print error message on coex eventStefan Agner2019-02-081-1/+1
* mwifiex: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-02-011-3/+2
* mwifiex: add support for sd8977 chipsetHemantkumar Suthar2019-02-013-1/+76
* Merge tag 'wireless-drivers-next-for-davem-2018-12-20' of git://git.kernel.or...David S. Miller2018-12-204-38/+69
|\
| * mwifiex: add NL80211_STA_INFO_RX_BITRATE supportBrian Norris2018-12-132-5/+34
| * mwifiex: refactor mwifiex_parse_htinfo() for reuseBrian Norris2018-12-131-17/+19
| * mwifiex: debugfs: correct histogram spacing, formattingBrian Norris2018-12-131-8/+6
| * mwifiex: fix potential NULL dereference and use after freePan Bian2018-12-131-8/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-203-53/+51
|\ \ | |/ |/|
| * Revert "mwifiex: restructure rx_reorder_tbl_lock usage"Brian Norris2018-12-133-53/+51
* | mwifiex: Mark expected switch fall-throughGustavo A. R. Silva2018-11-061-0/+1
|/
* mwifex: free rx_cmd skb in suspended stateGanapathi Bhat2018-08-311-0/+6
* mwifiex: do no submit URB in suspended stateGanapathi Bhat2018-08-311-0/+7
* mwifiex: Fix skipped vendor specific IEsRoman Stratiienko2018-07-311-1/+7
* mwifiex: use atomic bitops to represent adapter status variablesGanapathi Bhat2018-07-3115-72/+91
* mwifiex: restructure rx_reorder_tbl_lock usageGanapathi Bhat2018-07-313-51/+53
* mwifiex: replace rx_pkt_lock by rx_reorder_tbl_lockGanapathi Bhat2018-07-313-13/+10
* Merge tag 'wireless-drivers-next-for-davem-2018-07-23' of git://git.kernel.or...David S. Miller2018-07-232-33/+33
|\
| * wireless-drivers: use BIT_ULL for NL80211_STA_INFO_ attribute typesOmer Efrat2018-06-271-7/+7