1. d0b4652 USB: altsetting overrides for usbtest by Alan Stern · 11 years ago
  2. 2cb5000 USB: usbtest: fix test number in log message by Alan Stern · 12 years ago
  3. 564e698 USB: usbtest: prevent a divide by zero bug by Dan Carpenter · 12 years ago
  4. 4b85c62 usb: misc: usbtest: send ISO packets for g_zero by Boyan Nedeltchev · 12 years ago
  5. 6a23ccd usb: usbtest: two super speed fixes for usbtest by Paul Zimmerman · 12 years ago
  6. f4a728d drivers/usb/misc/usbtest.c: add kfrees by Julia Lawall · 12 years ago
  7. 8bde9a6 usb: usbtest: avoid integer overflow in alloc_sglist() by Xi Wang · 12 years ago
  8. e65cdfa usb: usbtest: avoid integer overflow in test_ctrl_queue() by Xi Wang · 12 years ago
  9. 5689871 USB: remove BKL comments by Davidlohr Bueso · 13 years ago
  10. e538dfd usb: Provide usb_speed_string() function by Michal Nazarewicz · 13 years ago
  11. 29cc889 USB: use usb_endpoint_maxp() instead of le16_to_cpu() by Kuninori Morimoto · 13 years ago
  12. 7c79d09 USB: usbtest: use URB_ZERO_PACKET for BULK-OUT transfers by Sebastian Andrzej Siewior · 13 years ago
  13. c44dead Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 13 years ago
  14. 304b0b5 usb: fix warning in usbtest module v2 by Greg Dietsche · 13 years ago
  15. 70f23fd treewide: fix a few typos in comments by Justin P. Mattock · 13 years ago
  16. 67e7d64 usb/usbtest: fix test10 on superpseed by Sebastian Andrzej Siewior · 13 years ago
  17. 14b76ed usb/usbtest: print super on super speed by Sebastian Andrzej Siewior · 13 years ago
  18. 869410f USB: add queued-unlinks test case to usbtest driver by Alan Stern · 13 years ago
  19. 084fb20 USB: usbtest - Add tests to ensure HCDs can accept byte aligned buffers. by Martin Fuzzey · 13 years ago
  20. 40aed52 USB: usbtest - ensure correct isoc data length by Martin Fuzzey · 14 years ago
  21. fabbf21 USB: usbtest fix coding style by Martin Fuzzey · 14 years ago
  22. 951fd8e USB: usbtest: support test device with only one iso-in or iso-out endpoint by Ming Lei · 14 years ago
  23. e10e1be USB: usbtest: avoid to free coherent buffer in atomic context by Ming Lei · 14 years ago
  24. c532b29 USB-BKL: Convert usb_driver ioctl to unlocked_ioctl by Andi Kleen · 14 years ago
  25. 997ea58 USB: rename usb_buffer_alloc() and usb_buffer_free() users by Daniel Mack · 14 years ago
  26. 0ede76f USB: remove uses of URB_NO_SETUP_DMA_MAP by Alan Stern · 14 years ago
  27. 33b9e16 USB misc: make USB device id constant by Németh Márton · 15 years ago
  28. 9bbdf1e USB: convert to the runtime PM framework by Alan Stern · 15 years ago
  29. 7f4e985 usbtest: make module param pattern writeable by Vikram Pandita · 15 years ago
  30. 3b6c023 USB: usbtest fix endless loop in unlink tests. by Martin Fuzzey · 15 years ago
  31. e64a521 USB: clean up redundant tests on unsigned by roel kluin · 16 years ago
  32. 8aafdf6 USB: usbtest.c: length, sglen and vary are unsigned, so cannot be negative by roel kluin · 16 years ago
  33. b6c6393 Rename WARN() to WARNING() to clear the namespace by Arjan van de Ven · 16 years ago
  34. 6def755 usbtest: comment on why this code "expects" negative and positive errnos by Marcin Slusarz · 16 years ago
  35. 28ffd79 USB: usbtest displays diagnostics again by David Brownell · 16 years ago
  36. cdc9779 USB: remove unnecessary type casting of urb->context by Ming Lei · 16 years ago
  37. 441b62c USB: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  38. 70a1c9e USB: remove dev->power.power_state by Alan Stern · 16 years ago
  39. dfa5ec7 USB: use DIV_ROUND_UP by Julia Lawall · 16 years ago
  40. 4756feb USB: fix bug in sg initialization in usbtest by Alan Stern · 16 years ago
  41. dc0d5c1 USB: Spelling fixes by Joe Perches · 17 years ago
  42. 26e109b USB: testing driver: don't free a locked mutex by Andrew Morton · 17 years ago
  43. 1cfab02 USB: testing driver: convert dev->sem to mutex by Matthias Kaehlcke · 17 years ago
  44. 6ce4560 usb: fix usbtest halt check on big endian systems by Jan Andersson · 17 years ago
  45. 45711f1 [SG] Update drivers to use sg helpers by Jens Axboe · 17 years ago
  46. 59d9978 USB: misc: usbtest: clean up urb->status usage by Greg Kroah-Hartman · 17 years ago
  47. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  48. 54e6ecb [PATCH] slab: remove SLAB_ATOMIC by Christoph Lameter · 18 years ago
  49. 4d823dd USB: usbtest: Use usb_endpoint_* functions by Luiz Fernando N. Capitulino · 18 years ago
  50. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  51. f54fa84 USB: usbtest.c: unsigned retval makes ctrl_out return 0 in case of error by Orjan Friberg · 18 years ago
  52. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  53. 9da2150 [PATCH] usbtest: report errors in iso tests by Alan Stern · 18 years ago
  54. caa2a12 [PATCH] Fix a deadlock in usbtest by Franck Bui-Huu · 18 years ago
  55. 8b52490 [PATCH] USB: usbtest: scatterlist OUT data pattern testing by David Brownell · 18 years ago
  56. 80b6ca4 [PATCH] USB: kzalloc() conversion for rest of drivers/usb by Eric Sesterhenn · 18 years ago
  57. 75318d2 [PATCH] USB: remove .owner field from struct usb_driver by Greg Kroah-Hartman · 19 years ago
  58. 654f311 [PATCH] USB: move CONFIG_USB_DEBUG checks into the Makefile by Greg Kroah-Hartman · 19 years ago
  59. 378f058 [PATCH] Use sg_set_buf/sg_init_one where applicable by David Hardeman · 19 years ago
  60. 3e8a556 [PATCH] Missing transfer_flags setting in usbtest by Alan Stern · 19 years ago
  61. db69087 [PATCH] usb_interface power state by David Brownell · 19 years ago
  62. b375a04 [PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernel by Alan Stern · 19 years ago
  63. ca078ba [PATCH] swsusp: switch pm_message_t to struct by Pavel Machek · 19 years ago
  64. ff7c79e [PATCH] USB: usbtest updates by David Brownell · 19 years ago
  65. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago