summaryrefslogtreecommitdiffstats
path: root/drivers/usb/usbip
Commit message (Expand)AuthorAgeFilesLines
* usbip: fix warning in vhci_hcd_probe/lockdep_init_mapShuah Khan2016-12-061-0/+1
* usbip: vudc: Refactor init_vudc_hw() to be more obviousKrzysztof Opasiak2016-12-051-17/+18
* usbip: vudc: fix: Clear already_seen flag also for ep0Krzysztof Opasiak2016-12-051-0/+2
* Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2016-11-181-1/+1
|\
| * usb: ip: remove unnecessary & operationFelipe Balbi2016-11-031-1/+1
* | usbip: fix possibility of dereference by NULLL pointer in vhci_hcd.cNobuo Iwata2016-11-071-1/+2
* | usb: usbip:checkpatch; fix bare use of unsignedJai Krishna2016-10-272-7/+7
|/
* usb: Kconfig: using select for USB_COMMON dependencyPeter Chen2016-09-271-1/+2
* usb: usbip: vudc: fix left shift overflowNicolas Iooss2016-08-301-1/+1
* usbip: vudc: Fix apparent cut-n-paste errorDave Jones2016-08-301-1/+1
* usbip: vhci_hcd: fix return value check in add_platform_device()Wei Yongjun2016-08-151-2/+2
* usb: usbip: stub_rx: don't print error when allocating urb failsWolfram Sang2016-08-151-1/+0
* usbip: vhci extension: modifications to vhci driverNobuo Iwata2016-08-095-180/+497
* Merge 4.7-rc4 into usb-nextGreg Kroah-Hartman2016-06-201-1/+1
|\
| * usbip: rate limit get_frame_number messageGreg Kroah-Hartman2016-06-171-1/+1
* | usb: usbip: remove null checkSudip Mukherjee2016-06-071-1/+1
* | usbip: don't call stub_device_reset() during stub_disconnect()Alexander Popov2016-06-071-1/+1
|/
* usb: usbip: Avoid NULL pointer dereference in case of errorKrzysztof Opasiak2016-04-291-1/+1
* usbip: vudc: make dev_desc attribute binaryIgor Kotrasinski2016-04-291-6/+14
* usbip: vudc: fix Kconfig dependenciesArnd Bergmann2016-04-281-4/+4
* usbip: safe completion against unbind operationNobuo Iwata2016-04-281-1/+4
* usb: usbip: vudc: Rename find_endpoint() to vudc_find_endpoint()Krzysztof Opasiak2016-04-284-6/+6
* usbip: fix NULL pointer dereference on errorsAlexander Popov2016-04-284-18/+12
* usb: usbip: vudc: Fix WARN_ON() usage patternKrzysztof Opasiak2016-04-281-3/+2
* usbip: vudc: Add vudc to KconfigIgor Kotrasinski2016-04-262-0/+14
* usbip: vudc: Add SysFS infrastructure for VUDCIgor Kotrasinski2016-04-261-0/+221
* usbip: vudc: Add UDC specific opsIgor Kotrasinski2016-04-261-0/+662
* usbip: vudc: Add vudc_txIgor Kotrasinski2016-04-261-0/+289
* usbip: vudc: Add vudc_transferIgor Kotrasinski2016-04-261-0/+506
* usbip: vudc: Add vudc_rxIgor Kotrasinski2016-04-261-0/+234
* usbip: vudc: Add VUDC main fileIgor Kotrasinski2016-04-261-0/+113
* usbip: vudc: Make usbip_common vudc-awareIgor Kotrasinski2016-04-262-4/+16
* usbip: vudc: Add header for USB/IP UDCIgor Kotrasinski2016-04-261-0/+190
* usbip: event handler as one threadNobuo Iwata2016-04-194-45/+137
* USB: usbip: fix potential out-of-bounds writeIgnat Korchagin2016-03-301-0/+11
* usbip: move usbip_protocol.txt to DocumentationChristian Lamparter2016-03-031-358/+0
* usb: usbip: Fix possible deadlocks reported by lockdepAndrew Goodbody2016-02-035-65/+91
* usbip: vhci_hcd: at unlink, return -EIDRM if vhci_rx took the urbIgor Kotrasinski2015-10-041-1/+1
* usbip: vhci_hcd: only return urb at enqueue when servedIgor Kotrasinski2015-10-041-1/+3
* usbip: vhci_hcd: Convert use of __constant_cpu_to_le16 to cpu_to_le16Vaishali Thakkar2015-10-041-1/+1
* usbip: vhci_hcd: use USB_DT_HUBSergei Shtylyov2015-04-031-1/+1
* usbip: vhci_hcd: use HUB_CHAR_*Sergei Shtylyov2015-01-251-1/+2
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * usb: usbip: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | usbip: fix error handling in stub_probe()Alexey Khoroshilov2014-12-021-11/+15
* | USB-IP: Deletion of unnecessary checks before the function call "usb_put_dev"Markus Elfring2014-11-241-6/+3
|/
* usbip: remove struct usb_device_id tableValentina Manea2014-08-251-27/+0
* usbip: move usbip kernel code out of stagingValentina Manea2014-08-2517-0/+5664
OpenPOWER on IntegriCloud