| Commit message (Expand) | Author | Age | Files | Lines |
* | usbip:vhci_hcd USB port can get stuck in the disabled state | Shuah Khan | 2021-08-26 | 1 | -1/+7 |
* | usbip: clean up code in vhci_device_unlink_cleanup | Anirudh Rayabharam | 2021-08-26 | 1 | -40/+12 |
* | usbip: give back URBs for unsent unlink requests during cleanup | Anirudh Rayabharam | 2021-08-26 | 1 | -0/+24 |
* | usbip: add sysfs_lock to synchronize sysfs code paths | Shuah Khan | 2021-04-05 | 1 | -0/+1 |
* | usbip: vhci_hcd fix shift out-of-bounds in vhci_hub_control() | Shuah Khan | 2021-03-26 | 1 | -0/+2 |
* | usb: usbip: vhci_hcd: protect shift size | Randy Dunlap | 2021-01-04 | 1 | -0/+2 |
* | usbip: vhci_hcd: fix calling usb_hcd_giveback_urb() with irqs enabled | Shuah Khan | 2020-10-07 | 1 | -1/+7 |
* | usbip: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-07-09 | 1 | -4/+3 |
* | usbip: vhci_hcd indicate failed message | Mao Wenan | 2019-10-04 | 1 | -2/+2 |
* | usbip: Implement SG support to vhci-hcd and stub driver | Suwan Kim | 2019-09-03 | 1 | -1/+11 |
* | usbip: vhci_hcd: Mark expected switch fall-through | Gustavo A. R. Silva | 2019-04-30 | 1 | -0/+1 |
* | usbip: Remove unnecessary null check | Suwan Kim | 2019-03-19 | 1 | -7/+1 |
* | usbip: Fix vhci_urb_enqueue() URB null transfer buffer error path | Shuah Khan | 2019-01-25 | 1 | -2/+4 |
* | usb: usbip: Fix BUG: KASAN: slab-out-of-bounds in vhci_hub_control() | Shuah Khan (Samsung OSG) | 2018-10-09 | 1 | -15/+42 |
* | usbip: vhci_hcd: check rhport before using in vhci_hub_control() | Shuah Khan | 2018-04-22 | 1 | -0/+13 |
* | usbip: keep usbip_device sockfd state in sync with tcp_socket | Shuah Khan | 2018-02-15 | 1 | -0/+2 |
* | usbip: prevent leaking socket pointer address in messages | Shuah Khan | 2017-12-19 | 1 | -1/+1 |
* | usbip: vhci: stop printing kernel pointer addresses in messages | Shuah Khan | 2017-12-19 | 1 | -10/+0 |
* | usbip: Fix USB device hang due to wrong enabling of scatter-gather | Yuyang Du | 2017-11-30 | 1 | -1/+0 |
* | USB: usbip: Remove redundant license text | Greg Kroah-Hartman | 2017-11-07 | 1 | -15/+0 |
* | USB: add SPDX identifiers to all remaining files in drivers/usb/ | Greg Kroah-Hartman | 2017-11-04 | 1 | -0/+1 |
* | usbip: vhci-hcd: make vhci_hc_driver const | Bhumika Goyal | 2017-08-31 | 1 | -1/+1 |
* | USB: usbip: remove unneeded MODULE_VERSION() usage | Greg Kroah-Hartman | 2017-07-22 | 1 | -2/+0 |
* | usbip: Fix uninitialized variable bug in vhci | Yuyang Du | 2017-06-27 | 1 | -1/+1 |
* | usbip: vhci-hcd: Add USB3 port status bits | Yuyang Du | 2017-06-13 | 1 | -6/+50 |
* | usbip: vhci-hcd: Add USB3 SuperSpeed support | Yuyang Du | 2017-06-13 | 1 | -60/+263 |
* | usbip: vhci-hcd: Set the vhci structure up to work | Yuyang Du | 2017-06-13 | 1 | -87/+119 |
* | usbip: vhci-hcd: Rework vhci_hcd_init | Yuyang Du | 2017-06-13 | 1 | -23/+28 |
* | usbip: vhci-hcd: Move VHCI platform device into vhci struct | Yuyang Du | 2017-06-13 | 1 | -9/+8 |
* | usbip: vhci-hcd: Rename function names to reflect their struct names | Yuyang Du | 2017-06-13 | 1 | -17/+17 |
* | USB: usbip: fix nonconforming hub descriptor | Johan Hovold | 2017-05-17 | 1 | -3/+8 |
* | usb: usbip: Remove unnecessary get_vdev() | Yuyang Du | 2017-04-08 | 1 | -30/+2 |
* | drivers: usb: usbip: Add missing break statement to switch | Gustavo A. R. Silva | 2017-02-09 | 1 | -0/+1 |
* | usbip: fix possibility of dereference by NULLL pointer in vhci_hcd.c | Nobuo Iwata | 2016-11-07 | 1 | -1/+2 |
* | usbip: vhci_hcd: fix return value check in add_platform_device() | Wei Yongjun | 2016-08-15 | 1 | -2/+2 |
* | usbip: vhci extension: modifications to vhci driver | Nobuo Iwata | 2016-08-09 | 1 | -94/+191 |
* | usbip: rate limit get_frame_number message | Greg Kroah-Hartman | 2016-06-18 | 1 | -1/+1 |
* | usb: usbip: Fix possible deadlocks reported by lockdep | Andrew Goodbody | 2016-02-03 | 1 | -36/+52 |
* | usbip: vhci_hcd: at unlink, return -EIDRM if vhci_rx took the urb | Igor Kotrasinski | 2015-10-04 | 1 | -1/+1 |
* | usbip: vhci_hcd: only return urb at enqueue when served | Igor Kotrasinski | 2015-10-04 | 1 | -1/+3 |
* | usbip: vhci_hcd: Convert use of __constant_cpu_to_le16 to cpu_to_le16 | Vaishali Thakkar | 2015-10-04 | 1 | -1/+1 |
* | usbip: vhci_hcd: use USB_DT_HUB | Sergei Shtylyov | 2015-04-03 | 1 | -1/+1 |
* | usbip: vhci_hcd: use HUB_CHAR_* | Sergei Shtylyov | 2015-01-25 | 1 | -1/+2 |
* | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-12-15 | 1 | -1/+0 |
|\ |
|
| * | usb: usbip: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 1 | -1/+0 |
* | | USB-IP: Deletion of unnecessary checks before the function call "usb_put_dev" | Markus Elfring | 2014-11-25 | 1 | -6/+3 |
|/ |
|
* | usbip: move usbip kernel code out of staging | Valentina Manea | 2014-08-25 | 1 | -0/+1171 |