aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/usbip
AgeCommit message (Expand)Author
2021-08-26usbip:vhci_hcd USB port can get stuck in the disabled stateShuah Khan
2021-08-26usbip: clean up code in vhci_device_unlink_cleanupAnirudh Rayabharam
2021-08-26usbip: give back URBs for unsent unlink requests during cleanupAnirudh Rayabharam
2021-04-28Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-04-20Merge tag 'v5.12-rc8' into sched/core, to pick up fixesIngo Molnar
2021-04-12usbip: vudc: fix missing unlock on error in usbip_sockfd_store()Ye Bin
2021-04-05usbip: synchronize event handler with sysfs code pathsShuah Khan
2021-04-05usbip: vudc synchronize sysfs code pathsShuah Khan
2021-04-05usbip: stub-dev synchronize sysfs code pathsShuah Khan
2021-04-05usbip: add sysfs_lock to synchronize sysfs code pathsShuah Khan
2021-03-26usbip: vhci_hcd fix shift out-of-bounds in vhci_hub_control()Shuah Khan
2021-03-17usbip: Fix incorrect double assignment to udc->ud.tcp_rxColin Ian King
2021-03-10usbip: fix vudc usbip_sockfd_store races leading to gpfShuah Khan
2021-03-10usbip: fix vhci_hcd attach_store() races leading to gpfShuah Khan
2021-03-10usbip: fix stub_dev usbip_sockfd_store() races leading to gpfShuah Khan
2021-03-10usbip: fix vudc to check for stream socketShuah Khan
2021-03-10usbip: fix vhci_hcd to check for stream socketShuah Khan
2021-03-10usbip: fix stub_dev to check for stream socketShuah Khan
2021-03-06kcov: Remove kcov include from sched.h and move it to its users.Sebastian Andrzej Siewior
2021-01-11Merge 5.11-rc3 into usb-nextGreg Kroah-Hartman
2021-01-07usb: usbip: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun
2021-01-04usb: usbip: vhci_hcd: protect shift sizeRandy Dunlap
2020-12-28kcov, usbip: collect coverage from vhci_rx_loopNazime Hande Harputluoglu
2020-10-28usbip: Remove in_interrupt() checkAhmed S. Darwish
2020-10-07usbip: vhci_hcd: fix calling usb_hcd_giveback_urb() with irqs enabledShuah Khan
2020-10-05Merge 5.9-rc8 into usb-nextGreg Kroah-Hartman
2020-09-25Revert "usbip: Implement a match function to fix usbip"M. Vefa Bicakci
2020-09-16usbip: simplify the return expression of usbip_core_init()Liu Shixin
2020-08-18usbip: Implement a match function to fix usbipM. Vefa Bicakci
2020-07-09usbip: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2019-12-17usbip: Fix error path of vhci_recv_ret_submit()Suwan Kim
2019-12-17usbip: Fix receive error in vhci-hcd when using scatter-gatherSuwan Kim
2019-11-13usbip: Fix uninitialized symbol 'nents' in stub_recv_cmd_submit()Suwan Kim
2019-11-12USBIP: add config dependency for SGL_ALLOCOliver Neukum
2019-11-04Merge 5.4-rc6 into usb-nextGreg Kroah-Hartman
2019-10-28usbip: Fix free of unallocated memory in vhci txSuwan Kim
2019-10-14Merge 5.4-rc3 into usb-nextGreg Kroah-Hartman
2019-10-04usbip: clean up an indentation issueColin Ian King
2019-10-04usbip: vhci_hcd indicate failed messageMao Wenan
2019-09-03usbip: Implement SG support to vhci-hcd and stub driverSuwan Kim
2019-08-09USB: usbip: convert to use dev_groupsGreg Kroah-Hartman
2019-08-06USB: usbip: convert platform driver to use dev_groupsGreg Kroah-Hartman
2019-06-05usbip: Replace unused kvec array with single variable in vhci_send_cmd_unlink()Suwan Kim
2019-06-03Merge 5.2-rc3 into usb-nextGreg Kroah-Hartman
2019-05-29usbip: usbip_host: fix stub_dev lock context imbalance regressionShuah Khan
2019-05-21usbip: usbip_host: fix BUG: sleeping function called from invalid contextShuah Khan
2019-05-21usbip: usbip_host: cleanup do_rebind() return pathShuah Khan
2019-05-08Merge tag 'usb-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2019-04-30usbip: vhci_hcd: Mark expected switch fall-throughGustavo A. R. Silva