summaryrefslogtreecommitdiff
path: root/drivers/usb/usbip
AgeCommit message (Expand)Author
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-11-07USB: usbip: Remove redundant license textGreg Kroah-Hartman
2017-11-07usbip: use monotonic timestampsArnd Bergmann
2017-11-07usbip: fix off-by-one frame number calculationArnd Bergmann
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-01usb: usbip: Convert timers to use timer_setup()Kees Cook
2017-08-31usbip: vhci-hcd: make vhci_hc_driver constBhumika Goyal
2017-08-31usbip: auto retry for concurrent attachNobuo Iwata
2017-07-22USB: usbip: remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-06-27usbip: Fix uninitialized variable bug in vhciYuyang Du
2017-06-13usbip: vhci-hcd: Clean up the code by adding a new macroYuyang Du
2017-06-13usbip: vhci-hcd: Add USB3 port status bitsYuyang Du
2017-06-13usbip: Add USB_SPEED_SUPER as valid argYuyang Du
2017-06-13usbip: vhci-hcd: Add USB3 SuperSpeed supportYuyang Du
2017-06-13usbip: vhci-hcd: Set the vhci structure up to workYuyang Du
2017-06-13usbip: vhci-hcd: Rework vhci_hcd_initYuyang Du
2017-06-13usbip: vhci-hcd: Move VHCI platform device into vhci structYuyang Du
2017-06-13usbip: vhci-hcd: Add vhci structYuyang Du
2017-06-13usbip: vhci-hcd: Rename function names to reflect their struct namesYuyang Du
2017-06-13usb: usbip: set buffer pointers to NULL after freeMichael Grzeschik
2017-06-12USB: usbip: convert to use DRIVER_ATTR_RWGreg Kroah-Hartman
2017-05-17USB: usbip: fix nonconforming hub descriptorJohan Hovold
2017-04-08usb: usbip: Remove unnecessary get_vdev()Yuyang Du
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-03-02Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-03-02sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...Ingo Molnar
2017-02-27scripts/spelling.txt: add "overwritting" pattern and fix typo instancesMasahiro Yamada
2017-02-09drivers: usb: usbip: Add missing break statement to switchGustavo A. R. Silva
2016-12-26usbip_recv(): switch to sock_recvmsg()Al Viro
2016-12-06usbip: fix warning in vhci_hcd_probe/lockdep_init_mapShuah Khan
2016-12-05usbip: vudc: Refactor init_vudc_hw() to be more obviousKrzysztof Opasiak
2016-12-05usbip: vudc: fix: Clear already_seen flag also for ep0Krzysztof Opasiak
2016-11-18Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2016-11-07usbip: fix possibility of dereference by NULLL pointer in vhci_hcd.cNobuo Iwata
2016-11-03usb: ip: remove unnecessary & operationFelipe Balbi
2016-10-27usb: usbip:checkpatch; fix bare use of unsignedJai Krishna
2016-09-27usb: Kconfig: using select for USB_COMMON dependencyPeter Chen
2016-08-30usb: usbip: vudc: fix left shift overflowNicolas Iooss
2016-08-30usbip: vudc: Fix apparent cut-n-paste errorDave Jones
2016-08-15usbip: vhci_hcd: fix return value check in add_platform_device()Wei Yongjun
2016-08-15usb: usbip: stub_rx: don't print error when allocating urb failsWolfram Sang
2016-08-09usbip: vhci extension: modifications to vhci driverNobuo Iwata
2016-06-20Merge 4.7-rc4 into usb-nextGreg Kroah-Hartman
2016-06-17usbip: rate limit get_frame_number messageGreg Kroah-Hartman
2016-06-07usb: usbip: remove null checkSudip Mukherjee
2016-06-07usbip: don't call stub_device_reset() during stub_disconnect()Alexander Popov
2016-04-29usb: usbip: Avoid NULL pointer dereference in case of errorKrzysztof Opasiak
2016-04-29usbip: vudc: make dev_desc attribute binaryIgor Kotrasinski