index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
marvell
/
mwifiex
/
usb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-07
wifi: mwifiex: fix endian annotations in casts
Johannes Berg
1
-6
/
+6
2022-06-10
treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_391.RULE
Thomas Gleixner
1
-13
/
+1
2021-11-26
mwifiex: Fix skb_over_panic in mwifiex_usb_recv()
Zekun Shen
1
-1
/
+2
2021-10-28
mwifiex: fix division by zero in fw download path
Johan Hovold
1
-0
/
+16
2020-08-27
mwifiex: don't call del_timer_sync() on uninitialized timer
Tetsuo Handa
1
-1
/
+2
2020-02-14
mwifiex: change license text from MARVELL to NXP
Ganapathi Bhat
1
-4
/
+4
2019-06-27
mwifiex: don't disable hardirqs; just softirqs
Brian Norris
1
-6
/
+4
2018-08-31
mwifex: free rx_cmd skb in suspended state
Ganapathi Bhat
1
-0
/
+6
2018-08-31
mwifiex: do no submit URB in suspended state
Ganapathi Bhat
1
-0
/
+7
2018-07-31
mwifiex: use atomic bitops to represent adapter status variables
Ganapathi Bhat
1
-12
/
+13
2018-06-24
mwifiex: handle race during mwifiex_usb_disconnect
Ganapathi Bhat
1
-2
/
+2
2018-06-24
Revert "mwifiex: handle race during mwifiex_usb_disconnect"
Ganapathi Bhat
1
-3
/
+0
2018-05-29
mwifiex: handle race during mwifiex_usb_disconnect
Ganapathi Bhat
1
-0
/
+3
2018-05-29
mwifiex: avoid exporting mwifiex_send_cmd
Ganapathi Bhat
1
-3
/
+2
2018-05-23
mwifiex: support sysfs initiated device coredump
Arend Van Spriel
1
-0
/
+13
2017-10-27
mwifiex: Convert timers to use timer_setup()
Kees Cook
1
-5
/
+4
2017-08-10
mwifiex: constify usb_device_id
Arvind Yadav
1
-1
/
+1
2017-07-28
mwifiex: usb: unlock on error in mwifiex_usb_tx_aggr_tmo()
Dan Carpenter
1
-1
/
+2
2017-05-31
mwifiex: usb: add timer to flush aggregation packets
Xinming Hu
1
-79
/
+179
2017-05-31
mwifiex: usb: transmit aggregation packets
Xinming Hu
1
-53
/
+302
2017-05-31
mwifiex: usb: kill urb before free its memory
Xinming Hu
1
-0
/
+1
2017-05-19
mwifiex: add missing USB-descriptor endianness conversion
Johan Hovold
1
-1
/
+2
2017-04-05
mwifiex: Support USB interrupt endpoint for command response/event
Ganapathi Bhat
1
-10
/
+35
2017-01-12
mwifiex: use module_*_driver helper macros
Amitkumar Karwar
1
-34
/
+1
2017-01-12
mwifiex: get rid of global user_rmmod flag
Xinming Hu
1
-5
/
+1
2016-11-29
mwifiex: Remove unused 'bcd_usb' variable
Kirtika Ruchandani
1
-2
/
+1
2016-11-19
mwifiex: stop checking for NULL drvata/intfdata
Brian Norris
1
-12
/
+3
2016-11-19
mwifiex: usb: handle HS failures
Brian Norris
1
-1
/
+8
2016-11-19
mwifiex: resolve suspend() race with async FW init failure
Brian Norris
1
-2
/
+10
2016-11-19
mwifiex: don't pretend to resume while remove()'ing
Brian Norris
1
-5
/
+0
2016-11-19
mwifiex: resolve races between async FW init (failure) and device removal
Brian Norris
1
-13
/
+10
2016-11-19
mwifiex: Allow mwifiex early access to device structure
Rajat Jain
1
-2
/
+1
2016-11-18
mwifiex: don't do unbalanced free()'ing in cleanup_if()
Brian Norris
1
-6
/
+1
2016-09-26
mwifiex: code rearrangement in mwifiex_usb_host_to_card()
Amitkumar Karwar
1
-17
/
+6
2016-09-26
mwifiex: fix race condition causing tx timeout
Cathy Luo
1
-3
/
+9
2016-09-26
mwifiex: fix kernel crash for USB chipsets
Cathy Luo
1
-2
/
+2
2016-09-14
mwifiex: Command 7 handling for USB chipsets
Ganapathi Bhat
1
-0
/
+4
2016-09-09
mwifiex: add manufacturing mode support
Xinming Hu
1
-1
/
+1
2016-08-14
net: wireless: marvell: mwifiex: usb: don't print error when allocating urb f...
Wolfram Sang
1
-15
/
+4
2016-04-26
mwifiex: fix loop timeout in mwifiex_prog_fw_w_helper()
Dan Carpenter
1
-3
/
+4
2016-04-26
mwifiex: missing error code on allocation failure
Dan Carpenter
1
-1
/
+3
2016-03-07
mwifiex: Added missing spaces around brackets
Ujjal Roy
1
-2
/
+2
2015-11-18
mwifiex: move under marvell vendor directory
Kalle Valo
1
-0
/
+1267