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