summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/urb.c
Commit message (Expand)AuthorAgeFilesLines
* USB: move snd_usb_pipe_sanity_check into the USB coreGreg Kroah-Hartman2020-09-161-8/+23
* usb: core: Solve race condition in anchor cleanup functionsEli Billauer2020-08-181-35/+54
* usb: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-101-2/+2
* usb: core: urb: fix URB structure initialization functionEmiliano Ingrassia2019-12-101-0/+1
* USB: core: urb: Use struct_size() in kmalloc()Gustavo A. R. Silva2019-01-081-3/+2
* usb: core: urb: Check SSP isoc ep comp descriptorThinh Nguyen2018-03-201-0/+8
* USB: remove the URB_NO_FSBR flagAlan Stern2017-12-121-3/+0
* Merge tag 'sound-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-11-141-4/+26
|\
| * usb: core: Add a helper function to check the validity of EP type in URBTakashi Iwai2017-10-111-4/+26
* | USB: core: move existing SPDX tags to top of the fileGreg Kroah-Hartman2017-11-031-1/+1
* | usb: core: urb: mark expected switch fall-throughGustavo A. R. Silva2017-11-011-0/+1
|/
* USB: core: replace %p with %pKVamsi Krishna Samavedam2017-05-171-1/+1
* Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2016-11-181-5/+2
|\
| * usb: core: urb make use of usb_endpoint_maxp_multMike Krinkin2016-11-181-5/+2
* | USB: core: add missing license information to some filesGreg Kroah-Hartman2016-10-291-0/+5
|/
* usb: core: urb: don't print on ENOMEMWolfram Sang2016-08-301-3/+1
* usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devicesMathias Nyman2016-01-241-1/+2
* USB: core: Codestyle fix in urb.cJonas Hesselmann2015-10-261-2/+1
* usb: core: allow zero packet flag for interrupt urbsAmit Virdi2014-07-221-0/+1
* Merge branch 'master' into for-nextJiri Kosina2014-02-201-14/+11
|\
| * usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-081-1/+0
| * USB: core: correct spelling mistakes in comments and warningRahul Bedarkar2014-01-071-2/+2
| * USB: core: remove CONFIG_USB_DEBUG usageGreg Kroah-Hartman2013-12-211-9/+7
| * usb: core: allow isoc URBs for wireless devices with an interval < 6Thomas Pugliese2013-12-091-2/+2
* | treewide: Fix typo in Documentation/DocBookMasanari Iida2014-02-191-1/+1
|/
* usb-anchor: Delay usb_wait_anchor_empty_timeout wake up till completion is doneHans de Goede2013-10-111-2/+42
* USB: introduce usb_device_no_sg_constraint() helperMing Lei2013-08-121-1/+2
* usb: fix some scripts/kernel-doc warningsYacine Belkadi2013-08-031-12/+22
* USB: check sg buffer size in usb_submit_urbMing Lei2013-07-241-0/+8
* USB: fix urb-poison imbalanceJohan Hovold2013-03-251-1/+4
* USB: report submission of active URBsAlan Stern2012-11-111-1/+6
* USB: update documentation for URB_ISO_ASAPAlan Stern2012-10-221-3/+19
* usbhid: prevent deadlock during timeoutOliver Neukum2012-05-011-0/+21
* USB documentation: explain lifetime rules for unlinking URBsAlan Stern2012-04-061-0/+12
* usb/core: remove "always" from usb_unlink_urb() kernel doc entrySebastian Andrzej Siewior2012-03-021-4/+7
* USB: debugging code shouldn't alter control flowAlan Stern2012-02-021-13/+8
* USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-231-1/+1
* USB: Add support for SuperSpeed isoc endpointsPaul Zimmerman2011-03-131-1/+10
* USB: output an error message when the pipe type doesn't match the endpoint typeSimon Arlott2010-10-221-1/+4
* USB: fix thread-unsafe anchor utiliy routinesChristian Lamparter2010-08-101-29/+21
* USB: Add a usb_pipe_endpoint() convenience functionMatthew Wilcox2010-05-201-2/+1
* USB: fix usbmon and DMA mapping for scatter-gather URBsAlan Stern2010-05-201-3/+6
* USB: remove uses of URB_NO_SETUP_DMA_MAPAlan Stern2010-05-201-2/+2
* USB: make hcd.h public (drivers dependency)Eric Lescouet2010-05-201-1/+1
* USB: Fix usb_fill_int_urb for SuperSpeed devicesMatthew Wilcox2010-03-191-0/+1
* USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESSGreg Kroah-Hartman2010-03-021-3/+3
* USB: check the endpoint type against the pipe typeAlan Stern2010-03-021-0/+7
* USB: allow interrupt transfers to WUSB devicesDavid Vrabel2009-12-111-4/+18
* USB: Support for bandwidth allocation.Sarah Sharp2009-06-151-0/+6
* USB: Add SuperSpeed to the list of USB device speeds.Sarah Sharp2009-06-151-0/+6