1. e06226e Merge tag 'usb-serial-4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus by Greg Kroah-Hartman · 8 years ago
  2. 08c5cd3 USB: change bInterval default to 10 ms by Alan Stern · 8 years ago
  3. ed3d6d0 usb: musb: Fix tusb6010 compile error on blackfin by Tony Lindgren · 8 years ago
  4. f190fd9 USB: serial: simple: add support for another Infineon flashloader by Daniele Palmas · 8 years ago
  5. 6b98174 Merge tag 'fixes-for-v4.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus by Greg Kroah-Hartman · 8 years ago
  6. 1b49dae Merge tag 'usb-ci-v4.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-linus by Greg Kroah-Hartman · 8 years ago
  7. 6f3c4fb usb: chipidea: udc: fix NULL ptr dereference in isr_setup_status_phase by Clemens Gruber · 8 years ago
  8. bcf42aa xhci: fix null pointer dereference in stop command timeout function by Mathias Nyman · 8 years ago
  9. 696118c usb: dwc3: pci: fix build warning on !PM_SLEEP by Felipe Balbi · 8 years ago
  10. 3ff488a usb: gadget: prevent potenial null pointer dereference on skb->len by Colin Ian King · 8 years ago
  11. 519d8bd usb: renesas_usbhs: fix clearing the {BRDY,BEMP}STS condition by Yoshihiro Shimoda · 8 years ago
  12. 7c113f7 usb: phy: phy-generic: Check clk_prepare_enable() error by Fabio Estevam · 8 years ago
  13. b2f1eaa usb: gadget: udc: renesas-usb3: clear VBOUT bit in DRD_CON by Yoshihiro Shimoda · 8 years ago
  14. 9d7aba7 Revert "usb: dwc3: gadget: always decrement by 1" by John Youn · 8 years ago
  15. 2c55754 usb: musb: Fix locking errors for host only mode by Tony Lindgren · 8 years ago
  16. 83b4a3d Merge tag 'usb-ci-v4.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-linus by Greg Kroah-Hartman · 8 years ago
  17. d1228f4 Merge tag 'usb-serial-4.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus by Greg Kroah-Hartman · 8 years ago
  18. 368907d Merge tag 'fixes-for-v4.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus by Greg Kroah-Hartman · 8 years ago
  19. 6f8245b usb: dwc3: gadget: always decrement by 1 by Felipe Balbi · 8 years ago
  20. 696fe69 usb: dwc3: debug: fix ep name on trace output by Felipe Balbi · 8 years ago
  21. 23fd537 usb: gadget: udc: core: don't starve DMA resources by Felipe Balbi · 8 years ago
  22. 40d9c32 USB: serial: option: add WeTelecom 0x6802 and 0x6803 products by Aleksandr Makarov · 8 years ago
  23. 53e5f36 USB: avoid left shift by -1 by Alan Stern · 8 years ago
  24. 6c73358 USB: fix typo in wMaxPacketSize validation by Alan Stern · 8 years ago
  25. 511a36d usb: gadget: Add the gserial port checking in gs_start_tx() by Baolin Wang · 8 years ago
  26. d6011f6 usb: dwc3: gadget: don't rely on jiffies while holding spinlock by Nicolas Saenz Julienne · 8 years ago
  27. f4693b0 usb: gadget: fsl_qe_udc: signedness bug in qe_get_frame() by Dan Carpenter · 8 years ago
  28. 80d1642 usb: gadget: function: f_rndis: socket buffer may be NULL by Peter Chen · 8 years ago
  29. 70237dc usb: gadget: function: f_eem: socket buffer may be NULL by Peter Chen · 8 years ago
  30. 3295235 usb: renesas_usbhs: gadget: fix return value check in usbhs_mod_gadget_probe() by Wei Yongjun · 8 years ago
  31. 83f8da5 usb: dwc2: Add reset control to dwc2 by Dinh Nguyen · 8 years ago
  32. b74c2d8 usb: dwc3: core: allow device to runtime_suspend several times by Felipe Balbi · 8 years ago
  33. f6c274e usb: dwc3: pci: runtime_resume child device by Felipe Balbi · 8 years ago
  34. 6695593e USB: serial: option: add WeTelecom WM-D200 by Aleksandr Makarov · 8 years ago
  35. c4e9417 usb: chipidea: udc: don't touch DP when controller is in host mode by Li Jun · 8 years ago
  36. f1f6d9a xhci: don't dereference a xhci member after removing xhci by Mathias Nyman · 8 years ago
  37. 88716a9 usb: xhci: Fix panic if disconnect by Jim Lin · 8 years ago
  38. 0d2daad xhci: really enqueue zero length TRBs. by Alban Browaeys · 8 years ago
  39. 33be126 xhci: always handle "Command Ring Stopped" events by Mathias Nyman · 8 years ago
  40. add1250 cdc-acm: fix wrong pipe type on rx interrupt xfers by Gavin Li · 8 years ago
  41. 3b7c7e5 USB: serial: mos7840: fix non-atomic allocation in write path by Alexey Khoroshilov · 8 years ago
  42. 5a5a1d6 USB: serial: mos7720: fix non-atomic allocation in write path by Alexey Khoroshilov · 8 years ago
  43. fa25425 Merge tag 'usb-serial-4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus by Greg Kroah-Hartman · 8 years ago
  44. 5395875 usb: misc: usbtest: add fix for driver hang by Lu Baolu · 8 years ago
  45. 224f6e4 Merge tag 'fixes-for-v4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus by Greg Kroah-Hartman · 8 years ago
  46. a0ad85a usb: dwc3: gadget: stop processing on HWO set by Felipe Balbi · 8 years ago
  47. 79d1748 usb: dwc3: don't set last bit for ISOC endpoints by Janusz Dziedzic · 8 years ago
  48. 207707d usb: gadget: rndis: free response queue during REMOTE_NDIS_RESET_MSG by Xerox Lin · 8 years ago
  49. 17a1dc5 usb: udc: core: fix error handling by Peter Chen · 8 years ago
  50. 7442e6d usb: gadget: fsl_qe_udc: off by one in setup_received_handle() by Dan Carpenter · 8 years ago
  51. 327b21da usb/gadget: fix gadgetfs aio support. by Mathieu Laurendeau · 8 years ago
  52. 3887db5 usb: gadget: composite: Fix return value in case of error by Christophe JAILLET · 8 years ago
  53. bd610c5 usb: gadget: uvc: Fix return value in case of error by Christophe JAILLET · 8 years ago
  54. 63196e9 usb: gadget: fix check in sync read from ep in gadgetfs by Binyamin Sharet · 8 years ago
  55. 528d281 usb: misc: usbtest: usbtest_do_ioctl may return positive integer by Peter Chen · 8 years ago
  56. 4c4f106 usb: dwc3: fix missing platform_set_drvdata() in dwc3_of_simple_probe() by Wei Yongjun · 8 years ago
  57. ec57fcd usb: phy: omap-otg: Fix missing platform_set_drvdata() in omap_otg_probe() by Wei Yongjun · 8 years ago
  58. cee51c3 usb: gadget: configfs: add mutex lock before unregister gadget by Winter Wang · 8 years ago
  59. 88c09ea usb: gadget: u_ether: fix dereference after null check coverify warning by Peter Chen · 8 years ago
  60. c526c62 usb: gadget: composite: fix dereference after null check coverify warning by Peter Chen · 8 years ago
  61. 700aa7f usb: renesas_usbhs: Use dmac only if the pipe type is bulk by Yoshihiro Shimoda · 8 years ago
  62. 9ab967e usb: renesas_usbhs: clear the BRDYSTS in usbhsg_ep_enable() by Yoshihiro Shimoda · 8 years ago
  63. 772ce81 usb: renesas_usbhs: Fix receiving data corrupt on R-Car Gen3 with dmac by Yoshihiro Shimoda · 8 years ago
  64. 4491ed5 usb: dwc3: pci: add Intel Kabylake PCI ID by Heikki Krogerus · 8 years ago
  65. 7c705df usb: dwc3: gadget: always cleanup all TRBs by Felipe Balbi · 8 years ago
  66. e5b36ae usb: dwc3: gadget: fix for short pkts during chained xfers by Felipe Balbi · 8 years ago
  67. c7de573 usb: dwc3: gadget: increment request->actual once by Felipe Balbi · 8 years ago
  68. 59b71f7 usb: host: max3421-hcd: fix mask of IO control register by Jaewon Kim · 8 years ago
  69. 5cce438 USB: remove race condition in usbfs/libusb when using reap-after-disconnect by Alan Stern · 8 years ago
  70. 70f7ca9 usb: devio, do not warn when allocation fails by Jiri Slaby · 8 years ago
  71. bc337b5 usb: ehci: change order of register cleanup during shutdown by Marc Ohlf · 8 years ago
  72. aed9d65 USB: validate wMaxPacketValue entries in endpoint descriptors by Alan Stern · 8 years ago
  73. 9c6256a usb: misc: ftdi-elan: Fix off-by-one memory corruptions by Xiao Han · 8 years ago
  74. 2832493 usb: misc: usbtest: usbtest_do_ioctl may return positive integer by Peter Chen · 8 years ago
  75. 07d316a USB: hub: change the locking in hub_activate by Alan Stern · 8 years ago
  76. ca5cbc8 USB: hub: fix up early-exit pathway in hub_activate by Alan Stern · 8 years ago
  77. 6bb47e8 usb: hub: Fix unbalanced reference count/memory leak/deadlocks by Viresh Kumar · 8 years ago
  78. 647024a USB: serial: fix memleak in driver-registration error path by Alexey Klimov · 8 years ago
  79. 01d7956 USB: serial: option: add support for Telit LE920A4 by Daniele Palmas · 8 years ago
  80. ae34d12c USB: serial: ftdi_sio: add device ID for WICED USB UART dev board by Sheng-Hui J. Chu · 8 years ago
  81. 6977495 USB: serial: ftdi_sio: add PIDs for Ivium Technologies devices by Robert Deliën · 8 years ago
  82. cf1b180 USB: serial: option: add D-Link DWM-156/A3 by Lubomir Rintel · 8 years ago
  83. f72035f Merge tag 'usb-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 8 years ago
  84. c8d0267 Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  85. 9454c23 Merge branch 'pci/msi-affinity' into next by Bjorn Helgaas · 8 years ago
  86. 884316d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 8 years ago
  87. 8c2f421 Merge branch 'for-4.8/hid-led' into for-linus by Jiri Kosina · 8 years ago
  88. 9c1958f Merge tag 'media/v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 8 years ago
  89. bbce2ad Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  90. 71da2ba Merge tag 'usb-serial-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-testing by Greg Kroah-Hartman · 8 years ago
  91. 55392c4 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  92. b7545b7 Merge tag 'usb-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 8 years ago
  93. cb42b63 cdc-acm: beautify probe() by Oliver Neukum · 8 years ago
  94. 7fae7bf cdc-wdm: use the common CDC parser by Oliver Neukum · 8 years ago
  95. 6dd3587 cdc-acm: cleanup error handling by Oliver Neukum · 8 years ago
  96. eccf2a4 cdc-acm: use the common parser by Oliver Neukum · 8 years ago
  97. e4c6fb7 usbnet: move the CDC parser into USB core by Oliver Neukum · 8 years ago
  98. a1ca2c6 usb: musb: sunxi: Simplify dr_mode handling by Hans de Goede · 8 years ago
  99. cd53bd6 usb: musb: sunxi: make unexported symbols static by Ben Dooks · 8 years ago
  100. 8ccb49d usb: musb: cppi41: add dma channel tracepoints by Bin Liu · 8 years ago