1. 42cb967 usblp: Fix a double kfree by Pete Zaitcev · 17 years ago
  2. c36d54a usbmon: Smooth the core code by Pete Zaitcev · 17 years ago
  3. cdd5a8fd usbmon: Drop DMA mapping for setup packet by Pete Zaitcev · 17 years ago
  4. 30c7431 usbmon: Update pipe removal to suit my taste by Pete Zaitcev · 17 years ago
  5. 283face usblp: Cosmetics by Pete Zaitcev · 17 years ago
  6. fc401e6 usblp: mutex in usblp_check_status by Pete Zaitcev · 17 years ago
  7. 7b5cd5f USB: SisUSB2VGA: Convert printk to dev_* macros by Felipe Balbi · 17 years ago
  8. ecb8b19 USB: SisUSB2VGA: Lindent drivers/usb/misc/sisusbvga/sisusb_struct.h by Felipe Balbi · 17 years ago
  9. 7c59901 USB: SisUSB2VGA: Lindent drivers/usb/misc/sisusbvga/sisusb_init.h by Felipe Balbi · 17 years ago
  10. 22b2c52 USB: SisUSB2VGA: Lindent drivers/usb/misc/sisusbvga/sisusb_init.c by Felipe Balbi · 17 years ago
  11. 1c1772a USB: SisUSB2VGA: Lindent drivers/usb/misc/sisusbvga/sisusb.h by Felipe Balbi · 17 years ago
  12. 2acbd64 USB: SisUSB2VGA: Mis-spelled word by Felipe Balbi · 17 years ago
  13. 9dedd36 USB: SisUSB2VGA: Remove if 0'ed code by Felipe Balbi · 17 years ago
  14. ed86d97 USB: SisUSB2VGA: Whitespace Cleanups by Felipe Balbi · 17 years ago
  15. 79a7d9e USB: cleanups for g_file_storage by Alan Stern · 17 years ago
  16. d74d4a6 USB: don't touch sysfs stuff when altsetting is unchanged by Alan Stern · 17 years ago
  17. e9df41c USB: make HCDs responsible for managing endpoint queues by Alan Stern · 17 years ago
  18. b0e396e USB: make usb_release_interface static by Greg Kroah-Hartman · 17 years ago
  19. b5ea060 USB: rename choose_configuration by Greg Kroah-Hartman · 17 years ago
  20. 732bb9e usb: document device authorization by Inaky Perez-Gonzalez · 17 years ago
  21. e03f2e8 usb: hook up device authorization to sysfs by Inaky Perez-Gonzalez · 17 years ago
  22. 93993a0 usb: introduce usb_authorize/deauthorize() by Inaky Perez-Gonzalez · 17 years ago
  23. d9d16e8 usb: split usb_new_device for clarity and refactoring by Inaky Perez-Gonzalez · 17 years ago
  24. f8a3746 usb: usb_generic_probe() obeys authorization by Inaky Perez-Gonzalez · 17 years ago
  25. 72230ab usb: usb_probe_interface() obeys authorization by Inaky Perez-Gonzalez · 17 years ago
  26. 1145065 usb: usb_get_configuration() obeys authorization by Inaky Perez-Gonzalez · 17 years ago
  27. 16bbab2 usb: usb_set_configuration() obeys authorization by Inaky Perez-Gonzalez · 17 years ago
  28. d7d0725 usb: initialize authorization and wusb bits in USB devices by Inaky Perez-Gonzalez · 17 years ago
  29. eb579f5 usb: cleanup usb_register_bus() and hook up sysfs group by Inaky Perez-Gonzalez · 17 years ago
  30. 5234ce1 usb: add the concept of default authorization to USB hosts by Inaky Perez-Gonzalez · 17 years ago
  31. da04b7a usb: introduce usb_device authorization bits by Inaky Perez-Gonzalez · 17 years ago
  32. ca2bdf4 USB: gadget: gadget zero cleanups by David Brownell · 17 years ago
  33. 2e806f6 USB: gadget: file storage gadget cleanups by David Brownell · 17 years ago
  34. 51a0e85 USB: gadget: serial gadget cleanups by David Brownell · 17 years ago
  35. 8c07021 USB: gadget: gmidi cleanups by David Brownell · 17 years ago
  36. 0cf4f2d USB: gadget: ethernet gadget cleanups, shrinkage by David Brownell · 17 years ago
  37. a4e3ef5 USB: gadget: gadget_is_{dualspeed,otg} predicates and cleanup by David Brownell · 17 years ago
  38. a1d534b USB: Add drivers/usb/misc/iowarrior.c to the Makefile by Nico Erfurth · 17 years ago
  39. 9a9bf40 USB: separate out endpoint queue management and DMA mapping routines by Alan Stern · 17 years ago
  40. 9439eb9 USB: update spinlock usage for root-hub URBs by Alan Stern · 17 years ago
  41. d617bc8 USB: cleanup for previous patches by Alan Stern · 17 years ago
  42. 18ea5d0 USB: avoid urb->pipe in usbmon by Alan Stern · 17 years ago
  43. 93cf9b9 USB: avoid urb->pipe in usbfs by Alan Stern · 17 years ago
  44. 4326ed0 USB: address-0 handling during device initialization by Alan Stern · 17 years ago
  45. 5e60a16 USB: avoid using urb->pipe in usbcore by Alan Stern · 17 years ago
  46. fea3409 USB: add direction bit to urb->transfer_flags by Alan Stern · 17 years ago
  47. bdd016b USB: add ep->enable by Alan Stern · 17 years ago
  48. 5b653c7 USB: add urb->ep by Alan Stern · 17 years ago
  49. a96173a USB: Storage: usbat_check_status(): fix check-after-use by Adrian Bunk · 17 years ago
  50. efc9052 USB: usb_gadget.h whitespace fixes by David Brownell · 17 years ago
  51. 9f705bd USB: Remove dead references to "SAFE_SERIAL" CONFIG variables. by Robert P. J. Day · 17 years ago
  52. 89a0fd1 USB: OHCI handles more ZFMicro quirks by Mike Nuss · 17 years ago
  53. e8fa0ce usblp: Make use of URB_FREE_BUFFER by Pete Zaitcev · 17 years ago
  54. 7f47735 usblp: Implement the ENOSPC convention by Pete Zaitcev · 17 years ago
  55. ca337db USB: Clean up duplicate includes in drivers/usb/ by Jesper Juhl · 17 years ago
  56. 011db81 USB: Remove unneeded pointer intf from speedtch_upload_firmware() by Micah Gruber · 17 years ago
  57. 782e3b3 Fix up more bio fallout by Al Viro · 17 years ago
  58. cbd09db Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  59. d81fec0 missed bio_endio() in axonram by Al Viro · 17 years ago
  60. d4faaec [ZLIB]: Fix external builds of zlib_inflate code. by David S. Miller · 17 years ago
  61. 9ce768e [TG3]: Fix APE induced regression by Matt Carlson · 17 years ago
  62. a7b850e [SKY2]: version 1.19 by Stephen Hemminger · 17 years ago
  63. 7138a0f [SKY2]: use netdevice stats struct by Stephen Hemminger · 17 years ago
  64. df3fe1f [SKY2]: fiber advertise bits initialization (trivial) by Stephen Hemminger · 17 years ago
  65. ff35164e [SKY2]: fix power settings on Yukon XL by Stephen Hemminger · 17 years ago
  66. 295b54c [SKY2]: ethtool register reserved area blackout by Stephen Hemminger · 17 years ago
  67. e869086 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  68. 5473074 Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 17 years ago
  69. 6c08772 [libata] sata_mv: more S/G fixes by Jeff Garzik · 17 years ago
  70. e30408b JFS: fix bio-related build breakage by Jeff Garzik · 17 years ago
  71. 9b4b8fe [POWERPC] Add memchr() to the bootwrapper by David Gibson · 17 years ago
  72. d0c3d53 [POWERPC] Implement logging of unhandled signals by Olof Johansson · 17 years ago
  73. b63db45 [POWERPC] Add legacy serial support for OPB with flattened device tree by Valentine Barshak · 17 years ago
  74. 1189be6 [POWERPC] Use 1TB segments by Paul Mackerras · 17 years ago
  75. 287e5d6 [POWERPC] XilinxFB: Allow fixed framebuffer base address by Grant Likely · 17 years ago
  76. b4d6a72 [POWERPC] XilinxFB: Add support for custom screen resolution by Grant Likely · 17 years ago
  77. 01ba1e9 [POWERPC] XilinxFB: Use pdata to pass around framebuffer parameters by Grant Likely · 17 years ago
  78. d94bad8 [POWERPC] PCI: Add 64-bit physical address support to setup_indirect_pci by Valentine Barshak · 17 years ago
  79. ce9d3c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 17 years ago
  80. 038a500 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  81. dd6d184 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 17 years ago
  82. 19f7115 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 17 years ago
  83. e6005a8 Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-leds by Linus Torvalds · 17 years ago
  84. 6f35308 Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlight by Linus Torvalds · 17 years ago
  85. 19ad7ae Merge branch 'dmi-const' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/misc-2.6 by Linus Torvalds · 17 years ago
  86. 1ce4890 Merge branch 'block-2.6.24' of git://git.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 17 years ago
  87. 55982fd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6 by Linus Torvalds · 17 years ago
  88. 1ef3e36 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6 by Linus Torvalds · 17 years ago
  89. c634920 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb by Linus Torvalds · 17 years ago
  90. 6abd2c8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc by Linus Torvalds · 17 years ago
  91. 2669183 [SKY2]: status polling loop (post merge) by Stephen Hemminger · 17 years ago
  92. 6f53576 [NET]: Fix NAPI completion handling in some drivers. by David S. Miller · 17 years ago
  93. b08d6cb [TCP]: Limit processing lost_retrans loop to work-to-do cases by Ilpo Järvinen · 17 years ago
  94. f785a8e [TCP]: Fix lost_retrans loop vs fastpath problems by Ilpo Järvinen · 17 years ago
  95. 4cd8299 [TCP]: No need to re-count fackets_out/sacked_out at RTO by Ilpo Järvinen · 17 years ago
  96. d193594 [TCP]: Extract tcp_match_queue_to_sack from sacktag code by Ilpo Järvinen · 17 years ago
  97. f6fb128 [TCP]: Kill almost unused variable pcount from sacktag by Ilpo Järvinen · 17 years ago
  98. 3eec004 [TCP]: Fix mark_head_lost to ignore R-bit when trying to mark L by Ilpo Järvinen · 17 years ago
  99. 16e9068 [TCP]: Add bytes_acked (ABC) clearing to FRTO too by Ilpo Järvinen · 17 years ago
  100. 8087ebd Merge branch 'for-2.6.24' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc into for-2.6.24 by Paul Mackerras · 17 years ago