1. aa2ba5f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  2. 1f15a50 USB: fsl_usb2_udc: Report disconnect before unbinding by Anton Vorontsov · 16 years ago
  3. 9ac36da USB: fsl_qe_udc: Report disconnect before unbinding by Anton Vorontsov · 16 years ago
  4. 47fd6f7 [ARM] 5335/1: pxa25x_udc: Fix is_vbus_present to return 1 or 0 by Jaya Kumar · 16 years ago
  5. 6ab33d5 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  6. ccad637 netdev: expose ethernet address primitives by Stephen Hemminger · 16 years ago
  7. ff34950 USB: gadget rndis: send notifications by Richard Röjfors · 16 years ago
  8. 9c26452 USB: gadget rndis: stop windows self-immolation by David Brownell · 16 years ago
  9. 198d6ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  10. e50ae57 USB: gadget: cdc-acm deadlock fix by David Brownell · 16 years ago
  11. 9eeda9a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  12. 233e70f saner FASYNC handling on file close by Al Viro · 16 years ago
  13. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  14. 3131f7b USB: Fix unneeded endpoint check in pxa27x_udc by Robert Jarzmik · 16 years ago
  15. dd9ebf14 usb/gadget: fix kernel-doc warning by Randy Dunlap · 16 years ago
  16. d66937d USB: Fix debugfs_create_file's error checking method for usb/gadget/s3c2410_udc by Zhaolei · 16 years ago
  17. 15d5a9a usb/fsl_qe_udc: clear data toggle on clear halt request by Li Yang · 16 years ago
  18. 928dfa6 usb/fsl_qe_udc: fix response to get status request by Li Yang · 16 years ago
  19. 23d7cd0 fsl_usb2_udc: Fix oops on probe failure. by Will Newton · 16 years ago
  20. 59097fb fsl_usb2_udc: Add a wmb before priming endpoint. by Will Newton · 16 years ago
  21. 224b503 fsl_usb2_udc: Make fsl_queue_td return type void. by Will Newton · 16 years ago
  22. 825bee3 fsl_usb2_udc: Uninline udc_reset_ep_queue. by Will Newton · 16 years ago
  23. c93eebb fsl_usb2_udc: Rename the arguments of the fsl_writel macro. by Will Newton · 16 years ago
  24. e06da9a fsl_usb2_udc: Initialize spinlock earlier. by Will Newton · 16 years ago
  25. 9d9d88c fsl_usb2_udc: Clean up whitespace in /proc debugging output. by Will Newton · 16 years ago
  26. bf7409a fsl_usb2_udc: Clean up whitespace in errors and warnings. by Will Newton · 16 years ago
  27. 7483cff8 fsl_usb2_udc: Fix some sparse warnings and remove redundant code. by Will Newton · 16 years ago
  28. f6e4411 fsl_usb2_udc: Remove check for udc == NULL in dr_controller_setup. by Will Newton · 16 years ago
  29. 9c94155 fsl_usb2_udc: Make dr_ep_setup function static. by Will Newton · 16 years ago
  30. 29bac7b usb gadget: cdc ethernet notification bugfix by David Brownell · 16 years ago
  31. f1c9e15 USB: omap_udc: sync with OMAP tree by Tony Lindgren · 16 years ago
  32. f9e9cff USB: Fix s3c2410_udc usb speed handling by Yauhen Kharuzhy · 16 years ago
  33. 36e893d usb gadget: USB_GADGET_VBUS_DRAW Kconfig option by David Brownell · 16 years ago
  34. 549c41e usb: gadget: workaround storage command size issues by Felipe Balbi · 16 years ago
  35. 8296345 USB: g_printer: fix handling zero-length packet by SangSu Park · 16 years ago
  36. 3948f0e usb: add Freescale QE/CPM USB peripheral controller driver by Li Yang · 16 years ago
  37. 5820901 USB: remove unused #include <version.h> by Huang Weiyi · 16 years ago
  38. 2121427 usb gadget: defer obex enumeration by David Brownell · 16 years ago
  39. 3086775 usb gadget: cdc obex glue by Felipe Balbi · 16 years ago
  40. 60beed9 usb gadget: function activation/deactivation by David Brownell · 16 years ago
  41. 8066134 USB: gadget: net2280: implement set_wedge by Alan Stern · 16 years ago
  42. 851a526 USB: gadget: dummy_hcd: implement set_wedge by Alan Stern · 16 years ago
  43. a7a19fa usb: gadget Kconfig cleanup by David Brownell · 16 years ago
  44. 33376c1 usb gadget: link fixes for network gadget by David Brownell · 16 years ago
  45. 8a1ce2c usb gadget: link fixes for cdc composite gadget by David Brownell · 16 years ago
  46. 352e2b9 usb gadget: link fixes for storage gadget by David Brownell · 16 years ago
  47. 0a56b03 usb gadget: link fixes for printer gadget by David Brownell · 16 years ago
  48. 77f754c usb gadget: link fixes for MIDI gadget by David Brownell · 16 years ago
  49. 7e75bc0 usb gadget: link fixes for gadget zero by David Brownell · 16 years ago
  50. 4e9ba51 usb gadget: link fixes for serial gadget by David Brownell · 16 years ago
  51. b0b090e device create: usb: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  52. 6ef65a7 USB: fsl_usb2_udc: fix VDBG() format string by Peter Korsgaard · 16 years ago
  53. c3e3208 usb gadget: fix omap_udc DMA regression by David Brownell · 16 years ago
  54. 7a8fc9b removed unused #include <linux/version.h>'s by Adrian Bunk · 16 years ago
  55. bf31338 USB: Fix pxa27x_udc usb speed handling. by Robert Jarzmik · 16 years ago
  56. 550a737 USB: Add MUSB and TUSB support by Felipe Balbi · 16 years ago
  57. e12cc34 USB: omap_udc: fix compilation with debug enabled by Dmitry Baryshkov · 16 years ago
  58. 1f1ba11 usb gadget: issue notifications from ACM function by David Brownell · 16 years ago
  59. 630c7aa usb gadget: remove needless struct members by David Brownell · 16 years ago
  60. 937ef73 USB: serial gadget: rx path data loss fixes by David Brownell · 16 years ago
  61. e67d70f usb: gadget: protect gadget_chips.h from been included twice by Felipe Balbi · 16 years ago
  62. c728df7 USB: fix USB boot crash, ecm_do_notify(), list_add corruption. prev->next should be next (ffff88003b8f82f8) by David Brownell · 16 years ago
  63. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 16 years ago
  64. 4fb8af1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes by Russell King · 16 years ago
  65. be50972 [ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead by Russell King · 16 years ago
  66. 0f8469a [ARM] Eliminate useless includes of asm/mach-types.h by Russell King · 16 years ago
  67. 836e4b1 USB: m66592-udc: Fix up dev_set_name() badness. by Paul Mundt · 16 years ago
  68. b6c6393 Rename WARN() to WARNING() to clear the namespace by Arjan van de Ven · 16 years ago
  69. 30d3854 Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
  70. bc00bc9 device create: usb: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  71. ac90e36 usb_gadget: composite cdc gadget fault handling by David Brownell · 16 years ago
  72. c24f422 usb gadget: minor USBCV fix for composite framework by David Lopo · 16 years ago
  73. 95f371f USB: remove board-specific UP2OCR configuration from pxa27x-udc by Daniel Ribeiro · 16 years ago
  74. 4ddd9ec usb gadget: g_cdc dependso on NET by Randy Dunlap · 16 years ago
  75. 44c389a USB: gadget: Push BKL down into drivers by Alan Cox · 16 years ago
  76. 0391c82 usb ethernet gadget: use composite gadget framework by David Brownell · 16 years ago
  77. 19e2068 usb gadget: new "CDC Composite" gadget driver by David Brownell · 16 years ago
  78. 45fe3b8 usb ethernet gadget: split RNDIS function by David Brownell · 16 years ago
  79. da741b8 usb ethernet gadget: split CDC Ethernet function by David Brownell · 16 years ago
  80. 8a40819 usb ethernet gadget: split CDC Subset function by David Brownell · 16 years ago
  81. 2b3d942 usb ethernet gadget: split out network core by David Brownell · 16 years ago
  82. 15b2d2b usb gadget: RNDIS cleanups by David Brownell · 16 years ago
  83. 7bb5ea5 usb gadget serial: use composite gadget framework by David Brownell · 16 years ago
  84. 61d8bae usb gadget serial: split out generic serial function by David Brownell · 16 years ago
  85. 4d5a73d usb gadget serial: split out CDC ACM function by David Brownell · 16 years ago
  86. 097db1d usb gadget zero: use composite gadget framework by David Brownell · 16 years ago
  87. e5760fd usb gadget zero: split out loopback config by David Brownell · 16 years ago
  88. a400cad usb gadget zero: split out source/sink config by David Brownell · 16 years ago
  89. 40982be usb gadget: composite gadget core by David Brownell · 16 years ago
  90. a4c39c4 usb gadget: descriptor copying support by David Brownell · 16 years ago
  91. a7707ad usb gadget: use new serial core by David Brownell · 16 years ago
  92. c1dca56 usb gadget: split out serial core by David Brownell · 16 years ago
  93. bb24280 USB: at91_udc: updated fifo sizes by David Brownell · 16 years ago
  94. e184d5f USB: rndis: switch to seq_files by Alexey Dobriyan · 16 years ago
  95. ea05af6 USB: remove CVS keywords by Adrian Bunk · 16 years ago
  96. 0031a06 USB: usb dev_set_name() instead of dev->bus_id by Kay Sievers · 17 years ago
  97. 7071a3c USB: usb dev_name() instead of dev->bus_id by Kay Sievers · 17 years ago
  98. 85082fd Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
  99. 53ffe3b [ARM] Merge most of the PXA work for initial merge by Russell King · 16 years ago
  100. 2fceef3 Merge commit 'v2.6.26' into bkl-removal by Jonathan Corbet · 16 years ago