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