aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner2-0/+2
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner4-0/+4
2019-05-05Merge tag 'wireless-drivers-next-for-davem-2019-05-03' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller8-25/+107
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-2/+2
2019-04-26mwl8k: move spin_lock_bh to spin_lock in taskletJeff Xie1-2/+2
2019-04-25mwifiex: fix spelling mistake "capabilties" -> "capabilities"Colin Ian King2-10/+10
2019-04-25mwifiex: add support for SD8987 chipsetTamás Szűcs3-2/+76
2019-04-25mwl8k: Fix rate_idx underflowPetr Štetiar1-4/+9
2019-04-25mwl8k: fix error handling in mwl8k_post_cmd()Alexey Khoroshilov1-2/+5
2019-04-25mwifiex: prevent an array overflowDan Carpenter1-0/+3
2019-04-25mwifiex: use struct_size() in kzalloc()Gustavo A. R. Silva1-5/+2
2019-04-25mwifiex: Make resume actually do something useful again on SDIO cardsDouglas Anderson1-1/+1
2019-04-04mwifiex: add a bounds check in mwifiex_process_sta_rx_packet()Dan Carpenter1-1/+2
2019-04-04mwifiex: Fix mem leak in mwifiex_tm_cmdYueHaibing1-1/+5
2019-04-04net: mwifiex: fix a NULL pointer dereferenceKangjie Lu1-0/+6
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni1-2/+1
2019-02-20libertas_tf: get the MAC address before registering the deviceLubomir Rintel1-46/+11
2019-02-20libertas_tf: don't defer firmware loading until start()Lubomir Rintel3-32/+38
2019-02-20libertas_tf: move hardware callbacks to a separate structureLubomir Rintel4-16/+25
2019-02-19mwifiex: don't advertise IBSS features without FW supportBrian Norris1-3/+7
2019-02-19mwifiex: Fix NL80211_TX_POWER_LIMITEDAdrian Bunk3-6/+19
2019-02-19libertas_tf: remove set but not used variable 'flags'YueHaibing1-2/+0
2019-02-19libertas_tf: fix signal reportingLubomir Rintel1-1/+2
2019-02-19libertas_tf: move the banner to a more appropriate placeLubomir Rintel1-1/+1
2019-02-19libertas_tf: don't set URB_ZERO_PACKET on IN USB transferLubomir Rintel1-2/+0
2019-02-19libertas_tf: lower the debug level of command traceLubomir Rintel1-4/+3
2019-02-08mwifiex: don't print error message on coex eventStefan Agner1-1/+1
2019-02-01mwifiex: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-3/+2
2019-02-01libertas: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-6/+0
2019-02-01libertas: fix indentation issueColin Ian King1-1/+1
2019-02-01mwifiex: add support for sd8977 chipsetHemantkumar Suthar3-1/+76
2019-02-01libertas: add checks for the return value of sysfs_create_groupKangjie Lu1-0/+5
2018-12-20Merge tag 'wireless-drivers-next-for-davem-2018-12-20' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller4-38/+69
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-53/+51
2018-12-13mwifiex: add NL80211_STA_INFO_RX_BITRATE supportBrian Norris2-5/+34
2018-12-13mwifiex: refactor mwifiex_parse_htinfo() for reuseBrian Norris1-17/+19
2018-12-13mwifiex: debugfs: correct histogram spacing, formattingBrian Norris1-8/+6
2018-12-13mwifiex: fix potential NULL dereference and use after freePan Bian1-8/+10
2018-12-13Revert "mwifiex: restructure rx_reorder_tbl_lock usage"Brian Norris3-53/+51
2018-11-06mwifiex: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-11-06libertas: remove set but not used variable 'int_type'YueHaibing1-3/+1
2018-10-13libertas: return errno from lbs_add_card()Lubomir Rintel5-14/+20
2018-10-13libertas: don't set URB_ZERO_PACKET on IN USB transferLubomir Rintel1-2/+0
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2018-10-10libertas: call into generic suspend code before turning off powerDaniel Mack1-0/+4
2018-08-31mwifex: free rx_cmd skb in suspended stateGanapathi Bhat1-0/+6
2018-08-31mwifiex: do no submit URB in suspended stateGanapathi Bhat1-0/+7
2018-08-31libertas_tf: prevent underflow in process_cmdrequest()Dan Carpenter1-2/+3
2018-07-31mwifiex: Fix skipped vendor specific IEsRoman Stratiienko1-1/+7