index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
marvell
/
mwifiex
/
usb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
wifi: mwifiex: remove unnecessary checks for valid priv
Sascha Hauer
2024-08-22
1
-6
/
+1
*
USB: core: Use device_driver directly in struct usb_driver and usb_device_driver
Yajun Deng
2024-01-04
1
-1
/
+1
*
wifi: mwifiex: fix endian annotations in casts
Johannes Berg
2022-09-07
1
-6
/
+6
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_391.RULE
Thomas Gleixner
2022-06-10
1
-13
/
+1
*
mwifiex: Fix skb_over_panic in mwifiex_usb_recv()
Zekun Shen
2021-11-26
1
-1
/
+2
*
mwifiex: fix division by zero in fw download path
Johan Hovold
2021-10-28
1
-0
/
+16
*
mwifiex: don't call del_timer_sync() on uninitialized timer
Tetsuo Handa
2020-08-27
1
-1
/
+2
*
mwifiex: change license text from MARVELL to NXP
Ganapathi Bhat
2020-02-14
1
-4
/
+4
*
mwifiex: don't disable hardirqs; just softirqs
Brian Norris
2019-06-27
1
-6
/
+4
*
mwifex: free rx_cmd skb in suspended state
Ganapathi Bhat
2018-08-31
1
-0
/
+6
*
mwifiex: do no submit URB in suspended state
Ganapathi Bhat
2018-08-31
1
-0
/
+7
*
mwifiex: use atomic bitops to represent adapter status variables
Ganapathi Bhat
2018-07-31
1
-12
/
+13
*
mwifiex: handle race during mwifiex_usb_disconnect
Ganapathi Bhat
2018-06-24
1
-2
/
+2
*
Revert "mwifiex: handle race during mwifiex_usb_disconnect"
Ganapathi Bhat
2018-06-24
1
-3
/
+0
*
mwifiex: handle race during mwifiex_usb_disconnect
Ganapathi Bhat
2018-05-29
1
-0
/
+3
*
mwifiex: avoid exporting mwifiex_send_cmd
Ganapathi Bhat
2018-05-29
1
-3
/
+2
*
mwifiex: support sysfs initiated device coredump
Arend Van Spriel
2018-05-23
1
-0
/
+13
*
mwifiex: Convert timers to use timer_setup()
Kees Cook
2017-10-27
1
-5
/
+4
*
mwifiex: constify usb_device_id
Arvind Yadav
2017-08-10
1
-1
/
+1
*
mwifiex: usb: unlock on error in mwifiex_usb_tx_aggr_tmo()
Dan Carpenter
2017-07-28
1
-1
/
+2
*
mwifiex: usb: add timer to flush aggregation packets
Xinming Hu
2017-05-31
1
-79
/
+179
*
mwifiex: usb: transmit aggregation packets
Xinming Hu
2017-05-31
1
-53
/
+302
*
mwifiex: usb: kill urb before free its memory
Xinming Hu
2017-05-31
1
-0
/
+1
*
mwifiex: add missing USB-descriptor endianness conversion
Johan Hovold
2017-05-19
1
-1
/
+2
*
mwifiex: Support USB interrupt endpoint for command response/event
Ganapathi Bhat
2017-04-05
1
-10
/
+35
*
mwifiex: use module_*_driver helper macros
Amitkumar Karwar
2017-01-12
1
-34
/
+1
*
mwifiex: get rid of global user_rmmod flag
Xinming Hu
2017-01-12
1
-5
/
+1
*
mwifiex: Remove unused 'bcd_usb' variable
Kirtika Ruchandani
2016-11-29
1
-2
/
+1
*
mwifiex: stop checking for NULL drvata/intfdata
Brian Norris
2016-11-19
1
-12
/
+3
*
mwifiex: usb: handle HS failures
Brian Norris
2016-11-19
1
-1
/
+8
*
mwifiex: resolve suspend() race with async FW init failure
Brian Norris
2016-11-19
1
-2
/
+10
*
mwifiex: don't pretend to resume while remove()'ing
Brian Norris
2016-11-19
1
-5
/
+0
*
mwifiex: resolve races between async FW init (failure) and device removal
Brian Norris
2016-11-19
1
-13
/
+10
*
mwifiex: Allow mwifiex early access to device structure
Rajat Jain
2016-11-19
1
-2
/
+1
*
mwifiex: don't do unbalanced free()'ing in cleanup_if()
Brian Norris
2016-11-18
1
-6
/
+1
*
mwifiex: code rearrangement in mwifiex_usb_host_to_card()
Amitkumar Karwar
2016-09-26
1
-17
/
+6
*
mwifiex: fix race condition causing tx timeout
Cathy Luo
2016-09-26
1
-3
/
+9
*
mwifiex: fix kernel crash for USB chipsets
Cathy Luo
2016-09-26
1
-2
/
+2
*
mwifiex: Command 7 handling for USB chipsets
Ganapathi Bhat
2016-09-14
1
-0
/
+4
*
mwifiex: add manufacturing mode support
Xinming Hu
2016-09-09
1
-1
/
+1
*
net: wireless: marvell: mwifiex: usb: don't print error when allocating urb f...
Wolfram Sang
2016-08-13
1
-15
/
+4
*
mwifiex: fix loop timeout in mwifiex_prog_fw_w_helper()
Dan Carpenter
2016-04-26
1
-3
/
+4
*
mwifiex: missing error code on allocation failure
Dan Carpenter
2016-04-26
1
-1
/
+3
*
mwifiex: Added missing spaces around brackets
Ujjal Roy
2016-03-07
1
-2
/
+2
*
mwifiex: move under marvell vendor directory
Kalle Valo
2015-11-18
1
-0
/
+1267