aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/usbip
AgeCommit message (Expand)Author
2021-09-22usbip:vhci_hcd USB port can get stuck in the disabled stateShuah Khan
2021-09-22usbip: give back URBs for unsent unlink requests during cleanupAnirudh Rayabharam
2021-05-22usbip: vudc synchronize sysfs code pathsShuah Khan
2021-04-28usbip: Fix incorrect double assignment to udc->ud.tcp_rxColin Ian King
2021-04-16usbip: fix vudc usbip_sockfd_store races leading to gpfShuah Khan
2021-04-16usbip: synchronize event handler with sysfs code pathsShuah Khan
2021-04-16usbip: stub-dev synchronize sysfs code pathsShuah Khan
2021-04-16usbip: add sysfs_lock to synchronize sysfs code pathsShuah Khan
2021-04-07usbip: vhci_hcd fix shift out-of-bounds in vhci_hub_control()Shuah Khan
2021-03-17usbip: fix vhci_hcd attach_store() races leading to gpfShuah Khan
2021-03-17usbip: fix stub_dev usbip_sockfd_store() races leading to gpfShuah Khan
2021-03-17usbip: fix vudc to check for stream socketShuah Khan
2021-03-17usbip: fix vhci_hcd to check for stream socketShuah Khan
2021-03-17usbip: fix stub_dev to check for stream socketShuah Khan
2021-01-12usb: usbip: vhci_hcd: protect shift sizeRandy Dunlap
2019-12-31usbip: Fix error path of vhci_recv_ret_submit()Suwan Kim
2019-12-31usbip: Fix receive error in vhci-hcd when using scatter-gatherSuwan Kim
2019-12-01usbip: Fix uninitialized symbol 'nents' in stub_recv_cmd_submit()Suwan Kim
2019-11-12usbip: Fix free of unallocated memory in vhci txSuwan Kim
2019-11-12usbip: Implement SG support to vhci-hcd and stub driverSuwan Kim
2019-11-12usbip: stub_rx: fix static checker warning on unnecessary checksShuah Khan
2019-11-12usbip: Fix vhci_urb_enqueue() URB null transfer buffer error pathShuah Khan
2019-06-09usbip: usbip_host: fix stub_dev lock context imbalance regressionShuah Khan
2019-06-09usbip: usbip_host: fix BUG: sleeping function called from invalid contextShuah Khan
2019-05-08usb: usbip: fix isoc packet num validation in get_pipeMalte Leip
2018-11-13usbip:vudc: BUG kmalloc-2048 (Not tainted): Poison overwrittenShuah Khan (Samsung OSG)
2018-11-10usb: usbip: Fix BUG: KASAN: slab-out-of-bounds in vhci_hub_control()Shuah Khan (Samsung OSG)
2018-11-04usbip: vhci_hcd: update 'status' file header and formatShuah Khan
2018-06-16usbip: vhci_sysfs: fix potential Spectre v1Gustavo A. R. Silva
2018-05-25usbip: Correct maximum value of CONFIG_USBIP_VHCI_HC_PORTSBen Hutchings
2018-05-22usbip: usbip_host: fix bad unlock balance during stub_probe()Shuah Khan (Samsung OSG)
2018-05-22usbip: usbip_host: fix NULL-ptr deref and use-after-free errorsShuah Khan (Samsung OSG)
2018-05-22usbip: usbip_host: run rebind from exit when module is removedShuah Khan (Samsung OSG)
2018-05-22usbip: usbip_host: delete device from busid_table after rebindShuah Khan (Samsung OSG)
2018-05-22usbip: usbip_host: refine probe and disconnect debug msgs to be usefulShuah Khan
2018-05-01usbip: vhci_hcd: check rhport before using in vhci_hub_control()Shuah Khan
2018-05-01usbip: vhci_hcd: Fix usb device and sockfd leaksShuah Khan
2018-05-01usbip: usbip_host: fix to hold parent lock for device_attach() callsShuah Khan
2018-05-01usbip: usbip_event: fix to not print kernel pointer addressShuah Khan
2018-03-19usbip: vudc: fix null pointer dereference on udc->lockColin Ian King
2018-02-25usbip: keep usbip_device sockfd state in sync with tcp_socketShuah Khan
2018-01-17usbip: vudc_tx: fix v_send_ret_submit() vulnerability to null xfer bufferShuah Khan
2018-01-17usbip: fix vudc_rx: harden CMD_SUBMIT path to handle malicious inputShuah Khan
2018-01-17usbip: remove kernel addresses from usb device and urb debug msgsShuah Khan
2018-01-02usbip: vhci: stop printing kernel pointer addresses in messagesShuah Khan
2018-01-02usbip: stub: stop printing kernel pointer addresses in messagesShuah Khan
2018-01-02usbip: prevent leaking socket pointer address in messagesShuah Khan
2017-12-20usbip: fix stub_send_ret_submit() vulnerability to null transfer_bufferShuah Khan
2017-12-20usbip: prevent vhci_hcd driver from leaking a socket pointer addressShuah Khan
2017-12-20usbip: fix stub_rx: harden CMD_SUBMIT path to handle malicious inputShuah Khan