1. 770b2ed usbip: Fix USB device hang due to wrong enabling of scatter-gather by Yuyang Du · 7 years ago
  2. 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
  3. 7f2b019 USB: usbip: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  4. 6c51441 usbip: use monotonic timestamps by Arnd Bergmann · 7 years ago
  5. 15081e8 usbip: fix off-by-one frame number calculation by Arnd Bergmann · 7 years ago
  6. 5fd54ac USB: add SPDX identifiers to all remaining files in drivers/usb/ by Greg Kroah-Hartman · 7 years ago
  7. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  8. 09e005c usb: usbip: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  9. 3a16191 usbip: vhci-hcd: make vhci_hc_driver const by Bhumika Goyal · 7 years ago
  10. a38711a usbip: auto retry for concurrent attach by Nobuo Iwata · 7 years ago
  11. 0c971ed USB: usbip: remove unneeded MODULE_VERSION() usage by Greg Kroah-Hartman · 7 years ago
  12. 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
  13. f0d657e usbip: Fix uninitialized variable bug in vhci by Yuyang Du · 7 years ago
  14. b891245 usbip: vhci-hcd: Clean up the code by adding a new macro by Yuyang Du · 8 years ago
  15. a5c7f01 usbip: vhci-hcd: Add USB3 port status bits by Yuyang Du · 8 years ago
  16. df9032c usbip: Add USB_SPEED_SUPER as valid arg by Yuyang Du · 8 years ago
  17. 1c9de5b usbip: vhci-hcd: Add USB3 SuperSpeed support by Yuyang Du · 8 years ago
  18. 03cd00d usbip: vhci-hcd: Set the vhci structure up to work by Yuyang Du · 8 years ago
  19. dff3565 usbip: vhci-hcd: Rework vhci_hcd_init by Yuyang Du · 8 years ago
  20. 89a73d2 usbip: vhci-hcd: Move VHCI platform device into vhci struct by Yuyang Du · 8 years ago
  21. 559e9c0 usbip: vhci-hcd: Add vhci struct by Yuyang Du · 8 years ago
  22. 5ec0edc usbip: vhci-hcd: Rename function names to reflect their struct names by Yuyang Du · 8 years ago
  23. b3b5141 usb: usbip: set buffer pointers to NULL after free by Michael Grzeschik · 8 years ago
  24. cc3d53d USB: usbip: convert to use DRIVER_ATTR_RW by Greg Kroah-Hartman · 8 years ago
  25. ec963b4 USB: usbip: fix nonconforming hub descriptor by Johan Hovold · 8 years ago
  26. 4eebed9 usb: usbip: Remove unnecessary get_vdev() by Yuyang Du · 8 years ago
  27. 1827adb Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  28. 69fd110 Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  29. 0881e7b sched/headers: Prepare to move the get_task_struct()/put_task_struct() and related APIs from <linux/sched.h> to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  30. 9a284e5 scripts/spelling.txt: add "overwritting" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  31. 7c92e5f drivers: usb: usbip: Add missing break statement to switch by Gustavo A. R. Silva · 8 years ago
  32. 3995d161 usbip_recv(): switch to sock_recvmsg() by Al Viro · 10 years ago
  33. 918b8ac usbip: fix warning in vhci_hcd_probe/lockdep_init_map by Shuah Khan · 8 years ago
  34. b282a11 usbip: vudc: Refactor init_vudc_hw() to be more obvious by Krzysztof Opasiak · 8 years ago
  35. 3e448e1 usbip: vudc: fix: Clear already_seen flag also for ep0 by Krzysztof Opasiak · 8 years ago
  36. ae4d814 Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 8 years ago
  37. d79cda0 usbip: fix possibility of dereference by NULLL pointer in vhci_hcd.c by Nobuo Iwata · 8 years ago
  38. 14f91dd usb: ip: remove unnecessary & operation by Felipe Balbi · 8 years ago
  39. 1f0c41d usb: usbip:checkpatch; fix bare use of unsigned by Jai Krishna · 8 years ago
  40. cb9c1cf usb: Kconfig: using select for USB_COMMON dependency by Peter Chen · 8 years ago
  41. 238b7bd usb: usbip: vudc: fix left shift overflow by Nicolas Iooss · 8 years ago
  42. 1328f7b usbip: vudc: Fix apparent cut-n-paste error by Dave Jones · 9 years ago
  43. 6e95805 usbip: vhci_hcd: fix return value check in add_platform_device() by Wei Yongjun · 8 years ago
  44. 7190c17 usb: usbip: stub_rx: don't print error when allocating urb fails by Wolfram Sang · 8 years ago
  45. 0775a9c usbip: vhci extension: modifications to vhci driver by Nobuo Iwata · 9 years ago
  46. bc71c2d Merge 4.7-rc4 into usb-next by Greg Kroah-Hartman · 8 years ago
  47. 083d5ad usbip: rate limit get_frame_number message by Greg Kroah-Hartman · 9 years ago
  48. 7c348f1 usb: usbip: remove null check by Sudip Mukherjee · 9 years ago
  49. 134a926 usbip: don't call stub_device_reset() during stub_disconnect() by Alexander Popov · 9 years ago
  50. 442ee36 usb: usbip: Avoid NULL pointer dereference in case of error by Krzysztof Opasiak · 9 years ago
  51. 2a7a10b usbip: vudc: make dev_desc attribute binary by Igor Kotrasinski · 9 years ago
  52. b5a2a8e usbip: vudc: fix Kconfig dependencies by Arnd Bergmann · 9 years ago
  53. 6dc38da usbip: safe completion against unbind operation by Nobuo Iwata · 9 years ago
  54. 0255cf9 usb: usbip: vudc: Rename find_endpoint() to vudc_find_endpoint() by Krzysztof Opasiak · 9 years ago
  55. 8c7003a3 usbip: fix NULL pointer dereference on errors by Alexander Popov · 9 years ago
  56. 2bdf6ea usb: usbip: vudc: Fix WARN_ON() usage pattern by Krzysztof Opasiak · 9 years ago
  57. 9360575 usbip: vudc: Add vudc to Kconfig by Igor Kotrasinski · 9 years ago
  58. ea6873a usbip: vudc: Add SysFS infrastructure for VUDC by Igor Kotrasinski · 9 years ago
  59. b6a0ca1 usbip: vudc: Add UDC specific ops by Igor Kotrasinski · 9 years ago
  60. d62ba98 usbip: vudc: Add vudc_tx by Igor Kotrasinski · 9 years ago
  61. abdb295 usbip: vudc: Add vudc_transfer by Igor Kotrasinski · 9 years ago
  62. 79c02cb usbip: vudc: Add vudc_rx by Igor Kotrasinski · 9 years ago
  63. 80fd9cd usbip: vudc: Add VUDC main file by Igor Kotrasinski · 9 years ago
  64. c7af4c2 usbip: vudc: Make usbip_common vudc-aware by Igor Kotrasinski · 9 years ago
  65. 602364f usbip: vudc: Add header for USB/IP UDC by Igor Kotrasinski · 9 years ago
  66. bb7871a usbip: event handler as one thread by Nobuo Iwata · 9 years ago
  67. b348d7d USB: usbip: fix potential out-of-bounds write by Ignat Korchagin · 9 years ago
  68. a6d6fc2 usbip: move usbip_protocol.txt to Documentation by Christian Lamparter · 9 years ago
  69. 2161979 usb: usbip: Fix possible deadlocks reported by lockdep by Andrew Goodbody · 9 years ago
  70. 635e664 usbip: vhci_hcd: at unlink, return -EIDRM if vhci_rx took the urb by Igor Kotrasinski · 9 years ago
  71. 03b0a52 usbip: vhci_hcd: only return urb at enqueue when served by Igor Kotrasinski · 9 years ago
  72. 0c59633 usbip: vhci_hcd: Convert use of __constant_cpu_to_le16 to cpu_to_le16 by Vaishali Thakkar · 9 years ago
  73. 8f413d8 usbip: vhci_hcd: use USB_DT_HUB by Sergei Shtylyov · 10 years ago
  74. 1cc9af8 usbip: vhci_hcd: use HUB_CHAR_* by Sergei Shtylyov · 10 years ago
  75. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  76. 3ff6744 usbip: fix error handling in stub_probe() by Alexey Khoroshilov · 10 years ago
  77. 03f3df8 USB-IP: Deletion of unnecessary checks before the function call "usb_put_dev" by Markus Elfring · 10 years ago
  78. 0ca4ac7 usb: usbip: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  79. 3f653c5 usbip: remove struct usb_device_id table by Valentina Manea · 10 years ago
  80. 96c2737 usbip: move usbip kernel code out of staging by Valentina Manea · 10 years ago