aboutsummaryrefslogtreecommitdiff
path: root/tools/usb
AgeCommit message (Expand)AuthorFilesLines
2017-12-08tools/usbip: fixes potential (minor) "buffer overflow" (detected on recent gc...Gravatar Julien BOIBESSOT 1-1/+1
2017-12-07tools/usbip: fixes build with musl libc toolchainGravatar Julien BOIBESSOT 1-1/+1
2017-11-30usbip: fix usbip attach to find a port that matches the requested speedGravatar Shuah Khan 1-3/+11
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-1/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 15-0/+15
2017-10-04usbip: tools: Install all headers needed for libusbip developmentGravatar Ben Hutchings 1-1/+2
2017-08-31usbip: auto retry for concurrent attachGravatar Nobuo Iwata 1-15/+20
2017-06-20Merge tag 'usb-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Gravatar Greg Kroah-Hartman 1-7/+9
2017-06-13usbip: vhci-hcd: Add USB3 SuperSpeed supportGravatar Yuyang Du 3-9/+25
2017-06-13usbip: vhci-hcd: Rework vhci_hcd_initGravatar Yuyang Du 2-1/+2
2017-06-13usb: usbip tool: Fix parse_status()Gravatar Yuyang Du 2-23/+17
2017-06-13usb: usbip tool: Fix refresh_imported_device_list()Gravatar Yuyang Du 1-6/+21
2017-06-13usb: usbip tool: Add ncontrollers in vhci_driver structureGravatar Yuyang Du 2-0/+37
2017-06-13usb: usbip tool: Check the return of get_nports()Gravatar Yuyang Du 1-1/+8
2017-06-02tools: usb: testusb: update default vary for superspeedGravatar Felipe Balbi 1-7/+9
2017-04-18usb: fix some references for /proc/bus/usbGravatar Mauro Carvalho Chehab 1-1/+1
2017-04-08usb: usbip tool: Fix get_nports()Gravatar Yuyang Du 1-23/+5
2017-03-17usbip: Fix implicit fallthrough warningGravatar Jonathan Dieter 1-0/+2
2017-03-17usbip: Fix potential format overflow in userspace toolsGravatar Jonathan Dieter 2-6/+31
2017-03-16tools/usb: Add .gitignore fileGravatar Prarit Bhargava 1-0/+2
2017-01-26Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Gravatar Greg Kroah-Hartman 1-2/+50
2017-01-24tools: usb: ffs-test: add SS descriptorsGravatar Felipe Balbi 1-1/+49
2017-01-24tools: usb: ffs-test: switch to _DEFAULT_SOURCEGravatar Felipe Balbi 1-1/+1
2017-01-10tools: usb: usbip: Update READMEGravatar Krzysztof Opasiak 1-1/+56
2017-01-10tools: usb: usbip: Add simple script to show how to setup vUDCGravatar Krzysztof Opasiak 1-0/+107
2016-12-06usbip: add missing compile time generated files to .gitignoreGravatar Shuah Khan 1-0/+4
2016-11-07usbip: deletion of incorrect socket descriptor checkingGravatar Nobuo Iwata 1-7/+0
2016-05-03usbip: adding names db to port operationGravatar Nobuo Iwata 1-2/+11
2016-04-26usbip: tools: Start using VUDC backend in usbip toolsGravatar Igor Kotrasinski 3-6/+112
2016-04-26usbip: tools: Add vudc backend to usbip toolsGravatar Krzysztof Opasiak 4-0/+201
2016-04-26usbip: tools: Extract generic code to be shared with vudc backendGravatar Krzysztof Opasiak 6-278/+428
2015-10-22Merge tag 'usb-for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Gravatar Greg Kroah-Hartman 1-5/+5
2015-09-27tools: usb: testusb: change the default value for length from 512 to 1024Gravatar Peter Chen 1-2/+2
2015-09-27tools: usb: testusb: change the help textGravatar Peter Chen 1-4/+4
2015-09-22tools: usbip: detach: avoid calling strlen() at each iterationGravatar Eric Curtin 1-1/+3
2015-01-15tools: ffs-aio-example: use endpoint addresses from descriptorsGravatar Robert Baldyga 2-13/+18
2015-01-12tools: ffs-aio-example: add missing wMaxPacketSize for HS descsGravatar Robert Baldyga 1-0/+2
2014-12-14Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-2/+0
2014-12-02usbip: remove unneeded structureGravatar Julia Lawall 1-2/+0
2014-11-20treewide: fix typo in printk and KconfigGravatar Masanari Iida 1-1/+1
2014-11-20Replace mentions of "list_struct" to "list_head"Gravatar Andrey Utkin 1-1/+1
2014-09-16Merge tag 'v3.17-rc5' into nextGravatar Felipe Balbi 1-1/+1
2014-09-08Merge tag 'v3.17-rc4' into nextGravatar Felipe Balbi 37-0/+5625
2014-09-04usb: usbip: fix usbip.h path in userspace toolGravatar Piotr Król 1-1/+1
2014-09-02tools: ffs-test: add compatibility code for old kernelsGravatar Michal Nazarewicz 1-5/+107
2014-09-02tools: ffs-test: convert to new descriptor formatGravatar Michal Nazarewicz 1-5/+9
2014-08-25usbip: move usbip userspace code out of stagingGravatar Valentina Manea 37-0/+5625
2014-07-21Merge tag 'usb-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Gravatar Greg Kroah-Hartman 4-8/+124
2014-06-30tools: ffs-test: fix header values endianessGravatar Michal Nazarewicz 1-2/+2
2014-06-30tools: ffs-aio-example: add license informationGravatar Robert Baldyga 4-0/+108