summaryrefslogtreecommitdiff
path: root/drivers/usb/usbip
AgeCommit message (Expand)AuthorFilesLines
2016-12-06usbip: fix warning in vhci_hcd_probe/lockdep_init_mapShuah Khan1-0/+1
2016-12-05usbip: vudc: Refactor init_vudc_hw() to be more obviousKrzysztof Opasiak1-17/+18
2016-12-05usbip: vudc: fix: Clear already_seen flag also for ep0Krzysztof Opasiak1-0/+2
2016-11-18Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman1-1/+1
2016-11-07usbip: fix possibility of dereference by NULLL pointer in vhci_hcd.cNobuo Iwata1-1/+2
2016-11-03usb: ip: remove unnecessary & operationFelipe Balbi1-1/+1
2016-10-27usb: usbip:checkpatch; fix bare use of unsignedJai Krishna2-7/+7
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
2016-08-15usbip: vhci_hcd: fix return value check in add_platform_device()Wei Yongjun1-2/+2
2016-08-15usb: usbip: stub_rx: don't print error when allocating urb failsWolfram Sang1-1/+0
2016-08-09usbip: vhci extension: modifications to vhci driverNobuo Iwata5-180/+497
2016-06-20Merge 4.7-rc4 into usb-nextGreg Kroah-Hartman1-1/+1
2016-06-17usbip: rate limit get_frame_number messageGreg Kroah-Hartman1-1/+1
2016-06-07usb: usbip: remove null checkSudip Mukherjee1-1/+1
2016-06-07usbip: don't call stub_device_reset() during stub_disconnect()Alexander Popov1-1/+1
2016-04-29usb: usbip: Avoid NULL pointer dereference in case of errorKrzysztof Opasiak1-1/+1
2016-04-29usbip: vudc: make dev_desc attribute binaryIgor Kotrasinski1-6/+14
2016-04-28usbip: vudc: fix Kconfig dependenciesArnd Bergmann1-4/+4
2016-04-28usbip: safe completion against unbind operationNobuo Iwata1-1/+4
2016-04-28usb: usbip: vudc: Rename find_endpoint() to vudc_find_endpoint()Krzysztof Opasiak4-6/+6
2016-04-28usbip: fix NULL pointer dereference on errorsAlexander Popov4-18/+12
2016-04-28usb: usbip: vudc: Fix WARN_ON() usage patternKrzysztof Opasiak1-3/+2
2016-04-26usbip: vudc: Add vudc to KconfigIgor Kotrasinski2-0/+14
2016-04-26usbip: vudc: Add SysFS infrastructure for VUDCIgor Kotrasinski1-0/+221
2016-04-26usbip: vudc: Add UDC specific opsIgor Kotrasinski1-0/+662
2016-04-26usbip: vudc: Add vudc_txIgor Kotrasinski1-0/+289
2016-04-26usbip: vudc: Add vudc_transferIgor Kotrasinski1-0/+506
2016-04-26usbip: vudc: Add vudc_rxIgor Kotrasinski1-0/+234
2016-04-26usbip: vudc: Add VUDC main fileIgor Kotrasinski1-0/+113
2016-04-26usbip: vudc: Make usbip_common vudc-awareIgor Kotrasinski2-4/+16
2016-04-26usbip: vudc: Add header for USB/IP UDCIgor Kotrasinski1-0/+190
2016-04-19usbip: event handler as one threadNobuo Iwata4-45/+137
2016-03-30USB: usbip: fix potential out-of-bounds writeIgnat Korchagin1-0/+11
2016-03-03usbip: move usbip_protocol.txt to DocumentationChristian Lamparter1-358/+0
2016-02-03usb: usbip: Fix possible deadlocks reported by lockdepAndrew Goodbody5-65/+91
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