| Commit message (Expand) | Author | Age | Files | Lines |
* | usbip: prevent vhci_hcd driver from leaking a socket pointer address | Shuah Khan | 2017-12-08 | 1 | -4/+4 |
* | tools/usbip: fixes potential (minor) "buffer overflow" (detected on recent gc... | Julien BOIBESSOT | 2017-12-08 | 1 | -1/+1 |
* | usbip: fix usbip attach to find a port that matches the requested speed | Shuah Khan | 2017-11-30 | 1 | -3/+11 |
* | Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2017-11-14 | 1 | -1/+2 |
|\ |
|
| * | usbip: tools: Install all headers needed for libusbip development | Ben Hutchings | 2017-10-04 | 1 | -1/+2 |
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 15 | -0/+15 |
|/ |
|
* | usbip: auto retry for concurrent attach | Nobuo Iwata | 2017-08-31 | 1 | -15/+20 |
* | Merge tag 'usb-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Greg Kroah-Hartman | 2017-06-20 | 1 | -7/+9 |
|\ |
|
| * | tools: usb: testusb: update default vary for superspeed | Felipe Balbi | 2017-06-02 | 1 | -7/+9 |
* | | usbip: vhci-hcd: Add USB3 SuperSpeed support | Yuyang Du | 2017-06-13 | 3 | -9/+25 |
* | | usbip: vhci-hcd: Rework vhci_hcd_init | Yuyang Du | 2017-06-13 | 2 | -1/+2 |
* | | usb: usbip tool: Fix parse_status() | Yuyang Du | 2017-06-13 | 2 | -23/+17 |
* | | usb: usbip tool: Fix refresh_imported_device_list() | Yuyang Du | 2017-06-13 | 1 | -6/+21 |
* | | usb: usbip tool: Add ncontrollers in vhci_driver structure | Yuyang Du | 2017-06-13 | 2 | -0/+37 |
* | | usb: usbip tool: Check the return of get_nports() | Yuyang Du | 2017-06-13 | 1 | -1/+8 |
|/ |
|
* | usb: fix some references for /proc/bus/usb | Mauro Carvalho Chehab | 2017-04-18 | 1 | -1/+1 |
* | usb: usbip tool: Fix get_nports() | Yuyang Du | 2017-04-08 | 1 | -23/+5 |
* | usbip: Fix implicit fallthrough warning | Jonathan Dieter | 2017-03-17 | 1 | -0/+2 |
* | usbip: Fix potential format overflow in userspace tools | Jonathan Dieter | 2017-03-17 | 2 | -6/+31 |
* | tools/usb: Add .gitignore file | Prarit Bhargava | 2017-03-16 | 1 | -0/+2 |
* | Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Greg Kroah-Hartman | 2017-01-26 | 1 | -2/+50 |
|\ |
|
| * | tools: usb: ffs-test: add SS descriptors | Felipe Balbi | 2017-01-24 | 1 | -1/+49 |
| * | tools: usb: ffs-test: switch to _DEFAULT_SOURCE | Felipe Balbi | 2017-01-24 | 1 | -1/+1 |
* | | tools: usb: usbip: Update README | Krzysztof Opasiak | 2017-01-10 | 1 | -1/+56 |
* | | tools: usb: usbip: Add simple script to show how to setup vUDC | Krzysztof Opasiak | 2017-01-10 | 1 | -0/+107 |
|/ |
|
* | usbip: add missing compile time generated files to .gitignore | Shuah Khan | 2016-12-06 | 1 | -0/+4 |
* | usbip: deletion of incorrect socket descriptor checking | Nobuo Iwata | 2016-11-07 | 1 | -7/+0 |
* | usbip: adding names db to port operation | Nobuo Iwata | 2016-05-03 | 1 | -2/+11 |
* | usbip: tools: Start using VUDC backend in usbip tools | Igor Kotrasinski | 2016-04-27 | 3 | -6/+112 |
* | usbip: tools: Add vudc backend to usbip tools | Krzysztof Opasiak | 2016-04-27 | 4 | -0/+201 |
* | usbip: tools: Extract generic code to be shared with vudc backend | Krzysztof Opasiak | 2016-04-27 | 6 | -278/+428 |
* | Merge tag 'usb-for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/bal... | Greg Kroah-Hartman | 2015-10-23 | 1 | -5/+5 |
|\ |
|
| * | tools: usb: testusb: change the default value for length from 512 to 1024 | Peter Chen | 2015-09-27 | 1 | -2/+2 |
| * | tools: usb: testusb: change the help text | Peter Chen | 2015-09-27 | 1 | -4/+4 |
* | | tools: usbip: detach: avoid calling strlen() at each iteration | Eric Curtin | 2015-09-22 | 1 | -1/+3 |
|/ |
|
* | tools: ffs-aio-example: use endpoint addresses from descriptors | Robert Baldyga | 2015-01-15 | 2 | -13/+18 |
* | tools: ffs-aio-example: add missing wMaxPacketSize for HS descs | Robert Baldyga | 2015-01-12 | 1 | -0/+2 |
* | Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2014-12-14 | 1 | -2/+0 |
|\ |
|
| * | usbip: remove unneeded structure | Julia Lawall | 2014-12-03 | 1 | -2/+0 |
* | | treewide: fix typo in printk and Kconfig | Masanari Iida | 2014-11-20 | 1 | -1/+1 |
* | | Replace mentions of "list_struct" to "list_head" | Andrey Utkin | 2014-11-20 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'v3.17-rc5' into next | Felipe Balbi | 2014-09-16 | 1 | -1/+1 |
|\ |
|
| * | usb: usbip: fix usbip.h path in userspace tool | Piotr Król | 2014-09-05 | 1 | -1/+1 |
* | | Merge tag 'v3.17-rc4' into next | Felipe Balbi | 2014-09-08 | 37 | -0/+5625 |
|\| |
|
| * | usbip: move usbip userspace code out of staging | Valentina Manea | 2014-08-25 | 37 | -0/+5625 |
* | | tools: ffs-test: add compatibility code for old kernels | Michal Nazarewicz | 2014-09-02 | 1 | -5/+107 |
* | | tools: ffs-test: convert to new descriptor format | Michal Nazarewicz | 2014-09-02 | 1 | -5/+9 |
|/ |
|
* | Merge tag 'usb-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Greg Kroah-Hartman | 2014-07-21 | 4 | -8/+124 |
|\ |
|
| * | tools: ffs-aio-example: add license information | Robert Baldyga | 2014-06-30 | 4 | -0/+108 |
| * | tools: ffs-aio-example: convert to new descriptor format | Robert Baldyga | 2014-06-30 | 2 | -8/+16 |