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.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
/
usbtest.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-31
USB: altsetting overrides for usbtest
Alan Stern
1
-1
/
+12
2013-01-07
USB: usbtest: fix test number in log message
Alan Stern
1
-1
/
+1
2012-11-22
USB: usbtest: prevent a divide by zero bug
Dan Carpenter
1
-0
/
+3
2012-11-15
usb: misc: usbtest: send ISO packets for g_zero
Boyan Nedeltchev
1
-0
/
+1
2012-05-01
usb: usbtest: two super speed fixes for usbtest
Paul Zimmerman
1
-5
/
+12
2012-04-19
drivers/usb/misc/usbtest.c: add kfrees
Julia Lawall
1
-0
/
+2
2012-04-18
usb: usbtest: avoid integer overflow in alloc_sglist()
Xi Wang
1
-1
/
+1
2012-04-18
usb: usbtest: avoid integer overflow in test_ctrl_queue()
Xi Wang
1
-2
/
+3
2011-11-27
USB: remove BKL comments
Davidlohr Bueso
1
-1
/
+0
2011-09-18
usb: Provide usb_speed_string() function
Michal Nazarewicz
1
-19
/
+2
2011-08-23
USB: use usb_endpoint_maxp() instead of le16_to_cpu()
Kuninori Morimoto
1
-3
/
+3
2011-08-23
USB: usbtest: use URB_ZERO_PACKET for BULK-OUT transfers
Sebastian Andrzej Siewior
1
-1
/
+3
2011-05-23
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-5
/
+126
2011-05-11
usb: fix warning in usbtest module v2
Greg Dietsche
1
-3
/
+3
2011-05-10
treewide: fix a few typos in comments
Justin P. Mattock
1
-1
/
+1
2011-05-03
usb/usbtest: fix test10 on superpseed
Sebastian Andrzej Siewior
1
-0
/
+2
2011-05-03
usb/usbtest: print super on super speed
Sebastian Andrzej Siewior
1
-0
/
+3
2011-04-30
USB: add queued-unlinks test case to usbtest driver
Alan Stern
1
-2
/
+118
2011-01-23
USB: usbtest - Add tests to ensure HCDs can accept byte aligned buffers.
Martin Fuzzey
1
-24
/
+212
2010-10-22
USB: usbtest - ensure correct isoc data length
Martin Fuzzey
1
-0
/
+2
2010-10-22
USB: usbtest fix coding style
Martin Fuzzey
1
-324
/
+341
2010-08-11
USB: usbtest: support test device with only one iso-in or iso-out endpoint
Ming Lei
1
-1
/
+4
2010-08-11
USB: usbtest: avoid to free coherent buffer in atomic context
Ming Lei
1
-1
/
+5
2010-08-11
USB-BKL: Convert usb_driver ioctl to unlocked_ioctl
Andi Kleen
1
-1
/
+2
2010-05-21
USB: rename usb_buffer_alloc() and usb_buffer_free() users
Daniel Mack
1
-4
/
+4
2010-05-21
USB: remove uses of URB_NO_SETUP_DMA_MAP
Alan Stern
1
-7
/
+2
2010-03-03
USB misc: make USB device id constant
Németh Márton
1
-1
/
+1
2010-03-03
USB: convert to the runtime PM framework
Alan Stern
1
-4
/
+0
2009-12-11
usbtest: make module param pattern writeable
Vikram Pandita
1
-2
/
+5
2009-06-16
USB: usbtest fix endless loop in unlink tests.
Martin Fuzzey
1
-14
/
+25
2009-01-07
USB: clean up redundant tests on unsigned
roel kluin
1
-2
/
+0
2008-10-22
USB: usbtest.c: length, sglen and vary are unsigned, so cannot be negative
roel kluin
1
-2
/
+1
2008-07-25
Rename WARN() to WARNING() to clear the namespace
Arjan van de Ven
1
-2
/
+2
2008-05-14
usbtest: comment on why this code "expects" negative and positive errnos
Marcin Slusarz
1
-0
/
+5
2008-05-02
USB: usbtest displays diagnostics again
David Brownell
1
-143
/
+133
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
-2
/
+2
2008-04-25
USB: remove dev->power.power_state
Alan Stern
1
-1
/
+2
2008-04-25
USB: use DIV_ROUND_UP
Julia Lawall
1
-1
/
+1
2008-04-03
USB: fix bug in sg initialization in usbtest
Alan Stern
1
-1
/
+2
2008-02-02
USB: Spelling fixes
Joe Perches
1
-1
/
+1
2008-02-02
USB: testing driver: don't free a locked mutex
Andrew Morton
1
-2
/
+0
2008-02-02
USB: testing driver: convert dev->sem to mutex
Matthias Kaehlcke
1
-8
/
+9
2008-02-02
usb: fix usbtest halt check on big endian systems
Jan Andersson
1
-0
/
+1
2007-10-22
[SG] Update drivers to use sg helpers
Jens Axboe
1
-2
/
+2
2007-07-20
USB: misc: usbtest: clean up urb->status usage
Greg Kroah-Hartman
1
-2
/
+2
2006-12-07
[PATCH] slab: remove SLAB_KERNEL
Christoph Lameter
1
-14
/
+14
2006-12-07
[PATCH] slab: remove SLAB_ATOMIC
Christoph Lameter
1
-4
/
+4
2006-12-02
USB: usbtest: Use usb_endpoint_* functions
Luiz Fernando N. Capitulino
1
-2
/
+2
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-4
/
+4
[next]