summaryrefslogtreecommitdiffstats
path: root/tools/usb
Commit message (Expand)AuthorAgeFilesLines
* usbip: tools: fix atoi() on non-null terminated stringColin Ian King2018-10-181-3/+3
* usbip: fix vhci_hcd controller countingMaciej Żenczykowski2018-10-021-1/+1
* tools: usb: ffs-test: Fix build on big endian systemsPeter Senna Tschudin2018-07-171-3/+16
* usbip: usbip_detach: fix to check for invalid portsShuah Khan (Samsung OSG)2018-05-311-9/+30
* usbip: usbip_detach: Fix memory, udev context and udev leakShuah Khan (Samsung OSG)2018-05-311-3/+6
* usbip: dynamically allocate idev by nports found in sysfsMichael Grzeschik2018-05-312-15/+20
* usbip: tools: usbipd: exclude exported devices from exportable device listShuah Khan2018-03-221-1/+15
* usbip: tools: change to use new error codes in server reply messagesShuah Khan2018-03-095-19/+24
* usbip: usbip_host_common: Use new error codes to return request statusShuah Khan2018-03-091-1/+4
* usbip: tools: add more error codes for usbip request/reply messagesShuah Khan2018-03-093-3/+35
* usbip: tools usbip_network: Fix cryptic error messagesShuah Khan2018-03-091-2/+2
* usbip: tools usbip_attach: Fix cryptic error messagesShuah Khan2018-03-091-1/+2
* tools: fix cross-compile var clobberingMartin Kelly2018-02-211-1/+0
* usbip: list: don't list devices attached to vhci_hcdShuah Khan2018-01-221-0/+9
* usbip: prevent bind loops on devices attached to vhci_hcdShuah Khan2018-01-221-0/+9
* tools: usb: usbip: fix fd leak in case of 'fread' failureElad Wexler2018-01-041-1/+4
* tools: usb: usbip_device_driver: prefer 'unsigned int' to 'unsigned'Elad Wexler2018-01-041-1/+1
* Merge 4.15.0-rc6 into usb-nextGreg Kroah-Hartman2018-01-021-3/+6
|\
| * usbip: fix usbip bind writing random string after command in match_busidJuan Zea2017-12-191-3/+6
* | Merge 4.15-rc4 into usb-nextGreg Kroah-Hartman2017-12-181-8/+16
|\|
| * usbip: prevent vhci_hcd driver from leaking a socket pointer addressShuah Khan2017-12-081-4/+4
| * tools/usbip: fixes potential (minor) "buffer overflow" (detected on recent gc...Julien BOIBESSOT2017-12-081-1/+1
| * usbip: fix usbip attach to find a port that matches the requested speedShuah Khan2017-11-301-3/+11
* | tools/usbip: fixes build with musl libc toolchainJulien BOIBESSOT2017-12-071-1/+1
|/
* Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-131-1/+2
|\
| * usbip: tools: Install all headers needed for libusbip developmentBen Hutchings2017-10-041-1/+2
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0215-0/+15
|/
* usbip: auto retry for concurrent attachNobuo Iwata2017-08-311-15/+20
* Merge tag 'usb-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2017-06-201-7/+9
|\
| * tools: usb: testusb: update default vary for superspeedFelipe Balbi2017-06-021-7/+9
* | usbip: vhci-hcd: Add USB3 SuperSpeed supportYuyang Du2017-06-133-9/+25
* | usbip: vhci-hcd: Rework vhci_hcd_initYuyang Du2017-06-132-1/+2
* | usb: usbip tool: Fix parse_status()Yuyang Du2017-06-132-23/+17
* | usb: usbip tool: Fix refresh_imported_device_list()Yuyang Du2017-06-131-6/+21
* | usb: usbip tool: Add ncontrollers in vhci_driver structureYuyang Du2017-06-132-0/+37
* | usb: usbip tool: Check the return of get_nports()Yuyang Du2017-06-131-1/+8
|/
* usb: fix some references for /proc/bus/usbMauro Carvalho Chehab2017-04-181-1/+1
* usb: usbip tool: Fix get_nports()Yuyang Du2017-04-081-23/+5
* usbip: Fix implicit fallthrough warningJonathan Dieter2017-03-171-0/+2
* usbip: Fix potential format overflow in userspace toolsJonathan Dieter2017-03-172-6/+31
* tools/usb: Add .gitignore filePrarit Bhargava2017-03-161-0/+2
* Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2017-01-261-2/+50
|\
| * tools: usb: ffs-test: add SS descriptorsFelipe Balbi2017-01-241-1/+49
| * tools: usb: ffs-test: switch to _DEFAULT_SOURCEFelipe Balbi2017-01-241-1/+1
* | tools: usb: usbip: Update READMEKrzysztof Opasiak2017-01-101-1/+56
* | tools: usb: usbip: Add simple script to show how to setup vUDCKrzysztof Opasiak2017-01-101-0/+107
|/
* usbip: add missing compile time generated files to .gitignoreShuah Khan2016-12-061-0/+4
* usbip: deletion of incorrect socket descriptor checkingNobuo Iwata2016-11-071-7/+0
* usbip: adding names db to port operationNobuo Iwata2016-05-031-2/+11
* usbip: tools: Start using VUDC backend in usbip toolsIgor Kotrasinski2016-04-263-6/+112