aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/urb.c
Commit message (Expand)AuthorAge
* Merge tag 'sound-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-11-14
|\
| * usb: core: Add a helper function to check the validity of EP type in URBTakashi Iwai2017-10-11
* | USB: core: move existing SPDX tags to top of the fileGreg Kroah-Hartman2017-11-03
* | usb: core: urb: mark expected switch fall-throughGustavo A. R. Silva2017-11-01
|/
* USB: core: replace %p with %pKVamsi Krishna Samavedam2017-05-17
* Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2016-11-18
|\
| * usb: core: urb make use of usb_endpoint_maxp_multMike Krinkin2016-11-18
* | USB: core: add missing license information to some filesGreg Kroah-Hartman2016-10-29
|/
* usb: core: urb: don't print on ENOMEMWolfram Sang2016-08-30
* usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devicesMathias Nyman2016-01-24
* USB: core: Codestyle fix in urb.cJonas Hesselmann2015-10-25
* usb: core: allow zero packet flag for interrupt urbsAmit Virdi2014-07-22
* Merge branch 'master' into for-nextJiri Kosina2014-02-20
|\
| * usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-08
| * USB: core: correct spelling mistakes in comments and warningRahul Bedarkar2014-01-07
| * USB: core: remove CONFIG_USB_DEBUG usageGreg Kroah-Hartman2013-12-21
| * usb: core: allow isoc URBs for wireless devices with an interval < 6Thomas Pugliese2013-12-09
* | treewide: Fix typo in Documentation/DocBookMasanari Iida2014-02-19
|/
* usb-anchor: Delay usb_wait_anchor_empty_timeout wake up till completion is doneHans de Goede2013-10-11
* USB: introduce usb_device_no_sg_constraint() helperMing Lei2013-08-12
* usb: fix some scripts/kernel-doc warningsYacine Belkadi2013-08-02
* USB: check sg buffer size in usb_submit_urbMing Lei2013-07-24
* USB: fix urb-poison imbalanceJohan Hovold2013-03-25
* USB: report submission of active URBsAlan Stern2012-11-11
* USB: update documentation for URB_ISO_ASAPAlan Stern2012-10-22
* usbhid: prevent deadlock during timeoutOliver Neukum2012-05-01
* USB documentation: explain lifetime rules for unlinking URBsAlan Stern2012-04-06
* usb/core: remove "always" from usb_unlink_urb() kernel doc entrySebastian Andrzej Siewior2012-03-02
* USB: debugging code shouldn't alter control flowAlan Stern2012-02-02
* USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-23
* USB: Add support for SuperSpeed isoc endpointsPaul Zimmerman2011-03-13
* USB: output an error message when the pipe type doesn't match the endpoint typeSimon Arlott2010-10-22
* USB: fix thread-unsafe anchor utiliy routinesChristian Lamparter2010-08-10
* USB: Add a usb_pipe_endpoint() convenience functionMatthew Wilcox2010-05-20
* USB: fix usbmon and DMA mapping for scatter-gather URBsAlan Stern2010-05-20
* USB: remove uses of URB_NO_SETUP_DMA_MAPAlan Stern2010-05-20
* USB: make hcd.h public (drivers dependency)Eric Lescouet2010-05-20
* USB: Fix usb_fill_int_urb for SuperSpeed devicesMatthew Wilcox2010-03-19
* USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESSGreg Kroah-Hartman2010-03-02
* USB: check the endpoint type against the pipe typeAlan Stern2010-03-02
* USB: allow interrupt transfers to WUSB devicesDavid Vrabel2009-12-11
* USB: Support for bandwidth allocation.Sarah Sharp2009-06-16
* USB: Add SuperSpeed to the list of USB device speeds.Sarah Sharp2009-06-16
* USB: more u32 conversion after transfer_buffer_length and actual_lengthRoel Kluin2009-03-24
* USB: allow libusb to talk to unauthenticated WUSB devicesDavid Vrabel2009-03-24
* USB: extension of anchor API to unpoison an anchorOliver Neukum2009-01-07
* USB: mark "reject" field of struct urb as atomic_tMing Lei2009-01-07
* USB: mention URB_FREE_BUFFER in usb_free_urb documentationRabin Vincent2008-11-13
* USB: fix crash when URBs are unlinked after the device is goneAlan Stern2008-10-29
* USB: remove err() macro from usb core codeGreg Kroah-Hartman2008-10-17