summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell/mwifiex (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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: 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-031-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-214-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-242-33/+33
|\
| * wireless-drivers: use BIT_ULL for NL80211_STA_INFO_ attribute typesOmer Efrat2018-06-271-7/+7
| * mwifiex: uap: do not chok ethernet header in bridge pathXinming Hu2018-06-271-26/+26
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-211-5/+2
|\ \
| * | mwifiex: handle race during mwifiex_usb_disconnectGanapathi Bhat2018-06-241-2/+2
| * | Revert "mwifiex: handle race during mwifiex_usb_disconnect"Ganapathi Bhat2018-06-241-3/+0
| |/
* / net: allow ndo_select_queue to pass netdevAlexander Duyck2018-07-091-1/+2
|/
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-131-2/+2
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-132-6/+7
* mwifiex: reserve passive scan time for radar channelXinming Hu2018-05-291-3/+6
* mwifiex: increase log level for internal scan fail resultXinming Hu2018-05-291-1/+1
* mwifiex: mark expected switch fall-throughsGustavo A. R. Silva2018-05-292-0/+5
* mwifiex: skip sending GT_REKEY_OFFLOAD_CFG if firmware has no supportGanapathi Bhat2018-05-293-1/+21
* mwifiex: handle race during mwifiex_usb_disconnectGanapathi Bhat2018-05-291-0/+3
* mwifiex: avoid exporting mwifiex_send_cmdGanapathi Bhat2018-05-294-4/+10