summaryrefslogtreecommitdiffstats
path: root/tools/usb
AgeCommit message (Expand)AuthorLines
2018-03-22usbip: tools: usbipd: exclude exported devices from exportable device listShuah Khan-1/+15
2018-03-09usbip: tools: change to use new error codes in server reply messagesShuah Khan-19/+24
2018-03-09usbip: usbip_host_common: Use new error codes to return request statusShuah Khan-1/+4
2018-03-09usbip: tools: add more error codes for usbip request/reply messagesShuah Khan-3/+35
2018-03-09usbip: tools usbip_network: Fix cryptic error messagesShuah Khan-2/+2
2018-03-09usbip: tools usbip_attach: Fix cryptic error messagesShuah Khan-1/+2
2018-02-21tools: fix cross-compile var clobberingMartin Kelly-1/+0
2018-01-22usbip: list: don't list devices attached to vhci_hcdShuah Khan-0/+9
2018-01-22usbip: prevent bind loops on devices attached to vhci_hcdShuah Khan-0/+9
2018-01-04tools: usb: usbip: fix fd leak in case of 'fread' failureElad Wexler-1/+4
2018-01-04tools: usb: usbip_device_driver: prefer 'unsigned int' to 'unsigned'Elad Wexler-1/+1
2018-01-02Merge 4.15.0-rc6 into usb-nextGreg Kroah-Hartman-3/+6
2017-12-19usbip: fix usbip bind writing random string after command in match_busidJuan Zea-3/+6
2017-12-18Merge 4.15-rc4 into usb-nextGreg Kroah-Hartman-8/+16
2017-12-08usbip: prevent vhci_hcd driver from leaking a socket pointer addressShuah Khan-4/+4
2017-12-08tools/usbip: fixes potential (minor) "buffer overflow" (detected on recent gc...Julien BOIBESSOT-1/+1
2017-12-07tools/usbip: fixes build with musl libc toolchainJulien BOIBESSOT-1/+1
2017-11-30usbip: fix usbip attach to find a port that matches the requested speedShuah Khan-3/+11
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-1/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+15
2017-10-04usbip: tools: Install all headers needed for libusbip developmentBen Hutchings-1/+2
2017-08-31usbip: auto retry for concurrent attachNobuo Iwata-15/+20
2017-06-20Merge tag 'usb-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman-7/+9
2017-06-13usbip: vhci-hcd: Add USB3 SuperSpeed supportYuyang Du-9/+25
2017-06-13usbip: vhci-hcd: Rework vhci_hcd_initYuyang Du-1/+2
2017-06-13usb: usbip tool: Fix parse_status()Yuyang Du-23/+17
2017-06-13usb: usbip tool: Fix refresh_imported_device_list()Yuyang Du-6/+21
2017-06-13usb: usbip tool: Add ncontrollers in vhci_driver structureYuyang Du-0/+37
2017-06-13usb: usbip tool: Check the return of get_nports()Yuyang Du-1/+8
2017-06-02tools: usb: testusb: update default vary for superspeedFelipe Balbi-7/+9
2017-04-18usb: fix some references for /proc/bus/usbMauro Carvalho Chehab-1/+1
2017-04-08usb: usbip tool: Fix get_nports()Yuyang Du-23/+5
2017-03-17usbip: Fix implicit fallthrough warningJonathan Dieter-0/+2
2017-03-17usbip: Fix potential format overflow in userspace toolsJonathan Dieter-6/+31
2017-03-16tools/usb: Add .gitignore filePrarit Bhargava-0/+2
2017-01-26Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman-2/+50
2017-01-24tools: usb: ffs-test: add SS descriptorsFelipe Balbi-1/+49
2017-01-24tools: usb: ffs-test: switch to _DEFAULT_SOURCEFelipe Balbi-1/+1
2017-01-10tools: usb: usbip: Update READMEKrzysztof Opasiak-1/+56
2017-01-10tools: usb: usbip: Add simple script to show how to setup vUDCKrzysztof Opasiak-0/+107
2016-12-06usbip: add missing compile time generated files to .gitignoreShuah Khan-0/+4
2016-11-07usbip: deletion of incorrect socket descriptor checkingNobuo Iwata-7/+0
2016-05-03usbip: adding names db to port operationNobuo Iwata-2/+11
2016-04-26usbip: tools: Start using VUDC backend in usbip toolsIgor Kotrasinski-6/+112
2016-04-26usbip: tools: Add vudc backend to usbip toolsKrzysztof Opasiak-0/+201
2016-04-26usbip: tools: Extract generic code to be shared with vudc backendKrzysztof Opasiak-278/+428
2015-10-22Merge tag 'usb-for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman-5/+5
2015-09-27tools: usb: testusb: change the default value for length from 512 to 1024Peter Chen-2/+2
2015-09-27tools: usb: testusb: change the help textPeter Chen-4/+4
2015-09-22tools: usbip: detach: avoid calling strlen() at each iterationEric Curtin-1/+3