index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
usbip
/
vudc_dev.c
Age
Commit message (
Expand
)
Author
2021-04-05
usbip: vudc synchronize sysfs code paths
Shuah Khan
2019-08-06
USB: usbip: convert platform driver to use dev_groups
Greg Kroah-Hartman
2019-01-30
usbip: Fix vep_free_request() null pointer checks on input args
Shuah Khan
2018-07-13
usb: usbip: remove redundant pointer ep
Colin Ian King
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
2016-12-05
usbip: vudc: Refactor init_vudc_hw() to be more obvious
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-03
usb: ip: remove unnecessary & operation
Felipe Balbi
2016-10-27
usb: usbip:checkpatch; fix bare use of unsigned
Jai Krishna
2016-08-30
usbip: vudc: Fix apparent cut-n-paste error
Dave Jones
2016-04-28
usb: usbip: vudc: Rename find_endpoint() to vudc_find_endpoint()
Krzysztof Opasiak
2016-04-28
usb: usbip: vudc: Fix WARN_ON() usage pattern
Krzysztof Opasiak
2016-04-26
usbip: vudc: Add UDC specific ops
Igor Kotrasinski