summaryrefslogtreecommitdiff
path: root/drivers/usb/usbip
AgeCommit message (Expand)AuthorFilesLines
2021-01-12usb: usbip: vhci_hcd: protect shift sizeRandy Dunlap1-0/+2
2019-12-31usbip: Fix error path of vhci_recv_ret_submit()Suwan Kim1-4/+9
2019-12-31usbip: Fix receive error in vhci-hcd when using scatter-gatherSuwan Kim1-0/+3
2019-12-01usbip: Fix uninitialized symbol 'nents' in stub_recv_cmd_submit()Suwan Kim1-18/+32
2019-11-12usbip: Fix free of unallocated memory in vhci txSuwan Kim1-0/+3
2019-11-12usbip: Implement SG support to vhci-hcd and stub driverSuwan Kim9-127/+381
2019-11-12usbip: stub_rx: fix static checker warning on unnecessary checksShuah Khan1-10/+1
2019-11-12usbip: Fix vhci_urb_enqueue() URB null transfer buffer error pathShuah Khan1-2/+4
2019-06-09usbip: usbip_host: fix stub_dev lock context imbalance regressionShuah Khan1-13/+23
2019-06-09usbip: usbip_host: fix BUG: sleeping function called from invalid contextShuah Khan1-22/+43
2019-05-08usb: usbip: fix isoc packet num validation in get_pipeMalte Leip2-9/+10
2018-11-13usbip:vudc: BUG kmalloc-2048 (Not tainted): Poison overwrittenShuah Khan (Samsung OSG)1-1/+9
2018-11-10usb: usbip: Fix BUG: KASAN: slab-out-of-bounds in vhci_hub_control()Shuah Khan (Samsung OSG)1-15/+42
2018-11-04usbip: vhci_hcd: update 'status' file header and formatShuah Khan1-6/+6
2018-06-16usbip: vhci_sysfs: fix potential Spectre v1Gustavo A. R. Silva1-8/+16
2018-05-25usbip: Correct maximum value of CONFIG_USBIP_VHCI_HC_PORTSBen Hutchings1-1/+1
2018-05-22usbip: usbip_host: fix bad unlock balance during stub_probe()Shuah Khan (Samsung OSG)1-1/+2
2018-05-22usbip: usbip_host: fix NULL-ptr deref and use-after-free errorsShuah Khan (Samsung OSG)3-15/+60
2018-05-22usbip: usbip_host: run rebind from exit when module is removedShuah Khan (Samsung OSG)2-14/+52
2018-05-22usbip: usbip_host: delete device from busid_table after rebindShuah Khan (Samsung OSG)1-0/+6
2018-05-22usbip: usbip_host: refine probe and disconnect debug msgs to be usefulShuah Khan1-2/+2
2018-05-01usbip: vhci_hcd: check rhport before using in vhci_hub_control()Shuah Khan1-0/+13
2018-05-01usbip: vhci_hcd: Fix usb device and sockfd leaksShuah Khan1-1/+1
2018-05-01usbip: usbip_host: fix to hold parent lock for device_attach() callsShuah Khan1-0/+5
2018-05-01usbip: usbip_event: fix to not print kernel pointer addressShuah Khan1-4/+0
2018-03-19usbip: vudc: fix null pointer dereference on udc->lockColin Ian King1-2/+6
2018-02-25usbip: keep usbip_device sockfd state in sync with tcp_socketShuah Khan2-0/+5
2018-01-17usbip: vudc_tx: fix v_send_ret_submit() vulnerability to null xfer bufferShuah Khan1-2/+9
2018-01-17usbip: fix vudc_rx: harden CMD_SUBMIT path to handle malicious inputShuah Khan1-0/+19
2018-01-17usbip: remove kernel addresses from usb device and urb debug msgsShuah Khan1-14/+3
2018-01-02usbip: vhci: stop printing kernel pointer addresses in messagesShuah Khan3-23/+13
2018-01-02usbip: stub: stop printing kernel pointer addresses in messagesShuah Khan3-10/+8
2018-01-02usbip: prevent leaking socket pointer address in messagesShuah Khan3-14/+7
2017-12-20usbip: fix stub_send_ret_submit() vulnerability to null transfer_bufferShuah Khan1-0/+7
2017-12-20usbip: prevent vhci_hcd driver from leaking a socket pointer addressShuah Khan2-9/+17
2017-12-20usbip: fix stub_rx: harden CMD_SUBMIT path to handle malicious inputShuah Khan1-4/+31
2017-12-20usbip: fix stub_rx: get_pipe() to validate endpoint numberShuah Khan1-7/+11
2017-12-10usbip: Fix USB device hang due to wrong enabling of scatter-gatherYuyang Du1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-31usbip: vhci-hcd: make vhci_hc_driver constBhumika Goyal1-1/+1
2017-08-31usbip: auto retry for concurrent attachNobuo Iwata1-1/+5
2017-07-22USB: usbip: remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman4-8/+0
2017-07-04Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+3
2017-06-27usbip: Fix uninitialized variable bug in vhciYuyang Du1-1/+1
2017-06-13usbip: vhci-hcd: Clean up the code by adding a new macroYuyang Du2-6/+9
2017-06-13usbip: vhci-hcd: Add USB3 port status bitsYuyang Du1-6/+50
2017-06-13usbip: Add USB_SPEED_SUPER as valid argYuyang Du1-0/+1
2017-06-13usbip: vhci-hcd: Add USB3 SuperSpeed supportYuyang Du3-94/+345
2017-06-13usbip: vhci-hcd: Set the vhci structure up to workYuyang Du4-105/+145
2017-06-13usbip: vhci-hcd: Rework vhci_hcd_initYuyang Du1-23/+28