summaryrefslogtreecommitdiff
path: root/drivers/usb/usbip
AgeCommit message (Expand)AuthorFilesLines
2021-09-22usbip: give back URBs for unsent unlink requests during cleanupAnirudh Rayabharam1-0/+24
2021-04-28usbip: synchronize event handler with sysfs code pathsShuah Khan1-0/+2
2021-04-28usbip: vudc synchronize sysfs code pathsShuah Khan2-0/+6
2021-04-28usbip: stub-dev synchronize sysfs code pathsShuah Khan1-2/+9
2021-04-28usbip: add sysfs_lock to synchronize sysfs code pathsShuah Khan3-5/+29
2021-04-28usbip: Fix incorrect double assignment to udc->ud.tcp_rxColin Ian King1-1/+1
2021-04-16usbip: fix vudc usbip_sockfd_store races leading to gpfShuah Khan1-8/+34
2021-03-17usbip: fix vhci_hcd attach_store() races leading to gpfShuah Khan1-4/+25
2021-03-17usbip: fix stub_dev usbip_sockfd_store() races leading to gpfShuah Khan1-7/+25
2021-03-17usbip: fix vudc to check for stream socketShuah Khan1-0/+10
2021-03-17usbip: fix vhci_hcd to check for stream socketShuah Khan1-1/+9
2021-03-17usbip: fix stub_dev to check for stream socketShuah Khan1-1/+11
2020-01-04usbip: Fix error path of vhci_recv_ret_submit()Suwan Kim1-4/+9
2019-11-12drivers: usb: usbip: Add missing break statement to switchGustavo A. R. Silva1-0/+1
2019-11-12usbip: fix possibility of dereference by NULLL pointer in vhci_hcd.cNobuo Iwata1-1/+2
2019-11-12usbip: Fix vhci_urb_enqueue() URB null transfer buffer error pathShuah Khan1-2/+4
2019-11-12usbip: stub_rx: fix static checker warning on unnecessary checksShuah Khan1-10/+1
2019-06-11usbip: usbip_host: fix stub_dev lock context imbalance regressionShuah Khan1-13/+23
2019-06-11usbip: 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-06-16usbip: vhci_sysfs: fix potential Spectre v1Gustavo A. R. Silva1-8/+16
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-02usbip: vhci_hcd: Fix usb device and sockfd leaksShuah Khan1-1/+1
2018-05-02usbip: usbip_host: fix to hold parent lock for device_attach() callsShuah Khan1-0/+5
2018-05-02usbip: usbip_event: fix to not print kernel pointer addressShuah Khan1-4/+0
2018-03-18usbip: 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-02-03usbip: vhci_hcd: clear just the USB_PORT_STAT_POWER bitShuah Khan1-1/+1
2018-01-31usbip: prevent vhci_hcd driver from leaking a socket pointer addressShuah Khan2-10/+16
2018-01-23usbip: fix warning in vhci_hcd_probe/lockdep_init_mapShuah Khan1-0/+1
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-13/+6
2017-12-20usbip: fix stub_send_ret_submit() vulnerability to null transfer_bufferShuah Khan1-0/+7
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-07-12usb: usbip: set buffer pointers to NULL after freeMichael Grzeschik2-0/+8
2017-06-24USB: usbip: fix nonconforming hub descriptorJohan Hovold1-3/+8
2017-01-06usbip: vudc: fix: Clear already_seen flag also for ep0Krzysztof Opasiak1-0/+2
2016-09-27usb: Kconfig: using select for USB_COMMON dependencyPeter Chen1-1/+2
2016-08-30usb: usbip: vudc: fix left shift overflowNicolas Iooss1-1/+1
2016-08-30usbip: vudc: Fix apparent cut-n-paste errorDave Jones1-1/+1