summaryrefslogtreecommitdiffstats
path: root/drivers/usb/usbip
AgeCommit message (Expand)Author
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
2019-04-25usb: usbip: fix isoc packet num validation in get_pipeMalte Leip
2019-04-25usbip: stub_rx: tidy the indenting in is_clear_halt_cmd()Dan Carpenter
2019-03-19usbip: Remove unnecessary null checkSuwan Kim
2019-01-30usbip: Fix vep_free_request() null pointer checks on input argsShuah Khan
2019-01-28Merge 5.0-rc4 into usb-nextGreg Kroah-Hartman
2019-01-25usbip: Fix vhci_urb_enqueue() URB null transfer buffer error pathShuah Khan
2019-01-22USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman
2019-01-18USB: usbip: delete README fileGreg Kroah-Hartman
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-10-26Merge tag 'usb-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells
2018-10-18usbip:vudc: BUG kmalloc-2048 (Not tainted): Poison overwrittenShuah Khan (Samsung OSG)
2018-10-09usb: usbip: Fix BUG: KASAN: slab-out-of-bounds in vhci_hub_control()Shuah Khan (Samsung OSG)
2018-07-13usb: usbip: remove redundant pointer epColin Ian King
2018-05-24usbip: vhci_sysfs: fix potential Spectre v1Gustavo A. R. Silva
2018-05-16usbip: usbip_host: fix bad unlock balance during stub_probe()Shuah Khan (Samsung OSG)
2018-05-15usbip: usbip_host: fix NULL-ptr deref and use-after-free errorsShuah Khan (Samsung OSG)
2018-05-15usbip: usbip_host: run rebind from exit when module is removedShuah Khan (Samsung OSG)
2018-05-15usbip: usbip_host: delete device from busid_table after rebindShuah Khan (Samsung OSG)
2018-05-15usbip: usbip_host: refine probe and disconnect debug msgs to be usefulShuah Khan
2018-04-22usbip: usbip_event: fix to not print kernel pointer addressShuah Khan
2018-04-22usbip: usbip_host: fix to hold parent lock for device_attach() callsShuah Khan
2018-04-22usbip: vhci_hcd: Fix usb device and sockfd leaksShuah Khan