summaryrefslogtreecommitdiffstats
path: root/drivers/usb/usbip
Commit message (Expand)AuthorAgeFilesLines
* 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
* | kcov, usbip: collect coverage from vhci_rx_loopNazime Hande Harputluoglu2020-12-283-0/+32
|/
* usbip: Remove in_interrupt() checkAhmed S. Darwish2020-10-281-5/+0
* usbip: vhci_hcd: fix calling usb_hcd_giveback_urb() with irqs enabledShuah Khan2020-10-071-1/+7
* Merge 5.9-rc8 into usb-nextGreg Kroah-Hartman2020-10-051-6/+0
|\
| * Revert "usbip: Implement a match function to fix usbip"M. Vefa Bicakci2020-09-251-6/+0
* | usbip: simplify the return expression of usbip_core_init()Liu Shixin2020-09-161-7/+1
|/
* usbip: Implement a match function to fix usbipM. Vefa Bicakci2020-08-181-0/+6
* usbip: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-094-8/+7
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-7/+7
* usbip: Fix error path of vhci_recv_ret_submit()Suwan Kim2019-12-171-4/+9
* usbip: Fix receive error in vhci-hcd when using scatter-gatherSuwan Kim2019-12-171-0/+3