1. 7a1e890 usbnet: Fix tx_bytes statistic running backward in cdc_ncm by Ben Hutchings · 10 years ago
  2. 1e9e39f usbnet: Fix tx_packets stat for FLAG_MULTI_FRAME drivers by Ben Hutchings · 10 years ago
  3. bc4b1f4 Revert "USB: serial: make bulk_out_size a lower limit" by Johan Hovold · 10 years ago
  4. 4d4bac4 Merge tag 'usb-for-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 10 years ago
  5. 074f9dd USB: add flag for HCDs that can't receive wakeup requests (isp1760-hcd) by Alan Stern · 10 years ago
  6. 80b2502 usb: gadget: introduce is_selfpowered for usb_gadget by Peter Chen · 10 years ago
  7. c99e76c USB: host: Introduce flag to enable use of 64-bit dma_mask for ehci-platform by Andreas Herrmann · 10 years ago
  8. 7acc997 usb: phy: generic: add vbus support by Robert Jarzmik · 10 years ago
  9. 0767320 usb: phy: change some comments by Peter Chen · 10 years ago
  10. 314b41b USB: ehci-platform: Support ehci reset after resume quirk by Wu Liang feng · 10 years ago
  11. 5efd2ea usb: core: buffer: smallest buffer should start at ARCH_DMA_MINALIGN by Sebastian Andrzej Siewior · 10 years ago
  12. e7cf773 Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 10 years ago
  13. ceb6c9c USB / PM: Drop CONFIG_PM_RUNTIME from the USB core by Rafael J. Wysocki · 10 years ago
  14. 947c885 usb: chipidea: remove flag CI_HDRC_REQUIRE_TRANSCEIVER by Peter Chen · 10 years ago
  15. 2d4d9f3 Merge tag 'usb-for-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 10 years ago
  16. df9f7b3 usb: phy: introduce usb_phy_set_event interface by Kiran Raparthy · 10 years ago
  17. d3cf6a4 usb: renesas_usbhs: expand USB-DMAC channels for R-Car Gen2 by Yoshihiro Shimoda · 10 years ago
  18. 35a27ea usb: Remove __init from early_dbgp_init() prototype by Chris Rorvick · 10 years ago
  19. b9ec1c9 usb: Create separate header for ehci-dbgp by Chris Rorvick · 10 years ago
  20. 11a7e59 usb: ehci: add ehci_port_power interface by Michael Grzeschik · 10 years ago
  21. 1e5e2d3 usb: chipidea: add support to the generic PHY framework by Antoine Tenart · 10 years ago
  22. ef44cb4 usb: allow to supply the PHY in the drivers when using HCD by Antoine Tenart · 10 years ago
  23. 48bcc18 usb: add support to the generic PHY framework in OTG by Antoine Tenart · 10 years ago
  24. 19c1eac usb: rename phy to usb_phy in OTG by Antoine Tenart · 10 years ago
  25. e47d925 usb: move the OTG state from the USB PHY to the OTG structure by Antoine Tenart · 10 years ago
  26. 02e8c96 usb: gadget: udc: core: prepend udc_attach_driver with usb_ by Felipe Balbi · 10 years ago
  27. 22835b8 usb: gadget: remove unnecessary 'driver' argument by Felipe Balbi · 10 years ago
  28. 3a57187 usb: gadget: configfs: add suspend/resume by Andrzej Pietrasiewicz · 10 years ago
  29. 6c93b53 usb: gadget: composite: introduce setup and os_desc pending flags by Felipe Balbi · 10 years ago
  30. 1efed2d usbnet: add a callback for set_rx_mode by Olivier Blin · 10 years ago
  31. 0043325 usb: hcd: add generic PHY support by Sergei Shtylyov · 10 years ago
  32. 3d46e73 usb: rename phy to usb_phy in HCD by Antoine Tenart · 10 years ago
  33. 3fc2aa5 usb: gadget: Introduce usb_gadget_giveback_request() by Michal Sojka · 10 years ago
  34. 5cb307c USB: quirks.h: use BIT() by Greg Kroah-Hartman · 10 years ago
  35. ddbe1fc USB: Add device quirk for ASUS T100 Base Station keyboard by Lu Baolu · 10 years ago
  36. f6a9ff0 usb: chipidea: add TPL support for targeted hosts by Peter Chen · 10 years ago
  37. 05f8b35 usb: common: add API to get if the platform supports TPL by Peter Chen · 10 years ago
  38. f2693b4 usb: hcd: add TPL support flag by Peter Chen · 10 years ago
  39. 2a15938 USB: core: add device-qualifier quirk by Johan Hovold · 10 years ago
  40. 974a70b usb: gadget: udc-core: add utility for bus reset by Peter Chen · 10 years ago
  41. ef979a2 usb: gadget: add reset API at usb_gadget_driver by Peter Chen · 10 years ago
  42. 8913dc0 usb: gadget: document a usb_ep_dequeue() requirement by Paul Zimmerman · 10 years ago
  43. ae045e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  44. dbcdd4d cdc_subset: deal with a device that needs reset for timeout by Oliver Neukum · 10 years ago
  45. cd83ce9 usb-core bInterval quirk by James P Michels III · 10 years ago
  46. 1d8fcba Revert "cdc_subset: deal with a device that needs reset for timeout" by Linus Torvalds · 10 years ago
  47. 20fbe3a cdc_subset: deal with a device that needs reset for timeout by Oliver Neukum · 10 years ago
  48. 61fe2d7 Merge tag 'usb-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 10 years ago
  49. 8ecef00 usb: renesas_usbhs: add R-Car Gen. 2 init and power control by Ulrich Hecht · 10 years ago
  50. 7ec3ea1 usb: gadget: Add helper macro for usb_composite_driver boilerplate by Tobias Klauser · 10 years ago
  51. 20f6fdd xhci: Platform: Set xhci lpm support quirk based on platform data by Pratyush Anand · 10 years ago
  52. adc82f7 usb: gadget: net2280: Add support for PLX USB338X by Ricardo Ribalda Delgado · 10 years ago
  53. f9da455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  54. 357d596e Revert "usb: gadget: net2280: Add support for PLX USB338X" by Greg Kroah-Hartman · 10 years ago
  55. c4128ca usb: gadget: net2280: Add support for PLX USB338X by Ricardo Ribalda Delgado · 10 years ago
  56. 7d10d26 net: cdc_ncm: fix 64bit division build error by Bjørn Mork · 10 years ago
  57. fa83dbe net: cdc_ncm: remove redundant "disconnected" flag by Bjørn Mork · 10 years ago
  58. 50f1cb1 net: cdc_ncm: use sane defaults for rx/tx buffers by Bjørn Mork · 10 years ago
  59. beeecd4 net: cdc_ncm/cdc_mbim: adding NCM protocol statistics by Bjørn Mork · 10 years ago
  60. 43e4c6d net: cdc_ncm: set reasonable padding limits by Bjørn Mork · 10 years ago
  61. 70559b8 net: cdc_ncm: use true max dgram count for header estimates by Bjørn Mork · 10 years ago
  62. 6c4e548 net: cdc_ncm: use ethtool to tune coalescing settings by Bjørn Mork · 10 years ago
  63. 7419485 usb: gadget: configfs: OS Extended Properties descriptors support by Andrzej Pietrasiewicz · 11 years ago
  64. da42431 usb: gadget: configfs: OS Extended Compatibility descriptors support by Andrzej Pietrasiewicz · 11 years ago
  65. 37a3a53 usb: gadget: OS Feature Descriptors support by Andrzej Pietrasiewicz · 11 years ago
  66. 19824d5 usb: gadget: OS String support by Andrzej Pietrasiewicz · 11 years ago
  67. 50a0ffa net: cdc_ncm/cdc_mbim: rework probing of NCM/MBIM functions by Bjørn Mork · 11 years ago
  68. 01799b6 usb: phy: msm: Vote for corner of VDD CX instead of voltage of VDD CX by Ivan T. Ivanov · 11 years ago
  69. 30bf866 usb: phy: msm: Select secondary PHY via TCSR by Tim Bird · 11 years ago
  70. 9f27984b usb: phy: msm: Fix PTS definitions for MSM USB controller by Tim Bird · 11 years ago
  71. d69c6f5 usb: phy: msm: Correct USB PHY Reset sequence for newer platform by Ivan T. Ivanov · 11 years ago
  72. cfa3ff5 usb: phy: msm: Add support for secondary PHY control by Ivan T. Ivanov · 11 years ago
  73. a273454 usb: phy: msm: Use reset framework for LINK and PHY resets by Ivan T. Ivanov · 11 years ago
  74. 8364f9a usb: phy: msm: Add device tree support and binding information by Ivan T. Ivanov · 11 years ago
  75. ff0e4a6 usb: phy: msm: Remove unused pclk_src_name by Ivan T. Ivanov · 11 years ago
  76. 971232c usb: phy: msm: Replace custom enum usb_mode_type with enum usb_dr_mode by Ivan T. Ivanov · 11 years ago
  77. 37cfdaf usb: phy: msm: Move global regulators variables to driver state by Ivan T. Ivanov · 11 years ago
  78. dca769b usb: phy: generic: switch over to IS_ENABLED() by Felipe Balbi · 11 years ago
  79. 2f36ff6 usb: phy: generic: allow multiples calls to usb_phy_generic_register() by Felipe Balbi · 11 years ago
  80. d7078df usb: phy: rename <linux/usb/usb_phy_gen_xceiv.h> to <linux/usb/usb_phy_generic.h> by Felipe Balbi · 11 years ago
  81. 4525bee usb: phy: rename usb_nop_xceiv to usb_phy_generic by Felipe Balbi · 11 years ago
  82. cd6362b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  83. 159d813 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  84. 3e75c6d Merge tag 'usb-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 11 years ago
  85. 64c2723 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  86. 14a0d63 usbnet: include wait queue head in device structure by Oliver Neukum · 11 years ago
  87. 04f58c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  88. 259fef0 net: cdc_ncm: respect operator preferred MTU reported by MBIM by Ben Chan · 11 years ago
  89. ff0992e9 net: cdc_ncm: fix control message ordering by Bjørn Mork · 11 years ago
  90. 5083fd7 USB: serial: make bulk_out_size a lower limit by Johan Hovold · 11 years ago
  91. ea1990c Merge tag 'for_3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-next by Greg Kroah-Hartman · 11 years ago
  92. 14da699 phy: rename struct omap_control_usb to struct omap_control_phy by Kishon Vijay Abraham I · 11 years ago
  93. 7338a06 Merge tag 'usb-for-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 11 years ago
  94. 6284be2 phy: omap-usb2: move omap_usb.h from linux/usb/ to linux/phy/ by Kishon Vijay Abraham I · 11 years ago
  95. 57bf9b0 usb: phy: Add set_wakeup API by Peter Chen · 11 years ago
  96. 14aec58 storage: accept some UAS devices if streams are unavailable by Oliver Neukum · 11 years ago
  97. d24354b uas: Pack iu struct definitions by Hans de Goede · 11 years ago
  98. 00d202c uas: Fix response iu struct definition by Hans de Goede · 11 years ago
  99. e52e031 uas: s/response_ui/response_iu/ by Hans de Goede · 11 years ago
  100. 4f6743d usb: chipidea: udc: add maximum-speed = full-speed option by Michael Grzeschik · 11 years ago