summaryrefslogtreecommitdiffstats
path: root/drivers/usb/usbip
Commit message (Expand)AuthorAgeFilesLines
* 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
* usbip: Fix uninitialized symbol 'nents' in stub_recv_cmd_submit()Suwan Kim2019-11-131-18/+32
* USBIP: add config dependency for SGL_ALLOCOliver Neukum2019-11-121-0/+1
* Merge 5.4-rc6 into usb-nextGreg Kroah-Hartman2019-11-041-0/+3
|\
| * usbip: Fix free of unallocated memory in vhci txSuwan Kim2019-10-281-0/+3
* | Merge 5.4-rc3 into usb-nextGreg Kroah-Hartman2019-10-141-2/+2
|\|
| * usbip: vhci_hcd indicate failed messageMao Wenan2019-10-041-2/+2
* | usbip: clean up an indentation issueColin Ian King2019-10-041-1/+1
|/
* usbip: Implement SG support to vhci-hcd and stub driverSuwan Kim2019-09-038-127/+380
* USB: usbip: convert to use dev_groupsGreg Kroah-Hartman2019-08-091-42/+8
* USB: usbip: convert platform driver to use dev_groupsGreg Kroah-Hartman2019-08-064-11/+8
* usbip: Replace unused kvec array with single variable in vhci_send_cmd_unlink()Suwan Kim2019-06-051-7/+5
* Merge 5.2-rc3 into usb-nextGreg Kroah-Hartman2019-06-031-22/+53
|\
| * usbip: usbip_host: fix stub_dev lock context imbalance regressionShuah Khan2019-05-291-13/+23
| * usbip: usbip_host: fix BUG: sleeping function called from invalid contextShuah Khan2019-05-211-22/+43
* | usbip: usbip_host: cleanup do_rebind() return pathShuah Khan2019-05-211-5/+3
|/
* Merge tag 'usb-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-05-082-10/+5
|\
| * usbip: vhci_hcd: Mark expected switch fall-throughGustavo A. R. Silva2019-04-301-0/+1
| * usbip: stub_rx: tidy the indenting in is_clear_halt_cmd()Dan Carpenter2019-04-251-3/+3
| * usbip: Remove unnecessary null checkSuwan Kim2019-03-191-7/+1
* | usb: usbip: fix isoc packet num validation in get_pipeMalte Leip2019-04-252-9/+10
|/
* usbip: Fix vep_free_request() null pointer checks on input argsShuah Khan2019-01-301-1/+2
* Merge 5.0-rc4 into usb-nextGreg Kroah-Hartman2019-01-281-7/+0
|\
| * USB: usbip: delete README fileGreg Kroah-Hartman2019-01-181-7/+0
* | usbip: Fix vhci_urb_enqueue() URB null transfer buffer error pathShuah Khan2019-01-251-2/+4
* | USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman2019-01-221-0/+2
|/
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-011-1/+1
|\
| * iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-1/+1
* | Merge tag 'usb-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-10-261-1/+9
|\ \
| * | usbip:vudc: BUG kmalloc-2048 (Not tainted): Poison overwrittenShuah Khan (Samsung OSG)2018-10-181-1/+9
| |/
* / usb: usbip: Fix BUG: KASAN: slab-out-of-bounds in vhci_hub_control()Shuah Khan (Samsung OSG)2018-10-091-15/+42
|/
* usb: usbip: remove redundant pointer epColin Ian King2018-07-131-2/+0
* usbip: vhci_sysfs: fix potential Spectre v1Gustavo A. R. Silva2018-05-241-8/+16
* usbip: usbip_host: fix bad unlock balance during stub_probe()Shuah Khan (Samsung OSG)2018-05-161-1/+2
* usbip: usbip_host: fix NULL-ptr deref and use-after-free errorsShuah Khan (Samsung OSG)2018-05-153-15/+60
* usbip: usbip_host: run rebind from exit when module is removedShuah Khan (Samsung OSG)2018-05-152-14/+52
* usbip: usbip_host: delete device from busid_table after rebindShuah Khan (Samsung OSG)2018-05-151-0/+6
* usbip: usbip_host: refine probe and disconnect debug msgs to be usefulShuah Khan2018-05-151-2/+2
* usbip: usbip_event: fix to not print kernel pointer addressShuah Khan2018-04-221-4/+0
* usbip: usbip_host: fix to hold parent lock for device_attach() callsShuah Khan2018-04-221-0/+5
* usbip: vhci_hcd: Fix usb device and sockfd leaksShuah Khan2018-04-221-1/+1
* usbip: vhci_hcd: check rhport before using in vhci_hub_control()Shuah Khan2018-04-221-0/+13