1. 0f2aa8c usb: musb: ux500: Add check for NULL board data by Lee Jones · 11 years ago
  2. ffb62a1 usb: gadget: double unlocks on error in atmel_usba_start() by Dan Carpenter · 11 years ago
  3. 0f82768 usb: phy: signedness bugs in suspend/resume functions by Dan Carpenter · 11 years ago
  4. df49899 usb: gadget: gadgetfs: potential use after free in unbind() by Dan Carpenter · 11 years ago
  5. 1826e9b usb: gadget: gadgetfs: use after free in dev_release() by Dan Carpenter · 11 years ago
  6. c078a37 usb: dwc3: Remove duplicate inclusion of otg.h by Sachin Kamat · 11 years ago
  7. 9473e8c usb: phy: fix build breakage by Anatolij Gustschin · 11 years ago
  8. d6aafa2 dma: cpp41: enable pm_runtime during init by Sebastian Andrzej Siewior · 11 years ago
  9. 781f179 usb: musb: am335x-evm: Do not remove the session bit HOST-only mode by Sebastian Andrzej Siewior · 11 years ago
  10. 9dfa362 usb: musb: dsps: do not set is_active on the first drvbus interrupt by Sebastian Andrzej Siewior · 11 years ago
  11. c031a7d usb: usb: dsps: update code according to the binding document by Sebastian Andrzej Siewior · 11 years ago
  12. 9047428 usb: musb: only remove host/udc if it has been added by Sebastian Andrzej Siewior · 11 years ago
  13. 51ef74f usb: musb: dsps: fix devm_ioremap_resource error detection code by Julia Lawall · 11 years ago
  14. 272b05a usb: gadget: USB_NET2272_DMA should depend on HAS_DMA by Geert Uytterhoeven · 11 years ago
  15. 4ee4f23 usb: gadget: USB_R8A66597 should depend on HAS_DMA by Geert Uytterhoeven · 11 years ago
  16. b2fb945 usb: gadget: USB_FUSB300 should depend on HAS_DMA by Geert Uytterhoeven · 11 years ago
  17. b130f03 usb: musb: avoid null pointer dereference in debug logging by Maarten ter Huurne · 11 years ago
  18. 0b5c1e6 usb: musb: cppi41: fix missing unlock on error in cppi41_dma_callback() by Wei Yongjun · 11 years ago
  19. bd2fbf3 dma: cpp41: make it compile with CONFIG_BUG=n by Sebastian Andrzej Siewior · 11 years ago
  20. 4ff7457 usb: phy: am335x-control: make it compile with by Sebastian Andrzej Siewior · 11 years ago
  21. 7b360f4 usb: musb: honour the return value of dma_map_single() by Sebastian Andrzej Siewior · 11 years ago
  22. 5a68e9b usb: gadget: configfs: keep a function if it is not successfully added by Andrzej Pietrasiewicz · 11 years ago
  23. 154547c USB: serial: clean up attribute permissions by Greg Kroah-Hartman · 11 years ago
  24. 2a6eb8a USB: usbtmc: fix up attribute permissions by Greg Kroah-Hartman · 11 years ago
  25. d03f254 USB: core: be specific about attribute permissions by Greg Kroah-Hartman · 11 years ago
  26. 598d036 USB: core: use DRIVER_ATTR_RW() by Greg Kroah-Hartman · 11 years ago
  27. 3bbc47d usb: don't use bNbrPorts after initialization by Krzysztof Mazur · 11 years ago
  28. e58547e usb: fail on usb_hub_create_port_device() errors by Krzysztof Mazur · 11 years ago
  29. d0308d4 usb: fix cleanup after failure in hub_configure() by Krzysztof Mazur · 11 years ago
  30. f375fc5 usb: ehci-mxc: check for pdata before dereferencing by Daniel Mack · 11 years ago
  31. 67e51ec uwb: Staticize local symbols by Jingoo Han · 11 years ago
  32. 3b716ca USB: mos7720: fix big-endian control requests by Johan Hovold · 11 years ago
  33. d0bd9a4 USB: mos7720: use GFP_ATOMIC under spinlock by Dan Carpenter · 11 years ago
  34. 9c1d696 usb:gadget Fix comment for pointer to configfs by Philippe De Swert · 11 years ago
  35. 4c4e159 Merge tag 'for-usb-2013-08-15-step-2' of ra.kernel.org:/pub/scm/linux/kernel/git/sarah/xhci into work-next by Greg Kroah-Hartman · 11 years ago
  36. bd479f2 Merge 3.11-rc6 into usb-next by Greg Kroah-Hartman · 11 years ago
  37. 68c91d3 USB: serial: fix stringify operator in usb-serial-simple by Yann Droneaud · 11 years ago
  38. 0f7dd1a Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mturquette/linux by Linus Torvalds · 11 years ago
  39. 89cb9ae Merge tag 'usb-3.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 11 years ago
  40. ddea368 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  41. 5845c13 Merge tag 'for-usb-2013-08-15-step-1' into for-usb-next by Sarah Sharp · 11 years ago
  42. 66591015d USB: WUSBCORE: Use usb_init_urb instead of creating the URB manually by Thomas Pugliese · 11 years ago
  43. 79731cb USB: WUSBCORE: fix leak of urb in wa_xfer_destroy. by Thomas Pugliese · 11 years ago
  44. 11b1bf8 USB: WUSBCORE: fix resource cleanup in error path in __wa_xfer_setup_segs by Thomas Pugliese · 11 years ago
  45. 6d33f7b USB: WUSBCORE: clear RPIPE stall for control endpoints by Thomas Pugliese · 11 years ago
  46. 224563b Merge tag 'for-usb-next-2013-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-next by Greg Kroah-Hartman · 11 years ago
  47. 0a324f31 net/mlx5_core: Support MANAGE_PAGES and QUERY_PAGES firmware command changes by Moshe Lazer · 11 years ago
  48. 15718ea tun: signedness bug in tun_get_user() by Dan Carpenter · 11 years ago
  49. d1fcc17 qlcnic: Fix diagnostic interrupt test for 83xx adapters by Manish Chopra · 11 years ago
  50. 482b3c3 qlcnic: Fix beacon state return status handling by Sucheta Chakraborty · 11 years ago
  51. 24866d1 qlcnic: Fix set driver version command by Himanshu Madhani · 11 years ago
  52. 6829309 net: tg3: fix NULL pointer dereference in tg3_io_error_detected and tg3_io_slot_reset by Daniel Borkmann · 11 years ago
  53. 52fb612 xhci-plat: Don't enable legacy PCI interrupts. by Sarah Sharp · 11 years ago
  54. d49dad3 usb: Don't fail port power resume on device disconnect. by Sarah Sharp · 11 years ago
  55. 98a4f1f usb: don't check pm qos NO_POWER_OFF flag in usb_port_suspend() by Lan Tianyu · 11 years ago
  56. aa5ceae USB: handle LPM errors during device suspend correctly by Alan Stern · 11 years ago
  57. 2fdac01 drivers/net/ethernet/via/via-velocity.c: update napi implementation by Julia Lawall · 11 years ago
  58. 728e2cc Revert "cxgb3: Check and handle the dma mapping errors" by Alexey Kardashevskiy · 11 years ago
  59. 3da988c be2net: Clear any capability flags that driver is not interested in. by Sarveshwar Bandi · 11 years ago
  60. 9821aa9 USB: uss720: fix DMA-buffer allocation by Johan Hovold · 11 years ago
  61. cbf30a9 USB: quatech2: fix port DMA-buffer allocations by Johan Hovold · 11 years ago
  62. 0448067 USB: quatech2: fix serial DMA-buffer allocations by Johan Hovold · 11 years ago
  63. bad41a5 USB: keyspan: fix port DMA-buffer allocations by Johan Hovold · 11 years ago
  64. 2fcd1c9 USB: keyspan: fix serial DMA-buffer allocations by Johan Hovold · 11 years ago
  65. ff8a43c USB: keyspan: fix null-deref at disconnect and release by Johan Hovold · 11 years ago
  66. ef6c8c1 USB: mos7720: fix broken control requests by Johan Hovold · 11 years ago
  67. 304ab4a usb: add two quirky touchscreen by Oliver Neukum · 11 years ago
  68. 05986ba USB: chipidea: i.MX: simplify usbmisc by Sascha Hauer · 11 years ago
  69. 4a64783 usb: chipidea: udc: .pullup is valid only when vbus is there by Peter Chen · 11 years ago
  70. d268e9b usb: chipidea: retire flag CI_HDRC_PULLUP_ON_VBUS by Peter Chen · 11 years ago
  71. e7e621e usb: chipidea: udc: fix misuse of REGS_SHARED and PULLUP_ON_VBUS flags by Peter Chen · 11 years ago
  72. 22fa844 usb: chipidea: add wait vbus lower than OTGSC_BSV before role starts by Peter Chen · 11 years ago
  73. a107f8c usb: chipidea: add vbus interrupt handler by Peter Chen · 11 years ago
  74. cbec6bd usb: chipidea: move otg related things to otg file by Peter Chen · 11 years ago
  75. c344b51 usb: chipidea: disable all interrupts and clear all interrupts status by Peter Chen · 11 years ago
  76. 577b232 usb: chipidea: add flag CI_HDRC_DUAL_ROLE_NOT_OTG by Peter Chen · 11 years ago
  77. 3f124d2 usb: chipidea: add role init and destroy APIs by Peter Chen · 11 years ago
  78. c10b4f0 usb: chipidea: otg: add otg file used to access otgsc by Peter Chen · 11 years ago
  79. d66895f usb: chipidea: udc: otg_set_peripheral is useless for some chipidea users by Peter Chen · 11 years ago
  80. 40ed51a usb: chipidea: host: add vbus regulator control by Peter Chen · 11 years ago
  81. 1542d9c usb: chipidea: move vbus regulator operation to core by Peter Chen · 11 years ago
  82. 6a6243b usb: chipidea: remove previous MODULE_ALIAS by Fabio Estevam · 11 years ago
  83. e98b44e usb: chipidea: prevent endless loop registering platform_devices when probe fails by Lothar Waßmann · 11 years ago
  84. 3b1280c usb: chipidea: don't clobber return value of ci_role_start() by Lothar Waßmann · 11 years ago
  85. 769d92c usb: chipidea: ci_hdrc_imx: remove an unsolicited module_put() call from ci_hdrc_imx_remove() by Lothar Waßmann · 11 years ago
  86. a0cfdc6 usb: chipidea: improve kconfig 2.0 by Lothar Waßmann · 11 years ago
  87. 9d84d55 usb: chipidea: imx: delete the dead code by Peter Chen · 11 years ago
  88. 03779f0 usb: chipidea: move hw_phymode_configure() into probe by Fabio Estevam · 11 years ago
  89. 5bb3da0 usb: chipidea: ci_hdrc_imx: remove unused variable 'res' by Fabio Estevam · 11 years ago
  90. bb67490 usb: dwc3: core: cope with NULL pdata by Felipe Balbi · 11 years ago
  91. e57e780 usb: rh_call_control tbuf overflow fix by Sean O. Stalley · 11 years ago
  92. 726a85c usb: host: add Kconfig option for EHSET by Jack Pham · 11 years ago
  93. 034d152 pl2303: improve the chip type detection/distinction by Frank Schäfer · 11 years ago
  94. a77a8c2 pl2303: improve the chip type information output on startup by Frank Schäfer · 11 years ago
  95. 73b583a pl2303: simplify the else-if contruct for type_1 chips in pl2303_startup() by Frank Schäfer · 11 years ago
  96. c10cf11 xhci: fix dma mask setup in xhci.c by Xenia Ragiadakou · 11 years ago
  97. 68ffb01 xhci: trace debug statements related to ring expansion by Xenia Ragiadakou · 11 years ago
  98. d195fcf xhci: trace debug messages related to driver initialization and unload by Xenia Ragiadakou · 11 years ago
  99. aa50b29 xhci: trace debug statements for urb cancellation by Xenia Ragiadakou · 11 years ago
  100. d9bf5f1 tun: compare with 0 instead of total_len by Weiping Pan · 11 years ago