summaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/usbtest.c
Commit message (Expand)AuthorAgeFilesLines
* usb: misc: usbtest: add super-speed isoc supportPeter Chen2019-02-131-4/+24
* usb: usbtest: use irqsave() in USB's complete callbackSebastian Andrzej Siewior2018-07-061-4/+6
* usb: usbtest: Remove stack VLA usageTobin C. Harding2018-03-091-1/+4
* usb: usbtest: Add TEST 29, toggle sync, Clear toggle between bulk writesMathias Nyman2017-12-151-0/+70
* Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-131-5/+6
|\
| * usb: core: introduce a new usb_get_std_status() helperFelipe Balbi2017-11-071-4/+4
| * USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
| * usb: misc: usbtest: remove duplicate & operationJaejoong Kim2017-10-231-1/+1
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-131-7/+15
|\ \ | |/ |/|
| * usb: usbtest: Convert timers to use timer_setup()Kees Cook2017-11-011-7/+15
* | usb: usbtest: fix NULL pointer dereferenceAlan Stern2017-10-111-2/+3
* | usb: misc: usbtest: Fix overflow in usbtest_do_ioctl()Dan Carpenter2017-10-111-0/+5
|/
* usb: misc: refactor codeGustavo A. R. Silva2017-04-081-28/+21
* usb: misc: add missing continue in switchGustavo A. R. Silva2017-04-081-0/+1
* usb: misc: usbtest: remove redundant check on retval < 0Colin Ian King2017-02-141-1/+1
* usb: misc: usbtest: remove unnecessary & operationFelipe Balbi2016-11-031-1/+1
* usb: misc: usbtest: make use of new usb_endpoint_maxp_mult()Felipe Balbi2016-11-031-2/+2
* usb: misc: usbtest: add fix for driver hangLu Baolu2016-08-111-3/+4
* usb: misc: usbtest: usbtest_do_ioctl may return positive integerPeter Chen2016-08-091-1/+1
* usb: misc: usbtest: fix pattern tests for scatterlists.Mathias Nyman2016-05-031-1/+3
* usb: misc: usbtest: fix error of urb allocationChunfeng Yun2016-04-281-0/+3
* usb: misc: usbtest: Remove timeval usageDeepa Dinamani2015-12-011-82/+147
* usb: misc: usbtest: improve the description for error messagePeter Chen2015-12-011-2/+2
* usb: misc: usbtest: add bulk queue testPeter Chen2015-10-131-31/+74
* usb: misc: usbtest: format the data pattern according to max packet sizeAlan Stern2015-09-271-9/+26
* usb: misc: usbtest: using the same data format among write/compare/outputPeter Chen2015-09-271-3/+3
* usb: misc: usbtest: delete useless memset for urbs arrayPeter Chen2015-09-271-1/+0
* usb: misc: usbtest: allocate size of urb array according to user parameterPeter Chen2015-09-271-4/+5
* usb: misc: usbtest: format max packet size for iso transferPeter Chen2015-08-181-3/+4
* usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek2014-09-231-1/+1
* usbtest: Add interrupt EP testcasesAmit Virdi2014-08-291-15/+98
* USB: usbtest: add a timeout for scatter-gather testsAlan Stern2014-06-171-1/+15
* usb: usbtest: add pattern check on pipe in phase of unlink readHuang Rui2014-05-271-0/+3
* usb: usbtest: fix unlink write error with pattern 1Huang Rui2014-05-271-0/+10
* Merge tag 'for-usb-next-2013-12-20' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2013-12-211-1/+1
|\
| * usbtest: Fix BOS control test for USB 2.01 devices.Sarah Sharp2013-12-171-1/+1
* | usb: usbtest: Always clear halt else further tests will failRoger Quadros2013-12-181-1/+10
* | usb: usbtest: Add timetout to simple_io()Roger Quadros2013-12-181-3/+11
|/
* usb: usbtest: update bos test coverage to usb 2.1 deviceHuang Rui2013-12-081-1/+1
* usb: usbtest: fix the bit mask of usb 2.0 extension descriptorHuang Rui2013-12-081-2/+2
* usb: usbtest: add a test case to support bos for queue controlHuang Rui2013-12-081-1/+10
* usb: usbtest: support container id descriptor testHuang Rui2013-10-301-0/+27
* usb: usbtest: support superspeed device capbility descriptor testHuang Rui2013-10-301-0/+37
* usb: usbtest: support usb2 extension descriptor testHuang Rui2013-10-301-0/+77
* usb: usbtest: support bos descriptor test for usb 3.0Huang Rui2013-10-291-0/+13
* usb: usbtest: fix checkpatch warning as sizeof code styleHuang Rui2013-10-291-8/+8
* usb: usbtest: bmAttributes would better be maskedHuang Rui2013-09-251-1/+1
* USB: simplify the interface of usb_get_status()Alan Stern2013-07-311-5/+4
* USB: altsetting overrides for usbtestAlan Stern2013-01-311-1/+12
* USB: usbtest: fix test number in log messageAlan Stern2013-01-071-1/+1