summaryrefslogtreecommitdiff
path: root/drivers/usb/usbip
AgeCommit message (Expand)AuthorFilesLines
2018-02-16usbip: fix 3eee23c3ec14 tcp_socket address still in the status fileShuah Khan1-4/+3
2018-02-16usbip: vhci_hcd: clear just the USB_PORT_STAT_POWER bitShuah Khan1-1/+1
2018-01-31usbip: prevent leaking socket pointer address in messagesShuah Khan3-14/+6
2018-01-31usbip: fix stub_rx: harden CMD_SUBMIT path to handle malicious inputShuah Khan1-3/+27
2018-01-31usbip: fix stub_rx: get_pipe() to validate endpoint numberShuah Khan1-7/+11
2018-01-31usb: usbip: Fix possible deadlocks reported by lockdepAndrew Goodbody5-65/+91
2018-01-31usbip: prevent vhci_hcd driver from leaking a socket pointer addressShuah Khan2-10/+16
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-9/+7
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
2017-06-29USB: usbip: fix nonconforming hub descriptorJohan Hovold1-3/+8
2016-05-04USB: usbip: fix potential out-of-bounds writeIgnat Korchagin1-0/+11
2015-10-04usbip: vhci_hcd: at unlink, return -EIDRM if vhci_rx took the urbIgor Kotrasinski1-1/+1
2015-10-04usbip: vhci_hcd: only return urb at enqueue when servedIgor Kotrasinski1-1/+3
2015-10-04usbip: vhci_hcd: Convert use of __constant_cpu_to_le16 to cpu_to_le16Vaishali Thakkar1-1/+1
2015-04-03usbip: vhci_hcd: use USB_DT_HUBSergei Shtylyov1-1/+1
2015-01-25usbip: vhci_hcd: use HUB_CHAR_*Sergei Shtylyov1-1/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2014-12-02usbip: fix error handling in stub_probe()Alexey Khoroshilov1-11/+15
2014-11-24USB-IP: Deletion of unnecessary checks before the function call "usb_put_dev"Markus Elfring1-6/+3
2014-10-20usb: usbip: drop owner assignment from platform_driversWolfram Sang1-1/+0
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