summaryrefslogtreecommitdiffstats
path: root/drivers/usb/usbip
Commit message (Expand)AuthorAgeFilesLines
* usbip: vudc_tx: fix v_send_ret_submit() vulnerability to null xfer bufferShuah Khan2018-01-041-2/+9
* usbip: remove kernel addresses from usb device and urb debug msgsShuah Khan2018-01-041-14/+3
* usbip: fix vudc_rx: harden CMD_SUBMIT path to handle malicious inputShuah Khan2018-01-041-0/+19
* usbip: stub_rx: fix static checker warning on unnecessary checksShuah Khan2017-12-191-10/+1
* usbip: prevent leaking socket pointer address in messagesShuah Khan2017-12-193-14/+7
* usbip: stub: stop printing kernel pointer addresses in messagesShuah Khan2017-12-193-10/+8
* usbip: vhci: stop printing kernel pointer addresses in messagesShuah Khan2017-12-193-23/+13
* usbip: fix stub_send_ret_submit() vulnerability to null transfer_bufferShuah Khan2017-12-081-0/+7
* usbip: prevent vhci_hcd driver from leaking a socket pointer addressShuah Khan2017-12-082-9/+17
* usbip: fix stub_rx: harden CMD_SUBMIT path to handle malicious inputShuah Khan2017-12-081-4/+31
* usbip: fix stub_rx: get_pipe() to validate endpoint numberShuah Khan2017-12-081-7/+11
* usbip: Fix USB device hang due to wrong enabling of scatter-gatherYuyang Du2017-11-301-1/+0
* Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-1320-287/+29
|\
| * USB: usbip: Remove redundant license textGreg Kroah-Hartman2017-11-0720-277/+0
| * usbip: use monotonic timestampsArnd Bergmann2017-11-073-6/+5
| * usbip: fix off-by-one frame number calculationArnd Bergmann2017-11-071-1/+1
| * USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-0420-0/+20
| * usb: usbip: Convert timers to use timer_setup()Kees Cook2017-11-011-3/+3
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* usbip: vhci-hcd: make vhci_hc_driver constBhumika Goyal2017-08-311-1/+1
* usbip: auto retry for concurrent attachNobuo Iwata2017-08-311-1/+5
* USB: usbip: remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman2017-07-224-8/+0
* Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-07-031-4/+3
|\
| * USB: usbip: convert to use DRIVER_ATTR_RWGreg Kroah-Hartman2017-06-121-4/+3
* | 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/+31
* | 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/+2
* 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-021-21/+11
|\ \ | |/ |/|
| * usbip_recv(): switch to sock_recvmsg()Al Viro2016-12-261-21/+11
* | scripts/spelling.txt: add "overwritting" pattern and fix typo instancesMasahiro Yamada2017-02-271-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
|/
OpenPOWER on IntegriCloud