summaryrefslogtreecommitdiffstats
path: root/drivers/usb/usbip
Commit message (Expand)AuthorAgeFilesLines
* USB: core: Use device_driver directly in struct usb_driver and usb_device_driverYajun Deng2024-01-041-4/+4
* USB: usbip: vudc: Convert to platform remove callback returning voidUwe Kleine-König2023-11-223-4/+3
* Merge tag 'usb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-11-032-31/+22
|\
| * 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
| * USB: usbip: fix stub_dev hub disconnectJonas Blixt2023-10-081-2/+7
* | kthread: add kthread_stop_putAndreas Gruenbacher2023-10-041-6/+0
|/
* USB: usbip: Remove an unnecessary gotoRuan Jinjie2023-08-081-2/+1
* USB: usbip: Remove an unnecessary NULL valueRuan Jinjie2023-08-041-1/+1
* usbip: usbip_host: Replace strlcpy with strscpyAzeem Shaikh2023-06-231-3/+1
* usbip: vhci_hcd: Convert to platform remove callback returning voidUwe Kleine-König2023-05-281-4/+2
* Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-12-211-0/+1
|\
| * Treewide: Stop corrupting socket's task_fragBenjamin Coddington2022-12-191-0/+1
* | Merge tag 'usb-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-12-163-3/+7
|\ \ | |/ |/|
| * usb/usbip: Fix v_recv_cmd_submit() to use PIPE_BULK defineShuah Khan2022-11-111-1/+3
| * USB: usbip: missing lock in stub downJose Ignacio Tornos Martinez2022-10-221-0/+2
| * usbip: convert sysfs snprintf to sysfs_emitXuezhi Zhang2022-10-221-1/+1
| * usbip: vudc: Convert snprintf() to sysfs_emit()Jules Irenge2022-10-221-1/+1
* | use less confusing names for iov_iter direction initializersAl Viro2022-11-251-1/+1
|/
* usbip: add USBIP_URB_* URB transfer flagsShuah Khan2022-08-312-5/+90
* usb: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-191-1/+1
* usbip: vudc: Don't enable IRQs prematurelyDan Carpenter2022-06-101-7/+7
* USB: usbip: clean up mixed use of _irq() and _irqsave()Dan Carpenter2022-06-101-3/+3
* usb: usbip: add missing device lock on tweak configuration cmdNiels Dossche2022-04-211-0/+2
* usb: usbip: fix a refcount leak in stub_probe()Hangyu Hua2022-04-211-1/+1
* usb: usbip: eliminate anonymous module_init & module_exitRandy Dunlap2022-03-181-4/+4
* usbip: vudc: Make use of the helper macro LIST_HEAD()Cai Huoqing2022-02-141-1/+1
* usb: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-11-171-1/+0
* 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
* Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-04-281-0/+1
|\
| * Merge tag 'v5.12-rc8' into sched/core, to pick up fixesIngo Molnar2021-04-207-21/+154
| |\
| * | kcov: Remove kcov include from sched.h and move it to its users.Sebastian Andrzej Siewior2021-03-061-0/+1
* | | usbip: vudc: fix missing unlock on error in usbip_sockfd_store()Ye Bin2021-04-121-0/+2
| |/ |/|
* | usbip: synchronize event handler with sysfs code pathsShuah Khan2021-04-051-0/+2
* | usbip: vudc synchronize sysfs code pathsShuah Khan2021-04-052-0/+6
* | usbip: stub-dev synchronize sysfs code pathsShuah Khan2021-04-051-2/+9
* | usbip: add sysfs_lock to synchronize sysfs code pathsShuah Khan2021-04-053-5/+29
* | usbip: vhci_hcd fix shift out-of-bounds in vhci_hub_control()Shuah Khan2021-03-261-0/+2
* | usbip: Fix incorrect double assignment to udc->ud.tcp_rxColin Ian King2021-03-171-1/+1
* | usbip: fix vudc usbip_sockfd_store races leading to gpfShuah Khan2021-03-101-8/+34
* | usbip: fix vhci_hcd attach_store() races leading to gpfShuah Khan2021-03-101-4/+25
* | usbip: fix stub_dev usbip_sockfd_store() races leading to gpfShuah Khan2021-03-101-7/+25
* | usbip: fix vudc to check for stream socketShuah Khan2021-03-101-0/+9
* | usbip: fix vhci_hcd to check for stream socketShuah Khan2021-03-101-1/+9
* | usbip: fix stub_dev to check for stream socketShuah Khan2021-03-101-1/+11
|/
* Merge 5.11-rc3 into usb-nextGreg Kroah-Hartman2021-01-111-0/+2
|\
| * usb: usbip: vhci_hcd: protect shift sizeRandy Dunlap2021-01-041-0/+2
* | usb: usbip: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun2021-01-071-3/+1