1. ea534e0 USB: serial: add uPD78F0730 USB to Serial Adaptor Driver by Maksim Salau · 8 years ago
  2. 51211a3 USB: serial: drop unused ASYNC flags by Johan Hovold · 8 years ago
  3. 5955660 USB: serial: ftdi_sio: clean up ioctl handler by Johan Hovold · 8 years ago
  4. c6dce26 USB: serial: ftdi_sio: fix extreme low-latency setting by Johan Hovold · 8 years ago
  5. 2eee050 USB: serial: opticon: fix CTS retrieval at open by Johan Hovold · 8 years ago
  6. 39712e8 USB: serial: ti_usb_3410_5052: fix control-message error handling by Johan Hovold · 8 years ago
  7. 1eac5c2 USB: serial: ssu100: fix control-message error handling by Johan Hovold · 8 years ago
  8. 5ed8d41 USB: serial: spcp8x5: fix modem-status handling by Johan Hovold · 8 years ago
  9. 8c34cb8 USB: serial: quatech2: fix control-message error handling by Johan Hovold · 8 years ago
  10. b5fda43 USB: serial: pl2303: fix line-setting error handling by Johan Hovold · 8 years ago
  11. cd8db05 USB: serial: mos7840: fix control-message error handling by Johan Hovold · 8 years ago
  12. 0d13036 USB: serial: mos7720: fix control-message error handling by Johan Hovold · 8 years ago
  13. 36356a6 USB: serial: mct_u232: fix modem-status error handling by Johan Hovold · 8 years ago
  14. 750acdd USB: serial: iuu_phoenix: remove unused buffer from open by Johan Hovold · 8 years ago
  15. 3c0e25d USB: serial: io_edgeport: fix descriptor error handling by Johan Hovold · 8 years ago
  16. e4457d9 USB: serial: io_edgeport: fix epic-descriptor handling by Johan Hovold · 8 years ago
  17. e3e574a USB: serial: ftdi_sio: fix latency-timer error handling by Johan Hovold · 8 years ago
  18. 427c3a9 USB: serial: ftdi_sio: fix modem-status error handling by Johan Hovold · 8 years ago
  19. b631433 USB: serial: ark3116: fix open error handling by Johan Hovold · 8 years ago
  20. 9fef37d USB: serial: ark3116: fix register-accessor error handling by Johan Hovold · 8 years ago
  21. 2c85e0a96 USB: serial: kl5kusb105: remove unused termios structure by Johan Hovold · 8 years ago
  22. c2a24bb USB: serial: kl5kusb105: clean up struct definition by Johan Hovold · 8 years ago
  23. 2d11f28 USB: serial: kl5kusb105: remove dead code by Johan Hovold · 8 years ago
  24. 0546579 USB: serial: kl5kusb105: make logging less verbose by Johan Hovold · 8 years ago
  25. 7c61b0d USB: serial: ch341: change initial line-control settings by Johan Hovold · 8 years ago
  26. 448b6dc USB: serial: ch341: rename LCR variable in set_termios by Johan Hovold · 8 years ago
  27. e802446 USB: serial: ch341: rename modem-status register by Johan Hovold · 8 years ago
  28. beea33d USB: serial: ch341: rename shadow modem-control register by Johan Hovold · 8 years ago
  29. 91e0efc USB: serial: ch341: clean up control debug messages by Johan Hovold · 8 years ago
  30. a0467a9 USB: serial: ch341: fix modem-status handling by Johan Hovold · 8 years ago
  31. 56e6d90 USB: serial: cypress_m8: remove unused variable by Sudip Mukherjee · 8 years ago
  32. 97f9c5f Merge tag 'usb-serial-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus by Greg Kroah-Hartman · 8 years ago
  33. d6169d0 xhci: fix deadlock at host remove by running watchdog correctly by Mathias Nyman · 8 years ago
  34. 2d5a9c7 USB: serial: ch341: fix control-message error handling by Johan Hovold · 8 years ago
  35. 7b6c1b4 usb: musb: fix runtime PM in debugfs by Bin Liu · 8 years ago
  36. 620f1a6 wusbcore: Fix one more crypto-on-the-stack bug by Andy Lutomirski · 8 years ago
  37. 146cc8a USB: serial: kl5kusb105: fix line-state error handling by Johan Hovold · 8 years ago
  38. 55fa15b USB: serial: ch341: fix baud rate and line-control handling by Johan Hovold · 8 years ago
  39. 3cca862 USB: serial: ch341: fix line settings after reset-resume by Johan Hovold · 8 years ago
  40. ce5e292 USB: serial: ch341: fix resume after reset by Johan Hovold · 8 years ago
  41. f2950b7 USB: serial: ch341: fix open error handling by Johan Hovold · 8 years ago
  42. 030ee7a USB: serial: ch341: fix modem-control and B0 handling by Johan Hovold · 8 years ago
  43. a20047f USB: serial: ch341: fix open and resume after B0 by Johan Hovold · 8 years ago
  44. 4e2da44 USB: serial: ch341: fix initial modem-control state by Johan Hovold · 8 years ago
  45. 0a8fd13 USB: fix problems with duplicate endpoint addresses by Alan Stern · 8 years ago
  46. 8f12dc2 usb: ohci-at91: use descriptor-based gpio APIs correctly by Peter Rosin · 8 years ago
  47. 674aea0 usb: storage: unusual_uas: Add JMicron JMS56x to unusual device by Oliver Neukum · 8 years ago
  48. 3bc02bc usb: hub: Move hub_port_disable() to fix warning if PM is disabled by Geert Uytterhoeven · 8 years ago
  49. 5563bb5 usb: musb: blackfin: add bfin_fifo_offset in bfin_ops by Jérémy Lefaure · 8 years ago
  50. c8bd2ac usb: musb: fix compilation warning on unused function by Jérémy Lefaure · 8 years ago
  51. 8c300fe usb: musb: Fix trying to free already-free IRQ 4 by Tony Lindgren · 8 years ago
  52. c48400b usb: musb: dsps: implement clear_ep_rxintr() callback by Bin Liu · 8 years ago
  53. 6def85a usb: musb: core: add clear_ep_rxintr() to musb_platform_ops by Bin Liu · 8 years ago
  54. c8d204b Merge tag 'usb-serial-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus by Greg Kroah-Hartman · 8 years ago
  55. ef07993 USB: serial: ti_usb_3410_5052: fix NULL-deref at open by Johan Hovold · 8 years ago
  56. cc09092 USB: serial: spcp8x5: fix NULL-deref at open by Johan Hovold · 8 years ago
  57. f09d188 USB: serial: quatech2: fix sleep-while-atomic in close by Johan Hovold · 8 years ago
  58. 76ab439 USB: serial: pl2303: fix NULL-deref at open by Johan Hovold · 8 years ago
  59. 5afeef2 USB: serial: oti6858: fix NULL-deref at open by Johan Hovold · 8 years ago
  60. a5bc019 USB: serial: omninet: fix NULL-derefs at open and disconnect by Johan Hovold · 8 years ago
  61. 472d7e5 USB: serial: mos7840: fix misleading interrupt-URB comment by Johan Hovold · 8 years ago
  62. fc43e65 USB: serial: mos7840: remove unused write URB by Johan Hovold · 8 years ago
  63. 5c75633 USB: serial: mos7840: fix NULL-deref at open by Johan Hovold · 8 years ago
  64. 9da049b USB: serial: mos7720: remove obsolete port initialisation by Johan Hovold · 8 years ago
  65. fde1faf USB: serial: mos7720: fix parallel probe by Johan Hovold · 8 years ago
  66. 75dd211 USB: serial: mos7720: fix parport use-after-free on probe errors by Johan Hovold · 8 years ago
  67. 91a1ff4 USB: serial: mos7720: fix use-after-free on probe errors by Johan Hovold · 8 years ago
  68. b05aebc USB: serial: mos7720: fix NULL-deref at open by Johan Hovold · 8 years ago
  69. 21ce578 USB: serial: kobil_sct: fix NULL-deref in write by Johan Hovold · 8 years ago
  70. 5d9b0f8 USB: serial: keyspan_pda: verify endpoints at probe by Johan Hovold · 8 years ago
  71. 90507d5 USB: serial: iuu_phoenix: fix NULL-deref at open by Johan Hovold · 8 years ago
  72. e35d6d7 USB: serial: io_ti: bind to interface after fw download by Johan Hovold · 8 years ago
  73. 2330d0a USB: serial: io_ti: fix I/O after disconnect by Johan Hovold · 8 years ago
  74. 4f9785c USB: serial: io_ti: fix another NULL-deref at open by Johan Hovold · 8 years ago
  75. a323fef USB: serial: io_ti: fix NULL-deref at open by Johan Hovold · 8 years ago
  76. 0dd4084 USB: serial: io_edgeport: fix NULL-deref at open by Johan Hovold · 8 years ago
  77. c4ac449 USB: serial: garmin_gps: fix memory leak on failed URB submit by Johan Hovold · 8 years ago
  78. 3dca011 USB: serial: cyberjack: fix NULL-deref at open by Johan Hovold · 8 years ago
  79. 29fc1aa usb: host: xhci: handle COMP_STOP from SETUP phase too by Felipe Balbi · 8 years ago
  80. 6c97cfc usb: xhci: apply XHCI_PME_STUCK_QUIRK to Intel Apollo Lake by Wan Ahmad Zainie · 8 years ago
  81. 1c111b6 xhci: Fix race related to abort operation by OGAWA Hirofumi · 8 years ago
  82. cb4d5ce xhci: Use delayed_work instead of timer for command timeout by OGAWA Hirofumi · 8 years ago
  83. 4dea707 usb: xhci: hold lock over xhci_abort_cmd_ring() by Lu Baolu · 8 years ago
  84. a5a1b95 xhci: Handle command completion and timeout race by Mathias Nyman · 8 years ago
  85. 2a7cfdf usb: host: xhci: Fix possible wild pointer when handling abort command by Baolin Wang · 8 years ago
  86. 2b98546 usb: xhci: fix possible wild pointer by Lu Baolu · 8 years ago
  87. 28bedb5 usb: return error code when platform_get_irq fails by Pan Bian · 8 years ago
  88. 90797ae usb: xhci: fix return value of xhci_setup_device() by Lu Baolu · 8 years ago
  89. ee8665e xhci: free xhci virtual devices with leaf nodes first by Mathias Nyman · 8 years ago
  90. 43aef5c usb: gadget: Fix copy/pasted error message by David Lechner · 8 years ago
  91. 9418ee1 usb: dwc3: gadget: Fix full speed mode by Roger Quadros · 8 years ago
  92. 4271576 USB: serial: f81534: detect errors from f81534_logic_to_phy_port() by Geert Uytterhoeven · 8 years ago
  93. 7b01738 usb: gadget: udc: core: fix return code of usb_gadget_probe_driver() by Felix Hädicke · 8 years ago
  94. 8f8983a usb: dwc3: pci: add Intel Gemini Lake PCI ID by Heikki Krogerus · 9 years ago
  95. 86e881e usb: dwc2: fix flags for DMA descriptor allocation in dwc2_hsotg_ep_enable by Marek Szyprowski · 8 years ago
  96. 0eae2fd usb: dwc3: pci: Add "linux,sysdev_is_parent" property by John Youn · 8 years ago
  97. 12a7f17 usb: dwc3: omap: fix race of pm runtime with irq handler in probe by Grygorii Strashko · 8 years ago
  98. 890e6c23 USB: gadgetfs: remove unnecessary assignment by Alan Stern · 8 years ago
  99. 1c069b0 USB: gadgetfs: fix checks of wTotalLength in config descriptors by Alan Stern · 8 years ago
  100. add333a USB: gadgetfs: fix use-after-free bug by Alan Stern · 8 years ago