aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/usbip (follow)
AgeCommit message (Expand)AuthorFilesLines
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/gregkh/usbLinus 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-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2018-10-26Merge tag 'usb-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-1/+9
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-1/+1
2018-10-18usbip:vudc: BUG kmalloc-2048 (Not tainted): Poison overwrittenShuah Khan (Samsung OSG)1-1/+9
2018-10-09usb: usbip: Fix BUG: KASAN: slab-out-of-bounds in vhci_hub_control()Shuah Khan (Samsung OSG)1-15/+42
2018-07-13usb: usbip: remove redundant pointer epColin Ian King1-2/+0
2018-05-24usbip: vhci_sysfs: fix potential Spectre v1Gustavo A. R. Silva1-8/+16
2018-05-16usbip: usbip_host: fix bad unlock balance during stub_probe()Shuah Khan (Samsung OSG)1-1/+2
2018-05-15usbip: usbip_host: fix NULL-ptr deref and use-after-free errorsShuah Khan (Samsung OSG)3-15/+60
2018-05-15usbip: usbip_host: run rebind from exit when module is removedShuah Khan (Samsung OSG)2-14/+52
2018-05-15usbip: usbip_host: delete device from busid_table after rebindShuah Khan (Samsung OSG)1-0/+6
2018-05-15usbip: usbip_host: refine probe and disconnect debug msgs to be usefulShuah Khan1-2/+2
2018-04-22usbip: usbip_event: fix to not print kernel pointer addressShuah Khan1-4/+0
2018-04-22usbip: usbip_host: fix to hold parent lock for device_attach() callsShuah Khan1-0/+5
2018-04-22usbip: vhci_hcd: Fix usb device and sockfd leaksShuah Khan1-1/+1
2018-04-22usbip: vhci_hcd: check rhport before using in vhci_hub_control()Shuah Khan1-0/+13
2018-03-20Merge branch 4.16-rc6 into usb-nextGreg Kroah-Hartman1-2/+6
2018-03-09usbip: vudc: fix null pointer dereference on udc->lockColin Ian King1-2/+6
2018-03-09usbip: Correct maximum value of CONFIG_USBIP_VHCI_HC_PORTSBen Hutchings1-1/+1
2018-02-15usbip: keep usbip_device sockfd state in sync with tcp_socketShuah Khan2-0/+5
2018-01-24USB: move many drivers to use DEVICE_ATTR_WOGreg Kroah-Hartman3-8/+8
2018-01-22usbip: vhci_hcd: update 'status' file header and formatShuah Khan1-6/+6
2018-01-15Merge 4.15-rc8 into usb-nextGreg Kroah-Hartman3-16/+31