aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/usbip/stub_dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-08USB: usbip: fix stub_dev hub disconnectJonas Blixt1-2/+7
2022-10-22USB: usbip: missing lock in stub downJose Ignacio Tornos Martinez1-0/+2
2022-10-22usbip: convert sysfs snprintf to sysfs_emitXuezhi Zhang1-1/+1
2022-04-21usb: usbip: fix a refcount leak in stub_probe()Hangyu Hua1-1/+1
2021-04-05usbip: stub-dev synchronize sysfs code pathsShuah Khan1-2/+9
2021-03-10usbip: fix stub_dev usbip_sockfd_store() races leading to gpfShuah Khan1-7/+25
2021-03-10usbip: fix stub_dev to check for stream socketShuah Khan1-1/+11
2020-09-25Revert "usbip: Implement a match function to fix usbip"M. Vefa Bicakci1-6/+0
2020-08-18usbip: Implement a match function to fix usbipM. Vefa Bicakci1-0/+6
2019-08-09USB: usbip: convert to use dev_groupsGreg Kroah-Hartman1-42/+8
2019-05-29usbip: usbip_host: fix stub_dev lock context imbalance regressionShuah Khan1-13/+23
2019-05-21usbip: usbip_host: fix BUG: sleeping function called from invalid contextShuah Khan1-22/+43
2018-05-15usbip: usbip_host: fix NULL-ptr deref and use-after-free errorsShuah Khan (Samsung OSG)1-10/+23
2018-05-15usbip: usbip_host: run rebind from exit when module is removedShuah Khan (Samsung OSG)1-5/+1
2018-05-15usbip: usbip_host: refine probe and disconnect debug msgs to be usefulShuah Khan1-2/+2
2018-02-15usbip: keep usbip_device sockfd state in sync with tcp_socketShuah Khan1-0/+3
2018-01-24USB: move many drivers to use DEVICE_ATTR_WOGreg Kroah-Hartman1-2/+2
2017-12-19usbip: prevent leaking socket pointer address in messagesShuah Khan1-2/+1
2017-11-07USB: usbip: Remove redundant license textGreg Kroah-Hartman1-15/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2016-04-28usbip: fix NULL pointer dereference on errorsAlexander Popov1-2/+2
2016-04-19usbip: event handler as one threadNobuo Iwata1-2/+1
2014-12-02usbip: fix error handling in stub_probe()Alexey Khoroshilov1-11/+15
2014-08-25usbip: remove struct usb_device_id tableValentina Manea1-27/+0
2014-08-25usbip: move usbip kernel code out of stagingValentina Manea1-0/+525