1. 66cce9e7 usbip:vhci_hcd USB port can get stuck in the disabled state by Shuah Khan · 3 years, 4 months ago
  2. 5289253b usbip: clean up code in vhci_device_unlink_cleanup by Anirudh Rayabharam · 3 years, 4 months ago
  3. 258c81b usbip: give back URBs for unsent unlink requests during cleanup by Anirudh Rayabharam · 3 years, 4 months ago
  4. 16b3d0c Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 8 months ago
  5. d0d252b Merge tag 'v5.12-rc8' into sched/core, to pick up fixes by Ingo Molnar · 3 years, 8 months ago
  6. 1d08ed5 usbip: vudc: fix missing unlock on error in usbip_sockfd_store() by Ye Bin · 3 years, 9 months ago
  7. 363eaa3 usbip: synchronize event handler with sysfs code paths by Shuah Khan · 3 years, 9 months ago
  8. bd8b820 usbip: vudc synchronize sysfs code paths by Shuah Khan · 3 years, 9 months ago
  9. 9dbf34a usbip: stub-dev synchronize sysfs code paths by Shuah Khan · 3 years, 9 months ago
  10. 4e9c93af usbip: add sysfs_lock to synchronize sysfs code paths by Shuah Khan · 3 years, 9 months ago
  11. 1cc5ed2 usbip: vhci_hcd fix shift out-of-bounds in vhci_hub_control() by Shuah Khan · 3 years, 9 months ago
  12. 9858af2 usbip: Fix incorrect double assignment to udc->ud.tcp_rx by Colin Ian King · 3 years, 10 months ago
  13. 46613c9 usbip: fix vudc usbip_sockfd_store races leading to gpf by Shuah Khan · 3 years, 10 months ago
  14. 718ad96 usbip: fix vhci_hcd attach_store() races leading to gpf by Shuah Khan · 3 years, 10 months ago
  15. 9380afd usbip: fix stub_dev usbip_sockfd_store() races leading to gpf by Shuah Khan · 3 years, 10 months ago
  16. 6801854 usbip: fix vudc to check for stream socket by Shuah Khan · 3 years, 10 months ago
  17. f55a057 usbip: fix vhci_hcd to check for stream socket by Shuah Khan · 3 years, 10 months ago
  18. 47ccc8f usbip: fix stub_dev to check for stream socket by Shuah Khan · 3 years, 10 months ago
  19. 183f47f kcov: Remove kcov include from sched.h and move it to its users. by Sebastian Andrzej Siewior · 3 years, 10 months ago
  20. a66a7d4 Merge 5.11-rc3 into usb-next by Greg Kroah-Hartman · 4 years ago
  21. 841081d usb: usbip: Use DEFINE_SPINLOCK() for spinlock by Zheng Yongjun · 4 years ago
  22. 718bf42 usb: usbip: vhci_hcd: protect shift size by Randy Dunlap · 4 years ago
  23. 894f1f4 kcov, usbip: collect coverage from vhci_rx_loop by Nazime Hande Harputluoglu · 4 years, 1 month ago
  24. 9ca9a25 usbip: Remove in_interrupt() check by Ahmed S. Darwish · 4 years, 2 months ago
  25. 9e85868 usbip: vhci_hcd: fix calling usb_hcd_giveback_urb() with irqs enabled by Shuah Khan · 4 years, 3 months ago
  26. 168ae5a Merge 5.9-rc8 into usb-next by Greg Kroah-Hartman · 4 years, 3 months ago
  27. d640761 Revert "usbip: Implement a match function to fix usbip" by M. Vefa Bicakci · 4 years, 3 months ago
  28. a4e6451 usbip: simplify the return expression of usbip_core_init() by Liu Shixin · 4 years, 3 months ago
  29. 7a2f297 usbip: Implement a match function to fix usbip by M. Vefa Bicakci · 4 years, 5 months ago
  30. 2da3b53 usbip: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 6 months ago
  31. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  32. aabb5b8 usbip: Fix error path of vhci_recv_ret_submit() by Suwan Kim · 5 years ago
  33. d986294 usbip: Fix receive error in vhci-hcd when using scatter-gather by Suwan Kim · 5 years ago
  34. 2a91253 usbip: Fix uninitialized symbol 'nents' in stub_recv_cmd_submit() by Suwan Kim · 5 years ago
  35. 1ec13ab USBIP: add config dependency for SGL_ALLOC by Oliver Neukum · 5 years ago
  36. 16c8373 Merge 5.4-rc6 into usb-next by Greg Kroah-Hartman · 5 years ago
  37. d4d8257 usbip: Fix free of unallocated memory in vhci tx by Suwan Kim · 5 years ago
  38. bf7c1d9 Merge 5.4-rc3 into usb-next by Greg Kroah-Hartman · 5 years ago
  39. faf4b0d usbip: clean up an indentation issue by Colin Ian King · 5 years ago
  40. 3f384d7 usbip: vhci_hcd indicate failed message by Mao Wenan · 5 years ago
  41. ea44d19 usbip: Implement SG support to vhci-hcd and stub driver by Suwan Kim · 5 years ago
  42. c5501d2 USB: usbip: convert to use dev_groups by Greg Kroah-Hartman · 5 years ago
  43. 91148db USB: usbip: convert platform driver to use dev_groups by Greg Kroah-Hartman · 5 years ago
  44. cf2b501 usbip: Replace unused kvec array with single variable in vhci_send_cmd_unlink() by Suwan Kim · 6 years ago
  45. 119a7fd Merge 5.2-rc3 into usb-next by Greg Kroah-Hartman · 6 years ago
  46. 3ea3091 usbip: usbip_host: fix stub_dev lock context imbalance regression by Shuah Khan · 6 years ago
  47. 0c9e8b3 usbip: usbip_host: fix BUG: sleeping function called from invalid context by Shuah Khan · 6 years ago
  48. 3a38e87 usbip: usbip_host: cleanup do_rebind() return path by Shuah Khan · 6 years ago
  49. 132d68d Merge tag 'usb-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 6 years ago
  50. b063f04 usbip: vhci_hcd: Mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  51. c409ca3 usb: usbip: fix isoc packet num validation in get_pipe by Malte Leip · 6 years ago
  52. 409fba2 usbip: stub_rx: tidy the indenting in is_clear_halt_cmd() by Dan Carpenter · 6 years ago
  53. fc2f113 usbip: Remove unnecessary null check by Suwan Kim · 6 years ago
  54. a2fd23b9 usbip: Fix vep_free_request() null pointer checks on input args by Shuah Khan · 6 years ago
  55. c9381e1 Merge 5.0-rc4 into usb-next by Greg Kroah-Hartman · 6 years ago
  56. 2c904963 usbip: Fix vhci_urb_enqueue() URB null transfer buffer error path by Shuah Khan · 6 years ago
  57. cae8dc3 USB: add missing SPDX lines to Kconfig and Makefiles by Greg Kroah-Hartman · 6 years ago
  58. fa5762f USB: usbip: delete README file by Greg Kroah-Hartman · 6 years ago
  59. 9931a07 Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  60. 9703fc8 Merge tag 'usb-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 6 years ago
  61. aa563d7 iov_iter: Separate type from direction and use accessor functions by David Howells · 6 years ago
  62. e28fd56 usbip:vudc: BUG kmalloc-2048 (Not tainted): Poison overwritten by Shuah Khan (Samsung OSG) · 6 years ago
  63. 81f7567 usb: usbip: Fix BUG: KASAN: slab-out-of-bounds in vhci_hub_control() by Shuah Khan (Samsung OSG) · 6 years ago
  64. a7d8205 usb: usbip: remove redundant pointer ep by Colin Ian King · 6 years ago
  65. a0d6ec8 usbip: vhci_sysfs: fix potential Spectre v1 by Gustavo A. R. Silva · 7 years ago
  66. c171654 usbip: usbip_host: fix bad unlock balance during stub_probe() by Shuah Khan (Samsung OSG) · 7 years ago
  67. 22076557 usbip: usbip_host: fix NULL-ptr deref and use-after-free errors by Shuah Khan (Samsung OSG) · 7 years ago
  68. 7510df3 usbip: usbip_host: run rebind from exit when module is removed by Shuah Khan (Samsung OSG) · 7 years ago
  69. 1e180f1 usbip: usbip_host: delete device from busid_table after rebind by Shuah Khan (Samsung OSG) · 7 years ago
  70. 28b68ac usbip: usbip_host: refine probe and disconnect debug msgs to be useful by Shuah Khan · 7 years ago
  71. 4c98248 usbip: usbip_event: fix to not print kernel pointer address by Shuah Khan · 7 years ago
  72. 4bfb141 usbip: usbip_host: fix to hold parent lock for device_attach() calls by Shuah Khan · 7 years ago
  73. 9020a7e usbip: vhci_hcd: Fix usb device and sockfd leaks by Shuah Khan · 7 years ago
  74. 5b22f67 usbip: vhci_hcd: check rhport before using in vhci_hub_control() by Shuah Khan · 7 years ago
  75. a8f25c3 Merge branch 4.16-rc6 into usb-next by Greg Kroah-Hartman · 7 years ago
  76. df3334c usbip: vudc: fix null pointer dereference on udc->lock by Colin Ian King · 7 years ago
  77. 351a8d4 usbip: Correct maximum value of CONFIG_USBIP_VHCI_HC_PORTS by Ben Hutchings · 7 years ago
  78. 009f41a usbip: keep usbip_device sockfd state in sync with tcp_socket by Shuah Khan · 7 years ago
  79. ca35910 USB: move many drivers to use DEVICE_ATTR_WO by Greg Kroah-Hartman · 7 years ago
  80. 5468099 usbip: vhci_hcd: update 'status' file header and format by Shuah Khan · 7 years ago
  81. c182ce9b Merge 4.15-rc8 into usb-next by Greg Kroah-Hartman · 7 years ago
  82. 5fd77a3 usbip: vudc_tx: fix v_send_ret_submit() vulnerability to null xfer buffer by Shuah Khan · 7 years ago
  83. e1346fd usbip: remove kernel addresses from usb device and urb debug msgs by Shuah Khan · 7 years ago
  84. b78d830 usbip: fix vudc_rx: harden CMD_SUBMIT path to handle malicious input by Shuah Khan · 7 years ago
  85. cb48326 usbip: vhci: fix spelling mistake: "synchronuously" -> "synchronously" by Colin Ian King · 7 years ago
  86. 55448d8 USB: usbip: remove useless call in usbip_recv by Gustavo A. R. Silva · 7 years ago
  87. 01f1918 Merge 4.15.0-rc6 into usb-next by Greg Kroah-Hartman · 7 years ago
  88. 10c9012 usbip: stub_rx: fix static checker warning on unnecessary checks by Shuah Khan · 7 years ago
  89. 90120d1 usbip: prevent leaking socket pointer address in messages by Shuah Khan · 7 years ago
  90. 248a220 usbip: stub: stop printing kernel pointer addresses in messages by Shuah Khan · 7 years ago
  91. 8272d09 usbip: vhci: stop printing kernel pointer addresses in messages by Shuah Khan · 7 years ago
  92. d9e3d89 Merge 4.15-rc4 into usb-next by Greg Kroah-Hartman · 7 years ago
  93. aa15d3d2 USB: remove the URB_NO_FSBR flag by Alan Stern · 7 years ago
  94. be6123d usbip: fix stub_send_ret_submit() vulnerability to null transfer_buffer by Shuah Khan · 7 years ago
  95. 2f2d008 usbip: prevent vhci_hcd driver from leaking a socket pointer address by Shuah Khan · 7 years ago
  96. c6688ef usbip: fix stub_rx: harden CMD_SUBMIT path to handle malicious input by Shuah Khan · 7 years ago
  97. 635f545 usbip: fix stub_rx: get_pipe() to validate endpoint number by Shuah Khan · 7 years ago
  98. 770b2ed usbip: Fix USB device hang due to wrong enabling of scatter-gather by Yuyang Du · 7 years ago
  99. 81d8a8e USB: usbip: fix spelling mistake: "synchronuously" -> "synchronously" by Colin Ian King · 7 years ago
  100. 894025f Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 7 years ago