summaryrefslogtreecommitdiff
path: root/drivers/usb/usbip
AgeCommit message (Expand)AuthorFilesLines
2018-05-25usbip: usbip_host: fix bad unlock balance during stub_probe()Shuah Khan (Samsung OSG)1-1/+2
2018-05-25usbip: usbip_host: fix NULL-ptr deref and use-after-free errorsShuah Khan (Samsung OSG)3-15/+60
2018-05-25usbip: fix error handling in stub_probe()Alexey Khoroshilov1-11/+15
2018-05-25usbip: usbip_host: run rebind from exit when module is removedShuah Khan (Samsung OSG)2-14/+52
2018-05-25usbip: usbip_host: delete device from busid_table after rebindShuah Khan (Samsung OSG)1-0/+6
2018-05-25usbip: 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-02-25usbip: keep usbip_device sockfd state in sync with tcp_socketShuah Khan2-0/+5
2018-02-16usbip: vhci: stop printing kernel pointer addresses in messagesShuah Khan3-23/+13
2018-02-16usbip: stub: stop printing kernel pointer addresses in messagesShuah Khan3-9/+7
2018-02-16usbip: prevent leaking socket pointer address in messagesShuah Khan3-14/+6
2018-02-16usbip: vhci-hcd: Add USB3 SuperSpeed supportYuyang Du1-1/+1
2018-02-16usb: usbip: Fix possible deadlocks reported by lockdepAndrew Goodbody5-65/+91
2018-02-16usbip: prevent vhci_hcd driver from leaking a socket pointer addressShuah Khan2-11/+16
2018-02-16usbip: fix stub_rx: harden CMD_SUBMIT path to handle malicious inputShuah Khan1-3/+27
2018-02-16usbip: fix stub_rx: get_pipe() to validate endpoint numberShuah Khan1-6/+10
2018-01-17usbip: remove kernel addresses from usb device and urb debug msgsShuah Khan1-14/+3
2017-12-20usbip: fix stub_send_ret_submit() vulnerability to null transfer_bufferShuah Khan1-0/+7
2017-07-15usb: usbip: set buffer pointers to NULL after freeMichael Grzeschik2-0/+8
2016-07-12USB: usbip: fix potential out-of-bounds writeIgnat Korchagin1-0/+11
2014-08-25usbip: remove struct usb_device_id tableValentina Manea1-27/+0
2014-08-25usbip: move usbip kernel code out of stagingValentina Manea17-0/+5664