aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/usbtest.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()timers-cleanups-2025-06-08Ingo Molnar1-1/+1
2025-05-08treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack()timers-cleanups-2025-05-25Ingo Molnar1-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2024-11-13drivers/usb/misc: refactor min with min_tSabyrzhan Tasbolatov1-1/+2
2023-10-08usb: usbtest: fix a type promotion bugDan Carpenter1-1/+1
2022-07-27usb/misc: fix repeated words in commentsJilin Yuan1-1/+1
2020-07-21usb: usbtest: reduce stack usage in test_queueBixuan Cui1-1/+9
2020-07-10usb: Use fallthrough pseudo-keywordGustavo A. R. Silva1-4/+4
2020-06-18usb: usbtest: fix missing kfree(dev->buf) in usbtest_disconnectZqiang1-0/+1
2019-02-13usb: misc: usbtest: add super-speed isoc supportPeter Chen1-4/+24
2018-07-06usb: usbtest: use irqsave() in USB's complete callbackSebastian Andrzej Siewior1-4/+6
2018-03-09usb: usbtest: Remove stack VLA usageTobin C. Harding1-1/+4
2017-12-15usb: usbtest: Add TEST 29, toggle sync, Clear toggle between bulk writesMathias Nyman1-0/+70
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-5/+6
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-7/+15
2017-11-07usb: core: introduce a new usb_get_std_status() helperFelipe Balbi1-4/+4
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-11-01usb: usbtest: Convert timers to use timer_setup()Kees Cook1-7/+15
2017-10-23usb: misc: usbtest: remove duplicate & operationJaejoong Kim1-1/+1
2017-10-11usb: usbtest: fix NULL pointer dereferenceAlan Stern1-2/+3
2017-10-11usb: misc: usbtest: Fix overflow in usbtest_do_ioctl()Dan Carpenter1-0/+5
2017-04-08usb: misc: refactor codeGustavo A. R. Silva1-28/+21
2017-04-08usb: misc: add missing continue in switchGustavo A. R. Silva1-0/+1
2017-02-14usb: misc: usbtest: remove redundant check on retval < 0Colin Ian King1-1/+1
2016-11-03usb: misc: usbtest: remove unnecessary & operationFelipe Balbi1-1/+1
2016-11-03usb: misc: usbtest: make use of new usb_endpoint_maxp_mult()Felipe Balbi1-2/+2
2016-08-11usb: misc: usbtest: add fix for driver hangLu Baolu1-3/+4
2016-08-09usb: misc: usbtest: usbtest_do_ioctl may return positive integerPeter Chen1-1/+1
2016-05-03usb: misc: usbtest: fix pattern tests for scatterlists.Mathias Nyman1-1/+3
2016-04-28usb: misc: usbtest: fix error of urb allocationChunfeng Yun1-0/+3
2015-12-01usb: misc: usbtest: Remove timeval usageDeepa Dinamani1-82/+147
2015-12-01usb: misc: usbtest: improve the description for error messagePeter Chen1-2/+2
2015-10-13usb: misc: usbtest: add bulk queue testPeter Chen1-31/+74
2015-09-27usb: misc: usbtest: format the data pattern according to max packet sizeAlan Stern1-9/+26
2015-09-27usb: misc: usbtest: using the same data format among write/compare/outputPeter Chen1-3/+3
2015-09-27usb: misc: usbtest: delete useless memset for urbs arrayPeter Chen1-1/+0
2015-09-27usb: misc: usbtest: allocate size of urb array according to user parameterPeter Chen1-4/+5
2015-08-18usb: misc: usbtest: format max packet size for iso transferPeter Chen1-3/+4
2014-09-23usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek1-1/+1
2014-08-29usbtest: Add interrupt EP testcasesAmit Virdi1-15/+98
2014-06-17USB: usbtest: add a timeout for scatter-gather testsAlan Stern1-1/+15
2014-05-27usb: usbtest: add pattern check on pipe in phase of unlink readHuang Rui1-0/+3
2014-05-27usb: usbtest: fix unlink write error with pattern 1Huang Rui1-0/+10
2013-12-21Merge tag 'for-usb-next-2013-12-20' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman1-1/+1
2013-12-18usb: usbtest: Always clear halt else further tests will failRoger Quadros1-1/+10
2013-12-18usb: usbtest: Add timetout to simple_io()Roger Quadros1-3/+11
2013-12-17usbtest: Fix BOS control test for USB 2.01 devices.Sarah Sharp1-1/+1
2013-12-08usb: usbtest: update bos test coverage to usb 2.1 deviceHuang Rui1-1/+1
2013-12-08usb: usbtest: fix the bit mask of usb 2.0 extension descriptorHuang Rui1-2/+2
2013-12-08usb: usbtest: add a test case to support bos for queue controlHuang Rui1-1/+10
2013-10-30usb: usbtest: support container id descriptor testHuang Rui1-0/+27
2013-10-30usb: usbtest: support superspeed device capbility descriptor testHuang Rui1-0/+37
2013-10-30usb: usbtest: support usb2 extension descriptor testHuang Rui1-0/+77
2013-10-29usb: usbtest: support bos descriptor test for usb 3.0Huang Rui1-0/+13
2013-10-29usb: usbtest: fix checkpatch warning as sizeof code styleHuang Rui1-8/+8
2013-09-25usb: usbtest: bmAttributes would better be maskedHuang Rui1-1/+1
2013-07-31USB: simplify the interface of usb_get_status()Alan Stern1-5/+4
2013-01-31USB: altsetting overrides for usbtestAlan Stern1-1/+12
2013-01-07USB: usbtest: fix test number in log messageAlan Stern1-1/+1
2012-11-21USB: usbtest: prevent a divide by zero bugDan Carpenter1-0/+3
2012-11-14usb: misc: usbtest: send ISO packets for g_zeroBoyan Nedeltchev1-0/+1
2012-05-01usb: usbtest: two super speed fixes for usbtestPaul Zimmerman1-5/+12
2012-04-18drivers/usb/misc/usbtest.c: add kfreesJulia Lawall1-0/+2
2012-04-17usb: usbtest: avoid integer overflow in alloc_sglist()Xi Wang1-1/+1
2012-04-17usb: usbtest: avoid integer overflow in test_ctrl_queue()Xi Wang1-2/+3
2011-11-26USB: remove BKL commentsDavidlohr Bueso1-1/+0
2011-09-18usb: Provide usb_speed_string() functionMichal Nazarewicz1-19/+2
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto1-3/+3
2011-08-23USB: usbtest: use URB_ZERO_PACKET for BULK-OUT transfersSebastian Andrzej Siewior1-1/+3
2011-05-23Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-5/+126
2011-05-10usb: fix warning in usbtest module v2Greg Dietsche1-3/+3
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock1-1/+1
2011-05-02usb/usbtest: fix test10 on superpseedSebastian Andrzej Siewior1-0/+2
2011-05-02usb/usbtest: print super on super speedSebastian Andrzej Siewior1-0/+3
2011-04-29USB: add queued-unlinks test case to usbtest driverAlan Stern1-2/+118
2011-01-22USB: usbtest - Add tests to ensure HCDs can accept byte aligned buffers.Martin Fuzzey1-24/+212
2010-10-22USB: usbtest - ensure correct isoc data lengthMartin Fuzzey1-0/+2
2010-10-22USB: usbtest fix coding styleMartin Fuzzey1-324/+341
2010-08-10USB: usbtest: support test device with only one iso-in or iso-out endpointMing Lei1-1/+4
2010-08-10USB: usbtest: avoid to free coherent buffer in atomic contextMing Lei1-1/+5
2010-08-10USB-BKL: Convert usb_driver ioctl to unlocked_ioctlAndi Kleen1-1/+2
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack1-4/+4
2010-05-20USB: remove uses of URB_NO_SETUP_DMA_MAPAlan Stern1-7/+2
2010-03-02USB misc: make USB device id constantNémeth Márton1-1/+1
2010-03-02USB: convert to the runtime PM frameworkAlan Stern1-4/+0
2009-12-11usbtest: make module param pattern writeableVikram Pandita1-2/+5
2009-06-15USB: usbtest fix endless loop in unlink tests.Martin Fuzzey1-14/+25
2009-01-07USB: clean up redundant tests on unsignedroel kluin1-2/+0
2008-10-22USB: usbtest.c: length, sglen and vary are unsigned, so cannot be negativeroel kluin1-2/+1
2008-07-25Rename WARN() to WARNING() to clear the namespaceArjan van de Ven1-2/+2
2008-05-14usbtest: comment on why this code "expects" negative and positive errnosMarcin Slusarz1-0/+5
2008-05-02USB: usbtest displays diagnostics againDavid Brownell1-143/+133
2008-04-24USB: remove unnecessary type casting of urb->contextMing Lei1-2/+2
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-04-24USB: remove dev->power.power_stateAlan Stern1-1/+2
2008-04-24USB: use DIV_ROUND_UPJulia Lawall1-1/+1
2008-04-02USB: fix bug in sg initialization in usbtestAlan Stern1-1/+2
2008-02-01USB: Spelling fixesJoe Perches1-1/+1
2008-02-01USB: testing driver: don't free a locked mutexAndrew Morton1-2/+0
2008-02-01USB: testing driver: convert dev->sem to mutexMatthias Kaehlcke1-8/+9
2008-02-01usb: fix usbtest halt check on big endian systemsJan Andersson1-0/+1
2007-10-22[SG] Update drivers to use sg helpersJens Axboe1-2/+2
2007-07-19USB: misc: usbtest: clean up urb->status usageGreg Kroah-Hartman1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-14/+14
2006-12-07[PATCH] slab: remove SLAB_ATOMICChristoph Lameter1-4/+4
2006-12-01USB: usbtest: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-2/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-4/+4
2006-08-11USB: usbtest.c: unsigned retval makes ctrl_out return 0 in case of errorOrjan Friberg1-2/+3
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-21[PATCH] usbtest: report errors in iso testsAlan Stern1-7/+29
2006-06-21[PATCH] Fix a deadlock in usbtestFranck Bui-Huu1-0/+2
2006-04-14[PATCH] USB: usbtest: scatterlist OUT data pattern testingDavid Brownell1-0/+13
2006-03-20[PATCH] USB: kzalloc() conversion for rest of drivers/usbEric Sesterhenn1-6/+3
2006-01-04[PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman1-1/+0
2005-11-17[PATCH] USB: move CONFIG_USB_DEBUG checks into the MakefileGreg Kroah-Hartman1-3/+0
2005-10-30[PATCH] Use sg_set_buf/sg_init_one where applicableDavid Hardeman1-5/+2
2005-10-28[PATCH] Missing transfer_flags setting in usbtestAlan Stern1-0/+1
2005-10-28[PATCH] usb_interface power stateDavid Brownell1-10/+0
2005-09-08[PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernelAlan Stern1-2/+0
2005-09-05[PATCH] swsusp: switch pm_message_t to structPavel Machek1-1/+1
2005-06-27[PATCH] USB: usbtest updatesDavid Brownell1-8/+52
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+2140