index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
usbip
Age
Commit message (
Expand
)
Author
2018-01-04
usbip: vudc_tx: fix v_send_ret_submit() vulnerability to null xfer buffer
Shuah Khan
2018-01-04
usbip: remove kernel addresses from usb device and urb debug msgs
Shuah Khan
2018-01-04
usbip: fix vudc_rx: harden CMD_SUBMIT path to handle malicious input
Shuah Khan
2017-12-19
usbip: stub_rx: fix static checker warning on unnecessary checks
Shuah Khan
2017-12-19
usbip: prevent leaking socket pointer address in messages
Shuah Khan
2017-12-19
usbip: stub: stop printing kernel pointer addresses in messages
Shuah Khan
2017-12-19
usbip: vhci: stop printing kernel pointer addresses in messages
Shuah Khan
2017-12-08
usbip: fix stub_send_ret_submit() vulnerability to null transfer_buffer
Shuah Khan
2017-12-08
usbip: prevent vhci_hcd driver from leaking a socket pointer address
Shuah Khan
2017-12-08
usbip: fix stub_rx: harden CMD_SUBMIT path to handle malicious input
Shuah Khan
2017-12-08
usbip: fix stub_rx: get_pipe() to validate endpoint number
Shuah Khan
2017-11-30
usbip: Fix USB device hang due to wrong enabling of scatter-gather
Yuyang Du
2017-11-13
Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2017-11-07
USB: usbip: Remove redundant license text
Greg Kroah-Hartman
2017-11-07
usbip: use monotonic timestamps
Arnd Bergmann
2017-11-07
usbip: fix off-by-one frame number calculation
Arnd Bergmann
2017-11-04
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-01
usb: usbip: Convert timers to use timer_setup()
Kees Cook
2017-08-31
usbip: vhci-hcd: make vhci_hc_driver const
Bhumika Goyal
2017-08-31
usbip: auto retry for concurrent attach
Nobuo Iwata
2017-07-22
USB: usbip: remove unneeded MODULE_VERSION() usage
Greg Kroah-Hartman
2017-07-03
Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2017-06-27
usbip: Fix uninitialized variable bug in vhci
Yuyang Du
2017-06-13
usbip: vhci-hcd: Clean up the code by adding a new macro
Yuyang Du
2017-06-13
usbip: vhci-hcd: Add USB3 port status bits
Yuyang Du
2017-06-13
usbip: Add USB_SPEED_SUPER as valid arg
Yuyang Du
2017-06-13
usbip: vhci-hcd: Add USB3 SuperSpeed support
Yuyang Du
2017-06-13
usbip: vhci-hcd: Set the vhci structure up to work
Yuyang Du
2017-06-13
usbip: vhci-hcd: Rework vhci_hcd_init
Yuyang Du
2017-06-13
usbip: vhci-hcd: Move VHCI platform device into vhci struct
Yuyang Du
2017-06-13
usbip: vhci-hcd: Add vhci struct
Yuyang Du
2017-06-13
usbip: vhci-hcd: Rename function names to reflect their struct names
Yuyang Du
2017-06-13
usb: usbip: set buffer pointers to NULL after free
Michael Grzeschik
2017-06-12
USB: usbip: convert to use DRIVER_ATTR_RW
Greg Kroah-Hartman
2017-05-17
USB: usbip: fix nonconforming hub descriptor
Johan Hovold
2017-04-08
usb: usbip: Remove unnecessary get_vdev()
Yuyang Du
2017-03-03
Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2017-03-02
Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2017-03-02
sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...
Ingo Molnar
2017-02-27
scripts/spelling.txt: add "overwritting" pattern and fix typo instances
Masahiro Yamada
2017-02-09
drivers: usb: usbip: Add missing break statement to switch
Gustavo A. R. Silva
2016-12-26
usbip_recv(): switch to sock_recvmsg()
Al Viro
2016-12-06
usbip: fix warning in vhci_hcd_probe/lockdep_init_map
Shuah Khan
2016-12-05
usbip: vudc: Refactor init_vudc_hw() to be more obvious
Krzysztof Opasiak
2016-12-05
usbip: vudc: fix: Clear already_seen flag also for ep0
Krzysztof Opasiak
2016-11-18
Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
2016-11-07
usbip: fix possibility of dereference by NULLL pointer in vhci_hcd.c
Nobuo Iwata
2016-11-03
usb: ip: remove unnecessary & operation
Felipe Balbi
2016-10-27
usb: usbip:checkpatch; fix bare use of unsigned
Jai Krishna
[next]