summaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/usbtest.c
Commit message (Expand)AuthorAgeFilesLines
* usb: misc: usbtest: remove duplicate & operationJaejoong Kim2017-10-231-1/+1
* 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/+21Star
* 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/+0Star
* 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-241-1/+1
* usbtest: Add interrupt EP testcasesAmit Virdi2014-08-291-15/+98
* USB: usbtest: add a timeout for scatter-gather testsAlan Stern2014-06-181-1/+15
* usb: usbtest: add pattern check on pipe in phase of unlink readHuang Rui2014-05-281-0/+3
* usb: usbtest: fix unlink write error with pattern 1Huang Rui2014-05-281-0/+10
* Merge tag 'for-usb-next-2013-12-20' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2013-12-221-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-191-1/+10
* | usb: usbtest: Add timetout to simple_io()Roger Quadros2013-12-191-3/+11
|/
* usb: usbtest: update bos test coverage to usb 2.1 deviceHuang Rui2013-12-091-1/+1
* usb: usbtest: fix the bit mask of usb 2.0 extension descriptorHuang Rui2013-12-091-2/+2
* usb: usbtest: add a test case to support bos for queue controlHuang Rui2013-12-091-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-301-0/+13
* usb: usbtest: fix checkpatch warning as sizeof code styleHuang Rui2013-10-301-8/+8
* usb: usbtest: bmAttributes would better be maskedHuang Rui2013-09-261-1/+1
* USB: simplify the interface of usb_get_status()Alan Stern2013-08-011-5/+4Star
* USB: altsetting overrides for usbtestAlan Stern2013-01-311-1/+12
* USB: usbtest: fix test number in log messageAlan Stern2013-01-071-1/+1
* USB: usbtest: prevent a divide by zero bugDan Carpenter2012-11-211-0/+3
* usb: misc: usbtest: send ISO packets for g_zeroBoyan Nedeltchev2012-11-141-0/+1
* usb: usbtest: two super speed fixes for usbtestPaul Zimmerman2012-05-011-5/+12
* drivers/usb/misc/usbtest.c: add kfreesJulia Lawall2012-04-181-0/+2
* usb: usbtest: avoid integer overflow in alloc_sglist()Xi Wang2012-04-181-1/+1
* usb: usbtest: avoid integer overflow in test_ctrl_queue()Xi Wang2012-04-181-2/+3
* USB: remove BKL commentsDavidlohr Bueso2011-11-271-1/+0Star
* usb: Provide usb_speed_string() functionMichal Nazarewicz2011-09-181-19/+2Star
* USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-231-3/+3