aboutsummaryrefslogtreecommitdiffstats
path: root/tools/usb/usbip/libsrc (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-25usbip: tools: fix GCC8 warning for strncpyLiu, Changcheng2-4/+8
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2-35/+2
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner6-78/+6
2018-10-18usbip: tools: fix atoi() on non-null terminated stringColin Ian King1-3/+3
2018-10-02usbip: fix vhci_hcd controller countingMaciej Żenczykowski1-1/+1
2018-05-31usbip: dynamically allocate idev by nports found in sysfsMichael Grzeschik2-15/+20
2018-03-09usbip: usbip_host_common: Use new error codes to return request statusShuah Khan1-1/+4
2018-03-09usbip: tools: add more error codes for usbip request/reply messagesShuah Khan2-0/+34
2018-01-04tools: usb: usbip: fix fd leak in case of 'fread' failureElad Wexler1-1/+4
2018-01-04tools: usb: usbip_device_driver: prefer 'unsigned int' to 'unsigned'Elad Wexler1-1/+1
2017-12-08usbip: prevent vhci_hcd driver from leaking a socket pointer addressShuah Khan1-4/+4
2017-12-08tools/usbip: fixes potential (minor) "buffer overflow" (detected on recent gcc with -Werror)Julien BOIBESSOT1-1/+1
2017-11-30usbip: fix usbip attach to find a port that matches the requested speedShuah Khan1-3/+11
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman8-0/+8
2017-06-13usbip: vhci-hcd: Add USB3 SuperSpeed supportYuyang Du2-8/+23
2017-06-13usbip: vhci-hcd: Rework vhci_hcd_initYuyang Du2-1/+2
2017-06-13usb: usbip tool: Fix parse_status()Yuyang Du1-23/+15
2017-06-13usb: usbip tool: Fix refresh_imported_device_list()Yuyang Du1-6/+21
2017-06-13usb: usbip tool: Add ncontrollers in vhci_driver structureYuyang Du2-0/+37
2017-06-13usb: usbip tool: Check the return of get_nports()Yuyang Du1-1/+8
2017-04-08usb: usbip tool: Fix get_nports()Yuyang Du1-23/+5
2017-03-17usbip: Fix potential format overflow in userspace toolsJonathan Dieter2-6/+31
2016-04-26usbip: tools: Add vudc backend to usbip toolsKrzysztof Opasiak4-0/+201
2016-04-26usbip: tools: Extract generic code to be shared with vudc backendKrzysztof Opasiak5-265/+411
2014-11-20Replace mentions of "list_struct" to "list_head"Andrey Utkin1-1/+1
2014-09-04usb: usbip: fix usbip.h path in userspace toolPiotr Król1-1/+1
2014-08-25usbip: move usbip userspace code out of stagingValentina Manea12-0/+1949