summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-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
* | libertas: remove set but not used variable 'int_type'YueHaibing2018-11-061-3/+1
|/
* libertas: return errno from lbs_add_card()Lubomir Rintel2018-10-135-14/+20
* libertas: don't set URB_ZERO_PACKET on IN USB transferLubomir Rintel2018-10-131-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-131-0/+4
|\
| * libertas: call into generic suspend code before turning off powerDaniel Mack2018-10-101-0/+4
* | 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
* | libertas_tf: prevent underflow in process_cmdrequest()Dan Carpenter2018-08-311-2/+3
|/
* 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-247-53/+71
|\
| * libertas: fix suspend and resume for SDIO connected cardsDaniel Mack2018-07-042-6/+25
| * libertas: use irqsave() in USB's complete callbackSebastian Andrzej Siewior2018-06-271-4/+3
| * libertas_tf: use irqsave() in USB's complete callbackSebastian Andrzej Siewior2018-06-271-4/+4
| * wireless-drivers: use BIT_ULL for NL80211_STA_INFO_ attribute typesOmer Efrat2018-06-272-13/+13
| * 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
|/