summaryrefslogtreecommitdiffstats
path: root/tools/usb
Commit message (Expand)AuthorAgeFilesLines
* usbip: Use _FORTIFY_SOURCE=2 instead of (implicitly) =1Uwe Kleine-König2023-05-291-2/+2
* usbip: give a more helpful error message if vhdi_hcd isn't loadedGalen Guyer2023-05-293-3/+3
* tools: usb: ffs-aio-example: Fix build error with aarch64-*-gnu-gcc toolchain(s)Bhupesh Sharma2022-11-091-13/+31
* tools: usb: testusb: Add super-plus speed reportingBryan O'Donoghue2022-07-081-0/+2
* tools: usb: testusb: Add super speed reportingBryan O'Donoghue2022-07-081-0/+2
* tools: usb: testusb: Add wireless speed reportingBryan O'Donoghue2022-07-081-6/+8
* testusb: Fix warning comparing pointer to 0Haowen Bai2022-04-261-1/+1
* kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada2022-02-151-1/+1
* usb: testusb: Fix for showing the connection speedFaizel K B2021-09-141-6/+8
* treewide: remove editor modelines and cruftMasahiro Yamada2021-05-071-2/+0
* usbip: tools: add usage of device mode in usbip_list.cHongren Zheng (Zenithal)2021-03-261-1/+2
* usbip: tools: add options and examples in man page related to device modeHongren Zheng (Zenithal)2021-03-262-1/+67
* tools: usbip: list.h: fix kernel-doc for list_del()Randy Dunlap2021-03-261-5/+5
* tools: usb: move to tools buildsystemHeikki Krogerus2020-08-192-8/+47
* tools: usb: usbip: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-151-1/+1
* usbip: tools: add in man page how to load the client's moduleAntonio Borneo2020-06-271-1/+3
* usbip: tools: fix module name in man pageAntonio Borneo2020-06-241-1/+1
* usbip: tools: fix build error for multiple definitionAntonio Borneo2020-06-241-1/+1
* .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-252-0/+2
* usbip: Fix unsafe unaligned pointer usageShuah Khan2020-01-092-25/+27
* tools: usb: usbip: Get rid of driver name printout in READMEMagnus Damm2020-01-061-11/+11
* usbip: tools: fix fd leakage in the function of read_attr_usbip_statusHewenliang2019-11-071-1/+1
* usbip: tools: Fix read_usb_vudc_device() error path handlingGwanYeong Kim2019-10-281-2/+4
* usbip: tools: fix GCC8 warning for strncpyLiu, Changcheng2019-07-252-4/+8
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-243-49/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-2117-221/+17
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* 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