1. 718bf42 usb: usbip: vhci_hcd: protect shift size by Randy Dunlap · 4 years ago
  2. 9ca9a25 usbip: Remove in_interrupt() check by Ahmed S. Darwish · 4 years, 2 months ago
  3. 9e85868 usbip: vhci_hcd: fix calling usb_hcd_giveback_urb() with irqs enabled by Shuah Khan · 4 years, 3 months ago
  4. 168ae5a Merge 5.9-rc8 into usb-next by Greg Kroah-Hartman · 4 years, 3 months ago
  5. d640761 Revert "usbip: Implement a match function to fix usbip" by M. Vefa Bicakci · 4 years, 3 months ago
  6. a4e6451 usbip: simplify the return expression of usbip_core_init() by Liu Shixin · 4 years, 4 months ago
  7. 7a2f297 usbip: Implement a match function to fix usbip by M. Vefa Bicakci · 4 years, 5 months ago
  8. 2da3b53 usbip: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 6 months ago
  9. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  10. aabb5b8 usbip: Fix error path of vhci_recv_ret_submit() by Suwan Kim · 5 years ago
  11. d986294 usbip: Fix receive error in vhci-hcd when using scatter-gather by Suwan Kim · 5 years ago
  12. 2a91253 usbip: Fix uninitialized symbol 'nents' in stub_recv_cmd_submit() by Suwan Kim · 5 years ago
  13. 1ec13ab USBIP: add config dependency for SGL_ALLOC by Oliver Neukum · 5 years ago
  14. 16c8373 Merge 5.4-rc6 into usb-next by Greg Kroah-Hartman · 5 years ago
  15. d4d8257 usbip: Fix free of unallocated memory in vhci tx by Suwan Kim · 5 years ago
  16. bf7c1d9 Merge 5.4-rc3 into usb-next by Greg Kroah-Hartman · 5 years ago
  17. faf4b0d usbip: clean up an indentation issue by Colin Ian King · 5 years ago
  18. 3f384d7 usbip: vhci_hcd indicate failed message by Mao Wenan · 5 years ago
  19. ea44d19 usbip: Implement SG support to vhci-hcd and stub driver by Suwan Kim · 5 years ago
  20. c5501d2 USB: usbip: convert to use dev_groups by Greg Kroah-Hartman · 5 years ago
  21. 91148db USB: usbip: convert platform driver to use dev_groups by Greg Kroah-Hartman · 5 years ago
  22. cf2b501 usbip: Replace unused kvec array with single variable in vhci_send_cmd_unlink() by Suwan Kim · 6 years ago
  23. 119a7fd Merge 5.2-rc3 into usb-next by Greg Kroah-Hartman · 6 years ago
  24. 3ea3091 usbip: usbip_host: fix stub_dev lock context imbalance regression by Shuah Khan · 6 years ago
  25. 0c9e8b3 usbip: usbip_host: fix BUG: sleeping function called from invalid context by Shuah Khan · 6 years ago
  26. 3a38e87 usbip: usbip_host: cleanup do_rebind() return path by Shuah Khan · 6 years ago
  27. 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
  28. b063f04 usbip: vhci_hcd: Mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  29. c409ca3 usb: usbip: fix isoc packet num validation in get_pipe by Malte Leip · 6 years ago
  30. 409fba2 usbip: stub_rx: tidy the indenting in is_clear_halt_cmd() by Dan Carpenter · 6 years ago
  31. fc2f113 usbip: Remove unnecessary null check by Suwan Kim · 6 years ago
  32. a2fd23b9 usbip: Fix vep_free_request() null pointer checks on input args by Shuah Khan · 6 years ago
  33. c9381e1 Merge 5.0-rc4 into usb-next by Greg Kroah-Hartman · 6 years ago
  34. 2c904963 usbip: Fix vhci_urb_enqueue() URB null transfer buffer error path by Shuah Khan · 6 years ago
  35. cae8dc3 USB: add missing SPDX lines to Kconfig and Makefiles by Greg Kroah-Hartman · 6 years ago
  36. fa5762f USB: usbip: delete README file by Greg Kroah-Hartman · 6 years ago
  37. 9931a07 Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  38. 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
  39. aa563d7 iov_iter: Separate type from direction and use accessor functions by David Howells · 6 years ago
  40. e28fd56 usbip:vudc: BUG kmalloc-2048 (Not tainted): Poison overwritten by Shuah Khan (Samsung OSG) · 6 years ago
  41. 81f7567 usb: usbip: Fix BUG: KASAN: slab-out-of-bounds in vhci_hub_control() by Shuah Khan (Samsung OSG) · 6 years ago
  42. a7d8205 usb: usbip: remove redundant pointer ep by Colin Ian King · 6 years ago
  43. a0d6ec8 usbip: vhci_sysfs: fix potential Spectre v1 by Gustavo A. R. Silva · 7 years ago
  44. c171654 usbip: usbip_host: fix bad unlock balance during stub_probe() by Shuah Khan (Samsung OSG) · 7 years ago
  45. 22076557 usbip: usbip_host: fix NULL-ptr deref and use-after-free errors by Shuah Khan (Samsung OSG) · 7 years ago
  46. 7510df3 usbip: usbip_host: run rebind from exit when module is removed by Shuah Khan (Samsung OSG) · 7 years ago
  47. 1e180f1 usbip: usbip_host: delete device from busid_table after rebind by Shuah Khan (Samsung OSG) · 7 years ago
  48. 28b68ac usbip: usbip_host: refine probe and disconnect debug msgs to be useful by Shuah Khan · 7 years ago
  49. 4c98248 usbip: usbip_event: fix to not print kernel pointer address by Shuah Khan · 7 years ago
  50. 4bfb141 usbip: usbip_host: fix to hold parent lock for device_attach() calls by Shuah Khan · 7 years ago
  51. 9020a7e usbip: vhci_hcd: Fix usb device and sockfd leaks by Shuah Khan · 7 years ago
  52. 5b22f67 usbip: vhci_hcd: check rhport before using in vhci_hub_control() by Shuah Khan · 7 years ago
  53. a8f25c3 Merge branch 4.16-rc6 into usb-next by Greg Kroah-Hartman · 7 years ago
  54. df3334c usbip: vudc: fix null pointer dereference on udc->lock by Colin Ian King · 7 years ago
  55. 351a8d4 usbip: Correct maximum value of CONFIG_USBIP_VHCI_HC_PORTS by Ben Hutchings · 7 years ago
  56. 009f41a usbip: keep usbip_device sockfd state in sync with tcp_socket by Shuah Khan · 7 years ago
  57. ca35910 USB: move many drivers to use DEVICE_ATTR_WO by Greg Kroah-Hartman · 7 years ago
  58. 5468099 usbip: vhci_hcd: update 'status' file header and format by Shuah Khan · 7 years ago
  59. c182ce9b Merge 4.15-rc8 into usb-next by Greg Kroah-Hartman · 7 years ago
  60. 5fd77a3 usbip: vudc_tx: fix v_send_ret_submit() vulnerability to null xfer buffer by Shuah Khan · 7 years ago
  61. e1346fd usbip: remove kernel addresses from usb device and urb debug msgs by Shuah Khan · 7 years ago
  62. b78d830 usbip: fix vudc_rx: harden CMD_SUBMIT path to handle malicious input by Shuah Khan · 7 years ago
  63. cb48326 usbip: vhci: fix spelling mistake: "synchronuously" -> "synchronously" by Colin Ian King · 7 years ago
  64. 55448d8 USB: usbip: remove useless call in usbip_recv by Gustavo A. R. Silva · 7 years ago
  65. 01f1918 Merge 4.15.0-rc6 into usb-next by Greg Kroah-Hartman · 7 years ago
  66. 10c9012 usbip: stub_rx: fix static checker warning on unnecessary checks by Shuah Khan · 7 years ago
  67. 90120d1 usbip: prevent leaking socket pointer address in messages by Shuah Khan · 7 years ago
  68. 248a220 usbip: stub: stop printing kernel pointer addresses in messages by Shuah Khan · 7 years ago
  69. 8272d09 usbip: vhci: stop printing kernel pointer addresses in messages by Shuah Khan · 7 years ago
  70. d9e3d89 Merge 4.15-rc4 into usb-next by Greg Kroah-Hartman · 7 years ago
  71. aa15d3d2 USB: remove the URB_NO_FSBR flag by Alan Stern · 7 years ago
  72. be6123d usbip: fix stub_send_ret_submit() vulnerability to null transfer_buffer by Shuah Khan · 7 years ago
  73. 2f2d008 usbip: prevent vhci_hcd driver from leaking a socket pointer address by Shuah Khan · 7 years ago
  74. c6688ef usbip: fix stub_rx: harden CMD_SUBMIT path to handle malicious input by Shuah Khan · 7 years ago
  75. 635f545 usbip: fix stub_rx: get_pipe() to validate endpoint number by Shuah Khan · 7 years ago
  76. 770b2ed usbip: Fix USB device hang due to wrong enabling of scatter-gather by Yuyang Du · 7 years ago
  77. 81d8a8e USB: usbip: fix spelling mistake: "synchronuously" -> "synchronously" by Colin Ian King · 7 years ago
  78. 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
  79. 7f2b019 USB: usbip: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  80. 6c51441 usbip: use monotonic timestamps by Arnd Bergmann · 7 years ago
  81. 15081e8 usbip: fix off-by-one frame number calculation by Arnd Bergmann · 7 years ago
  82. 5fd54ac USB: add SPDX identifiers to all remaining files in drivers/usb/ by Greg Kroah-Hartman · 7 years ago
  83. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  84. 09e005c usb: usbip: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  85. 3a16191 usbip: vhci-hcd: make vhci_hc_driver const by Bhumika Goyal · 7 years ago
  86. a38711a usbip: auto retry for concurrent attach by Nobuo Iwata · 7 years ago
  87. 0c971ed USB: usbip: remove unneeded MODULE_VERSION() usage by Greg Kroah-Hartman · 7 years ago
  88. 9746684 Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  89. f0d657e usbip: Fix uninitialized variable bug in vhci by Yuyang Du · 8 years ago
  90. b891245 usbip: vhci-hcd: Clean up the code by adding a new macro by Yuyang Du · 8 years ago
  91. a5c7f01 usbip: vhci-hcd: Add USB3 port status bits by Yuyang Du · 8 years ago
  92. df9032c usbip: Add USB_SPEED_SUPER as valid arg by Yuyang Du · 8 years ago
  93. 1c9de5b usbip: vhci-hcd: Add USB3 SuperSpeed support by Yuyang Du · 8 years ago
  94. 03cd00d usbip: vhci-hcd: Set the vhci structure up to work by Yuyang Du · 8 years ago
  95. dff3565 usbip: vhci-hcd: Rework vhci_hcd_init by Yuyang Du · 8 years ago
  96. 89a73d2 usbip: vhci-hcd: Move VHCI platform device into vhci struct by Yuyang Du · 8 years ago
  97. 559e9c0 usbip: vhci-hcd: Add vhci struct by Yuyang Du · 8 years ago
  98. 5ec0edc usbip: vhci-hcd: Rename function names to reflect their struct names by Yuyang Du · 8 years ago
  99. b3b5141 usb: usbip: set buffer pointers to NULL after free by Michael Grzeschik · 8 years ago
  100. cc3d53d USB: usbip: convert to use DRIVER_ATTR_RW by Greg Kroah-Hartman · 8 years ago