index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
misc
/
legousbtower.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-15
USB: legousbtower: fix a signedness bug in tower_probe()
Dan Carpenter
1
-1
/
+1
2019-10-15
USB: legousbtower: fix memleak on disconnect
Johan Hovold
1
-4
/
+1
2019-10-10
USB: legousbtower: fix use-after-free on release
Johan Hovold
1
-1
/
+2
2019-10-04
USB: legousbtower: fix open after failed reset request
Johan Hovold
1
-2
/
+2
2019-10-04
USB: legousbtower: fix potential NULL-deref on disconnect
Johan Hovold
1
-11
/
+15
2019-10-04
USB: legousbtower: fix deadlock on disconnect
Johan Hovold
1
-17
/
+2
2019-10-04
USB: legousbtower: fix slab info leak at probe
Johan Hovold
1
-2
/
+4
2018-06-28
usb: legousbtower: use irqsave() in USB's complete callback
Sebastian Andrzej Siewior
1
-2
/
+3
2018-02-12
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-3
/
+3
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
1
-3
/
+3
2017-11-04
USB: misc: Remove redundant license text
Greg Kroah-Hartman
1
-5
/
+0
2017-11-04
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
1
-0
/
+1
2017-07-22
USB: misc: remove unneeded MODULE_VERSION() usage
Greg Kroah-Hartman
1
-2
/
+0
2017-05-17
usb: misc: legousbtower: Fix memory leak
Maksim Salau
1
-0
/
+1
2017-04-26
usb: misc: legousbtower: Fix buffers on stack
Maksim Salau
1
-10
/
+27
2017-03-23
USB: legousbtower: refactor endpoint retrieval
Johan Hovold
1
-22
/
+7
2017-02-28
lib/vsprintf.c: remove %Z support
Alexey Dobriyan
1
-1
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-09-21
usb: misc: legousbtower: Fix NULL pointer deference
Greg Kroah-Hartman
1
-18
/
+17
2016-08-30
usb: misc: legousbtower: don't print on ENOMEM
Wolfram Sang
1
-12
/
+4
2016-08-15
usb: misc: legousbtower: don't print error when allocating urb fails
Wolfram Sang
1
-6
/
+2
2015-03-18
USB: legotower: use msecs_to_jiffies for time conversion
Nicholas Mc Guire
1
-3
/
+3
2014-01-09
usb: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-07-24
USB: legotower: remove direct calls to printk()
Greg Kroah-Hartman
1
-5
/
+7
2013-07-24
USB: legotower: remove custom debug macro and module parameter
Greg Kroah-Hartman
1
-34
/
+9
2013-07-24
USB: legousbtower: remove custom debug macro
Greg Kroah-Hartman
1
-12
/
+15
2013-07-24
USB: legotower: remove unneeded tracing macros
Greg Kroah-Hartman
1
-41
/
+1
2012-08-16
USB: legousbtower.c: remove a bogus NULL check
Dan Carpenter
1
-3
/
+0
2012-04-21
USB: legousbtower.c: remove err() usage
Greg Kroah-Hartman
1
-20
/
+25
2012-01-09
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-1
/
+1
2012-01-04
switch device_get_devnode() and ->devnode() to umode_t *
Al Viro
1
-1
/
+1
2011-11-18
USB: convert drivers/usb/* to use module_usb_driver()
Greg Kroah-Hartman
1
-45
/
+1
2011-08-23
USB: use usb_endpoint_maxp() instead of le16_to_cpu()
Kuninori Morimoto
1
-2
/
+2
2010-08-11
USB: misc: Remove unnecessary casts of private_data
Joe Perches
1
-3
/
+3
2010-03-03
USB: Convert concatenated __FILE__ to %s, __FILE__
Joe Perches
1
-4
/
+7
2010-03-03
USB: BKL removal: legousbtower
Oliver Neukum
1
-3
/
+0
2010-03-03
USB: Push BKL on open down into the drivers
Oliver Neukum
1
-0
/
+3
2010-03-03
USB misc: make USB device id constant
Németh Márton
1
-1
/
+1
2009-09-23
USB: legousbtower: make poll notice disconnect
Oliver Neukum
1
-0
/
+6
2009-09-19
Driver-Core: extend devnode callbacks to provide permissions
Kay Sievers
1
-2
/
+2
2009-06-16
Driver Core: usb: add nodename support for usb drivers.
Kay Sievers
1
-0
/
+6
2008-10-18
USB: remove info() macro from usb/misc drivers
Greg Kroah-Hartman
1
-10
/
+13
2008-04-25
USB: remove unnecessary type casting of urb->context
Ming Lei
1
-2
/
+2
2008-04-25
USB: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-44
/
+44
2008-02-02
USB: misc: legousbtower: semaphore to mutex
Daniel Walker
1
-14
/
+16
2007-10-25
USB: disconnect open race in legousbtower
Oliver Neukum
1
-1
/
+13
2007-07-20
USB: misc: legousbtower: clean up urb->status usage
Greg Kroah-Hartman
1
-13
/
+15
2007-07-13
USB: prevent char device open/deregister race
Alan Stern
1
-18
/
+6
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
1
-1
/
+0
2006-12-02
usb: legousbtower free kill urb cleanup
Mariusz Kozlowski
1
-13
/
+5
[next]