aboutsummaryrefslogtreecommitdiffstats
path: root/tools/usb
AgeCommit message (Expand)AuthorFilesLines
2023-05-29usbip: Use _FORTIFY_SOURCE=2 instead of (implicitly) =1Uwe Kleine-König1-2/+2
2023-05-29usbip: give a more helpful error message if vhdi_hcd isn't loadedGalen Guyer3-3/+3
2022-11-09tools: usb: ffs-aio-example: Fix build error with aarch64-*-gnu-gcc toolchain(s)Bhupesh Sharma1-13/+31
2022-07-08tools: usb: testusb: Add super-plus speed reportingBryan O'Donoghue1-0/+2
2022-07-08tools: usb: testusb: Add super speed reportingBryan O'Donoghue1-0/+2
2022-07-08tools: usb: testusb: Add wireless speed reportingBryan O'Donoghue1-6/+8
2022-04-26testusb: Fix warning comparing pointer to 0Haowen Bai1-1/+1
2022-02-15kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada1-1/+1
2021-09-14usb: testusb: Fix for showing the connection speedFaizel K B1-6/+8
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada1-2/+0
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-08-19tools: usb: move to tools buildsystemHeikki Krogerus2-8/+47
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 Yamada2-0/+2
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-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner3-49/+3
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner17-221/+17
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
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-07-17tools: usb: ffs-test: Fix build on big endian systemsPeter Senna Tschudin1-3/+16
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-02-21tools: fix cross-compile var clobberingMartin Kelly1-1/+0
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 gc...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/gre...Linus Torvalds1-1/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman15-0/+15
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-20Merge tag 'usb-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman1-7/+9
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-06-02tools: usb: testusb: update default vary for superspeedFelipe Balbi1-7/+9
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
2017-03-17usbip: Fix implicit fallthrough warningJonathan Dieter1-0/+2
2017-03-17usbip: Fix potential format overflow in userspace toolsJonathan Dieter2-6/+31
2017-03-16tools/usb: Add .gitignore filePrarit Bhargava1-0/+2
2017-01-26Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman1-2/+50
2017-01-24tools: usb: ffs-test: add SS descriptorsFelipe Balbi1-1/+49
2017-01-24tools: usb: ffs-test: switch to _DEFAULT_SOURCEFelipe Balbi1-1/+1
2017-01-10tools: usb: usbip: Update READMEKrzysztof Opasiak1-1/+56
2017-01-10tools: usb: usbip: Add simple script to show how to setup vUDCKrzysztof Opasiak1-0/+107
2016-12-06usbip: add missing compile time generated files to .gitignoreShuah Khan1-0/+4
2016-11-07usbip: deletion of incorrect socket descriptor checkingNobuo Iwata1-7/+0
2016-05-03usbip: adding names db to port operationNobuo Iwata1-2/+11
2016-04-26usbip: tools: Start using VUDC backend in usbip toolsIgor Kotrasinski3-6/+112
2016-04-26usbip: tools: Add vudc backend to usbip toolsKrzysztof Opasiak4-0/+201
2016-04-26usbip: tools: Extract generic code to be shared with vudc backendKrzysztof Opasiak6-278/+428
2015-10-22Merge tag 'usb-for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman1-5/+5
2015-09-27tools: usb: testusb: change the default value for length from 512 to 1024Peter Chen1-2/+2
2015-09-27tools: usb: testusb: change the help textPeter Chen1-4/+4
2015-09-22tools: usbip: detach: avoid calling strlen() at each iterationEric Curtin1-1/+3
2015-01-15tools: ffs-aio-example: use endpoint addresses from descriptorsRobert Baldyga2-13/+18
2015-01-12tools: ffs-aio-example: add missing wMaxPacketSize for HS descsRobert Baldyga1-0/+2
2014-12-14Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-2/+0
2014-12-02usbip: remove unneeded structureJulia Lawall1-2/+0
2014-11-20treewide: fix typo in printk and KconfigMasanari Iida1-1/+1
2014-11-20Replace mentions of "list_struct" to "list_head"Andrey Utkin1-1/+1
2014-09-16Merge tag 'v3.17-rc5' into nextFelipe Balbi1-1/+1
2014-09-08Merge tag 'v3.17-rc4' into nextFelipe Balbi37-0/+5625
2014-09-04usb: usbip: fix usbip.h path in userspace toolPiotr Król1-1/+1
2014-09-02tools: ffs-test: add compatibility code for old kernelsMichal Nazarewicz1-5/+107
2014-09-02tools: ffs-test: convert to new descriptor formatMichal Nazarewicz1-5/+9
2014-08-25usbip: move usbip userspace code out of stagingValentina Manea37-0/+5625
2014-07-21Merge tag 'usb-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman4-8/+124
2014-06-30tools: ffs-test: fix header values endianessMichal Nazarewicz1-2/+2
2014-06-30tools: ffs-aio-example: add license informationRobert Baldyga4-0/+108
2014-06-30tools: ffs-aio-example: convert to new descriptor formatRobert Baldyga2-8/+16
2014-06-30tools: ffs-aio-example: fix header values endianessRobert Baldyga2-4/+4
2014-06-27Revert "tools: ffs-test: convert to new descriptor format fixing compilation ...Felipe Balbi2-23/+3
2014-06-19tools: ffs-test: convert to new descriptor format fixing compilation errorMichal Nazarewicz2-3/+23
2014-05-14tools: usb: aio example applicationsRobert Baldyga6-0/+1004
2013-12-04usb: tools: fix a regression issue that gcc can't link to pthreadHuang Rui1-2/+3
2013-03-07tools: usb: ffs-test: Fix build failureMaxin B. John1-1/+1
2013-02-08testusb: remove all mentions of 'usbfs'Sergei Shtylyov1-14/+13
2013-01-11tools/usb: remove unneeded 'continue' and simplify conditionSasha Levin1-3/+1
2012-09-10tools/usb: remove last USBFS userSebastian Andrzej Siewior1-24/+1
2012-06-13testusb: expose looping forever option "l" to userDu, ChangbinX1-5/+16
2012-05-15USB: testusb: add path /dev/bus/usb to default search paths for usbfsDu, ChangbinX1-0/+5
2012-05-07USB: ffs-test: fix length argument of out function callMatthias Fend1-1/+1
2012-03-22Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-29/+2
2012-02-28USB: ffs-test: Don't duplicate {get,put}_unaligned*() functionsMatt Fleming2-29/+2
2012-01-24usb: gadget: update Michal Nazarewicz's email addressMichal Nazarewicz2-2/+2
2011-02-28USB: ffs-test: fix header pathDavidlohr Bueso1-2/+2
2011-02-17USB: tools: Add a MakefileDavidlohr Bueso1-0/+13
2011-01-22USB: usbtest - add alignment tests to test scriptMartin Fuzzey1-0/+26
2011-01-22USB: usbtest - add shell script to test HCDsDavid Brownell1-0/+249
2010-05-20USB: testusb: testusb compatibility with FunctionFS gadgetMichal Nazarewicz1-70/+190
2010-05-20USB: testusb: an USB testing applicationDavid Brownell1-0/+427
2010-05-20USB: ffs-test: FunctionFS testing programMichal Nazarewicz1-0/+554