summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell
Commit message (Expand)AuthorAgeFilesLines
* libertas: Add missing sentinel at end of if_usb.c fw_tableKevin Easton2019-10-051-1/+2
* mwifiex: Fix three heap overflow at parsing element in cfg80211_ap_settingsWen Huang2019-09-212-1/+11
* mwifiex: fix 802.11n/WPA detectionBrian Norris2019-08-162-1/+3
* mwifiex: Don't abort on small, spec-compliant vendor IEsBrian Norris2019-07-144-13/+23
* Merge tag 'wireless-drivers-for-davem-2019-06-07' of git://git.kernel.org/pub...David S. Miller2019-06-072-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
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-309-45/+9
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 20Thomas Gleixner2019-05-211-14/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-216-0/+6
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-212-0/+2
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-214-0/+4
* Merge tag 'wireless-drivers-next-for-davem-2019-05-03' of git://git.kernel.or...David S. Miller2019-05-058-25/+107
|\
| * mwl8k: move spin_lock_bh to spin_lock in taskletJeff Xie2019-04-261-2/+2
| * 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
| * mwl8k: Fix rate_idx underflowPetr Štetiar2019-04-251-4/+9
| * mwl8k: fix error handling in mwl8k_post_cmd()Alexey Khoroshilov2019-04-251-2/+5
| * 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
|/
* libertas_tf: get the MAC address before registering the deviceLubomir Rintel2019-02-201-46/+11
* libertas_tf: don't defer firmware loading until start()Lubomir Rintel2019-02-203-32/+38
* libertas_tf: move hardware callbacks to a separate structureLubomir Rintel2019-02-204-16/+25
* 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
* libertas_tf: remove set but not used variable 'flags'YueHaibing2019-02-191-2/+0
* libertas_tf: fix signal reportingLubomir Rintel2019-02-191-1/+2
* libertas_tf: move the banner to a more appropriate placeLubomir Rintel2019-02-191-1/+1
* libertas_tf: don't set URB_ZERO_PACKET on IN USB transferLubomir Rintel2019-02-191-2/+0
* libertas_tf: lower the debug level of command traceLubomir Rintel2019-02-191-4/+3
* 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
* libertas: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-02-011-6/+0
* libertas: fix indentation issueColin Ian King2019-02-011-1/+1
* mwifiex: add support for sd8977 chipsetHemantkumar Suthar2019-02-013-1/+76
* libertas: add checks for the return value of sysfs_create_groupKangjie Lu2019-02-011-0/+5
* 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
|\ \ | |/ |/|