summaryrefslogtreecommitdiffstats
path: root/drivers/usb/usbip/stub_main.c
Commit message (Expand)AuthorAgeFilesLines
* USB: core: Use device_driver directly in struct usb_driver and usb_device_driverYajun Deng2024-01-041-4/+4
* usbip: usbip_host: Replace strlcpy with strscpyAzeem Shaikh2023-06-231-3/+1
* usb: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-191-1/+1
* usb: usbip: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun2021-01-071-3/+1
* usbip: Implement SG support to vhci-hcd and stub driverSuwan Kim2019-09-031-15/+42
* usbip: usbip_host: cleanup do_rebind() return pathShuah Khan2019-05-211-5/+3
* usbip: usbip_host: fix bad unlock balance during stub_probe()Shuah Khan (Samsung OSG)2018-05-161-1/+2
* usbip: usbip_host: fix NULL-ptr deref and use-after-free errorsShuah Khan (Samsung OSG)2018-05-151-5/+35
* usbip: usbip_host: run rebind from exit when module is removedShuah Khan (Samsung OSG)2018-05-151-9/+51
* usbip: usbip_host: delete device from busid_table after rebindShuah Khan (Samsung OSG)2018-05-151-0/+6
* usbip: usbip_host: fix to hold parent lock for device_attach() callsShuah Khan2018-04-221-0/+5
* usbip: stub: stop printing kernel pointer addresses in messagesShuah Khan2017-12-191-2/+3
* 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
* USB: usbip: remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman2017-07-221-2/+0
* Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-07-031-4/+3
|\
| * USB: usbip: convert to use DRIVER_ATTR_RWGreg Kroah-Hartman2017-06-121-4/+3
* | usb: usbip: set buffer pointers to NULL after freeMichael Grzeschik2017-06-131-0/+4
|/
* usbip: move usbip kernel code out of stagingValentina Manea2014-08-251-0/+335