1. 70c65e4 Merge 4.9.103 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  2. bf54f31 usb: gadget: composite: fix incorrect handling of OS desc requests by Chris Dickens · 6 years ago
  3. b30d2b5 Merge 4.9.80 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  4. 0e216b0 usb: gadget: don't dereference g until after it has been null checked by Colin Ian King · 7 years ago
  5. b86d2b1 Merge 4.9.57 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  6. 3941ee2 usb: gadget: composite: Fix use-after-free in usb_composite_overwrite_options by Andrew Gabbasov · 7 years ago
  7. 7172a93 Merge 4.9.34 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  8. f0ee203 usb: gadget: composite: Fix function used to free memory by Christophe JAILLET · 7 years ago
  9. cd08287 Merge tag 'v4.9.6' into android-4.9 by Dmitry Shmidt · 7 years ago
  10. 9061f25 ANDROID: usb: gadget: Do not disconnect unregistered dev by Badhri Jagan Sridharan · 9 years ago
  11. 3999c53 usb: gadget: composite: always set ep->mult to a sensible value by Felipe Balbi · 8 years ago
  12. 7ff469c Revert "usb: gadget: composite: always set ep->mult to a sensible value" by Greg Kroah-Hartman · 7 years ago
  13. 2b95c93 usb: gadget: composite: Test get_alt() presence instead of set_alt() by Krzysztof Opasiak · 8 years ago
  14. eab1c4e usb: gadget: composite: always set ep->mult to a sensible value by Felipe Balbi · 8 years ago
  15. e0aa5ec usb: gadget: composite: correctly initialize ep->maxpacket by Felipe Balbi · 8 years ago
  16. 1a00b45 usb: gadget: composite: let USB functions process ctrl reqs in cfg0 by Felix Hädicke · 8 years ago
  17. 3887db5 usb: gadget: composite: Fix return value in case of error by Christophe JAILLET · 8 years ago
  18. c526c62 usb: gadget: composite: fix dereference after null check coverify warning by Peter Chen · 8 years ago
  19. 7e14f47a usb: gadget: composite: don't queue OS desc req if length is invalid by William Wu · 8 years ago
  20. ce15bda Merge tag 'usb-for-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 8 years ago
  21. 0878263 usb: gadget: composite: avoid kernel oops with bad gadgets by Felipe Balbi · 8 years ago
  22. 138b863 usb: gadget: composite: Clear reserved fields of SSP Dev Cap by John Youn · 8 years ago
  23. 08f8cab usb: gadget: composite: Access SSP Dev Cap fields properly by John Youn · 8 years ago
  24. c5348b6 usb: gadget: composite: handle otg status selector request from OTG host by Li Jun · 8 years ago
  25. cd69cbe usb: gadget: composite: Update debug message for SuperSpeedPlus by John Youn · 8 years ago
  26. 4eb8e32 usb: gadget: composite: Configure the usb_ep for SuperSpeedPlus by John Youn · 8 years ago
  27. eae5820 usb: gadget: composite: Write SuperSpeedPlus config descriptors by John Youn · 8 years ago
  28. f3bdbe3 usb: gadget: composite: Add function to get descriptors by John Youn · 8 years ago
  29. a4afd01 usb: gadget: composite: Count configs for SuperSpeedPlus by John Youn · 8 years ago
  30. 554eead usb: gadget: Update config for SuperSpeedPlus by John Youn · 8 years ago
  31. f228a8d usb: gadget: composite: Return SSP Dev Cap descriptor by John Youn · 8 years ago
  32. 1a85329 usb: gadget: composite: Return bcdUSB 0x0310 by John Youn · 8 years ago
  33. 5527e73 usb: gadget: composite: fill bcdUSB for any gadget max speed by Igor Kotrasinski · 9 years ago
  34. f871cb9 usb: gadget: fix few outdated comments by Robert Baldyga · 9 years ago
  35. 53e6242 usb: gadget: composite: add USB_DT_OTG request handling by Macpaul Lin · 9 years ago
  36. d5bb9b8 usb: composite: add bind_deactivated flag to usb_function by Robert Baldyga · 9 years ago
  37. 5601250 usb: composite: fix usb_function_activate/deactivate functions by Robert Baldyga · 9 years ago
  38. ad4676a usb: gadget: composite.c: i18n is not an acronym by Diego Viola · 9 years ago
  39. b4c21f0 usb: gadget: composite: Fix NULL pointer dereference by Kishon Vijay Abraham I · 9 years ago
  40. 06ed0de usb: gadget: Fix typo fond in Documentation/Docbook/gadget.xml by Masanari Iida · 9 years ago
  41. f563d23 usb: gadget: composite: add req_match method to usb_function by Andrzej Pietrasiewicz · 9 years ago
  42. 232c010 usb: gadget: composite: don't try standard handling for non-standard requests by Andrzej Pietrasiewicz · 9 years ago
  43. df6738d usb: gadget: Fix os desc test by Mario Schuknecht · 9 years ago
  44. 3a57187 usb: gadget: configfs: add suspend/resume by Andrzej Pietrasiewicz · 10 years ago
  45. a7c12ea usb: gadget: composite: conditionally dequeue os_desc and setup requests by Felipe Balbi · 10 years ago
  46. 5794371 usb: gadget: composite: set our req->context to cdev by Felipe Balbi · 10 years ago
  47. a661593 usb: gadget: composite: enable BESL support by Felipe Balbi · 10 years ago
  48. bf17eba Revert "usb: gadget: composite: dequeue cdev->req before free it in composite_dev_cleanup" by Felipe Balbi · 10 years ago
  49. 72a65a0 Revert "usb: gadget: composite: dequeue cdev->req before free its buffer" by Felipe Balbi · 10 years ago
  50. d8a816f usb: gadget: composite: add reset API at usb_gadget_driver by Peter Chen · 10 years ago
  51. be0a888 usb: gadget: composite: dequeue cdev->req before free its buffer by Li Jun · 10 years ago
  52. f226708 usb: gadget: composite: dequeue cdev->req before free it in composite_dev_cleanup by Li Jun · 10 years ago
  53. 849b133 usb: gadget: make return of 0 explicit by Julia Lawall · 10 years ago
  54. 37a3a53 usb: gadget: OS Feature Descriptors support by Andrzej Pietrasiewicz · 10 years ago
  55. 19824d5 usb: gadget: OS String support by Andrzej Pietrasiewicz · 10 years ago
  56. 6027f31 usb: gadget: set gadget state as configured by Peter Chen · 10 years ago
  57. dad4bab usb: gadget: composite: switch over to ERR_CAST() by Felipe Balbi · 10 years ago
  58. 56b1b90 usb: gadget: should use u16 type variable to store MaxPower by Du, ChangbinX · 11 years ago
  59. c139e14 Merge tag 'v3.13-rc4' into next by Felipe Balbi · 11 years ago
  60. a01091e usb: gadget: composite: redirect setup requests by Andrzej Pietrasiewicz · 11 years ago
  61. 2bac51a usb: gadget: composite: reset delayed_status on reset_config by Michael Grzeschik · 11 years ago
  62. 2b84f92 usb: Remove unnecessary semicolons by Joe Perches · 11 years ago
  63. ce26bd2 USB: gadget: audit sysfs attribute permissions by Greg Kroah-Hartman · 11 years ago
  64. 88af8bb usb: gadget: the start of the configfs interface by Sebastian Andrzej Siewior · 12 years ago
  65. 43febb2 usb: gadget: composite: fix kernel-doc warnings by Nishanth Menon · 11 years ago
  66. 27a46633 usb: gadget: f_acm: use usb_gstrings_attach() by Sebastian Andrzej Siewior · 12 years ago
  67. 9bb2859 usb: gadget: composite: introduce usb_gstrings_attach() by Sebastian Andrzej Siewior · 12 years ago
  68. 2d5a889 usb: gadget: export composite's setup & disconnect function by Sebastian Andrzej Siewior · 12 years ago
  69. a592334 usb: gadget: factor out two helper functions from composite_bind() by Sebastian Andrzej Siewior · 12 years ago
  70. b4735778 usb: gadget: composite: add usb_remove_function() by Sebastian Andrzej Siewior · 12 years ago
  71. de53c25 usb: gadget: add some infracture to register/unregister functions by Sebastian Andrzej Siewior · 12 years ago
  72. 779d516 usb: gadget: composite: don't call driver's unbind() if bind() failed by Sebastian Andrzej Siewior · 12 years ago
  73. 8f900a9 usb: gadget: consider link speed for bMaxPower by Sebastian Andrzej Siewior · 12 years ago
  74. 10287ba usb: gadget: always update HS/SS descriptors and create a copy of them by Sebastian Andrzej Siewior · 12 years ago
  75. ed9cbda usb: gadget: remove usb_gadget_controller_number() by Sebastian Andrzej Siewior · 12 years ago
  76. d80c304 usb: gadget: libcomposite: move MODULE_VERSION to composite.c by Sebastian Andrzej Siewior · 12 years ago
  77. 721e2e9 usb: gadget: libcomposite: move composite.c into libcomposite by Sebastian Andrzej Siewior · 12 years ago
  78. cc2683c usb: gadget: Provide a default implementation of default manufacturer string by Sebastian Andrzej Siewior · 12 years ago
  79. d33f74f usb: gadget: remove string override from struct usb_composite_driver by Sebastian Andrzej Siewior · 12 years ago
  80. 2d35ee4 usb: gadget: push iProduct into gadgets by Sebastian Andrzej Siewior · 12 years ago
  81. 03de9bf usb: gadget: push iManufacturer into gadgets by Sebastian Andrzej Siewior · 12 years ago
  82. 1cf0d26 usb: gadget: push iSerialNumber into gadgets by Sebastian Andrzej Siewior · 12 years ago
  83. 7d16e8d usb: gadget: push VID/PID/USB BCD module option into gadgets by Sebastian Andrzej Siewior · 12 years ago
  84. 7225849 usb: gadget: make composite module options readonly only by Sebastian Andrzej Siewior · 12 years ago
  85. 40bfef05 usb: gadget: remove bufsiz from struct usb_composite_dev by Sebastian Andrzej Siewior · 12 years ago
  86. e13f17f usb: gadget: move USB_BUFSIZ into global composite.h by Sebastian Andrzej Siewior · 12 years ago
  87. ffe0b33 usb: gadget: remove global variable composite in composite.c by Sebastian Andrzej Siewior · 12 years ago
  88. 9395295 usb: gadget: move bind() callback back to struct usb_gadget_driver by Sebastian Andrzej Siewior · 12 years ago
  89. 03e42bd usb: gadget: move bind() callback back to struct usb_composite_driver by Sebastian Andrzej Siewior · 12 years ago
  90. fac3a43 usb: gadget: move bind callback into driver struct usb_composite_driver by Sebastian Andrzej Siewior · 12 years ago
  91. 85b8614 usb: gadget: get rid of USB_GADGET_{DUAL,SUPER}SPEED by Michal Nazarewicz · 12 years ago
  92. 4fefe9f usb composite: fix locking in usb_function_activate by Michael Grzeschik · 12 years ago
  93. b785ea7 usb: gadget: composite: fix ep->maxburst initialization by Felipe Balbi · 12 years ago
  94. cad4cd8 usb: gadget: composite: add iSerialNumber to usb_composite_driver by Andrzej Pietrasiewicz · 12 years ago
  95. 4fffd6e5 usb: gadget: composite: make module parameters accessible at runtime by Andrzej Pietrasiewicz · 12 years ago
  96. 02e8161 usb: gadget: composite: Initialize config->interface by Benoit Goby · 12 years ago
  97. 51cce6f usb: gadget: composite: Add usb_remove_config by Benoit Goby · 12 years ago
  98. 20c5e74 usb: gadget: add a sparse endian notation by Dan Carpenter · 12 years ago
  99. 124ef38 usb: gadget: composite: prevent a memory leak when configuration bind fails by Yongsul Oh · 12 years ago
  100. 9e878a6 usb: gadget: SS Isoc endpoints use comp_desc->bMaxBurst too by Paul Zimmerman · 12 years ago