aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/usbip/vudc_dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-30usbip: Fix vep_free_request() null pointer checks on input argsShuah Khan1-1/+2
2018-07-13usb: usbip: remove redundant pointer epColin Ian King1-2/+0
2017-11-07USB: usbip: Remove redundant license textGreg Kroah-Hartman1-13/+0
2017-11-07usbip: use monotonic timestampsArnd Bergmann1-4/+3
2017-11-07usbip: fix off-by-one frame number calculationArnd Bergmann1-1/+1
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2016-12-05usbip: vudc: Refactor init_vudc_hw() to be more obviousKrzysztof Opasiak1-17/+18
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-03usb: ip: remove unnecessary & operationFelipe Balbi1-1/+1
2016-10-27usb: usbip:checkpatch; fix bare use of unsignedJai Krishna1-4/+4
2016-08-30usbip: vudc: Fix apparent cut-n-paste errorDave Jones1-1/+1
2016-04-28usb: usbip: vudc: Rename find_endpoint() to vudc_find_endpoint()Krzysztof Opasiak1-1/+1
2016-04-28usb: usbip: vudc: Fix WARN_ON() usage patternKrzysztof Opasiak1-3/+2
2016-04-26usbip: vudc: Add UDC specific opsIgor Kotrasinski1-0/+662