aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/urb.c
AgeCommit message (Expand)Author
2020-01-31usb: core: urb: fix URB structure initialization functionEmiliano Ingrassia
2019-01-08USB: core: urb: Use struct_size() in kmalloc()Gustavo A. R. Silva
2018-03-20usb: core: urb: Check SSP isoc ep comp descriptorThinh Nguyen
2017-12-12USB: remove the URB_NO_FSBR flagAlan Stern
2017-11-14Merge tag 'sound-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-11-03USB: core: move existing SPDX tags to top of the fileGreg Kroah-Hartman
2017-11-01usb: core: urb: mark expected switch fall-throughGustavo A. R. Silva
2017-10-11usb: core: Add a helper function to check the validity of EP type in URBTakashi Iwai
2017-05-17USB: core: replace %p with %pKVamsi Krishna Samavedam
2016-11-18Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2016-11-18usb: core: urb make use of usb_endpoint_maxp_multMike Krinkin
2016-10-29USB: core: add missing license information to some filesGreg Kroah-Hartman
2016-08-30usb: core: urb: don't print on ENOMEMWolfram Sang
2016-01-24usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devicesMathias Nyman
2015-10-26USB: core: Codestyle fix in urb.cJonas Hesselmann
2014-07-22usb: core: allow zero packet flag for interrupt urbsAmit Virdi
2014-02-20Merge branch 'master' into for-nextJiri Kosina
2014-02-19treewide: Fix typo in Documentation/DocBookMasanari Iida
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-01-07USB: core: correct spelling mistakes in comments and warningRahul Bedarkar
2013-12-21USB: core: remove CONFIG_USB_DEBUG usageGreg Kroah-Hartman
2013-12-09usb: core: allow isoc URBs for wireless devices with an interval < 6Thomas Pugliese
2013-10-11usb-anchor: Delay usb_wait_anchor_empty_timeout wake up till completion is doneHans de Goede
2013-08-12USB: introduce usb_device_no_sg_constraint() helperMing Lei
2013-08-03usb: fix some scripts/kernel-doc warningsYacine Belkadi
2013-07-24USB: check sg buffer size in usb_submit_urbMing Lei
2013-03-25USB: fix urb-poison imbalanceJohan Hovold
2012-11-11USB: report submission of active URBsAlan Stern
2012-10-22USB: update documentation for URB_ISO_ASAPAlan Stern
2012-05-01usbhid: prevent deadlock during timeoutOliver Neukum
2012-04-06USB documentation: explain lifetime rules for unlinking URBsAlan Stern
2012-03-02usb/core: remove "always" from usb_unlink_urb() kernel doc entrySebastian Andrzej Siewior
2012-02-02USB: debugging code shouldn't alter control flowAlan Stern
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto
2011-03-13USB: Add support for SuperSpeed isoc endpointsPaul Zimmerman
2010-10-22USB: output an error message when the pipe type doesn't match the endpoint typeSimon Arlott
2010-08-10USB: fix thread-unsafe anchor utiliy routinesChristian Lamparter
2010-05-20USB: Add a usb_pipe_endpoint() convenience functionMatthew Wilcox
2010-05-20USB: fix usbmon and DMA mapping for scatter-gather URBsAlan Stern
2010-05-20USB: remove uses of URB_NO_SETUP_DMA_MAPAlan Stern
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet
2010-03-19USB: Fix usb_fill_int_urb for SuperSpeed devicesMatthew Wilcox
2010-03-02USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESSGreg Kroah-Hartman
2010-03-02USB: check the endpoint type against the pipe typeAlan Stern
2009-12-11USB: allow interrupt transfers to WUSB devicesDavid Vrabel
2009-06-15USB: Support for bandwidth allocation.Sarah Sharp
2009-06-15USB: Add SuperSpeed to the list of USB device speeds.Sarah Sharp
2009-03-24USB: more u32 conversion after transfer_buffer_length and actual_lengthRoel Kluin
2009-03-24USB: allow libusb to talk to unauthenticated WUSB devicesDavid Vrabel
2009-01-07USB: extension of anchor API to unpoison an anchorOliver Neukum