1. f07af4b USB: wusbcore/wa-xfer: error handling fixes in setup_segs() by Dan Carpenter · 11 years ago
  2. da31fe4 WUSB: remove an unnused variable by Dan Carpenter · 12 years ago
  3. eb83be9 USB: remove CONFIG_EXPERIMENTAL dependancies by Greg Kroah-Hartman · 12 years ago
  4. fd4d72c drivers/usb/wusbcore/wa-hc.c: fix error return code by Julia Lawall · 12 years ago
  5. e58ba01 wusb: Fix potential memory leak in wusb_dev_sec_add() by Alexey Khoroshilov · 12 years ago
  6. a0701f0 uwb & wusb: fix kconfig error by Randy Dunlap · 12 years ago
  7. 55b81e6 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 13 years ago
  8. cbb50df drivers: usb: wusbcore: Fix dependency for USB_WUSB by Fabio Estevam · 13 years ago
  9. d5ca9db USB: wusb: Use kcalloc instead of kzalloc to allocate array by Thomas Meyer · 13 years ago
  10. 65db430 USB: convert drivers/usb/* to use module_usb_driver() by Greg Kroah-Hartman · 13 years ago
  11. f940fcd usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed by Paul Gortmaker · 13 years ago
  12. 6eb0de8 usb: Add module.h to drivers/usb consumers who really use it. by Paul Gortmaker · 13 years ago
  13. 29cc889 USB: use usb_endpoint_maxp() instead of le16_to_cpu() by Kuninori Morimoto · 13 years ago
  14. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  15. 9708cd2 wusb: use printk_ratelimited() instead of printk_ratelimit() by Manuel Zerpies · 13 years ago
  16. e90ed12 USB: wusbcore: return negative error codes by Dan Carpenter · 13 years ago
  17. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  18. dbe79bb USB 3.0 Hub Changes by John Youn · 23 years ago
  19. da13051 USB: Remove bitmap #define from hcd.h by Sarah Sharp · 14 years ago
  20. 962f3ff wusb: fix find_first_zero_bit() return value check by Akinobu Mita · 13 years ago
  21. 7aed9df drivers:usb:wusbhc.h remove one to many l's in the word. by Justin P. Mattock · 13 years ago
  22. 32b801e USB: wusbcore: rh.c Typo change desciptor to descriptor. by Justin P. Mattock · 14 years ago
  23. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  24. 0a2b8a0 usb: makefile cleanup by matt mooney · 14 years ago
  25. 2501331 usb: change to new flag variable by matt mooney · 14 years ago
  26. 421f91d fix typos concerning "initiali[zs]e" by Uwe Kleine-König · 14 years ago
  27. 7a9b149 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 14 years ago
  28. 0ede76f USB: remove uses of URB_NO_SETUP_DMA_MAP by Alan Stern · 14 years ago
  29. 27729aa USB: make hcd.h public (drivers dependency) by Eric Lescouet · 14 years ago
  30. f39d01b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  31. 6c9468e Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  32. a23b648 usb: wusb: don't overflow the Keep Alive IE buffer by David Vrabel · 14 years ago
  33. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  34. f77f13e Fix comment and Kconfig typos for 'require' and 'fragment' by Gilles Espinasse · 14 years ago
  35. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  36. 6ef4852 USB class: make USB device id constant by Németh Márton · 15 years ago
  37. 551cdbb USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESS by Greg Kroah-Hartman · 14 years ago
  38. 8bc1d21 USB: wusb: check CHID is all zeros before stopping the host by Julia Lawall · 15 years ago
  39. 1537a36 tree-wide: fix 'lenght' typo in comments and code by Daniel Mack · 14 years ago
  40. 9279095 USB: wusb: correctly check size of security descriptor. by David Vrabel · 15 years ago
  41. 2e9729d USB: wusb: don't leak urb in certain error cases by David Vrabel · 15 years ago
  42. c3f22d9 USB: wusb: add wusb_phy_rate sysfs file to host controllers by David Vrabel · 15 years ago
  43. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  44. b41ecf9 USB: wusb: don't use the stack to read security descriptor by Stefano Panella · 15 years ago
  45. 3dbda77 trivial: fix typos "man[ae]g?ment" -> "management" by Uwe Kleine-Koenig · 15 years ago
  46. fca10c8 WUSB: correct format of wusb_chid sysfs file by David Vrabel · 15 years ago
  47. 5936ac7 WUSB: fix oops when completing URBs for disconnected devices by David Vrabel · 15 years ago
  48. 8db324e WUSB: disconnect all devices when stopping a WUSB HCD by David Vrabel · 15 years ago
  49. 811158b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  50. bf6aede workqueue: add to_delayed_work() helper function by Jean Delvare · 15 years ago
  51. 542d886 trivial: Fix dubious bitwise 'and' usage spotted by sparse. by Alexey Zaytsev · 16 years ago
  52. 31dbb80 USB: use kzfree() by Johannes Weiner · 15 years ago
  53. 6da9c99 USB: allow libusb to talk to unauthenticated WUSB devices by David Vrabel · 15 years ago
  54. 49fa092 USB: wusbcore/wa-xfer, fix lock imbalance by Jiri Slaby · 15 years ago
  55. dff243f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-upstream by David Vrabel · 15 years ago
  56. d767d88 USB: wusb: annotate association types withe proper endianness by Harvey Harrison · 16 years ago
  57. 9a9b1d1 wusb: return -ENOTCONN when resetting a port with no connected device by David Vrabel · 16 years ago
  58. e43ace8 uwb: use print_hex_dump() by David Vrabel · 16 years ago
  59. bce8369 uwb: use dev_dbg() for debug messages by David Vrabel · 16 years ago
  60. fe6e87a wusb: fix oops when terminating a non-existant reservation by David Vrabel · 16 years ago
  61. 5b37717 uwb: improved MAS allocator and reservation conflict handling by Stefano Panella · 16 years ago
  62. 56968d0 wusb: whci-hcd shouldn't do ASL/PZL updates while channel is inactive by David Vrabel · 16 years ago
  63. 6fae35f uwb: add basic radio manager by David Vrabel · 16 years ago
  64. f88518d wusb: remove unused #include <version.h> by Huang Weiyi · 16 years ago
  65. 4656d5d wusb: reset WUSB devices with SetAddress(0) by David Vrabel · 16 years ago
  66. 4d2bea4 wusb: do a proper channel stop by David Vrabel · 16 years ago
  67. d409f3b wusb: disable verification of the key generation algorithms by David Vrabel · 16 years ago
  68. cae1c11 uwb: reference count reservations by David Vrabel · 16 years ago
  69. 8092d7c uwb: don't use printk_ratelimit() so often by David Vrabel · 16 years ago
  70. 92c4d9b uwb: use kcalloc where appropriate by David Vrabel · 16 years ago
  71. 6a7c3e4 uwb: depend on EXPERIMENTAL by David Vrabel · 16 years ago
  72. f1fa035 wusb: wusb-cbaf (CBA driver) sysfs ABI simplification by Felipe Zimmerle · 16 years ago
  73. b60066c uwb: add symlinks in sysfs between radio controllers and PALs by David Vrabel · 16 years ago
  74. b0a8132 wusb: fix bmRequestType for Abort RPipe request by Anderson Lizardo · 16 years ago
  75. f51c23b wusb: fix error path for wusb_set_dev_addr() by Anderson Lizardo · 16 years ago
  76. df36542 wusb: add the Wire Adapter (WA) core by Inaky Perez-Gonzalez · 16 years ago
  77. 870d539 wusb: add the USB wusb-cbaf driver by Inaky Perez-Gonzalez · 16 years ago
  78. 470cc41 wusb: add the Wireless USB core (build-system) by Greg Kroah-Hartman · 16 years ago
  79. d59db76 wusb: add the Wireless USB core (security) by Inaky Perez-Gonzalez · 16 years ago
  80. b69fada wusb: add the Wireless USB core (protocol) by Inaky Perez-Gonzalez · 16 years ago
  81. 90ff96f wusb: add the Wireless USB core by Inaky Perez-Gonzalez · 16 years ago