summaryrefslogtreecommitdiffstats
path: root/drivers/usb/usbip/vhci_hcd.c
Commit message (Expand)AuthorAgeFilesLines
* usb/usbip: fix wrong data added to platform deviceHongren Zheng2023-10-161-7/+8
* usbip: Use platform_device_register_full()Andy Shevchenko2023-10-081-35/+20
* usbip: vhci_hcd: Convert to platform remove callback returning voidUwe Kleine-König2023-05-281-4/+2
* usbip:vhci_hcd USB port can get stuck in the disabled stateShuah Khan2021-08-261-1/+7
* usbip: clean up code in vhci_device_unlink_cleanupAnirudh Rayabharam2021-08-261-40/+12
* usbip: give back URBs for unsent unlink requests during cleanupAnirudh Rayabharam2021-08-261-0/+24
* usbip: add sysfs_lock to synchronize sysfs code pathsShuah Khan2021-04-051-0/+1
* usbip: vhci_hcd fix shift out-of-bounds in vhci_hub_control()Shuah Khan2021-03-261-0/+2
* usb: usbip: vhci_hcd: protect shift sizeRandy Dunlap2021-01-041-0/+2
* usbip: vhci_hcd: fix calling usb_hcd_giveback_urb() with irqs enabledShuah Khan2020-10-071-1/+7
* usbip: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-091-4/+3
* usbip: vhci_hcd indicate failed messageMao Wenan2019-10-041-2/+2
* usbip: Implement SG support to vhci-hcd and stub driverSuwan Kim2019-09-031-1/+11
* usbip: vhci_hcd: Mark expected switch fall-throughGustavo A. R. Silva2019-04-301-0/+1
* usbip: Remove unnecessary null checkSuwan Kim2019-03-191-7/+1
* usbip: Fix vhci_urb_enqueue() URB null transfer buffer error pathShuah Khan2019-01-251-2/+4
* usb: usbip: Fix BUG: KASAN: slab-out-of-bounds in vhci_hub_control()Shuah Khan (Samsung OSG)2018-10-091-15/+42
* usbip: vhci_hcd: check rhport before using in vhci_hub_control()Shuah Khan2018-04-221-0/+13
* usbip: keep usbip_device sockfd state in sync with tcp_socketShuah Khan2018-02-151-0/+2
* usbip: prevent leaking socket pointer address in messagesShuah Khan2017-12-191-1/+1
* usbip: vhci: stop printing kernel pointer addresses in messagesShuah Khan2017-12-191-10/+0
* usbip: Fix USB device hang due to wrong enabling of scatter-gatherYuyang Du2017-11-301-1/+0
* USB: usbip: Remove redundant license textGreg Kroah-Hartman2017-11-071-15/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usbip: vhci-hcd: make vhci_hc_driver constBhumika Goyal2017-08-311-1/+1
* USB: usbip: remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman2017-07-221-2/+0
* usbip: Fix uninitialized variable bug in vhciYuyang Du2017-06-271-1/+1
* usbip: vhci-hcd: Add USB3 port status bitsYuyang Du2017-06-131-6/+50
* usbip: vhci-hcd: Add USB3 SuperSpeed supportYuyang Du2017-06-131-60/+263
* usbip: vhci-hcd: Set the vhci structure up to workYuyang Du2017-06-131-87/+119
* usbip: vhci-hcd: Rework vhci_hcd_initYuyang Du2017-06-131-23/+28
* usbip: vhci-hcd: Move VHCI platform device into vhci structYuyang Du2017-06-131-9/+8
* usbip: vhci-hcd: Rename function names to reflect their struct namesYuyang Du2017-06-131-17/+17
* USB: usbip: fix nonconforming hub descriptorJohan Hovold2017-05-171-3/+8
* usb: usbip: Remove unnecessary get_vdev()Yuyang Du2017-04-081-30/+2
* drivers: usb: usbip: Add missing break statement to switchGustavo A. R. Silva2017-02-091-0/+1
* usbip: fix possibility of dereference by NULLL pointer in vhci_hcd.cNobuo Iwata2016-11-071-1/+2
* usbip: vhci_hcd: fix return value check in add_platform_device()Wei Yongjun2016-08-151-2/+2
* usbip: vhci extension: modifications to vhci driverNobuo Iwata2016-08-091-94/+191
* usbip: rate limit get_frame_number messageGreg Kroah-Hartman2016-06-171-1/+1
* usb: usbip: Fix possible deadlocks reported by lockdepAndrew Goodbody2016-02-031-36/+52
* usbip: vhci_hcd: at unlink, return -EIDRM if vhci_rx took the urbIgor Kotrasinski2015-10-041-1/+1
* usbip: vhci_hcd: only return urb at enqueue when servedIgor Kotrasinski2015-10-041-1/+3
* usbip: vhci_hcd: Convert use of __constant_cpu_to_le16 to cpu_to_le16Vaishali Thakkar2015-10-041-1/+1
* usbip: vhci_hcd: use USB_DT_HUBSergei Shtylyov2015-04-031-1/+1
* usbip: vhci_hcd: use HUB_CHAR_*Sergei Shtylyov2015-01-251-1/+2
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * usb: usbip: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | USB-IP: Deletion of unnecessary checks before the function call "usb_put_dev"Markus Elfring2014-11-241-6/+3
|/
* usbip: move usbip kernel code out of stagingValentina Manea2014-08-251-0/+1171