summaryrefslogtreecommitdiffstats
path: root/drivers/usb/usbip
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-07-041-4/+3Star
|\
| * USB: usbip: convert to use DRIVER_ATTR_RWGreg Kroah-Hartman2017-06-121-4/+3Star
* | usbip: Fix uninitialized variable bug in vhciYuyang Du2017-06-271-1/+1
* | usbip: vhci-hcd: Clean up the code by adding a new macroYuyang Du2017-06-132-6/+9
* | usbip: vhci-hcd: Add USB3 port status bitsYuyang Du2017-06-131-6/+50
* | usbip: Add USB_SPEED_SUPER as valid argYuyang Du2017-06-131-0/+1
* | usbip: vhci-hcd: Add USB3 SuperSpeed supportYuyang Du2017-06-133-94/+345
* | usbip: vhci-hcd: Set the vhci structure up to workYuyang Du2017-06-134-105/+145
* | usbip: vhci-hcd: Rework vhci_hcd_initYuyang Du2017-06-131-23/+28
* | usbip: vhci-hcd: Move VHCI platform device into vhci structYuyang Du2017-06-133-13/+13
* | usbip: vhci-hcd: Add vhci structYuyang Du2017-06-131-1/+11
* | usbip: vhci-hcd: Rename function names to reflect their struct namesYuyang Du2017-06-134-32/+31Star
* | usb: usbip: set buffer pointers to NULL after freeMichael Grzeschik2017-06-132-0/+8
|/
* USB: usbip: fix nonconforming hub descriptorJohan Hovold2017-05-171-3/+8
* usb: usbip: Remove unnecessary get_vdev()Yuyang Du2017-04-081-30/+2Star
* Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-031-0/+1
|\
| * sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...Ingo Molnar2017-03-021-0/+1
* | Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-03-031-21/+11Star
|\ \ | |/ |/|
| * usbip_recv(): switch to sock_recvmsg()Al Viro2016-12-271-21/+11Star
* | scripts/spelling.txt: add "overwritting" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
* | drivers: usb: usbip: Add missing break statement to switchGustavo A. R. Silva2017-02-091-0/+1
|/
* 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/+0Star
* 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-181-1/+1
* | usb: usbip: remove null checkSudip Mukherjee2016-06-081-1/+1
* | usbip: don't call stub_device_reset() during stub_disconnect()Alexander Popov2016-06-081-1/+1
|/
* usb: usbip: Avoid NULL pointer dereference in case of errorKrzysztof Opasiak2016-04-301-1/+1
* usbip: vudc: make dev_desc attribute binaryIgor Kotrasinski2016-04-301-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/+12Star
* usb: usbip: vudc: Fix WARN_ON() usage patternKrzysztof Opasiak2016-04-281-3/+2Star
* usbip: vudc: Add vudc to KconfigIgor Kotrasinski2016-04-272-0/+14
* usbip: vudc: Add SysFS infrastructure for VUDCIgor Kotrasinski2016-04-271-0/+221
* usbip: vudc: Add UDC specific opsIgor Kotrasinski2016-04-271-0/+662
* usbip: vudc: Add vudc_txIgor Kotrasinski2016-04-271-0/+289
* usbip: vudc: Add vudc_transferIgor Kotrasinski2016-04-271-0/+506