aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/core/urb.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-25USB: core: Fix hang in usb_kill_urb by adding memory barriersGravatar Alan Stern 1-0/+12
2021-05-27USB: core: Check buffer length matches wLength for control transfersGravatar Alan Stern 1-0/+6
2021-05-22USB: core: WARN if pipe direction != setup packet directionGravatar Alan Stern 1-0/+3
2020-09-16USB: move snd_usb_pipe_sanity_check into the USB coreGravatar Greg Kroah-Hartman 1-8/+23
2020-08-18usb: core: Solve race condition in anchor cleanup functionsGravatar Eli Billauer 1-35/+54
2020-07-10usb: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-2/+2
2019-12-10usb: core: urb: fix URB structure initialization functionGravatar Emiliano Ingrassia 1-0/+1
2019-01-08USB: core: urb: Use struct_size() in kmalloc()Gravatar Gustavo A. R. Silva 1-3/+2
2018-03-20usb: core: urb: Check SSP isoc ep comp descriptorGravatar Thinh Nguyen 1-0/+8
2017-12-12USB: remove the URB_NO_FSBR flagGravatar Alan Stern 1-3/+0
2017-11-14Merge tag 'sound-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-4/+26
2017-11-03USB: core: move existing SPDX tags to top of the fileGravatar Greg Kroah-Hartman 1-1/+1
2017-11-01usb: core: urb: mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-0/+1
2017-10-11usb: core: Add a helper function to check the validity of EP type in URBGravatar Takashi Iwai 1-4/+26
2017-05-17USB: core: replace %p with %pKGravatar Vamsi Krishna Samavedam 1-1/+1
2016-11-18Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Gravatar Greg Kroah-Hartman 1-5/+2
2016-11-18usb: core: urb make use of usb_endpoint_maxp_multGravatar Mike Krinkin 1-5/+2
2016-10-29USB: core: add missing license information to some filesGravatar Greg Kroah-Hartman 1-0/+5
2016-08-30usb: core: urb: don't print on ENOMEMGravatar Wolfram Sang 1-3/+1
2016-01-24usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devicesGravatar Mathias Nyman 1-1/+2
2015-10-26USB: core: Codestyle fix in urb.cGravatar Jonas Hesselmann 1-2/+1
2014-07-22usb: core: allow zero packet flag for interrupt urbsGravatar Amit Virdi 1-0/+1
2014-02-20Merge branch 'master' into for-nextGravatar Jiri Kosina 1-14/+11
2014-02-19treewide: Fix typo in Documentation/DocBookGravatar Masanari Iida 1-1/+1
2014-01-08usb: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2014-01-07USB: core: correct spelling mistakes in comments and warningGravatar Rahul Bedarkar 1-2/+2
2013-12-21USB: core: remove CONFIG_USB_DEBUG usageGravatar Greg Kroah-Hartman 1-9/+7
2013-12-09usb: core: allow isoc URBs for wireless devices with an interval < 6Gravatar Thomas Pugliese 1-2/+2
2013-10-11usb-anchor: Delay usb_wait_anchor_empty_timeout wake up till completion is doneGravatar Hans de Goede 1-2/+42
2013-08-12USB: introduce usb_device_no_sg_constraint() helperGravatar Ming Lei 1-1/+2
2013-08-03usb: fix some scripts/kernel-doc warningsGravatar Yacine Belkadi 1-12/+22
2013-07-24USB: check sg buffer size in usb_submit_urbGravatar Ming Lei 1-0/+8
2013-03-25USB: fix urb-poison imbalanceGravatar Johan Hovold 1-1/+4
2012-11-11USB: report submission of active URBsGravatar Alan Stern 1-1/+6
2012-10-22USB: update documentation for URB_ISO_ASAPGravatar Alan Stern 1-3/+19
2012-05-01usbhid: prevent deadlock during timeoutGravatar Oliver Neukum 1-0/+21
2012-04-06USB documentation: explain lifetime rules for unlinking URBsGravatar Alan Stern 1-0/+12
2012-03-02usb/core: remove "always" from usb_unlink_urb() kernel doc entryGravatar Sebastian Andrzej Siewior 1-4/+7
2012-02-02USB: debugging code shouldn't alter control flowGravatar Alan Stern 1-13/+8
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Gravatar Kuninori Morimoto 1-1/+1
2011-03-13USB: Add support for SuperSpeed isoc endpointsGravatar Paul Zimmerman 1-1/+10
2010-10-22USB: output an error message when the pipe type doesn't match the endpoint typeGravatar Simon Arlott 1-1/+4
2010-08-10USB: fix thread-unsafe anchor utiliy routinesGravatar Christian Lamparter 1-29/+21
2010-05-20USB: Add a usb_pipe_endpoint() convenience functionGravatar Matthew Wilcox 1-2/+1
2010-05-20USB: fix usbmon and DMA mapping for scatter-gather URBsGravatar Alan Stern 1-3/+6
2010-05-20USB: remove uses of URB_NO_SETUP_DMA_MAPGravatar Alan Stern 1-2/+2
2010-05-20USB: make hcd.h public (drivers dependency)Gravatar Eric Lescouet 1-1/+1
2010-03-19USB: Fix usb_fill_int_urb for SuperSpeed devicesGravatar Matthew Wilcox 1-0/+1
2010-03-02USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESSGravatar Greg Kroah-Hartman 1-3/+3
2010-03-02USB: check the endpoint type against the pipe typeGravatar Alan Stern 1-0/+7