1. 04f7bb9 staging: usbip: userspace: add hwdata as optional dependency in README by Valentina Manea · 10 years ago
  2. 87f627f staging: usbip: userspace: don't throw error when trying to read configuration specific attributes by Valentina Manea · 10 years ago
  3. a46034c staging: usbip: trigger driver probing after unbinding from usbip-host by Valentina Manea · 10 years ago
  4. 435d948 staging: usbip: userspace: increase version to 2.0 by Valentina Manea · 10 years ago
  5. 98ada08 staging: usbip: userspace: update dependencies in README by Valentina Manea · 10 years ago
  6. 23477ff staging: usbip: userspace: remove libsysfs flag and autoconf check by Valentina Manea · 10 years ago
  7. a744b7c staging: usbip: userspace: migrate vhci_driver to libudev by Valentina Manea · 10 years ago
  8. eb61d6d staging: usbip: userspace: remove class device infrastructure in vhci_driver by Valentina Manea · 10 years ago
  9. 021aed8 staging: usbip: userspace: migrate usbip_host_driver to libudev by Valentina Manea · 10 years ago
  10. ecc13b7 staging: usbip: userspace: move sysfs_utils to libsrc by Valentina Manea · 10 years ago
  11. 52d0448 staging: usbip: userspace: add new list API by Valentina Manea · 10 years ago
  12. 29a30ad staging: usbip: userspace: re-add interface information listing by Valentina Manea · 10 years ago
  13. 37765c1 staging: usbip: userspace: migrate usbip_list to libudev by Valentina Manea · 10 years ago
  14. d561ef9 staging: usbip: userspace: migrate usbip_unbind to libudev by Valentina Manea · 10 years ago
  15. c522a03 staging: usbip: userspace: remove useless libsysfs includes by Valentina Manea · 10 years ago
  16. 1e94031 staging: usbip: userspace: migrate usbip_bind to libudev by Valentina Manea · 10 years ago
  17. cec2e7b staging/usbip: change usbip userspace to include new uapi usbip.h by Shuah Khan · 10 years ago
  18. 696c9c7 staging: usbip: userspace: Memory leak in usbip_exported_device_new by Heinrich Schuchardt · 11 years ago
  19. 5484081 staging: usbip: Fix format string mismatch in usbip_vhci_attach_device2 by Masanari Iida · 11 years ago
  20. a37d70e staging: usbip: prevent possible buffer overflow reading port records by Mark Asselstine · 11 years ago
  21. 7ca363f Merge branch 'staging-linus' into staging-work by Greg Kroah-Hartman · 11 years ago
  22. 2a7470d usbip/userspace/libsrc/names.c: memory leak by Heinrich Schuchardt · 11 years ago
  23. d1fd43d staging/usbip: userspace to use linux header for usb_device_speed enum, missing speeds to speed_strings array by Shuah Khan · 11 years ago
  24. b7945b7 staging: usbip: convert usbip-host driver to usb_device_driver by Valentina Manea · 11 years ago
  25. ec2ff62 staging: usbip: userspace: add support for viewing imported devices by Valentina Manea · 11 years ago
  26. 2d32927 usbip: Fix sscanf handling by Alan · 11 years ago
  27. 3dd89f9 staging: usbip: Fix man-pages for usbip userspace utilities by Tobias Polzer · 11 years ago
  28. f49ad35 staging: usbip: Fix IPv6 support in usbipd by Dominik Paulus · 11 years ago
  29. 414ef69 staging: usbip: Fix build on Debian ppc by Tobias Polzer · 11 years ago
  30. 82bd3f1b staging: usbip: Fix build with --with-tcp-wrappers by Dominik Paulus · 11 years ago
  31. 92e11ae staging: usbip: fix up alignment in long options list by Anthony Foiani · 11 years ago
  32. 5894af8 staging: usbip: properly handle "-l" / "--log" option by Anthony Foiani · 11 years ago
  33. 7182f8f staging: usbip: set usbipd server port via "-t" / "--tcp-port" option. by Anthony Foiani · 11 years ago
  34. 9ead219 staging: usbip: add "-P" / "--pid" option to save usbipd process id by Anthony Foiani · 11 years ago
  35. 6ec16a4 staging: usbip: Fix typo in comments within usbip by Masanari Iida · 11 years ago
  36. a159d62 staging: usbip: improve error reporting by Anthony Foiani · 11 years ago
  37. 2568dd1 staging: usbip: use local variable while setting up socket by Anthony Foiani · 11 years ago
  38. 04948a3 staging: usbip: clean up checkpatch warnings in usbipd.c by Anthony Foiani · 11 years ago
  39. 70e90fb staging: usbip: userspace: show product name in `list -l' command by Kurt Kanzenbach · 11 years ago
  40. 80e4b94 staging: usbip: userspace: unified command line arguments by Kurt Kanzenbach · 11 years ago
  41. b2e0228 staging: usbip: userspace: libsrc: cleanup parsing by Kurt Kanzenbach · 11 years ago
  42. e71e781 staging: usbip: userspace: removed unnecessary code by Kurt Kanzenbach · 11 years ago
  43. e697949 staging: usbip: userspace: avoid memory leaks by Stefan Reif · 11 years ago
  44. 69f4526 staging: usbip: userspace: libsrc: replace numbers by ascii by Stefan Reif · 11 years ago
  45. 5037307 staging: usbip: userspace: fix whitespace errors by Stefan Reif · 12 years ago
  46. ba0edc2 staging: usbip: userspace: libsrc: added missing space by Kurt Kanzenbach · 12 years ago
  47. 6f19a2b staging: usbip: userspace: libsrc: removed assignments in if conditions by Kurt Kanzenbach · 12 years ago
  48. 9db91e1 staging: usbip: userspace: libsrc: replaced lines over 80 characters by Kurt Kanzenbach · 12 years ago
  49. 71bd5b7 staging: usbip: userspace: libsrc: (foo*) should be (foo *) by Kurt Kanzenbach · 12 years ago
  50. b8ab0f2 staging: usbip: userspace: libsrc: spaces required around that '=' by Kurt Kanzenbach · 12 years ago
  51. 5af7746f staging: usbip: userspace: libsrc: do not init static/globals to 0 by Kurt Kanzenbach · 12 years ago
  52. cbb8671 staging: usbip: userspace: libsrc: fix indention by Kurt Kanzenbach · 12 years ago
  53. 82692d2 staging: usbip: userspace: suppress a bogus error by Ilija Hadzic · 12 years ago
  54. 107fefd staging: usbip: userspace: add option to turn fortify on or off by Ilija Hadzic · 12 years ago
  55. 328f7f8 staging: usbip: userspace: eliminate glib dependency by Ilija Hadzic · 12 years ago
  56. 0d0651d staging: usbip: userspace: add gitignore file by Ilija Hadzic · 12 years ago
  57. 8a1430a staging: usbip: userspace: fix build breakage in doc directory by Ilija Hadzic · 12 years ago
  58. a6bb875 usb: usbip: userspace: remove the port state file when detaching port. by Harvey Yang · 12 years ago
  59. 4faf3a8 staging: usbip: userspace: update man pages for v1.0.0 by W. Trevor King · 12 years ago
  60. ce591f7 staging: usbip: userspace: allow `configure --with-tcp-wrappers` by W. Trevor King · 12 years ago
  61. e034410 staging: usbip: userspace: include headers in release tarballs by Natanael Copa · 12 years ago
  62. 2f5c638 staging: usbip: fix potential segfault because of unchecked return value of strchr. by Christopher Harvey · 12 years ago
  63. a813833 Merge git://git.kernel.org/pub/scm/linux/kernel/git/lwfinger/r8192E into staging-next by Greg Kroah-Hartman · 13 years ago
  64. 93583548 drivers/staging/usbip/userspace/libsrc/vhci_driver.c: test the just-initialized value by Julia Lawall · 13 years ago
  65. 549fb10 staging: usbip: userspace: Check return value for mkdir() by Tobias Klauser · 13 years ago
  66. 275d385 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Larry Finger · 13 years ago
  67. 48d67fe Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Larry Finger · 13 years ago
  68. 0aee588 staging: usbip: userspace: usbip-utils 1.1.1 by matt mooney · 13 years ago
  69. 45dd9a9 staging: usbip: userspace: README: update example output by matt mooney · 13 years ago
  70. 2435ab1 staging: usbip: userspace: usbip: modify `list' help message by matt mooney · 13 years ago
  71. fcedd16 staging: usbip: userspace: usbip_list.c: modify exportable device output by matt mooney · 13 years ago
  72. dffb964 staging: usbip: userspace: fix header installation bug by matt mooney · 13 years ago
  73. 3c6e9e8 staging: usbip: userspace: add new prefix for usbip network code by matt mooney · 13 years ago
  74. e2ec6b4 staging: usbip: userspace: usbipd: major cleanup of daemon by matt mooney · 13 years ago
  75. 7104b5d staging: usbip: userspace: usbipd.c: fix userspace build error by David Chang · 13 years ago
  76. c88f990 staging: usbip: userspace: configure.ac: change package data by matt mooney · 13 years ago
  77. fb5ca81 staging: usbip: userspace: usbip_network.c: coding style cleanup by matt mooney · 13 years ago
  78. 756d672 staging: usbip: userspace: usbip_host: update function and variable names by matt mooney · 13 years ago
  79. a16941a staging: usbip: userspace: rename stub driver files by matt mooney · 13 years ago
  80. b9d65b1 staging: usbip: userspace: usbip list: move output header by matt mooney · 13 years ago
  81. 622dde8 staging: usbip: userspace: usbip list: edit output messages by matt mooney · 13 years ago
  82. 9cda570 staging: usbip: userspace: usbip_unbind.c: implement using libsysfs by matt mooney · 13 years ago
  83. 06c465f staging: usbip: userspace: usbip_bind.c: major rewrite of the implementation by matt mooney · 13 years ago
  84. 30f0554 staging: usbip: userspace: utils.c: rewrite modify_match_busid by matt mooney · 13 years ago
  85. 42685d5 staging: usbip: userspace: utils: remove libsysfs circumvention by matt mooney · 13 years ago
  86. 4737d7e staging: usbip: userspace: usbip: modify command failure by matt mooney · 13 years ago
  87. 25567a3 staging: usbip: userspace: libsrc: change all output messages to debug by matt mooney · 13 years ago
  88. 099f79f staging: usbip: userspace: libsrc: remove usbip.h by matt mooney · 13 years ago
  89. c93be5b staging: usbip: userspace: usbip.c: add log option by matt mooney · 13 years ago
  90. f2fb62b staging: usbip: userspace: libsrc: set program name for logging by matt mooney · 13 years ago
  91. 4fd83e8 staging: usbip: userspace: usbip_common.h: fixup header includes by matt mooney · 13 years ago
  92. 93e18e0 staging: usbip: userspace: usbip_common.h: move enums by matt mooney · 13 years ago
  93. 213fd4a staging: usbip: userspace: usbip_common.h: cleanup log macros by matt mooney · 13 years ago
  94. 9a20542 staging: usbip: userspace: update cleanup.sh by matt mooney · 13 years ago
  95. 8941521 staging: usbip: userspace: cleanup README by matt mooney · 13 years ago
  96. e8323b8 staging: usbip: userspace: add name to AUTHORS by matt mooney · 13 years ago
  97. 7ddf1a0 staging: usbip: userspace: remove usb.ids file by matt mooney · 13 years ago
  98. 981aabb Staging: usbip: Fix out-of-tree build for userspace by Tobias Klauser · 13 years ago
  99. ceeb6fe staging: Fix recieve/receive typos by Joe Perches · 13 years ago
  100. e44ba03 treewide: remove duplicate includes by Vitaliy Ivanov · 13 years ago