aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/urb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-03kmsan: handle memory sent to/from USBAlexander Potapenko1-0/+2
2022-01-25USB: core: Fix hang in usb_kill_urb by adding memory barriersAlan Stern1-0/+12
2021-05-27USB: core: Check buffer length matches wLength for control transfersAlan Stern1-0/+6
2021-05-22USB: core: WARN if pipe direction != setup packet directionAlan Stern1-0/+3
2020-09-16USB: move snd_usb_pipe_sanity_check into the USB coreGreg Kroah-Hartman1-8/+23
2020-08-18usb: core: Solve race condition in anchor cleanup functionsEli Billauer1-35/+54
2020-07-10usb: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2019-12-10usb: core: urb: fix URB structure initialization functionEmiliano Ingrassia1-0/+1
2019-01-08USB: core: urb: Use struct_size() in kmalloc()Gustavo A. R. Silva1-3/+2
2018-03-20usb: core: urb: Check SSP isoc ep comp descriptorThinh Nguyen1-0/+8
2017-12-12USB: remove the URB_NO_FSBR flagAlan Stern1-3/+0
2017-11-14Merge tag 'sound-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-4/+26
2017-11-03USB: core: move existing SPDX tags to top of the fileGreg Kroah-Hartman1-1/+1
2017-11-01usb: core: urb: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-10-11usb: core: Add a helper function to check the validity of EP type in URBTakashi Iwai1-4/+26
2017-05-17USB: core: replace %p with %pKVamsi Krishna Samavedam1-1/+1
2016-11-18Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-5/+2
2016-11-18usb: core: urb make use of usb_endpoint_maxp_multMike Krinkin1-5/+2
2016-10-29USB: core: add missing license information to some filesGreg Kroah-Hartman1-0/+5
2016-08-30usb: core: urb: don't print on ENOMEMWolfram Sang1-3/+1
2016-01-24usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devicesMathias Nyman1-1/+2
2015-10-26USB: core: Codestyle fix in urb.cJonas Hesselmann1-2/+1
2014-07-22usb: core: allow zero packet flag for interrupt urbsAmit Virdi1-0/+1
2014-02-20Merge branch 'master' into for-nextJiri Kosina1-14/+11
2014-02-19treewide: Fix typo in Documentation/DocBookMasanari Iida1-1/+1
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-07USB: core: correct spelling mistakes in comments and warningRahul Bedarkar1-2/+2
2013-12-21USB: core: remove CONFIG_USB_DEBUG usageGreg Kroah-Hartman1-9/+7
2013-12-09usb: core: allow isoc URBs for wireless devices with an interval < 6Thomas Pugliese1-2/+2
2013-10-11usb-anchor: Delay usb_wait_anchor_empty_timeout wake up till completion is doneHans de Goede1-2/+42
2013-08-12USB: introduce usb_device_no_sg_constraint() helperMing Lei1-1/+2
2013-08-03usb: fix some scripts/kernel-doc warningsYacine Belkadi1-12/+22
2013-07-24USB: check sg buffer size in usb_submit_urbMing Lei1-0/+8
2013-03-25USB: fix urb-poison imbalanceJohan Hovold1-1/+4
2012-11-11USB: report submission of active URBsAlan Stern1-1/+6
2012-10-22USB: update documentation for URB_ISO_ASAPAlan Stern1-3/+19
2012-05-01usbhid: prevent deadlock during timeoutOliver Neukum1-0/+21
2012-04-06USB documentation: explain lifetime rules for unlinking URBsAlan Stern1-0/+12
2012-03-02usb/core: remove "always" from usb_unlink_urb() kernel doc entrySebastian Andrzej Siewior1-4/+7
2012-02-02USB: debugging code shouldn't alter control flowAlan Stern1-13/+8
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto1-1/+1
2011-03-13USB: Add support for SuperSpeed isoc endpointsPaul Zimmerman1-1/+10
2010-10-22USB: output an error message when the pipe type doesn't match the endpoint typeSimon Arlott1-1/+4
2010-08-10USB: fix thread-unsafe anchor utiliy routinesChristian Lamparter1-29/+21
2010-05-20USB: Add a usb_pipe_endpoint() convenience functionMatthew Wilcox1-2/+1
2010-05-20USB: fix usbmon and DMA mapping for scatter-gather URBsAlan Stern1-3/+6
2010-05-20USB: remove uses of URB_NO_SETUP_DMA_MAPAlan Stern1-2/+2
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet1-1/+1
2010-03-19USB: Fix usb_fill_int_urb for SuperSpeed devicesMatthew Wilcox1-0/+1
2010-03-02USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESSGreg Kroah-Hartman1-3/+3