summaryrefslogtreecommitdiff
path: root/drivers/usb/usbip
AgeCommit message (Expand)AuthorFilesLines
2024-01-04USB: core: Use device_driver directly in struct usb_driver and usb_device_driverYajun Deng1-4/+4
2023-11-22USB: usbip: vudc: Convert to platform remove callback returning voidUwe Kleine-König3-4/+3
2023-11-04Merge tag 'usb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-31/+22
2023-10-16usb/usbip: fix wrong data added to platform deviceHongren Zheng1-7/+8
2023-10-08usbip: Use platform_device_register_full()Andy Shevchenko1-35/+20
2023-10-08USB: usbip: fix stub_dev hub disconnectJonas Blixt1-2/+7
2023-10-04kthread: add kthread_stop_putAndreas Gruenbacher1-6/+0
2023-08-08USB: usbip: Remove an unnecessary gotoRuan Jinjie1-2/+1
2023-08-04USB: usbip: Remove an unnecessary NULL valueRuan Jinjie1-1/+1
2023-06-23usbip: usbip_host: Replace strlcpy with strscpyAzeem Shaikh1-3/+1
2023-05-28usbip: vhci_hcd: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2022-12-21Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-0/+1
2022-12-20Treewide: Stop corrupting socket's task_fragBenjamin Coddington1-0/+1
2022-12-16Merge tag 'usb-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds3-3/+7
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-1/+1
2022-11-11usb/usbip: Fix v_recv_cmd_submit() to use PIPE_BULK defineShuah Khan1-1/+3
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-10-22usbip: vudc: Convert snprintf() to sysfs_emit()Jules Irenge1-1/+1
2022-08-31usbip: add USBIP_URB_* URB transfer flagsShuah Khan2-5/+90
2022-08-19usb: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-06-10usbip: vudc: Don't enable IRQs prematurelyDan Carpenter1-7/+7
2022-06-10USB: usbip: clean up mixed use of _irq() and _irqsave()Dan Carpenter1-3/+3
2022-04-21usb: usbip: add missing device lock on tweak configuration cmdNiels Dossche1-0/+2
2022-04-21usb: usbip: fix a refcount leak in stub_probe()Hangyu Hua1-1/+1
2022-03-18usb: usbip: eliminate anonymous module_init & module_exitRandy Dunlap1-4/+4
2022-02-14usbip: vudc: Make use of the helper macro LIST_HEAD()Cai Huoqing1-1/+1
2021-11-17usb: Remove redundant 'flush_workqueue()' callsChristophe JAILLET1-1/+0
2021-08-26usbip:vhci_hcd USB port can get stuck in the disabled stateShuah Khan1-1/+7
2021-08-26usbip: clean up code in vhci_device_unlink_cleanupAnirudh Rayabharam1-40/+12
2021-08-26usbip: give back URBs for unsent unlink requests during cleanupAnirudh Rayabharam1-0/+24
2021-04-28Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2021-04-20Merge tag 'v5.12-rc8' into sched/core, to pick up fixesIngo Molnar7-21/+154
2021-04-12usbip: vudc: fix missing unlock on error in usbip_sockfd_store()Ye Bin1-0/+2
2021-04-05usbip: synchronize event handler with sysfs code pathsShuah Khan1-0/+2
2021-04-05usbip: vudc synchronize sysfs code pathsShuah Khan2-0/+6
2021-04-05usbip: stub-dev synchronize sysfs code pathsShuah Khan1-2/+9
2021-04-05usbip: add sysfs_lock to synchronize sysfs code pathsShuah Khan3-5/+29
2021-03-26usbip: vhci_hcd fix shift out-of-bounds in vhci_hub_control()Shuah Khan1-0/+2
2021-03-17usbip: Fix incorrect double assignment to udc->ud.tcp_rxColin Ian King1-1/+1
2021-03-10usbip: fix vudc usbip_sockfd_store races leading to gpfShuah Khan1-8/+34
2021-03-10usbip: fix vhci_hcd attach_store() races leading to gpfShuah Khan1-4/+25
2021-03-10usbip: fix stub_dev usbip_sockfd_store() races leading to gpfShuah Khan1-7/+25
2021-03-10usbip: fix vudc to check for stream socketShuah Khan1-0/+9
2021-03-10usbip: fix vhci_hcd to check for stream socketShuah Khan1-1/+9
2021-03-10usbip: fix stub_dev to check for stream socketShuah Khan1-1/+11
2021-03-06kcov: Remove kcov include from sched.h and move it to its users.Sebastian Andrzej Siewior1-0/+1
2021-01-11Merge 5.11-rc3 into usb-nextGreg Kroah-Hartman1-0/+2
2021-01-07usb: usbip: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun1-3/+1
2021-01-04usb: usbip: vhci_hcd: protect shift sizeRandy Dunlap1-0/+2