1. ec963b4 USB: usbip: fix nonconforming hub descriptor by Johan Hovold · 8 years ago
  2. 4eebed9 usb: usbip: Remove unnecessary get_vdev() by Yuyang Du · 8 years ago
  3. 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
  4. 69fd110 Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  5. 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
  6. 9a284e5 scripts/spelling.txt: add "overwritting" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  7. 7c92e5f drivers: usb: usbip: Add missing break statement to switch by Gustavo A. R. Silva · 8 years ago
  8. 3995d161 usbip_recv(): switch to sock_recvmsg() by Al Viro · 10 years ago
  9. 918b8ac usbip: fix warning in vhci_hcd_probe/lockdep_init_map by Shuah Khan · 8 years ago
  10. b282a11 usbip: vudc: Refactor init_vudc_hw() to be more obvious by Krzysztof Opasiak · 8 years ago
  11. 3e448e1 usbip: vudc: fix: Clear already_seen flag also for ep0 by Krzysztof Opasiak · 8 years ago
  12. 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
  13. d79cda0 usbip: fix possibility of dereference by NULLL pointer in vhci_hcd.c by Nobuo Iwata · 8 years ago
  14. 14f91dd usb: ip: remove unnecessary & operation by Felipe Balbi · 8 years ago
  15. 1f0c41d usb: usbip:checkpatch; fix bare use of unsigned by Jai Krishna · 8 years ago
  16. cb9c1cf usb: Kconfig: using select for USB_COMMON dependency by Peter Chen · 8 years ago
  17. 238b7bd usb: usbip: vudc: fix left shift overflow by Nicolas Iooss · 8 years ago
  18. 1328f7b usbip: vudc: Fix apparent cut-n-paste error by Dave Jones · 9 years ago
  19. 6e95805 usbip: vhci_hcd: fix return value check in add_platform_device() by Wei Yongjun · 8 years ago
  20. 7190c17 usb: usbip: stub_rx: don't print error when allocating urb fails by Wolfram Sang · 8 years ago
  21. 0775a9c usbip: vhci extension: modifications to vhci driver by Nobuo Iwata · 9 years ago
  22. bc71c2d Merge 4.7-rc4 into usb-next by Greg Kroah-Hartman · 9 years ago
  23. 083d5ad usbip: rate limit get_frame_number message by Greg Kroah-Hartman · 9 years ago
  24. 7c348f1 usb: usbip: remove null check by Sudip Mukherjee · 9 years ago
  25. 134a926 usbip: don't call stub_device_reset() during stub_disconnect() by Alexander Popov · 9 years ago
  26. 442ee36 usb: usbip: Avoid NULL pointer dereference in case of error by Krzysztof Opasiak · 9 years ago
  27. 2a7a10b usbip: vudc: make dev_desc attribute binary by Igor Kotrasinski · 9 years ago
  28. b5a2a8e usbip: vudc: fix Kconfig dependencies by Arnd Bergmann · 9 years ago
  29. 6dc38da usbip: safe completion against unbind operation by Nobuo Iwata · 9 years ago
  30. 0255cf9 usb: usbip: vudc: Rename find_endpoint() to vudc_find_endpoint() by Krzysztof Opasiak · 9 years ago
  31. 8c7003a3 usbip: fix NULL pointer dereference on errors by Alexander Popov · 9 years ago
  32. 2bdf6ea usb: usbip: vudc: Fix WARN_ON() usage pattern by Krzysztof Opasiak · 9 years ago
  33. 9360575 usbip: vudc: Add vudc to Kconfig by Igor Kotrasinski · 9 years ago
  34. ea6873a usbip: vudc: Add SysFS infrastructure for VUDC by Igor Kotrasinski · 9 years ago
  35. b6a0ca1 usbip: vudc: Add UDC specific ops by Igor Kotrasinski · 9 years ago
  36. d62ba98 usbip: vudc: Add vudc_tx by Igor Kotrasinski · 9 years ago
  37. abdb295 usbip: vudc: Add vudc_transfer by Igor Kotrasinski · 9 years ago
  38. 79c02cb usbip: vudc: Add vudc_rx by Igor Kotrasinski · 9 years ago
  39. 80fd9cd usbip: vudc: Add VUDC main file by Igor Kotrasinski · 9 years ago
  40. c7af4c2 usbip: vudc: Make usbip_common vudc-aware by Igor Kotrasinski · 9 years ago
  41. 602364f usbip: vudc: Add header for USB/IP UDC by Igor Kotrasinski · 9 years ago
  42. bb7871a usbip: event handler as one thread by Nobuo Iwata · 9 years ago
  43. b348d7d USB: usbip: fix potential out-of-bounds write by Ignat Korchagin · 9 years ago
  44. a6d6fc2 usbip: move usbip_protocol.txt to Documentation by Christian Lamparter · 9 years ago
  45. 2161979 usb: usbip: Fix possible deadlocks reported by lockdep by Andrew Goodbody · 9 years ago
  46. 635e664 usbip: vhci_hcd: at unlink, return -EIDRM if vhci_rx took the urb by Igor Kotrasinski · 9 years ago
  47. 03b0a52 usbip: vhci_hcd: only return urb at enqueue when served by Igor Kotrasinski · 9 years ago
  48. 0c59633 usbip: vhci_hcd: Convert use of __constant_cpu_to_le16 to cpu_to_le16 by Vaishali Thakkar · 9 years ago
  49. 8f413d8 usbip: vhci_hcd: use USB_DT_HUB by Sergei Shtylyov · 10 years ago
  50. 1cc9af8 usbip: vhci_hcd: use HUB_CHAR_* by Sergei Shtylyov · 10 years ago
  51. 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
  52. 3ff6744 usbip: fix error handling in stub_probe() by Alexey Khoroshilov · 10 years ago
  53. 03f3df8 USB-IP: Deletion of unnecessary checks before the function call "usb_put_dev" by Markus Elfring · 10 years ago
  54. 0ca4ac7 usb: usbip: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  55. 3f653c5 usbip: remove struct usb_device_id table by Valentina Manea · 10 years ago
  56. 96c2737 usbip: move usbip kernel code out of staging by Valentina Manea · 10 years ago