1. 471e42a usb: wusbcore: fix deadlock in wusbhc_gtk_rekey by Thomas Pugliese · 11 years ago
  2. 6161ae5 usb: wusbcore: do device lookup while holding the hc mutex by Thomas Pugliese · 11 years ago
  3. f4042c0 usb: wusbcore: send keepalives to unauthenticated devices by Thomas Pugliese · 11 years ago
  4. f74b75e usb: wusbcore: change WA_SEGS_MAX to a legal value by Thomas Pugliese · 11 years ago
  5. f07ddb9 usb: wusbcore: add a quirk for Alereon HWA device isoc behavior by Thomas Pugliese · 11 years ago
  6. 2101242 usb: wusbcore: combine multiple isoc frames in a single transfer request. by Thomas Pugliese · 11 years ago
  7. 7b6bc07 usb: wusbcore: set the RPIPE wMaxPacketSize value correctly by Thomas Pugliese · 11 years ago
  8. f2c28cf USB: wusbcore: fix usb_dev leaks by Alexey Khoroshilov · 11 years ago
  9. 1653d2f usb: wusbcore: preserve endianness of cached descriptors by Thomas Pugliese · 11 years ago
  10. 679ee47 usb: wusbcore: serialize access to the HWA data out endpoint by Thomas Pugliese · 11 years ago
  11. 2b84f92 usb: Remove unnecessary semicolons by Joe Perches · 11 years ago
  12. afc3cba usb: wusbcore: fix string formatting warnings on 64-bit builds by Thomas Pugliese · 11 years ago
  13. 7a32d9b usb: wusbcore: add support for isoc out transfers by Thomas Pugliese · 11 years ago
  14. 1a7ff0e usb: wusbcore: set the RPIPE bOverTheAirInterval for isoc endpoints by Thomas Pugliese · 11 years ago
  15. 33186c4 usb: wusbcore: avoid stack overflow in URB enqueue error path by Thomas Pugliese · 11 years ago
  16. cccd3a25 usb: wusbcore: fix build warning on 64-bit builds by Thomas Pugliese · 11 years ago
  17. 14e1d2d usb: wusbcore: clean up urb dequeue process by Thomas Pugliese · 11 years ago
  18. b9c84be usb: wusbcore: include the xfer_id in debug prints by Thomas Pugliese · 11 years ago
  19. fdd160c usb: wusbcore: fix endianess issues when using dwTransferID by Thomas Pugliese · 11 years ago
  20. 6741448 usb: wusbcore: set pointers to NULL after freeing in error cases by Thomas Pugliese · 11 years ago
  21. d5b5c9f usb: wusbcore: clean up the sg list that was created for out transfers by Thomas Pugliese · 11 years ago
  22. ffd6d17 usb: wusbcore: resource cleanup fix in __wa_xfer_setup_segs by Thomas Pugliese · 11 years ago
  23. d993670 usb: wusbcore: allow wa_xfer_destroy to clean up partially constructed xfers by Thomas Pugliese · 11 years ago
  24. 0367eef usb: wusbcore: rename fields in struct wahc by Thomas Pugliese · 11 years ago
  25. 09d94cb usb: wusbcore: rename urb to tr_urb in struct wa_seg by Thomas Pugliese · 11 years ago
  26. 8eb4129 USB: WUSBCORE: use list_move_tail instead of list_del/list_add_tail by Wei Yongjun · 11 years ago
  27. bd479f2 Merge 3.11-rc6 into usb-next by Greg Kroah-Hartman · 11 years ago
  28. 66591015d USB: WUSBCORE: Use usb_init_urb instead of creating the URB manually by Thomas Pugliese · 11 years ago
  29. 79731cb USB: WUSBCORE: fix leak of urb in wa_xfer_destroy. by Thomas Pugliese · 11 years ago
  30. 11b1bf8 USB: WUSBCORE: fix resource cleanup in error path in __wa_xfer_setup_segs by Thomas Pugliese · 11 years ago
  31. 6d33f7b USB: WUSBCORE: clear RPIPE stall for control endpoints by Thomas Pugliese · 11 years ago
  32. ec58fad wusbcore: fix kernel panic when disconnecting a wireless USB->serial device by Thomas Pugliese · 11 years ago
  33. e9a088f wusbcore: clean up list locking in urb enqueue by Thomas Pugliese · 11 years ago
  34. 467d296 wusbcore: fix root hub hub_status_data to only return > 0 if status has actually changed by Thomas Pugliese · 11 years ago
  35. a899575 USB: HWA: fix device probe failure by Thomas Pugliese · 11 years ago
  36. f265d4d wusbcore: add sysfs attribute for retry count by Thomas Pugliese · 11 years ago
  37. 8bf1d07 wusbcore: add sysfs attribute for DNTS count and interval by Thomas Pugliese · 11 years ago
  38. 2b81c08 usb: wire adapter: add scatter gather support by Thomas Pugliese · 11 years ago
  39. 3a57aa8 wusbcore wire adapter: ignore HWA_NOTIF_BPST_ADJ notifications by Thomas Pugliese · 11 years ago
  40. ee0218f USB: wusbcore: add HWA-specific fields to usb_rpipe_descriptor by Thomas Pugliese · 11 years ago
  41. edc40a4 wusbhc: disable suspend and resume on the root hub. by Thomas Pugliese · 11 years ago
  42. 7d9852a wusbcore: reduce keepalive threshold from timeout/2 to timeout/3 by Thomas Pugliese · 11 years ago
  43. 25e11ec USB: regroup all depends on USB within an if USB block by Florian Fainelli · 12 years ago
  44. f07af4b USB: wusbcore/wa-xfer: error handling fixes in setup_segs() by Dan Carpenter · 12 years ago
  45. da31fe4 WUSB: remove an unnused variable by Dan Carpenter · 12 years ago
  46. eb83be9 USB: remove CONFIG_EXPERIMENTAL dependancies by Greg Kroah-Hartman · 12 years ago
  47. fd4d72c drivers/usb/wusbcore/wa-hc.c: fix error return code by Julia Lawall · 12 years ago
  48. e58ba01 wusb: Fix potential memory leak in wusb_dev_sec_add() by Alexey Khoroshilov · 12 years ago
  49. a0701f0 uwb & wusb: fix kconfig error by Randy Dunlap · 13 years ago
  50. 55b81e6 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 13 years ago
  51. cbb50df drivers: usb: wusbcore: Fix dependency for USB_WUSB by Fabio Estevam · 13 years ago
  52. d5ca9db USB: wusb: Use kcalloc instead of kzalloc to allocate array by Thomas Meyer · 13 years ago
  53. 65db430 USB: convert drivers/usb/* to use module_usb_driver() by Greg Kroah-Hartman · 13 years ago
  54. f940fcd usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed by Paul Gortmaker · 14 years ago
  55. 6eb0de8 usb: Add module.h to drivers/usb consumers who really use it. by Paul Gortmaker · 13 years ago
  56. 29cc889 USB: use usb_endpoint_maxp() instead of le16_to_cpu() by Kuninori Morimoto · 13 years ago
  57. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  58. 9708cd2 wusb: use printk_ratelimited() instead of printk_ratelimit() by Manuel Zerpies · 13 years ago
  59. e90ed12 USB: wusbcore: return negative error codes by Dan Carpenter · 13 years ago
  60. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  61. dbe79bb USB 3.0 Hub Changes by John Youn · 23 years ago
  62. da13051 USB: Remove bitmap #define from hcd.h by Sarah Sharp · 14 years ago
  63. 962f3ff wusb: fix find_first_zero_bit() return value check by Akinobu Mita · 14 years ago
  64. 7aed9df drivers:usb:wusbhc.h remove one to many l's in the word. by Justin P. Mattock · 14 years ago
  65. 32b801e USB: wusbcore: rh.c Typo change desciptor to descriptor. by Justin P. Mattock · 14 years ago
  66. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  67. 0a2b8a0 usb: makefile cleanup by matt mooney · 14 years ago
  68. 2501331 usb: change to new flag variable by matt mooney · 14 years ago
  69. 421f91d fix typos concerning "initiali[zs]e" by Uwe Kleine-König · 14 years ago
  70. 7a9b149 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 15 years ago
  71. 0ede76f USB: remove uses of URB_NO_SETUP_DMA_MAP by Alan Stern · 15 years ago
  72. 27729aa USB: make hcd.h public (drivers dependency) by Eric Lescouet · 15 years ago
  73. f39d01b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  74. 6c9468e Merge branch 'master' into for-next by Jiri Kosina · 15 years ago
  75. a23b648 usb: wusb: don't overflow the Keep Alive IE buffer by David Vrabel · 15 years ago
  76. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  77. f77f13e Fix comment and Kconfig typos for 'require' and 'fragment' by Gilles Espinasse · 15 years ago
  78. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  79. 6ef4852 USB class: make USB device id constant by Németh Márton · 15 years ago
  80. 551cdbb USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESS by Greg Kroah-Hartman · 15 years ago
  81. 8bc1d21 USB: wusb: check CHID is all zeros before stopping the host by Julia Lawall · 15 years ago
  82. 1537a36 tree-wide: fix 'lenght' typo in comments and code by Daniel Mack · 15 years ago
  83. 9279095 USB: wusb: correctly check size of security descriptor. by David Vrabel · 15 years ago
  84. 2e9729d USB: wusb: don't leak urb in certain error cases by David Vrabel · 15 years ago
  85. c3f22d9 USB: wusb: add wusb_phy_rate sysfs file to host controllers by David Vrabel · 15 years ago
  86. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  87. b41ecf9 USB: wusb: don't use the stack to read security descriptor by Stefano Panella · 15 years ago
  88. 3dbda77 trivial: fix typos "man[ae]g?ment" -> "management" by Uwe Kleine-Koenig · 15 years ago
  89. fca10c8 WUSB: correct format of wusb_chid sysfs file by David Vrabel · 16 years ago
  90. 5936ac7 WUSB: fix oops when completing URBs for disconnected devices by David Vrabel · 16 years ago
  91. 8db324e WUSB: disconnect all devices when stopping a WUSB HCD by David Vrabel · 16 years ago
  92. 811158b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 16 years ago
  93. bf6aede workqueue: add to_delayed_work() helper function by Jean Delvare · 16 years ago
  94. 542d886 trivial: Fix dubious bitwise 'and' usage spotted by sparse. by Alexey Zaytsev · 16 years ago
  95. 31dbb80 USB: use kzfree() by Johannes Weiner · 16 years ago
  96. 6da9c99 USB: allow libusb to talk to unauthenticated WUSB devices by David Vrabel · 16 years ago
  97. 49fa092 USB: wusbcore/wa-xfer, fix lock imbalance by Jiri Slaby · 16 years ago
  98. dff243f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-upstream by David Vrabel · 16 years ago
  99. d767d88 USB: wusb: annotate association types withe proper endianness by Harvey Harrison · 16 years ago
  100. 9a9b1d1 wusb: return -ENOTCONN when resetting a port with no connected device by David Vrabel · 16 years ago