| Commit message (Expand) | Author | Age | Files | Lines |
* | usbip: Use _FORTIFY_SOURCE=2 instead of (implicitly) =1 | Uwe Kleine-König | 2023-05-29 | 1 | -2/+2 |
* | usbip: give a more helpful error message if vhdi_hcd isn't loaded | Galen Guyer | 2023-05-29 | 3 | -3/+3 |
* | tools: usb: ffs-aio-example: Fix build error with aarch64-*-gnu-gcc toolchain(s) | Bhupesh Sharma | 2022-11-09 | 1 | -13/+31 |
* | tools: usb: testusb: Add super-plus speed reporting | Bryan O'Donoghue | 2022-07-08 | 1 | -0/+2 |
* | tools: usb: testusb: Add super speed reporting | Bryan O'Donoghue | 2022-07-08 | 1 | -0/+2 |
* | tools: usb: testusb: Add wireless speed reporting | Bryan O'Donoghue | 2022-07-08 | 1 | -6/+8 |
* | testusb: Fix warning comparing pointer to 0 | Haowen Bai | 2022-04-26 | 1 | -1/+1 |
* | kbuild: replace $(if A,A,B) with $(or A,B) | Masahiro Yamada | 2022-02-15 | 1 | -1/+1 |
* | usb: testusb: Fix for showing the connection speed | Faizel K B | 2021-09-14 | 1 | -6/+8 |
* | treewide: remove editor modelines and cruft | Masahiro Yamada | 2021-05-07 | 1 | -2/+0 |
* | usbip: tools: add usage of device mode in usbip_list.c | Hongren Zheng (Zenithal) | 2021-03-26 | 1 | -1/+2 |
* | usbip: tools: add options and examples in man page related to device mode | Hongren Zheng (Zenithal) | 2021-03-26 | 2 | -1/+67 |
* | tools: usbip: list.h: fix kernel-doc for list_del() | Randy Dunlap | 2021-03-26 | 1 | -5/+5 |
* | tools: usb: move to tools buildsystem | Heikki Krogerus | 2020-08-19 | 2 | -8/+47 |
* | tools: usb: usbip: Replace HTTP links with HTTPS ones | Alexander A. Klimov | 2020-07-15 | 1 | -1/+1 |
* | usbip: tools: add in man page how to load the client's module | Antonio Borneo | 2020-06-27 | 1 | -1/+3 |
* | usbip: tools: fix module name in man page | Antonio Borneo | 2020-06-24 | 1 | -1/+1 |
* | usbip: tools: fix build error for multiple definition | Antonio Borneo | 2020-06-24 | 1 | -1/+1 |
* | .gitignore: add SPDX License Identifier | Masahiro Yamada | 2020-03-25 | 2 | -0/+2 |
* | usbip: Fix unsafe unaligned pointer usage | Shuah Khan | 2020-01-09 | 2 | -25/+27 |
* | tools: usb: usbip: Get rid of driver name printout in README | Magnus Damm | 2020-01-06 | 1 | -11/+11 |
* | usbip: tools: fix fd leakage in the function of read_attr_usbip_status | Hewenliang | 2019-11-07 | 1 | -1/+1 |
* | usbip: tools: Fix read_usb_vudc_device() error path handling | GwanYeong Kim | 2019-10-28 | 1 | -2/+4 |
* | usbip: tools: fix GCC8 warning for strncpy | Liu, Changcheng | 2019-07-25 | 2 | -4/+8 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner | 2019-05-30 | 1 | -10/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 2019-05-30 | 1 | -14/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 | Thomas Gleixner | 2019-05-24 | 3 | -49/+3 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 | Thomas Gleixner | 2019-05-21 | 17 | -221/+17 |
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | usbip: tools: fix atoi() on non-null terminated string | Colin Ian King | 2018-10-18 | 1 | -3/+3 |
* | usbip: fix vhci_hcd controller counting | Maciej Żenczykowski | 2018-10-02 | 1 | -1/+1 |
* | tools: usb: ffs-test: Fix build on big endian systems | Peter Senna Tschudin | 2018-07-17 | 1 | -3/+16 |
* | usbip: usbip_detach: fix to check for invalid ports | Shuah Khan (Samsung OSG) | 2018-05-31 | 1 | -9/+30 |
* | usbip: usbip_detach: Fix memory, udev context and udev leak | Shuah Khan (Samsung OSG) | 2018-05-31 | 1 | -3/+6 |
* | usbip: dynamically allocate idev by nports found in sysfs | Michael Grzeschik | 2018-05-31 | 2 | -15/+20 |
* | usbip: tools: usbipd: exclude exported devices from exportable device list | Shuah Khan | 2018-03-22 | 1 | -1/+15 |
* | usbip: tools: change to use new error codes in server reply messages | Shuah Khan | 2018-03-09 | 5 | -19/+24 |
* | usbip: usbip_host_common: Use new error codes to return request status | Shuah Khan | 2018-03-09 | 1 | -1/+4 |
* | usbip: tools: add more error codes for usbip request/reply messages | Shuah Khan | 2018-03-09 | 3 | -3/+35 |
* | usbip: tools usbip_network: Fix cryptic error messages | Shuah Khan | 2018-03-09 | 1 | -2/+2 |
* | usbip: tools usbip_attach: Fix cryptic error messages | Shuah Khan | 2018-03-09 | 1 | -1/+2 |
* | tools: fix cross-compile var clobbering | Martin Kelly | 2018-02-22 | 1 | -1/+0 |
* | usbip: list: don't list devices attached to vhci_hcd | Shuah Khan | 2018-01-22 | 1 | -0/+9 |
* | usbip: prevent bind loops on devices attached to vhci_hcd | Shuah Khan | 2018-01-22 | 1 | -0/+9 |
* | tools: usb: usbip: fix fd leak in case of 'fread' failure | Elad Wexler | 2018-01-04 | 1 | -1/+4 |
* | tools: usb: usbip_device_driver: prefer 'unsigned int' to 'unsigned' | Elad Wexler | 2018-01-04 | 1 | -1/+1 |
* | Merge 4.15.0-rc6 into usb-next | Greg Kroah-Hartman | 2018-01-02 | 1 | -3/+6 |
|\ |
|
| * | usbip: fix usbip bind writing random string after command in match_busid | Juan Zea | 2017-12-19 | 1 | -3/+6 |
* | | Merge 4.15-rc4 into usb-next | Greg Kroah-Hartman | 2017-12-18 | 1 | -8/+16 |
|\| |
|
| * | usbip: prevent vhci_hcd driver from leaking a socket pointer address | Shuah Khan | 2017-12-08 | 1 | -4/+4 |