Age | Commit message (Expand) | Author | Files | Lines |
2024-10-29 | usbip: tools: Fix detach_port() invalid port error path | Zongmin Zhou | 1 | -0/+1 |
2024-09-03 | tools: usb: p9_fwd: add usb gadget packet forwarder script | Michael Grzeschik | 1 | -0/+243 |
2023-05-29 | usbip: Use _FORTIFY_SOURCE=2 instead of (implicitly) =1 | Uwe Kleine-König | 1 | -2/+2 |
2023-05-29 | usbip: give a more helpful error message if vhdi_hcd isn't loaded | Galen Guyer | 3 | -3/+3 |
2022-11-09 | tools: usb: ffs-aio-example: Fix build error with aarch64-*-gnu-gcc toolchain(s) | Bhupesh Sharma | 1 | -13/+31 |
2022-07-08 | tools: usb: testusb: Add super-plus speed reporting | Bryan O'Donoghue | 1 | -0/+2 |
2022-07-08 | tools: usb: testusb: Add super speed reporting | Bryan O'Donoghue | 1 | -0/+2 |
2022-07-08 | tools: usb: testusb: Add wireless speed reporting | Bryan O'Donoghue | 1 | -6/+8 |
2022-04-26 | testusb: Fix warning comparing pointer to 0 | Haowen Bai | 1 | -1/+1 |
2022-02-15 | kbuild: replace $(if A,A,B) with $(or A,B) | Masahiro Yamada | 1 | -1/+1 |
2021-09-14 | usb: testusb: Fix for showing the connection speed | Faizel K B | 1 | -6/+8 |
2021-05-07 | treewide: remove editor modelines and cruft | Masahiro Yamada | 1 | -2/+0 |
2021-03-26 | usbip: tools: add usage of device mode in usbip_list.c | Hongren Zheng (Zenithal) | 1 | -1/+2 |
2021-03-26 | usbip: tools: add options and examples in man page related to device mode | Hongren Zheng (Zenithal) | 2 | -1/+67 |
2021-03-26 | tools: usbip: list.h: fix kernel-doc for list_del() | Randy Dunlap | 1 | -5/+5 |
2020-08-19 | tools: usb: move to tools buildsystem | Heikki Krogerus | 2 | -8/+47 |
2020-07-15 | tools: usb: usbip: Replace HTTP links with HTTPS ones | Alexander A. Klimov | 1 | -1/+1 |
2020-06-27 | usbip: tools: add in man page how to load the client's module | Antonio Borneo | 1 | -1/+3 |
2020-06-24 | usbip: tools: fix module name in man page | Antonio Borneo | 1 | -1/+1 |
2020-06-24 | usbip: tools: fix build error for multiple definition | Antonio Borneo | 1 | -1/+1 |
2020-03-25 | .gitignore: add SPDX License Identifier | Masahiro Yamada | 2 | -0/+2 |
2020-01-09 | usbip: Fix unsafe unaligned pointer usage | Shuah Khan | 2 | -25/+27 |
2020-01-06 | tools: usb: usbip: Get rid of driver name printout in README | Magnus Damm | 1 | -11/+11 |
2019-11-07 | usbip: tools: fix fd leakage in the function of read_attr_usbip_status | Hewenliang | 1 | -1/+1 |
2019-10-28 | usbip: tools: Fix read_usb_vudc_device() error path handling | GwanYeong Kim | 1 | -2/+4 |
2019-07-25 | usbip: tools: fix GCC8 warning for strncpy | Liu, Changcheng | 2 | -4/+8 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner | 1 | -10/+1 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 1 | -14/+1 |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 | Thomas Gleixner | 3 | -49/+3 |
2019-05-21 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 | Thomas Gleixner | 17 | -221/+17 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2018-10-18 | usbip: tools: fix atoi() on non-null terminated string | Colin Ian King | 1 | -3/+3 |
2018-10-02 | usbip: fix vhci_hcd controller counting | Maciej Żenczykowski | 1 | -1/+1 |
2018-07-17 | tools: usb: ffs-test: Fix build on big endian systems | Peter Senna Tschudin | 1 | -3/+16 |
2018-05-31 | usbip: usbip_detach: fix to check for invalid ports | Shuah Khan (Samsung OSG) | 1 | -9/+30 |
2018-05-31 | usbip: usbip_detach: Fix memory, udev context and udev leak | Shuah Khan (Samsung OSG) | 1 | -3/+6 |
2018-05-31 | usbip: dynamically allocate idev by nports found in sysfs | Michael Grzeschik | 2 | -15/+20 |
2018-03-22 | usbip: tools: usbipd: exclude exported devices from exportable device list | Shuah Khan | 1 | -1/+15 |
2018-03-09 | usbip: tools: change to use new error codes in server reply messages | Shuah Khan | 5 | -19/+24 |
2018-03-09 | usbip: usbip_host_common: Use new error codes to return request status | Shuah Khan | 1 | -1/+4 |
2018-03-09 | usbip: tools: add more error codes for usbip request/reply messages | Shuah Khan | 3 | -3/+35 |
2018-03-09 | usbip: tools usbip_network: Fix cryptic error messages | Shuah Khan | 1 | -2/+2 |
2018-03-09 | usbip: tools usbip_attach: Fix cryptic error messages | Shuah Khan | 1 | -1/+2 |
2018-02-21 | tools: fix cross-compile var clobbering | Martin Kelly | 1 | -1/+0 |
2018-01-22 | usbip: list: don't list devices attached to vhci_hcd | Shuah Khan | 1 | -0/+9 |
2018-01-22 | usbip: prevent bind loops on devices attached to vhci_hcd | Shuah Khan | 1 | -0/+9 |
2018-01-04 | tools: usb: usbip: fix fd leak in case of 'fread' failure | Elad Wexler | 1 | -1/+4 |
2018-01-04 | tools: usb: usbip_device_driver: prefer 'unsigned int' to 'unsigned' | Elad Wexler | 1 | -1/+1 |
2018-01-02 | Merge 4.15.0-rc6 into usb-next | Greg Kroah-Hartman | 1 | -3/+6 |
2017-12-19 | usbip: fix usbip bind writing random string after command in match_busid | Juan Zea | 1 | -3/+6 |
2017-12-18 | Merge 4.15-rc4 into usb-next | Greg Kroah-Hartman | 1 | -8/+16 |
2017-12-08 | usbip: prevent vhci_hcd driver from leaking a socket pointer address | Shuah Khan | 1 | -4/+4 |
2017-12-08 | tools/usbip: fixes potential (minor) "buffer overflow" (detected on recent gc... | Julien BOIBESSOT | 1 | -1/+1 |
2017-12-07 | tools/usbip: fixes build with musl libc toolchain | Julien BOIBESSOT | 1 | -1/+1 |
2017-11-30 | usbip: fix usbip attach to find a port that matches the requested speed | Shuah Khan | 1 | -3/+11 |
2017-11-13 | Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -1/+2 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 15 | -0/+15 |
2017-10-04 | usbip: tools: Install all headers needed for libusbip development | Ben Hutchings | 1 | -1/+2 |
2017-08-31 | usbip: auto retry for concurrent attach | Nobuo Iwata | 1 | -15/+20 |
2017-06-20 | Merge tag 'usb-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Greg Kroah-Hartman | 1 | -7/+9 |
2017-06-13 | usbip: vhci-hcd: Add USB3 SuperSpeed support | Yuyang Du | 3 | -9/+25 |
2017-06-13 | usbip: vhci-hcd: Rework vhci_hcd_init | Yuyang Du | 2 | -1/+2 |
2017-06-13 | usb: usbip tool: Fix parse_status() | Yuyang Du | 2 | -23/+17 |
2017-06-13 | usb: usbip tool: Fix refresh_imported_device_list() | Yuyang Du | 1 | -6/+21 |
2017-06-13 | usb: usbip tool: Add ncontrollers in vhci_driver structure | Yuyang Du | 2 | -0/+37 |
2017-06-13 | usb: usbip tool: Check the return of get_nports() | Yuyang Du | 1 | -1/+8 |
2017-06-02 | tools: usb: testusb: update default vary for superspeed | Felipe Balbi | 1 | -7/+9 |
2017-04-18 | usb: fix some references for /proc/bus/usb | Mauro Carvalho Chehab | 1 | -1/+1 |
2017-04-08 | usb: usbip tool: Fix get_nports() | Yuyang Du | 1 | -23/+5 |
2017-03-17 | usbip: Fix implicit fallthrough warning | Jonathan Dieter | 1 | -0/+2 |
2017-03-17 | usbip: Fix potential format overflow in userspace tools | Jonathan Dieter | 2 | -6/+31 |
2017-03-16 | tools/usb: Add .gitignore file | Prarit Bhargava | 1 | -0/+2 |
2017-01-26 | Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Greg Kroah-Hartman | 1 | -2/+50 |
2017-01-24 | tools: usb: ffs-test: add SS descriptors | Felipe Balbi | 1 | -1/+49 |
2017-01-24 | tools: usb: ffs-test: switch to _DEFAULT_SOURCE | Felipe Balbi | 1 | -1/+1 |
2017-01-10 | tools: usb: usbip: Update README | Krzysztof Opasiak | 1 | -1/+56 |
2017-01-10 | tools: usb: usbip: Add simple script to show how to setup vUDC | Krzysztof Opasiak | 1 | -0/+107 |
2016-12-06 | usbip: add missing compile time generated files to .gitignore | Shuah Khan | 1 | -0/+4 |
2016-11-07 | usbip: deletion of incorrect socket descriptor checking | Nobuo Iwata | 1 | -7/+0 |
2016-05-03 | usbip: adding names db to port operation | Nobuo Iwata | 1 | -2/+11 |
2016-04-26 | usbip: tools: Start using VUDC backend in usbip tools | Igor Kotrasinski | 3 | -6/+112 |
2016-04-26 | usbip: tools: Add vudc backend to usbip tools | Krzysztof Opasiak | 4 | -0/+201 |
2016-04-26 | usbip: tools: Extract generic code to be shared with vudc backend | Krzysztof Opasiak | 6 | -278/+428 |
2015-10-22 | Merge tag 'usb-for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/bal... | Greg Kroah-Hartman | 1 | -5/+5 |
2015-09-27 | tools: usb: testusb: change the default value for length from 512 to 1024 | Peter Chen | 1 | -2/+2 |
2015-09-27 | tools: usb: testusb: change the help text | Peter Chen | 1 | -4/+4 |
2015-09-22 | tools: usbip: detach: avoid calling strlen() at each iteration | Eric Curtin | 1 | -1/+3 |
2015-01-15 | tools: ffs-aio-example: use endpoint addresses from descriptors | Robert Baldyga | 2 | -13/+18 |
2015-01-12 | tools: ffs-aio-example: add missing wMaxPacketSize for HS descs | Robert Baldyga | 1 | -0/+2 |
2014-12-14 | Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -2/+0 |
2014-12-02 | usbip: remove unneeded structure | Julia Lawall | 1 | -2/+0 |
2014-11-20 | treewide: fix typo in printk and Kconfig | Masanari Iida | 1 | -1/+1 |
2014-11-20 | Replace mentions of "list_struct" to "list_head" | Andrey Utkin | 1 | -1/+1 |
2014-09-16 | Merge tag 'v3.17-rc5' into next | Felipe Balbi | 1 | -1/+1 |
2014-09-08 | Merge tag 'v3.17-rc4' into next | Felipe Balbi | 37 | -0/+5625 |
2014-09-04 | usb: usbip: fix usbip.h path in userspace tool | Piotr Król | 1 | -1/+1 |
2014-09-02 | tools: ffs-test: add compatibility code for old kernels | Michal Nazarewicz | 1 | -5/+107 |
2014-09-02 | tools: ffs-test: convert to new descriptor format | Michal Nazarewicz | 1 | -5/+9 |
2014-08-25 | usbip: move usbip userspace code out of staging | Valentina Manea | 37 | -0/+5625 |
2014-07-21 | Merge tag 'usb-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Greg Kroah-Hartman | 4 | -8/+124 |
2014-06-30 | tools: ffs-test: fix header values endianess | Michal Nazarewicz | 1 | -2/+2 |
2014-06-30 | tools: ffs-aio-example: add license information | Robert Baldyga | 4 | -0/+108 |
2014-06-30 | tools: ffs-aio-example: convert to new descriptor format | Robert Baldyga | 2 | -8/+16 |
2014-06-30 | tools: ffs-aio-example: fix header values endianess | Robert Baldyga | 2 | -4/+4 |
2014-06-27 | Revert "tools: ffs-test: convert to new descriptor format fixing compilation ... | Felipe Balbi | 2 | -23/+3 |
2014-06-19 | tools: ffs-test: convert to new descriptor format fixing compilation error | Michal Nazarewicz | 2 | -3/+23 |
2014-05-14 | tools: usb: aio example applications | Robert Baldyga | 6 | -0/+1004 |
2013-12-04 | usb: tools: fix a regression issue that gcc can't link to pthread | Huang Rui | 1 | -2/+3 |
2013-03-07 | tools: usb: ffs-test: Fix build failure | Maxin B. John | 1 | -1/+1 |
2013-02-08 | testusb: remove all mentions of 'usbfs' | Sergei Shtylyov | 1 | -14/+13 |
2013-01-11 | tools/usb: remove unneeded 'continue' and simplify condition | Sasha Levin | 1 | -3/+1 |
2012-09-10 | tools/usb: remove last USBFS user | Sebastian Andrzej Siewior | 1 | -24/+1 |
2012-06-13 | testusb: expose looping forever option "l" to user | Du, ChangbinX | 1 | -5/+16 |
2012-05-15 | USB: testusb: add path /dev/bus/usb to default search paths for usbfs | Du, ChangbinX | 1 | -0/+5 |
2012-05-07 | USB: ffs-test: fix length argument of out function call | Matthias Fend | 1 | -1/+1 |
2012-03-22 | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -29/+2 |
2012-02-28 | USB: ffs-test: Don't duplicate {get,put}_unaligned*() functions | Matt Fleming | 2 | -29/+2 |
2012-01-24 | usb: gadget: update Michal Nazarewicz's email address | Michal Nazarewicz | 2 | -2/+2 |
2011-02-28 | USB: ffs-test: fix header path | Davidlohr Bueso | 1 | -2/+2 |
2011-02-17 | USB: tools: Add a Makefile | Davidlohr Bueso | 1 | -0/+13 |
2011-01-22 | USB: usbtest - add alignment tests to test script | Martin Fuzzey | 1 | -0/+26 |
2011-01-22 | USB: usbtest - add shell script to test HCDs | David Brownell | 1 | -0/+249 |
2010-05-20 | USB: testusb: testusb compatibility with FunctionFS gadget | Michal Nazarewicz | 1 | -70/+190 |
2010-05-20 | USB: testusb: an USB testing application | David Brownell | 1 | -0/+427 |
2010-05-20 | USB: ffs-test: FunctionFS testing program | Michal Nazarewicz | 1 | -0/+554 |