aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/usbtest.c
AgeCommit message (Expand)Author
2023-10-08usb: usbtest: fix a type promotion bugDan Carpenter
2022-07-27usb/misc: fix repeated words in commentsJilin Yuan
2020-07-21usb: usbtest: reduce stack usage in test_queueBixuan Cui
2020-07-10usb: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-18usb: usbtest: fix missing kfree(dev->buf) in usbtest_disconnectZqiang
2019-02-13usb: misc: usbtest: add super-speed isoc supportPeter Chen
2018-07-06usb: usbtest: use irqsave() in USB's complete callbackSebastian Andrzej Siewior
2018-03-09usb: usbtest: Remove stack VLA usageTobin C. Harding
2017-12-15usb: usbtest: Add TEST 29, toggle sync, Clear toggle between bulk writesMathias Nyman
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-07usb: core: introduce a new usb_get_std_status() helperFelipe Balbi
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-11-01usb: usbtest: Convert timers to use timer_setup()Kees Cook
2017-10-23usb: misc: usbtest: remove duplicate & operationJaejoong Kim
2017-10-11usb: usbtest: fix NULL pointer dereferenceAlan Stern
2017-10-11usb: misc: usbtest: Fix overflow in usbtest_do_ioctl()Dan Carpenter
2017-04-08usb: misc: refactor codeGustavo A. R. Silva
2017-04-08usb: misc: add missing continue in switchGustavo A. R. Silva
2017-02-14usb: misc: usbtest: remove redundant check on retval < 0Colin Ian King
2016-11-03usb: misc: usbtest: remove unnecessary & operationFelipe Balbi
2016-11-03usb: misc: usbtest: make use of new usb_endpoint_maxp_mult()Felipe Balbi
2016-08-11usb: misc: usbtest: add fix for driver hangLu Baolu
2016-08-09usb: misc: usbtest: usbtest_do_ioctl may return positive integerPeter Chen
2016-05-03usb: misc: usbtest: fix pattern tests for scatterlists.Mathias Nyman
2016-04-28usb: misc: usbtest: fix error of urb allocationChunfeng Yun
2015-12-01usb: misc: usbtest: Remove timeval usageDeepa Dinamani
2015-12-01usb: misc: usbtest: improve the description for error messagePeter Chen
2015-10-13usb: misc: usbtest: add bulk queue testPeter Chen
2015-09-27usb: misc: usbtest: format the data pattern according to max packet sizeAlan Stern
2015-09-27usb: misc: usbtest: using the same data format among write/compare/outputPeter Chen
2015-09-27usb: misc: usbtest: delete useless memset for urbs arrayPeter Chen
2015-09-27usb: misc: usbtest: allocate size of urb array according to user parameterPeter Chen
2015-08-18usb: misc: usbtest: format max packet size for iso transferPeter Chen
2014-09-23usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek
2014-08-29usbtest: Add interrupt EP testcasesAmit Virdi
2014-06-17USB: usbtest: add a timeout for scatter-gather testsAlan Stern
2014-05-27usb: usbtest: add pattern check on pipe in phase of unlink readHuang Rui
2014-05-27usb: usbtest: fix unlink write error with pattern 1Huang Rui
2013-12-21Merge tag 'for-usb-next-2013-12-20' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman
2013-12-18usb: usbtest: Always clear halt else further tests will failRoger Quadros
2013-12-18usb: usbtest: Add timetout to simple_io()Roger Quadros
2013-12-17usbtest: Fix BOS control test for USB 2.01 devices.Sarah Sharp
2013-12-08usb: usbtest: update bos test coverage to usb 2.1 deviceHuang Rui
2013-12-08usb: usbtest: fix the bit mask of usb 2.0 extension descriptorHuang Rui
2013-12-08usb: usbtest: add a test case to support bos for queue controlHuang Rui
2013-10-30usb: usbtest: support container id descriptor testHuang Rui
2013-10-30usb: usbtest: support superspeed device capbility descriptor testHuang Rui
2013-10-30usb: usbtest: support usb2 extension descriptor testHuang Rui
2013-10-29usb: usbtest: support bos descriptor test for usb 3.0Huang Rui