aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/usbip (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-4/+3
2017-06-27usbip: Fix uninitialized variable bug in vhciYuyang Du1-1/+1
2017-06-13usbip: vhci-hcd: Clean up the code by adding a new macroYuyang Du2-6/+9
2017-06-13usbip: vhci-hcd: Add USB3 port status bitsYuyang Du1-6/+50
2017-06-13usbip: Add USB_SPEED_SUPER as valid argYuyang Du1-0/+1
2017-06-13usbip: vhci-hcd: Add USB3 SuperSpeed supportYuyang Du3-94/+345
2017-06-13usbip: vhci-hcd: Set the vhci structure up to workYuyang Du4-105/+145
2017-06-13usbip: vhci-hcd: Rework vhci_hcd_initYuyang Du1-23/+28
2017-06-13usbip: vhci-hcd: Move VHCI platform device into vhci structYuyang Du3-13/+13
2017-06-13usbip: vhci-hcd: Add vhci structYuyang Du1-1/+11
2017-06-13usbip: vhci-hcd: Rename function names to reflect their struct namesYuyang Du4-32/+31
2017-06-13usb: usbip: set buffer pointers to NULL after freeMichael Grzeschik2-0/+8
2017-06-12USB: usbip: convert to use DRIVER_ATTR_RWGreg Kroah-Hartman1-4/+3
2017-05-17USB: usbip: fix nonconforming hub descriptorJohan Hovold1-3/+8
2017-04-08usb: usbip: Remove unnecessary get_vdev()Yuyang Du1-30/+2
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2017-03-02Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-21/+11
2017-03-02sched/headers: Prepare to move the get_task_struct()/put_task_struct() and related APIs from <linux/sched.h> to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-02-27scripts/spelling.txt: add "overwritting" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-09drivers: usb: usbip: Add missing break statement to switchGustavo A. R. Silva1-0/+1
2016-12-26usbip_recv(): switch to sock_recvmsg()Al Viro1-21/+11
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/balbi/usb into usb-nextGreg 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