summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/urb.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2016-11-181-5/+2Star
|\
| * usb: core: urb make use of usb_endpoint_maxp_multMike Krinkin2016-11-181-5/+2Star
* | 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/+1Star
* usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devicesMathias Nyman2016-01-251-1/+2
* USB: core: Codestyle fix in urb.cJonas Hesselmann2015-10-251-2/+1Star
* usb: core: allow zero packet flag for interrupt urbsAmit Virdi2014-07-231-0/+1
* Merge branch 'master' into for-nextJiri Kosina2014-02-201-14/+11Star
|\
| * usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-091-1/+0Star
| * USB: core: correct spelling mistakes in comments and warningRahul Bedarkar2014-01-081-2/+2
| * USB: core: remove CONFIG_USB_DEBUG usageGreg Kroah-Hartman2013-12-221-9/+7Star
| * 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-121-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-251-0/+8
* USB: fix urb-poison imbalanceJohan Hovold2013-03-251-1/+4
* USB: report submission of active URBsAlan Stern2012-11-121-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-031-4/+7
* USB: debugging code shouldn't alter control flowAlan Stern2012-02-031-13/+8Star
* 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-141-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/+21Star
* USB: Add a usb_pipe_endpoint() convenience functionMatthew Wilcox2010-05-201-2/+1Star
* 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-161-0/+6
* USB: Add SuperSpeed to the list of USB device speeds.Sarah Sharp2009-06-161-0/+6
* USB: more u32 conversion after transfer_buffer_length and actual_lengthRoel Kluin2009-03-251-1/+1
* USB: allow libusb to talk to unauthenticated WUSB devicesDavid Vrabel2009-03-251-1/+1
* USB: extension of anchor API to unpoison an anchorOliver Neukum2009-01-071-0/+20
* USB: mark "reject" field of struct urb as atomic_tMing Lei2009-01-071-18/+5Star
* USB: mention URB_FREE_BUFFER in usb_free_urb documentationRabin Vincent2008-11-131-2/+2
* USB: fix crash when URBs are unlinked after the device is goneAlan Stern2008-10-291-0/+22
* USB: remove err() macro from usb core codeGreg Kroah-Hartman2008-10-171-2/+2
* USB: anchor API changes needed for btusbOliver Neukum2008-10-171-0/+70
* USB: extend poisoning to anchorsOliver Neukum2008-10-171-9/+48
* USB: kill URBs permanentlyOliver Neukum2008-10-171-6/+50
* USB: fix bug in usb_unlink_anchored_urbs()Oliver Neukum2008-08-211-2/+7
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-251-1/+1