1. 007258f USB: core: Fix free-while-in-use bug in the USB S-Glibrary by Alan Stern · 4 years, 2 months ago
  2. dca3398 Merge android-4.9.190 (476e7ea) into msm-4.9 by jianzhou · 4 years, 7 months ago
  3. 911a8ca USB: CDC: fix sanity checks in CDC union parser by Oliver Neukum · 4 years, 9 months ago
  4. cabdf6b Merge android-4.9-174 (d47e38b) into msm-4.9 by Tengfei Fan · 5 years ago
  5. a39a300 Merge android-4.9-172 (2dbf78b) into msm-4.9 by Tengfei Fan · 5 years ago
  6. 7bbbb95 USB: core: Fix unterminated string returned by usb_string() by Alan Stern · 5 years ago
  7. 9b916af USB: Consolidate LPM checks to avoid enabling LPM twice by Kai-Heng Feng · 5 years ago
  8. c73982b USB: Add new USB LPM helpers by Kai-Heng Feng · 5 years ago
  9. 2e316b4 Merge android-4.9.129 (b727d1c) into msm-4.9 by Minming Qi · 6 years ago
  10. c531c70 usb: Avoid use-after-free by flushing endpoints early in usb_set_interface() by Mathias Nyman · 6 years ago
  11. aa71c72 Merge android-4.9.88 (bb52bba) into msm-4.9 by Blagovest Kolenichev · 6 years ago
  12. b2708e1 usb: quirks: add control message delay for 1b1c:1b20 by Danilo Krummrich · 6 years ago
  13. 1bca48e Merge remote-tracking branch '4.9/tmp-05a906d' into msm-4.9 by Kyle Yan · 7 years ago
  14. 767f7a2 USB: core: harden cdc_parse_cdc_header by Greg Kroah-Hartman · 7 years ago
  15. ad40062 usb: core: Add usb_set_interface_timeout API by Hemant Kumar · 7 years ago
  16. b44bbc4 usb: core: setup dma_pfn_offset for USB devices and, interfaces by Roger Quadros · 8 years ago
  17. 93fab79 usb: core: message: don't print on ENOMEM by Wolfram Sang · 8 years ago
  18. e4c6fb7 usbnet: move the CDC parser into USB core by Oliver Neukum · 8 years ago
  19. 5f2e5fb drivers: usb: core: Minimize irq disabling in usb_sg_cancel() by David Mosberger · 8 years ago
  20. 98b74b0 drivers: usb: core: Don't disable irqs in usb_sg_wait() during URB submit. by David Mosberger · 8 years ago
  21. 39047e0 usb: message: remove redundant declaration by Kris Borer · 9 years ago
  22. b3910ce usb: interface authorization: Introduces the USB interface authorization by Stefan Koch · 9 years ago
  23. 6b2bd3c usb: interface authorization: Introduces the default interface authorization by Stefan Koch · 9 years ago
  24. 524134d USB: don't cancel queued resets when unbinding drivers by Alan Stern · 9 years ago
  25. 586af07 usb: core: log higher level message on malformed LANGID descriptor by Scot Doyle · 10 years ago
  26. 159d813 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  27. 3e75c6d Merge tag 'usb-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 10 years ago
  28. 7a7b562 usb: Clear host_endpoint->streams when implicitly freeing streams by Hans de Goede · 11 years ago
  29. d426334 Merge branch 'master' into for-next by Jiri Kosina · 10 years ago
  30. e227867 treewide: Fix typo in Documentation/DocBook by Masanari Iida · 10 years ago
  31. b7945b7 staging: usbip: convert usbip-host driver to usb_device_driver by Valentina Manea · 10 years ago
  32. 803a536 usb: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 10 years ago
  33. 025d443 USB: core: correct spelling mistakes in comments and warning by Rahul Bedarkar · 10 years ago
  34. f468f7b usb: Push USB2 LPM disable on disconnect into USB core. by Sarah Sharp · 11 years ago
  35. 626f090 usb: fix some scripts/kernel-doc warnings by Yacine Belkadi · 11 years ago
  36. 15b7336 USB: simplify the interface of usb_get_status() by Alan Stern · 11 years ago
  37. a1fefaa usb: message: Fixed parenthesis error in sizeof function. by Tülin İzer · 11 years ago
  38. 085528e usb: message: Fixed error: 'no space before bracket' by Tülin İzer · 11 years ago
  39. 8d8479d usb/core: consider link speed while looking at bMaxPower by Sebastian Andrzej Siewior · 11 years ago
  40. c058f7a USB: core: Free the allocated memory before exiting on error by Sachin Kamat · 11 years ago
  41. 2bd6a02 usb-core: remove CONFIG_HOTPLUG ifdefs by Bill Pemberton · 11 years ago
  42. 36caff5 USB: fix endpoint-disabling for failed config changes by Alan Stern · 12 years ago
  43. c2d57ae USB: core: remove unused dbg() call in message.c by Greg Kroah-Hartman · 12 years ago
  44. f74631e USB: Enable Latency Tolerance Messaging (LTM). by Sarah Sharp · 12 years ago
  45. 2497191 USB: Fix LPM disable count mismatch on driver unbind. by Sarah Sharp · 12 years ago
  46. 9cf6599 USB: Disable LPM while the device is unconfigured. by Sarah Sharp · 12 years ago
  47. ff446f2 Merge 3.5-rc3 into usb-next by Greg Kroah-Hartman · 12 years ago
  48. b3a3dd0 USB: fix gathering of interface associations by Daniel Mack · 12 years ago
  49. 81df2d5 USB: allow match on bInterfaceNumber by Bjørn Mork · 12 years ago
  50. 8306095 USB: Disable USB 3.0 LPM in critical sections. by Sarah Sharp · 12 years ago
  51. 8963c48 USB: fix deadlock in bConfigurationValue attribute method by Alan Stern · 12 years ago
  52. bcf3985 USB: don't clear urb->dev in scatter-gather library by Alan Stern · 12 years ago
  53. edb2b25 USB: message: cleanup min_t() cast in usb_sg_init() by Dan Carpenter · 13 years ago
  54. ca5c485 USB: additional regression fix for device removal by Alan Stern · 13 years ago
  55. e534c5b USB: fix regression occurring during device removal by Alan Stern · 13 years ago
  56. fccf4e8 USB: Free bandwidth when usb_disable_device is called. by Sarah Sharp · 13 years ago
  57. d673bfc usb: Change usb_hcd->bandwidth_mutex to a pointer. by Sarah Sharp · 14 years ago
  58. 6ddf27c USB: make usb_mark_last_busy use pm_runtime_mark_last_busy by Ming Lei · 14 years ago
  59. 63defa7 USB: use the no_callbacks flag for interfaces by Ming Lei · 14 years ago
  60. 80f0cf3 USB: disable endpoints after unbinding interfaces, not before by Alan Stern · 14 years ago
  61. 0026e00 USB: fix bug in initialization of interface minor numbers by Alan Stern · 14 years ago
  62. 0791971 usb: allow drivers to use allocated bandwidth until unbound by Thadeu Lima de Souza Cascardo · 14 years ago
  63. 64d6587 USB: fix oops in usb_sg_init() by Alan Stern · 14 years ago
  64. 0ba169af USB: simplify usb_sg_init() by Alan Stern · 14 years ago
  65. 910f8d0 USB: Change the scatterlist type in struct urb by Matthew Wilcox · 14 years ago
  66. fe54b05 USB: Add a usb_pipe_endpoint() convenience function by Matthew Wilcox · 14 years ago
  67. ff9c895 USB: fix usbmon and DMA mapping for scatter-gather URBs by Alan Stern · 14 years ago
  68. 27729aa USB: make hcd.h public (drivers dependency) by Eric Lescouet · 14 years ago
  69. e4a3d94 USB: don't read past config->interface[] if usb_control_msg() fails in usb_reset_configuration() by Roel Kluin · 14 years ago
  70. 385f690 USB: trivial: missing newline in usb core warning message by Thadeu Lima de Souza Cascardo · 14 years ago
  71. 9bbdf1e USB: convert to the runtime PM framework by Alan Stern · 14 years ago
  72. 927bc91 PM: Allow USB devices to suspend/resume asynchronously by Rafael J. Wysocki · 14 years ago
  73. acbe2fe USB: Don't use GFP_KERNEL while we cannot reset a storage device by Oliver Neukum · 14 years ago
  74. 09e81f3 USB: core: message: fix sparse warning by Felipe Balbi · 14 years ago
  75. 3f0479e USB: Check bandwidth when switching alt settings. by Sarah Sharp · 14 years ago
  76. ed1db3a USB: fix a bug in the scatter-gather library by Alan Stern · 15 years ago
  77. 4c1bd3d USB: make urb scatter-gather support more generic by David Vrabel · 15 years ago
  78. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  79. 81bf46f USB: Let usb_sg_init to set transfer_buffer more often by Pete Zaitcev · 15 years ago
  80. 0cce2ed USB: fix LANGID=0 regression by Daniel Mack · 15 years ago
  81. e04748e USB: Push scatter gather lists down to host controller drivers. by Sarah Sharp · 15 years ago
  82. 79abb1a USB: Support for bandwidth allocation. by Sarah Sharp · 15 years ago
  83. 74675a5 NLS: update handling of Unicode by Alan Stern · 15 years ago
  84. a853a3d usb: return device strings in UTF-8 by Clemens Ladisch · 15 years ago
  85. 3444b26 USB: add reset endpoint operations by David Vrabel · 15 years ago
  86. b7af0bb USB: allow malformed LANGID descriptors by Daniel Mack · 15 years ago
  87. 71d2718 USB: more u32 conversion after transfer_buffer_length and actual_length by Roel Kluin · 15 years ago
  88. 1662e3a USB: add quirk to avoid config and interface strings by Alan Stern · 15 years ago
  89. 67f5a4b USB: usb_get_string should check the descriptor type by Alan Stern · 15 years ago
  90. ddeac4e7 USB: fix toggle mismatch in disable_endpoint paths by Alan Stern · 15 years ago
  91. 2caf7fc USB: re-enable interface after driver unbinds by Alan Stern · 15 years ago
  92. df71896 USB: cancel pending Set-Config requests if userspace gets there first by Alan Stern · 15 years ago
  93. 3b23dd6 USB: utilize the bus notifiers by Alan Stern · 15 years ago
  94. dc023dc USB: Introduce usb_queue_reset() to do resets from atomic contexts by Inaky Perez-Gonzalez · 16 years ago
  95. da2bbdc USB: avoid needless address-taking of function parameters by Harvey Harrison · 16 years ago
  96. 352d026 USB: don't register endpoints for interfaces that are going away by Alan Stern · 16 years ago
  97. 3b6004f USB: remove warn() macro from usb drivers by Greg Kroah-Hartman · 16 years ago
  98. 1a21175 USB: fix interface unregistration logic by Alan Stern · 16 years ago
  99. 580da34 Fix USB storage hang on command abort by Alan Stern · 16 years ago
  100. 6d243e5 USB: fix comment of usb_set_configuration by Ming Lei · 16 years ago