1. cb1083a usb: gadget: udc: fotg210-udc: Fix a sleep-in-atomic-context bug in fotg210_get_status() by Jia-Ju Bai · 6 years ago
  2. 1f3745a usb: gadget: uvc: Only halt video streaming endpoint in bulk mode by Laurent Pinchart · 6 years ago
  3. 28ff0fa usb: gadget: uvc: Factor out video USB request queueing by Laurent Pinchart · 6 years ago
  4. bfdb089 usb: gadget: uvc: configfs: Prevent format changes after linking header by Joel Pepper · 6 years ago
  5. 013cf51 usb: gadget: uvc: configfs: Drop leaked references to config items by Laurent Pinchart · 6 years ago
  6. 6e3683e usb: gadget: core: unmap request from DMA only if previously mapped by Jack Pham · 7 years ago
  7. aa919ef usb: gadget: configfs: fix concurrent issue between composite APIs by Peter Chen · 4 years, 10 months ago
  8. 1dd7015 usb: gadget: composite: Fix possible double free memory bug by Chandana Kishori Chiluveru · 4 years, 9 months ago
  9. 76e7146 usb: gadget: udc: atmel: Fix interrupt storm in FIFO mode. by Cristian Birsan · 4 years, 9 months ago
  10. 954d056 usb: fsl: Check memory resource before releasing it by Nikhil Badola · 4 years, 9 months ago
  11. fc71e39 USB: gadget: Reject endpoints with 0 maxpacket value by Alan Stern · 4 years, 8 months ago
  12. f0b1f7e usb: udc: lpc32xx: fix bad bit shift operation by Gustavo A. R. Silva · 4 years, 9 months ago
  13. 5ac7605 USB: dummy-hcd: fix power budget for SuperSpeed mode by Jacky.Cao@sony.com · 4 years, 10 months ago
  14. d023765 usb: gadget: composite: Clear "suspended" on reset/disconnect by Benjamin Herrenschmidt · 5 years ago
  15. d585589 usb: gadget: Zero ffs_io_data by Andrzej Pietrasiewicz · 5 years ago
  16. f1052d0 usb: gadget: ether: Fix race between gether_disconnect and rx_submit by Kiruthika Varadarajan · 5 years ago
  17. 71e54f5 usb: gadget: udc: lpc32xx: allocate descriptor with GFP_ATOMIC by Alexandre Belloni · 5 years ago
  18. aa5865d usb: gadget: fusb300_udc: Fix memory leak of fusb300->ep[i] by Young Xiao · 5 years ago
  19. 3cd83b5 usb: gadget: net2272: Fix net2272_dequeue() by Guido Kiener · 5 years ago
  20. 56b9611 usb: gadget: net2280: Fix net2280_dequeue() by Guido Kiener · 5 years ago
  21. ebb7790 usb: gadget: net2280: Fix overrun of OUT messages by Guido Kiener · 5 years ago
  22. 4914592 usb: f_fs: Avoid crash due to out-of-scope stack ptr access by John Stultz · 5 years ago
  23. 6c75189 USB: gadget: f_hid: fix deadlock in f_hidg_write() by Radoslav Gerganov · 5 years ago
  24. d3b0e30 usb: gadget: Potential NULL dereference on allocation error by Dan Carpenter · 6 years ago
  25. c74a4d3 usb: gadget: udc: net2272: Fix bitwise and boolean operations by Gustavo A. R. Silva · 5 years ago
  26. def38db USB: omap_udc: fix USB gadget functionality on Palm Tungsten E by Aaro Koskinen · 6 years ago
  27. 42aea74 USB: omap_udc: fix omap_udc_start() on 15xx machines by Aaro Koskinen · 6 years ago
  28. a2aa761 USB: omap_udc: fix crashes on probe error and module removal by Aaro Koskinen · 6 years ago
  29. 2c37b2f USB: omap_udc: use devm_request_irq() by Aaro Koskinen · 6 years ago
  30. f3e31bb usb: gadget: dummy: fix nonsensical comparisons by Arnd Bergmann · 7 years ago
  31. e9f5a3d usb: gadget: udc: atmel: handle at91sam9rl PMC by Alexandre Belloni · 6 years ago
  32. 4121be5 usb: gadget: storage: Fix Spectre v1 vulnerability by Gustavo A. R. Silva · 6 years ago
  33. 92811e2 usb: gadget: serial: fix oops when data rx'd after close by Stephen Warren · 7 years ago
  34. 185261d usb: gadget: fotg210-udc: Fix memory leak of fotg210->ep[i] by Anton Vasilyev · 6 years ago
  35. 4236e40 USB: net2280: Fix erroneous synchronization change by Alan Stern · 6 years ago
  36. 63af1f40 usb: gadget: udc: renesas_usb3: fix maxpacket size of ep0 by Yoshihiro Shimoda · 6 years ago
  37. e2838a2 usb: gadget: f_uac2: fix endianness of 'struct cntrl_*_lay3' by Eugeniu Rosca · 6 years ago
  38. 02e8b4f usb: gadget: r8a66597: Fix a possible sleep-in-atomic-context bugs in r8a66597_queue() by Jia-Ju Bai · 6 years ago
  39. 62dd6ed usb: gadget: r8a66597: Fix two possible sleep-in-atomic-context bugs in init_controller() by Jia-Ju Bai · 6 years ago
  40. 121621e usb: gadget: composite: fix delayed_status race condition when set_interface by Chunfeng Yun · 6 years ago
  41. 9e10043 usb: gadget: f_fs: Only return delayed status when len is 0 by Jerry Zhang · 6 years ago
  42. bc62b33 usb: gadget: udc: renesas_usb3: disable the controller's irqs for reconnecting by Yoshihiro Shimoda · 6 years ago
  43. bf54f31 usb: gadget: composite: fix incorrect handling of OS desc requests by Chris Dickens · 7 years ago
  44. 2e94f8c usb: gadget: udc: change comparison to bitshift when dealing with a mask by Wolfram Sang · 6 years ago
  45. 5209c77 usb: gadget: ffs: Execute copy_to_user() with USER_DS set by Lars-Peter Clausen · 6 years ago
  46. 10be265 usb: gadget: ffs: Let setup() return USB_GADGET_DELAYED_STATUS by Lars-Peter Clausen · 6 years ago
  47. 20eeffc usb: gadget: fsl_udc_core: fix ep valid checks by Stefan Agner · 6 years ago
  48. 36d6486 usb: gadget: core: Fix use-after-free of usb_request by Manu Gautam · 7 years ago
  49. d9a19ff usb: gadget: f_uac2: fix bFirstInterface in composite gadget by John Keeping · 6 years ago
  50. b3b0809 USB: gadget: f_midi: fixing a possible double-free in f_midi by Yavuz, Tuba · 6 years ago
  51. ba260ce usb: gadget: udc: core: update usb_ep_queue() documentation by Felipe Balbi · 6 years ago
  52. 17af798 usb: gadget: remove redundant self assignment by Stefan Agner · 7 years ago
  53. 8dd5c0c usb: gadget: f_hid: fix: Move IN request allocation to set_alt() by Krzysztof Opasiak · 7 years ago
  54. 9fad159 usb: gadget: bdc: 64-bit pointer capability check by Srinath Mannam · 7 years ago
  55. 30fe81c USB: gadget: udc: Add missing platform_device_put() on error in bdc_pci_probe() by Wei Yongjun · 6 years ago
  56. d9586e4 usb: gadget: dummy_hcd: Fix wrong power status bit clear/reset in dummy_hub_control() by Yuyang Du · 7 years ago
  57. dddf465 usb: gadget: f_fs: Fix use-after-free in ffs_fs_kill_sb() by Xinyong · 6 years ago
  58. 8bedacf usb: gadget: f_fs: Process all descriptors during bind by Jack Pham · 6 years ago
  59. 57ddb8e usb: gadget: uvc: Missing files for configfs interface by Petr Cvek · 7 years ago
  60. 57d4bb1 usb/gadget: Fix "high bandwidth" check in usb_gadget_ep_match_desc() by Benjamin Herrenschmidt · 6 years ago
  61. f24d171 usb: f_fs: Prevent gadget unbind if it is already unbound by Hemant Kumar · 6 years ago
  62. 0e216b0 usb: gadget: don't dereference g until after it has been null checked by Colin Ian King · 7 years ago
  63. 02197d8 usb: gadget: udc: remove pointer dereference after free by Gustavo A. R. Silva · 7 years ago
  64. 2b943be usb: gadget: f_uvc: Sanity check wMaxPacketSize for SuperSpeed by Roger Quadros · 7 years ago
  65. 16648cb usb: gadget: ffs: Forbid usb_ep_alloc_request from sleeping by Vincent Pelletier · 7 years ago
  66. 2afb2d8 usb: gadget: udc: net2280: Fix tmp reusage in net2280 driver by Raz Manor · 7 years ago
  67. 82f79a4 usb: gadget: pxa27x: Test for a valid argument pointer by Petr Cvek · 7 years ago
  68. 8fe9ea8 USB: gadgetfs: Fix a potential memory leak in 'dev_config()' by Christophe JAILLET · 7 years ago
  69. 59682e7 usb: gadget: configs: plug memory leak by John Keeping · 7 years ago
  70. 112b8a8 usb: f_fs: Force Reserved1=1 in OS_DESC_EXT_COMPAT by John Keeping · 7 years ago
  71. fbe9a14 usb: gadget: udc: renesas_usb3: fix number of the pipes by Yoshihiro Shimoda · 7 years ago
  72. 5eb97be usb: gadget: f_fs: Fix ExtCompat descriptor validation by Vincent Pelletier · 8 years ago
  73. fd6a742 usb: gadget: f_fs: Fix use-after-free in ffs_free_inst by Andrew Gabbasov · 7 years ago
  74. 3941ee2 usb: gadget: composite: Fix use-after-free in usb_composite_overwrite_options by Andrew Gabbasov · 7 years ago
  75. 3c57f9d usb: gadget: configfs: Fix memory leak of interface directory data by Andrew Gabbasov · 7 years ago
  76. a844e28 USB: dummy-hcd: Fix deadlock caused by disconnect detection by Alan Stern · 7 years ago
  77. da785bb USB: g_mass_storage: Fix deadlock when driver is unbound by Alan Stern · 7 years ago
  78. 2b5c7b9 usb: gadget: mass_storage: set msg_registered after msg registered by Li Jun · 7 years ago
  79. e39b171 USB: dummy-hcd: Fix erroneous synchronization change by Alan Stern · 7 years ago
  80. 795f5501 USB: dummy-hcd: fix infinite-loop resubmission bug by Alan Stern · 7 years ago
  81. 5effe99 USB: dummy-hcd: fix connection failures (wrong speed) by Alan Stern · 7 years ago
  82. d21653d usb: gadget: udc: renesas_usb3: Fix return value of usb3_write_pipe() by Yoshihiro Shimoda · 7 years ago
  83. db73b38 usb: gadget: udc: renesas_usb3: fix Pn_RAMMAP.Pn_MPKT value by Yoshihiro Shimoda · 7 years ago
  84. 2553367 usb: gadget: udc: renesas_usb3: fix for no-data control transfer by Yoshihiro Shimoda · 7 years ago
  85. 744f9e1 usb: gadget: udc: atmel: set vbus irqflags explicitly by Nicolas Ferre · 7 years ago
  86. 7f85003 USB: gadgetfs: fix copy_to_user while holding spinlock by Alan Stern · 7 years ago
  87. fd5336c USB: gadgetfs: Fix crash caused by inadequate synchronization by Alan Stern · 7 years ago
  88. 2db03a7 usb: gadget: udc: renesas_usb3: Fix usb_gadget_giveback_request() calling by Yoshihiro Shimoda · 7 years ago
  89. 92d6a81 usb: gadget: Fix copy/pasted error message by David Lechner · 7 years ago
  90. d2da8d3 usb: gadget: f_fs: Fix possibe deadlock by Baolin Wang · 8 years ago
  91. 225969a usb: gadget: f_fs: avoid out of bounds access on comp_desc by William Wu · 7 years ago
  92. f0ee203 usb: gadget: composite: Fix function used to free memory by Christophe JAILLET · 7 years ago
  93. 0c0d3d8 USB: gadgetfs, dummy-hcd, net2280: fix locking for callbacks by Alan Stern · 7 years ago
  94. 3ff5f4f USB: gadget: fix GPF in gadgetfs by Alan Stern · 7 years ago
  95. c8091f0e USB: gadget: dummy_hcd: fix hub-descriptor removable fields by Johan Hovold · 7 years ago
  96. cb53a4e usb: gadget: udc: renesas_usb3: lock for PN_ registers access by Yoshihiro Shimoda · 7 years ago
  97. dd65c09 usb: gadget: udc: renesas_usb3: fix deadlock by spinlock by Yoshihiro Shimoda · 7 years ago
  98. 723bd3b usb: gadget: udc: renesas_usb3: fix pm_runtime functions calling by Yoshihiro Shimoda · 7 years ago
  99. 405ac24 usb: gadget: f_mass_storage: Serialize wake and sleep execution by Thinh Nguyen · 7 years ago
  100. 5c51e4b usb: gadget: legacy gadgets are optional by Romain Izard · 7 years ago