1. b84d2bf usb: avoid redundant cast of kmalloc() return value in OTi-6858 driver by Jesper Juhl · 17 years ago
  2. 092a212 USB: usbmon doc update - mention new wildcard ('0') bus by Paolo 'Blaisorblade' Giarrusso · 17 years ago
  3. ce0d932 usb-serial: show port number in sysfs by Roman Kagan · 17 years ago
  4. fdf99c9 USB: fix memory leak in berry_charge driver by Greg Kroah-Hartman · 17 years ago
  5. 12943f0 USB: less-restrictive command checking in g-file-storage by Alan Stern · 17 years ago
  6. 94d0f7e USB: kobil_sct: Rework driver by Alan Cox · 17 years ago
  7. c4e4156 USB: cp2101: Coding style police by Alan Cox · 17 years ago
  8. 6e8fe43 USB: avoid the donelist after an error in ohci-hcd by Alan Stern · 17 years ago
  9. 1f5a3d0 USB: fix mistake in usb_hcd_giveback_urb by Alan Stern · 17 years ago
  10. ed6e528 USB: ftdi_sio: Handle FT232RL devices like FT232BM devices by Andrew M. Bishop · 17 years ago
  11. eb23105 USB: add urb->unlinked field by Alan Stern · 17 years ago
  12. b0d9efb USB: centralize -EREMOTEIO handling by Alan Stern · 17 years ago
  13. ee7d1f3 USB: remove Iso status value in uhci-hcd by Alan Stern · 17 years ago
  14. dfd1e53 USB: minor fixes for r8a66597 driver by Alan Stern · 17 years ago
  15. af1c51f USB: EHCI restart speedup by Marcelo Tosatti · 17 years ago
  16. 0eb0226 UEAGLE: Cosmetic by Stanislaw Gruszka · 17 years ago
  17. 337427f UEAGLE: Do not sleep when device is disconnected by Stanislaw Gruszka · 17 years ago
  18. 04ea02f UEAGLE: Avoid keyboard driver blocking by Stanislaw Gruszka · 17 years ago
  19. 503add4 UEAGLE: Allow user to choose input interface alternate setting by Stanislaw Gruszka · 17 years ago
  20. 603cf60 UEAGLE: Devolo and Elsa chipsets support by Stanislaw Gruszka · 17 years ago
  21. c8e4637 UEAGLE: Eagle IV chipset support by Stanislaw Gruszka · 17 years ago
  22. e39ab59 USB: remove unnecessary tests in isp116x and sl811 by Alan Stern · 17 years ago
  23. f311cf5 USB: ark3116.c: fix check-after-use by Adrian Bunk · 17 years ago
  24. f6c1cea USB: missing test for ESHUTDOWN in adutux driver by Oliver Neukum · 17 years ago
  25. 60b69a9 usb: remove redundant memset from amd5536udc by Mariusz Kozlowski · 17 years ago
  26. 5280d60 USB: ftdi-elan.c: kmalloc + memset conversion to kzalloc by Mariusz Kozlowski · 17 years ago
  27. b3aceb2 USB: mct_u232-convert-to-proper-speed-handling-api-fix by Andrew Morton · 17 years ago
  28. 3f6ff6e USB: kl5kusb105: witch to new speed API by Alan Cox · 17 years ago
  29. 42cb967 usblp: Fix a double kfree by Pete Zaitcev · 17 years ago
  30. c36d54a usbmon: Smooth the core code by Pete Zaitcev · 17 years ago
  31. cdd5a8fd usbmon: Drop DMA mapping for setup packet by Pete Zaitcev · 17 years ago
  32. 30c7431 usbmon: Update pipe removal to suit my taste by Pete Zaitcev · 17 years ago
  33. 283face usblp: Cosmetics by Pete Zaitcev · 17 years ago
  34. fc401e6 usblp: mutex in usblp_check_status by Pete Zaitcev · 17 years ago
  35. 7b5cd5f USB: SisUSB2VGA: Convert printk to dev_* macros by Felipe Balbi · 17 years ago
  36. ecb8b19 USB: SisUSB2VGA: Lindent drivers/usb/misc/sisusbvga/sisusb_struct.h by Felipe Balbi · 17 years ago
  37. 7c59901 USB: SisUSB2VGA: Lindent drivers/usb/misc/sisusbvga/sisusb_init.h by Felipe Balbi · 17 years ago
  38. 22b2c52 USB: SisUSB2VGA: Lindent drivers/usb/misc/sisusbvga/sisusb_init.c by Felipe Balbi · 17 years ago
  39. 1c1772a2 USB: SisUSB2VGA: Lindent drivers/usb/misc/sisusbvga/sisusb.h by Felipe Balbi · 17 years ago
  40. 2acbd64 USB: SisUSB2VGA: Mis-spelled word by Felipe Balbi · 17 years ago
  41. 9dedd36 USB: SisUSB2VGA: Remove if 0'ed code by Felipe Balbi · 17 years ago
  42. ed86d97 USB: SisUSB2VGA: Whitespace Cleanups by Felipe Balbi · 17 years ago
  43. 79a7d9e USB: cleanups for g_file_storage by Alan Stern · 17 years ago
  44. d74d4a6 USB: don't touch sysfs stuff when altsetting is unchanged by Alan Stern · 17 years ago
  45. e9df41c USB: make HCDs responsible for managing endpoint queues by Alan Stern · 17 years ago
  46. b0e396e USB: make usb_release_interface static by Greg Kroah-Hartman · 17 years ago
  47. b5ea060 USB: rename choose_configuration by Greg Kroah-Hartman · 17 years ago
  48. 732bb9e usb: document device authorization by Inaky Perez-Gonzalez · 17 years ago
  49. e03f2e8 usb: hook up device authorization to sysfs by Inaky Perez-Gonzalez · 17 years ago
  50. 93993a0 usb: introduce usb_authorize/deauthorize() by Inaky Perez-Gonzalez · 17 years ago
  51. d9d16e8 usb: split usb_new_device for clarity and refactoring by Inaky Perez-Gonzalez · 17 years ago
  52. f8a3746 usb: usb_generic_probe() obeys authorization by Inaky Perez-Gonzalez · 17 years ago
  53. 72230ab usb: usb_probe_interface() obeys authorization by Inaky Perez-Gonzalez · 17 years ago
  54. 1145065 usb: usb_get_configuration() obeys authorization by Inaky Perez-Gonzalez · 17 years ago
  55. 16bbab2 usb: usb_set_configuration() obeys authorization by Inaky Perez-Gonzalez · 17 years ago
  56. d7d0725 usb: initialize authorization and wusb bits in USB devices by Inaky Perez-Gonzalez · 17 years ago
  57. eb579f5 usb: cleanup usb_register_bus() and hook up sysfs group by Inaky Perez-Gonzalez · 17 years ago
  58. 5234ce1 usb: add the concept of default authorization to USB hosts by Inaky Perez-Gonzalez · 17 years ago
  59. da04b7a usb: introduce usb_device authorization bits by Inaky Perez-Gonzalez · 17 years ago
  60. ca2bdf4 USB: gadget: gadget zero cleanups by David Brownell · 17 years ago
  61. 2e806f6 USB: gadget: file storage gadget cleanups by David Brownell · 17 years ago
  62. 51a0e85 USB: gadget: serial gadget cleanups by David Brownell · 17 years ago
  63. 8c07021 USB: gadget: gmidi cleanups by David Brownell · 17 years ago
  64. 0cf4f2d USB: gadget: ethernet gadget cleanups, shrinkage by David Brownell · 17 years ago
  65. a4e3ef5 USB: gadget: gadget_is_{dualspeed,otg} predicates and cleanup by David Brownell · 17 years ago
  66. a1d534b USB: Add drivers/usb/misc/iowarrior.c to the Makefile by Nico Erfurth · 17 years ago
  67. 9a9bf40 USB: separate out endpoint queue management and DMA mapping routines by Alan Stern · 17 years ago
  68. 9439eb9 USB: update spinlock usage for root-hub URBs by Alan Stern · 17 years ago
  69. d617bc8 USB: cleanup for previous patches by Alan Stern · 17 years ago
  70. 18ea5d0 USB: avoid urb->pipe in usbmon by Alan Stern · 17 years ago
  71. 93cf9b9 USB: avoid urb->pipe in usbfs by Alan Stern · 17 years ago
  72. 4326ed0 USB: address-0 handling during device initialization by Alan Stern · 17 years ago
  73. 5e60a16 USB: avoid using urb->pipe in usbcore by Alan Stern · 17 years ago
  74. fea3409 USB: add direction bit to urb->transfer_flags by Alan Stern · 17 years ago
  75. bdd016b USB: add ep->enable by Alan Stern · 17 years ago
  76. 5b653c7 USB: add urb->ep by Alan Stern · 17 years ago
  77. a96173a USB: Storage: usbat_check_status(): fix check-after-use by Adrian Bunk · 17 years ago
  78. efc9052 USB: usb_gadget.h whitespace fixes by David Brownell · 17 years ago
  79. 9f705bd USB: Remove dead references to "SAFE_SERIAL" CONFIG variables. by Robert P. J. Day · 17 years ago
  80. 89a0fd1 USB: OHCI handles more ZFMicro quirks by Mike Nuss · 17 years ago
  81. e8fa0ce usblp: Make use of URB_FREE_BUFFER by Pete Zaitcev · 17 years ago
  82. 7f47735 usblp: Implement the ENOSPC convention by Pete Zaitcev · 17 years ago
  83. ca337db USB: Clean up duplicate includes in drivers/usb/ by Jesper Juhl · 17 years ago
  84. 011db81 USB: Remove unneeded pointer intf from speedtch_upload_firmware() by Micah Gruber · 17 years ago
  85. 782e3b3 Fix up more bio fallout by Al Viro · 17 years ago
  86. cbd09db Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  87. d81fec0 missed bio_endio() in axonram by Al Viro · 17 years ago
  88. d4faaec [ZLIB]: Fix external builds of zlib_inflate code. by David S. Miller · 17 years ago
  89. 9ce768e [TG3]: Fix APE induced regression by Matt Carlson · 17 years ago
  90. a7b850e [SKY2]: version 1.19 by Stephen Hemminger · 17 years ago
  91. 7138a0f [SKY2]: use netdevice stats struct by Stephen Hemminger · 17 years ago
  92. df3fe1f [SKY2]: fiber advertise bits initialization (trivial) by Stephen Hemminger · 17 years ago
  93. ff35164e [SKY2]: fix power settings on Yukon XL by Stephen Hemminger · 17 years ago
  94. 295b54c [SKY2]: ethtool register reserved area blackout by Stephen Hemminger · 17 years ago
  95. e869086 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  96. 5473074 Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 17 years ago
  97. 6c08772 [libata] sata_mv: more S/G fixes by Jeff Garzik · 17 years ago
  98. e30408b JFS: fix bio-related build breakage by Jeff Garzik · 17 years ago
  99. 9b4b8fe [POWERPC] Add memchr() to the bootwrapper by David Gibson · 17 years ago
  100. d0c3d53 [POWERPC] Implement logging of unhandled signals by Olof Johansson · 17 years ago