aboutsummaryrefslogtreecommitdiffstats
path: root/tools/usb/usbip (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-26usbip: tools: add usage of device mode in usbip_list.cHongren Zheng (Zenithal)1-1/+2
2021-03-26usbip: tools: add options and examples in man page related to device modeHongren Zheng (Zenithal)2-1/+67
2021-03-26tools: usbip: list.h: fix kernel-doc for list_del()Randy Dunlap1-5/+5
2020-07-15tools: usb: usbip: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-06-27usbip: tools: add in man page how to load the client's moduleAntonio Borneo1-1/+3
2020-06-24usbip: tools: fix module name in man pageAntonio Borneo1-1/+1
2020-06-24usbip: tools: fix build error for multiple definitionAntonio Borneo1-1/+1
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2020-01-09usbip: Fix unsafe unaligned pointer usageShuah Khan2-25/+27
2020-01-06tools: usb: usbip: Get rid of driver name printout in READMEMagnus Damm1-11/+11
2019-11-07usbip: tools: fix fd leakage in the function of read_attr_usbip_statusHewenliang1-1/+1
2019-10-28usbip: tools: Fix read_usb_vudc_device() error path handlingGwanYeong Kim1-2/+4
2019-07-25usbip: tools: fix GCC8 warning for strncpyLiu, Changcheng2-4/+8
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
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 Gleixner17-221/+17
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: usbip_detach: fix to check for invalid portsShuah Khan (Samsung OSG)1-9/+30
2018-05-31usbip: usbip_detach: Fix memory, udev context and udev leakShuah Khan (Samsung OSG)1-3/+6
2018-05-31usbip: dynamically allocate idev by nports found in sysfsMichael Grzeschik2-15/+20
2018-03-22usbip: tools: usbipd: exclude exported devices from exportable device listShuah Khan1-1/+15
2018-03-09usbip: tools: change to use new error codes in server reply messagesShuah Khan5-19/+24
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 Khan3-3/+35
2018-03-09usbip: tools usbip_network: Fix cryptic error messagesShuah Khan1-2/+2
2018-03-09usbip: tools usbip_attach: Fix cryptic error messagesShuah Khan1-1/+2
2018-01-22usbip: list: don't list devices attached to vhci_hcdShuah Khan1-0/+9
2018-01-22usbip: prevent bind loops on devices attached to vhci_hcdShuah Khan1-0/+9
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
2018-01-02Merge 4.15.0-rc6 into usb-nextGreg Kroah-Hartman1-3/+6
2017-12-19usbip: fix usbip bind writing random string after command in match_busidJuan Zea1-3/+6
2017-12-18Merge 4.15-rc4 into usb-nextGreg Kroah-Hartman1-8/+16
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-12-07tools/usbip: fixes build with musl libc toolchainJulien BOIBESSOT1-1/+1
2017-11-30usbip: fix usbip attach to find a port that matches the requested speedShuah Khan1-3/+11
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-1/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman12-0/+12
2017-10-04usbip: tools: Install all headers needed for libusbip developmentBen Hutchings1-1/+2
2017-08-31usbip: auto retry for concurrent attachNobuo Iwata1-15/+20
2017-06-13usbip: vhci-hcd: Add USB3 SuperSpeed supportYuyang Du3-9/+25
2017-06-13usbip: vhci-hcd: Rework vhci_hcd_initYuyang Du2-1/+2
2017-06-13usb: usbip tool: Fix parse_status()Yuyang Du2-23/+17
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-18usb: fix some references for /proc/bus/usbMauro Carvalho Chehab1-1/+1
2017-04-08usb: usbip tool: Fix get_nports()Yuyang Du1-23/+5