summaryrefslogtreecommitdiff
path: root/drivers/usb/usbip
AgeCommit message (Expand)AuthorFilesLines
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-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
2020-12-28kcov, usbip: collect coverage from vhci_rx_loopNazime Hande Harputluoglu3-0/+32
2020-10-28usbip: Remove in_interrupt() checkAhmed S. Darwish1-5/+0
2020-10-07usbip: vhci_hcd: fix calling usb_hcd_giveback_urb() with irqs enabledShuah Khan1-1/+7
2020-10-05Merge 5.9-rc8 into usb-nextGreg Kroah-Hartman1-6/+0
2020-09-25Revert "usbip: Implement a match function to fix usbip"M. Vefa Bicakci1-6/+0
2020-09-16usbip: simplify the return expression of usbip_core_init()Liu Shixin1-7/+1
2020-08-18usbip: Implement a match function to fix usbipM. Vefa Bicakci1-0/+6
2020-07-09usbip: Use fallthrough pseudo-keywordGustavo A. R. Silva4-8/+7
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-7/+7
2019-12-17usbip: Fix error path of vhci_recv_ret_submit()Suwan Kim1-4/+9
2019-12-17usbip: Fix receive error in vhci-hcd when using scatter-gatherSuwan Kim1-0/+3
2019-11-13usbip: Fix uninitialized symbol 'nents' in stub_recv_cmd_submit()Suwan Kim1-18/+32
2019-11-12USBIP: add config dependency for SGL_ALLOCOliver Neukum1-0/+1
2019-11-04Merge 5.4-rc6 into usb-nextGreg Kroah-Hartman1-0/+3
2019-10-28usbip: Fix free of unallocated memory in vhci txSuwan Kim1-0/+3
2019-10-14Merge 5.4-rc3 into usb-nextGreg Kroah-Hartman1-2/+2
2019-10-04usbip: clean up an indentation issueColin Ian King1-1/+1
2019-10-04usbip: vhci_hcd indicate failed messageMao Wenan1-2/+2
2019-09-03usbip: Implement SG support to vhci-hcd and stub driverSuwan Kim8-127/+380
2019-08-09USB: usbip: convert to use dev_groupsGreg Kroah-Hartman1-42/+8
2019-08-06USB: usbip: convert platform driver to use dev_groupsGreg Kroah-Hartman4-11/+8
2019-06-05usbip: Replace unused kvec array with single variable in vhci_send_cmd_unlink()Suwan Kim1-7/+5
2019-06-03Merge 5.2-rc3 into usb-nextGreg Kroah-Hartman1-22/+53
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
2019-05-21usbip: usbip_host: cleanup do_rebind() return pathShuah Khan1-5/+3
2019-05-08Merge tag 'usb-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-10/+5
2019-04-30usbip: vhci_hcd: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-04-25usb: usbip: fix isoc packet num validation in get_pipeMalte Leip2-9/+10
2019-04-25usbip: stub_rx: tidy the indenting in is_clear_halt_cmd()Dan Carpenter1-3/+3
2019-03-19usbip: Remove unnecessary null checkSuwan Kim1-7/+1
2019-01-30usbip: Fix vep_free_request() null pointer checks on input argsShuah Khan1-1/+2
2019-01-28Merge 5.0-rc4 into usb-nextGreg Kroah-Hartman1-7/+0
2019-01-25usbip: Fix vhci_urb_enqueue() URB null transfer buffer error pathShuah Khan1-2/+4
2019-01-22USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman1-0/+2
2019-01-18USB: usbip: delete README fileGreg Kroah-Hartman1-7/+0
2018-11-02Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-1/+1
2018-10-26Merge tag 'usb-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-1/+9
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-1/+1