index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
misc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
USB: adutux: fix interface sanity check
Johan Hovold
2019-12-10
1
-1
/
+1
*
USB: idmouse: fix interface sanity checks
Johan Hovold
2019-12-10
1
-1
/
+1
*
usb: misc: Fix Kconfig indentation
Krzysztof Kozlowski
2019-11-21
1
-9
/
+9
*
USB: chaoskey: fix error case of a timeout
Oliver Neukum
2019-11-11
1
-3
/
+21
*
appledisplay: fix error handling in the scheduled work
Oliver Neukum
2019-11-07
1
-1
/
+7
*
USB: legousbtower: drop superfluous newlines
Johan Hovold
2019-11-07
1
-5
/
+0
*
USB: legousbtower: drop superfluous brackets
Johan Hovold
2019-11-07
1
-12
/
+6
*
USB: legousbtower: clean up runaway white space
Johan Hovold
2019-11-07
1
-85
/
+87
*
USB: legousbtower: drop redundant endianness comments
Johan Hovold
2019-11-07
1
-3
/
+3
*
USB: legousbtower: drop unnecessary packed attributes
Johan Hovold
2019-11-07
1
-2
/
+2
*
USB: legousbtower: clean up pointer declarations in driver data
Johan Hovold
2019-11-07
1
-8
/
+8
*
USB: legousbtower: remove tower_abort_transfers()
Johan Hovold
2019-11-07
1
-15
/
+5
*
USB: legousbtower: stop interrupt-out URB unconditionally
Johan Hovold
2019-11-07
1
-2
/
+1
*
USB: legousbtower: drop redundant interrupt-in running flag
Johan Hovold
2019-11-07
1
-16
/
+5
*
USB: legousbtower: drop noisy disconnect messages
Johan Hovold
2019-11-07
1
-2
/
+0
*
USB: legousbtower: drop redundant open_count check
Johan Hovold
2019-11-07
1
-8
/
+0
*
USB: legousbtower: zero driver data at allocation
Johan Hovold
2019-11-07
1
-23
/
+2
*
USB: legousbtower: drop redundant NULL check
Johan Hovold
2019-11-07
1
-3
/
+0
*
USB: legousbtower: drop redundant MODULE_LICENSE ifdef
Johan Hovold
2019-11-07
1
-2
/
+0
*
USB: idmouse: clean up runaway white space
Johan Hovold
2019-11-07
1
-5
/
+5
*
USB: idmouse: drop redundant open-count check from release
Johan Hovold
2019-11-07
1
-6
/
+0
*
USB: idmouse: simplify disconnect handling
Johan Hovold
2019-11-07
1
-18
/
+2
*
usb: usb251xb: Add support for USB2422
Uwe Kleine-König
2019-11-04
1
-0
/
+12
*
usb: usb251xb: Drop some unused defines
Uwe Kleine-König
2019-11-04
1
-5
/
+0
*
Merge 5.4-rc6 into usb-next
Greg Kroah-Hartman
2019-11-04
1
-6
/
+7
|
\
|
*
USB: ldusb: fix control-message timeout
Johan Hovold
2019-10-28
1
-1
/
+1
|
*
USB: ldusb: use unsigned size format specifiers
Johan Hovold
2019-10-28
1
-3
/
+4
|
*
USB: ldusb: fix ring-buffer locking
Johan Hovold
2019-10-28
1
-2
/
+2
*
|
Merge 5.4-rc5 into usb-next
Greg Kroah-Hartman
2019-10-27
2
-16
/
+14
|
\
|
|
*
USB: ldusb: fix read info leaks
Johan Hovold
2019-10-18
1
-7
/
+11
|
*
USB: legousbtower: fix a signedness bug in tower_probe()
Dan Carpenter
2019-10-15
1
-1
/
+1
|
*
USB: legousbtower: fix memleak on disconnect
Johan Hovold
2019-10-15
1
-4
/
+1
|
*
USB: ldusb: fix memleak on disconnect
Johan Hovold
2019-10-15
1
-4
/
+1
*
|
Merge 5.4-rc3 into usb-next
Greg Kroah-Hartman
2019-10-14
11
-708
/
+114
|
\
|
|
*
USB: yurex: fix NULL-derefs on disconnect
Johan Hovold
2019-10-10
1
-4
/
+7
|
*
USB: iowarrior: use pr_err()
Johan Hovold
2019-10-10
1
-1
/
+1
|
*
USB: iowarrior: drop redundant iowarrior mutex
Johan Hovold
2019-10-10
1
-12
/
+1
|
*
USB: iowarrior: drop redundant disconnect mutex
Johan Hovold
2019-10-10
1
-15
/
+2
|
*
USB: iowarrior: fix use-after-free after driver unbind
Johan Hovold
2019-10-10
1
-0
/
+6
|
*
USB: iowarrior: fix use-after-free on release
Johan Hovold
2019-10-10
1
-1
/
+2
|
*
USB: iowarrior: fix use-after-free on disconnect
Johan Hovold
2019-10-10
1
-4
/
+3
|
*
USB: chaoskey: fix use-after-free on release
Johan Hovold
2019-10-10
1
-2
/
+3
|
*
USB: adutux: fix use-after-free on release
Johan Hovold
2019-10-10
1
-1
/
+2
|
*
USB: ldusb: fix NULL-derefs on driver unbind
Johan Hovold
2019-10-10
1
-12
/
+12
|
*
USB: legousbtower: fix use-after-free on release
Johan Hovold
2019-10-10
1
-1
/
+2
|
*
USB: legousbtower: fix open after failed reset request
Johan Hovold
2019-10-04
1
-2
/
+2
|
*
USB: legousbtower: fix potential NULL-deref on disconnect
Johan Hovold
2019-10-04
1
-11
/
+15
|
*
USB: legousbtower: fix deadlock on disconnect
Johan Hovold
2019-10-04
1
-17
/
+2
|
*
USB: legousbtower: fix slab info leak at probe
Johan Hovold
2019-10-04
1
-2
/
+4
|
*
USB: usblcd: use pr_err()
Johan Hovold
2019-10-04
1
-1
/
+1
[next]