1. 5f322f2 usb: gadget: f_ncm: allow using NCM in SuperSpeed Plus gadgets. by Lorenzo Colitti · 4 years ago
  2. cedb018 usb: gadget: function: printer: fix use-after-free in __lock_acquire by Zqiang · 4 years, 2 months ago
  3. 354ace7 usb: gadget: u_ether: enable qmult on SuperSpeed Plus as well by Lorenzo Colitti · 4 years ago
  4. f36c8dd usb: gadget: f_ncm: fix ncm_bitrate for SuperSpeed and above. by Lorenzo Colitti · 4 years ago
  5. 6986814 USB: gadget: f_ncm: Fix NDP16 datagram validation by Bryan O'Donoghue · 3 years, 10 months ago
  6. 0a0e589 USB: gadget: u_f: Unbreak offset calculation in VLAs by Andy Shevchenko · 4 years ago
  7. 471b235 USB: gadget: f_ncm: add bounds checks to ncm_unwrap_ntb() by Brooke Basile · 4 years ago
  8. bbd25d8 USB: gadget: u_f: add overflow checks to VLA macros by Brooke Basile · 4 years ago
  9. 4627ea0 usb: gadget: f_tcm: Fix some resource leaks in some error paths by Christophe JAILLET · 4 years ago
  10. e1f67b2 usb: bdc: Halt controller on suspend by Danesh Petigara · 4 years ago
  11. 469ea9a bdc: Fix bug causing crash after multiple disconnects by Sasi Kumar · 4 years ago
  12. fec3ffe usb: gadget: net2280: fix memory leak on probe error handling paths by Evgeny Novikov · 4 years ago
  13. 2579a98 usb: gadget: udc: gr_udc: fix memleak on error handling path in gr_ep_init() by Evgeny Novikov · 4 years, 1 month ago
  14. b6104a8 usb: gadget: function: fix missing spinlock in f_uac1_legacy by Zhang Qiang · 4 years, 1 month ago
  15. 22bc69d usb: gadget: udc: atmel: fix uninitialized read in debug printk by Michał Mirosław · 4 years, 2 months ago
  16. 5034b1fd usb: gadget: udc: Potential Oops in error handling code by Dan Carpenter · 4 years, 1 month ago
  17. 4832699 usb: gadget: Fix issue with config_ep_by_speed function by Pawel Laszczak · 4 years, 2 months ago
  18. 1a17c51 usb: gadget: fix potential double-free in m66592_probe. by Qiushi Wu · 4 years, 2 months ago
  19. 8124abb usb: gadget: lpc32xx_udc: don't dereference ep pointer before null check by Colin Ian King · 4 years, 2 months ago
  20. 3ff5039 USB: gadget: udc: s3c2410_udc: Remove pointless NULL check in s3c2410_udc_nuke by Nathan Chancellor · 4 years, 3 months ago
  21. ea2d984 PCI: Move Rohm Vendor ID to generic list by Andy Shevchenko · 5 years ago
  22. 90a784d usb: gadget: legacy: fix redundant initialization warnings by Masahiro Yamada · 4 years, 4 months ago
  23. 3655034 usb: gadget: legacy: fix error return code in cdc_bind() by Wei Yongjun · 4 years, 3 months ago
  24. d08742f usb: gadget: legacy: fix error return code in gncm_bind() by Wei Yongjun · 4 years, 3 months ago
  25. c570aea usb: gadget: audio: Fix a missing error return value in audio_bind() by Christophe JAILLET · 4 years, 3 months ago
  26. 804bbfc usb: gadget: net2272: Fix a memory leak in an error handling path in 'net2272_plat_probe()' by Christophe JAILLET · 4 years, 3 months ago
  27. a105bb54 USB: gadget: fix illegal array access in binding with UDC by Kyungtae Kim · 4 years, 3 months ago
  28. bfde821 usb: gadget: udc: bdc: Remove unnecessary NULL checks in bdc_req_complete by Nathan Chancellor · 4 years, 4 months ago
  29. b0a0ebf usb: f_fs: Clear OS Extended descriptor counts to zero in ffs_data_reset() by Udipto Goswami · 4 years, 4 months ago
  30. 6276915 usb: gadget: composite: Inform controller driver of self-powered by Thinh Nguyen · 4 years, 6 months ago
  31. 2ad5360 usb: gadget: f_fs: Fix use after free issue as part of queue failure by Sriharsha Allenki · 4 years, 4 months ago
  32. dcfc1ec usb: gadget: serial: fix Tx stall after buffer overflow by Sergey Organov · 4 years, 6 months ago
  33. ec23941 usb: gadget: ffs: ffs_aio_cancel(): Save/restore IRQ flags by Lars-Peter Clausen · 4 years, 6 months ago
  34. 5ecb93d usb: gadget: composite: Support more than 500mA MaxPower by Jack Pham · 4 years, 6 months ago
  35. de8dbb7 usb: gadget: composite: Fix bMaxPower for SuperSpeedPlus by Jack Pham · 4 years, 6 months ago
  36. 6c05382 usb: gadget: udc: fix possible sleep-in-atomic-context bugs in gr_probe() by Jia-Ju Bai · 4 years, 7 months ago
  37. e3ed79d usb: gadget: f_ecm: Use atomic_t to track in-flight request by Bryan O'Donoghue · 4 years, 7 months ago
  38. d1e5dca usb: gadget: f_ncm: Use atomic_t to track in-flight request by Bryan O'Donoghue · 4 years, 7 months ago
  39. 0c26dfa usb: gadget: legacy: set max_speed to super-speed by Roger Quadros · 4 years, 7 months ago
  40. 6d78742 usb: gadget: fsl_udc_core: check allocation return value and cleanup on failure by Nicholas Mc Guire · 6 years ago
  41. 11c6893 USB: dummy-hcd: increase max number of devices to 32 by Andrey Konovalov · 4 years, 9 months ago
  42. 41f78c3 USB: dummy-hcd: use usb_urb_dir_in instead of usb_pipein by Andrey Konovalov · 4 years, 9 months ago
  43. 9d5b54c usb: gadget: fix wrong endpoint desc by EJ Hsu · 4 years, 8 months ago
  44. f831f6b usb: gadget: pch_udc: fix use after free by Gustavo A. R. Silva · 4 years, 9 months ago
  45. 2a030db usb: gadget: configfs: Fix missing spin_lock_init() by Wei Yongjun · 4 years, 9 months ago
  46. c5a309d usb: gadget: u_serial: add missing port entry locking by Michał Mirosław · 5 years ago
  47. 639fce0 usb: gadget: udc: fotg210-udc: Fix a sleep-in-atomic-context bug in fotg210_get_status() by Jia-Ju Bai · 6 years ago
  48. 240293e usb: gadget: uvc: Only halt video streaming endpoint in bulk mode by Laurent Pinchart · 6 years ago
  49. bb7c36e usb: gadget: uvc: Factor out video USB request queueing by Laurent Pinchart · 6 years ago
  50. 4e6c656 usb: gadget: uvc: configfs: Sort frame intervals upon writing by Paul Elder · 6 years ago
  51. d036103 usb: gadget: uvc: configfs: Prevent format changes after linking header by Joel Pepper · 6 years ago
  52. e6e1ad1 usb: gadget: uvc: configfs: Drop leaked references to config items by Laurent Pinchart · 6 years ago
  53. dff3814 usb: gadget: configfs: fix concurrent issue between composite APIs by Peter Chen · 5 years ago
  54. c73ccf6 usb: gadget: composite: Fix possible double free memory bug by Chandana Kishori Chiluveru · 4 years, 10 months ago
  55. 26d31e1 usb: gadget: udc: atmel: Fix interrupt storm in FIFO mode. by Cristian Birsan · 4 years, 10 months ago
  56. 8891201 usb: fsl: Check memory resource before releasing it by Nikhil Badola · 4 years, 9 months ago
  57. 818c96a usb: gadget: udc: core: Fix segfault if udc_bind_to_driver() for pending driver fails by Roger Quadros · 5 years ago
  58. d1c188d USB: gadget: Reject endpoints with 0 maxpacket value by Alan Stern · 4 years, 9 months ago
  59. 068fcbe usb: udc: lpc32xx: fix bad bit shift operation by Gustavo A. R. Silva · 4 years, 10 months ago
  60. 3b089ce USB: dummy-hcd: fix power budget for SuperSpeed mode by Jacky.Cao@sony.com · 5 years ago
  61. 339c157 usb: gadget: mass_storage: Fix races between fsg_disable and fsg_set_alt by Benjamin Herrenschmidt · 5 years ago
  62. 122ab8e usb: gadget: composite: Clear "suspended" on reset/disconnect by Benjamin Herrenschmidt · 5 years ago
  63. f417f97 usb: gadget: udc: renesas_usb3: Fix sysfs interface of "role" by Yoshihiro Shimoda · 5 years ago
  64. bf7cf9f usb: gadget: Zero ffs_io_data by Andrzej Pietrasiewicz · 5 years ago
  65. cac4a04 usb: gadget: ether: Fix race between gether_disconnect and rx_submit by Kiruthika Varadarajan · 5 years ago
  66. 26a6acd usb: gadget: udc: lpc32xx: allocate descriptor with GFP_ATOMIC by Alexandre Belloni · 5 years ago
  67. 9be058f usb: gadget: fusb300_udc: Fix memory leak of fusb300->ep[i] by Young Xiao · 5 years ago
  68. 512ce15 USB: dummy-hcd: Fix failure to give back unlinked URBs by Alan Stern · 5 years ago
  69. 41be4ab usb: gadget: net2272: Fix net2272_dequeue() by Guido Kiener · 5 years ago
  70. edaebfe usb: gadget: net2280: Fix net2280_dequeue() by Guido Kiener · 5 years ago
  71. 346eab0 usb: gadget: net2280: Fix overrun of OUT messages by Guido Kiener · 5 years ago
  72. ad02fb6 usb: f_fs: Avoid crash due to out-of-scope stack ptr access by John Stultz · 5 years ago
  73. ef4df13 USB: gadget: f_hid: fix deadlock in f_hidg_write() by Radoslav Gerganov · 5 years ago
  74. 4670e83 usb: gadget: Potential NULL dereference on allocation error by Dan Carpenter · 6 years ago
  75. 77541a0 usb: gadget: udc: net2272: Fix bitwise and boolean operations by Gustavo A. R. Silva · 6 years ago
  76. 7cae65d usb: gadget: udc: renesas_usb3: add a safety connection way for forced_b_device by Yoshihiro Shimoda · 6 years ago
  77. 6d665da usb: gadget: u_ether: fix unsafe list iteration by Marek Szyprowski · 6 years ago
  78. 9ca88f3 USB: omap_udc: fix rejection of out transfers when DMA is used by Aaro Koskinen · 6 years ago
  79. b581281 USB: omap_udc: fix USB gadget functionality on Palm Tungsten E by Aaro Koskinen · 6 years ago
  80. 634395d USB: omap_udc: fix omap_udc_start() on 15xx machines by Aaro Koskinen · 6 years ago
  81. 27b61cb USB: omap_udc: fix crashes on probe error and module removal by Aaro Koskinen · 6 years ago
  82. 66d73a4 USB: omap_udc: use devm_request_irq() by Aaro Koskinen · 6 years ago
  83. 8b87305 Revert "usb: gadget: ffs: Fix BUG when userland exits with submitted AIO transfers" by Shen Jing · 6 years ago
  84. 11abbcd usb: gadget: udc: renesas_usb3: Fix b-device mode for "workaround" by Yoshihiro Shimoda · 6 years ago
  85. 80fd75d usb: gadget: udc: atmel: handle at91sam9rl PMC by Alexandre Belloni · 6 years ago
  86. 9ae24af usb: gadget: storage: Fix Spectre v1 vulnerability by Gustavo A. R. Silva · 6 years ago
  87. dfe1a51 usb: gadget: udc: renesas_usb3: fix maxpacket size of ep0 by Yoshihiro Shimoda · 6 years ago
  88. c37bd52 usb: gadget: fotg210-udc: Fix memory leak of fotg210->ep[i] by Anton Vasilyev · 6 years ago
  89. dec3c23 USB: net2280: Fix erroneous synchronization change by Alan Stern · 6 years ago
  90. d5acba2 Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 6 years ago
  91. 5695d5d Merge tag 'usb-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 6 years ago
  92. 72f02ba Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  93. 25b8855 scsi: target: loop, usb, vhost, xen: use target_remove_session by Mike Christie · 6 years ago
  94. fa83428 scsi: target: rename target_alloc_session by Mike Christie · 6 years ago
  95. 45dd7af Merge tag 'usb-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 6 years ago
  96. 39facfa usb: gadget: udc: renesas_usb3: Add register of usb role switch by Yoshihiro Shimoda · 6 years ago
  97. 1fcba97 usb: gadget: storage: Remove reference counting by Jaejoong Kim · 6 years ago
  98. 7a051e8 usb: gadget: storage: Add error handling for no memory by Jaejoong Kim · 6 years ago
  99. bf594c1 USB: gadget: Document that certain ep operations can be called in interrupt context by Alan Stern · 6 years ago
  100. ad22a66 usb: gadget: configfs: avoid spaces for indentation by Parth Y Shah · 6 years ago