1. 7a2f297 usbip: Implement a match function to fix usbip by M. Vefa Bicakci · 4 years, 5 months ago
  2. c5501d2 USB: usbip: convert to use dev_groups by Greg Kroah-Hartman · 5 years ago
  3. 3ea3091 usbip: usbip_host: fix stub_dev lock context imbalance regression by Shuah Khan · 6 years ago
  4. 0c9e8b3 usbip: usbip_host: fix BUG: sleeping function called from invalid context by Shuah Khan · 6 years ago
  5. 22076557 usbip: usbip_host: fix NULL-ptr deref and use-after-free errors by Shuah Khan (Samsung OSG) · 7 years ago
  6. 7510df3 usbip: usbip_host: run rebind from exit when module is removed by Shuah Khan (Samsung OSG) · 7 years ago
  7. 28b68ac usbip: usbip_host: refine probe and disconnect debug msgs to be useful by Shuah Khan · 7 years ago
  8. 009f41a usbip: keep usbip_device sockfd state in sync with tcp_socket by Shuah Khan · 7 years ago
  9. ca35910 USB: move many drivers to use DEVICE_ATTR_WO by Greg Kroah-Hartman · 7 years ago
  10. 90120d1 usbip: prevent leaking socket pointer address in messages by Shuah Khan · 7 years ago
  11. 7f2b019 USB: usbip: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  12. 5fd54ac USB: add SPDX identifiers to all remaining files in drivers/usb/ by Greg Kroah-Hartman · 7 years ago
  13. 8c7003a3 usbip: fix NULL pointer dereference on errors by Alexander Popov · 9 years ago
  14. bb7871a usbip: event handler as one thread by Nobuo Iwata · 9 years ago
  15. 3ff6744 usbip: fix error handling in stub_probe() by Alexey Khoroshilov · 10 years ago
  16. 3f653c5 usbip: remove struct usb_device_id table by Valentina Manea · 10 years ago
  17. 96c2737 usbip: move usbip kernel code out of staging by Valentina Manea · 10 years ago[Renamed from drivers/staging/usbip/stub_dev.c]
  18. 3eed8c0 Staging: usbip: missing a blank lines after declarations by Pawel Lebioda · 11 years ago
  19. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  20. 964ea96 usbip: don't open-code sockfd_lookup/sockfd_put by Al Viro · 11 years ago
  21. 9b6f0c4 usbcore: rename struct dev_state to struct usb_dev_state by Valentina Manea · 11 years ago
  22. 6080cd0 staging: usbip: claim ports used by shared devices by Valentina Manea · 11 years ago
  23. a46034c staging: usbip: trigger driver probing after unbinding from usbip-host by Valentina Manea · 11 years ago
  24. 2c8c981 staging: usbip: let client choose device configuration by Valentina Manea · 11 years ago
  25. f8cfc02 Staging: usbip: Fix the warning of unchecked sscanf return value. by Elena Oat · 11 years ago
  26. b7945b7 staging: usbip: convert usbip-host driver to usb_device_driver by Valentina Manea · 11 years ago
  27. 6165cc5 Staging: usbip: stub_dev: Fixed checkpatch warnings by Elad Wexler · 11 years ago
  28. b1f56ac staging: usbip: use DEVICE_ATTR_RO/RW for sysfs attributes by Greg Kroah-Hartman · 11 years ago
  29. b94b3a6 staging: usbip: simplified cleanup function by Kurt Kanzenbach · 12 years ago
  30. 31398f6 staging: usbip: simplified errorhandling by Kurt Kanzenbach · 12 years ago
  31. 771788074 staging: usbip: removed enumeration of comments by Kurt Kanzenbach · 12 years ago
  32. 8c4e583 staging: usbip: removed lines over 80 characters by Kurt Kanzenbach · 12 years ago
  33. ff69443 staging/usbip: Mark local functions as static (fix sparse warnings) by Peter Huewe · 12 years ago
  34. 78110bb staging: Remove unnecessary OOM messages by Joe Perches · 12 years ago
  35. dcf14779 staging: usbip: use interrupt safe spinlock to avoid potential deadlock. by Harvey Yang · 12 years ago
  36. 695bcb1 staging: usbip: put usb_device and kill event handler thread in error cleanups. by Harvey Yang · 12 years ago
  37. 3d0a2a2 staging: usbip: Don't leak struct file. by Bernard Blackham · 12 years ago
  38. c7f0089 staging: usbip: cleanup of comments by Bart Westgeest · 12 years ago
  39. b7caecb staging: usbip: stub_dev: Fixed oops during removal of usbip_host by navin · 12 years ago
  40. ba46ce3 staging: usbip: fix the usage of kthread_stop() by Oleg Nesterov · 13 years ago
  41. ea50a5d Staging: usbip: Remove commented code. by Santosh Nayak · 13 years ago
  42. 75fe8c8 staging: usbip: removed unused definitions from header by Bart Westgeest · 13 years ago
  43. 99c9785 staging: Add module.h to drivers/staging users by Paul Gortmaker · 14 years ago
  44. 97c451c Staging: usbip: Fix braces and spaces to match coding style. by Akshay Joshi · 13 years ago
  45. 553a1a5 Staging: usbip: Remove trailing spaces. by Akshay Joshi · 13 years ago
  46. 1aee199 drivers/staging/usbip: bugfix prevent driver unbind regression in linux-next by Arjan Mels · 14 years ago
  47. d012c2a5 staging: usbip: stub_dev.c: move stub_driver definition and update driver name by matt mooney · 14 years ago
  48. 8735276 staging: usbip: remove unnecessary lines and extra return statements by matt mooney · 14 years ago
  49. 1a4b6f6 staging: usbip: replace usbip_u{dbg,err,info} and printk with dev_ and pr_ by matt mooney · 14 years ago
  50. 7aaacb4 staging: usbip: fix header includes by matt mooney · 14 years ago
  51. 6a29840 staging: usbip: remove section dividers by matt mooney · 14 years ago
  52. b744a45 staging: usbip: stub_dev.c: coding style cleanup by matt mooney · 14 years ago
  53. 2f8c4c5 staging: usbip: fix shutdown problems. by Arjan Mels · 14 years ago
  54. 9720b4b staging/usbip: convert to kthread by Arnd Bergmann · 14 years ago
  55. 2d8f459 staging: usbip: stub: update refcounts for devices and interfaces by Max Vozeler · 14 years ago
  56. c2c6a66 staging: usbip: fix memory leak by Kulikov Vasiliy · 14 years ago
  57. aa5873e Staging: usbip: fix multiple interfaces by Endre Kollar · 14 years ago
  58. 47c7157 staging: usbip: fix memory leak by Kulikov Vasiliy · 15 years ago
  59. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  60. b8868e4 Staging: USB-IP code cleanup by Brian G. Merrell · 15 years ago
  61. e913397 staging: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  62. 4d7b5c7 Staging: USB/IP: add host driver by Takahiro Hirofuchi · 17 years ago