index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
core
/
urb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-14
USB: Add support for SuperSpeed isoc endpoints
Paul Zimmerman
1
-1
/
+10
2010-10-22
USB: output an error message when the pipe type doesn't match the endpoint type
Simon Arlott
1
-1
/
+4
2010-08-11
USB: fix thread-unsafe anchor utiliy routines
Christian Lamparter
1
-29
/
+21
2010-05-21
USB: Add a usb_pipe_endpoint() convenience function
Matthew Wilcox
1
-2
/
+1
2010-05-21
USB: fix usbmon and DMA mapping for scatter-gather URBs
Alan Stern
1
-3
/
+6
2010-05-21
USB: remove uses of URB_NO_SETUP_DMA_MAP
Alan Stern
1
-2
/
+2
2010-05-21
USB: make hcd.h public (drivers dependency)
Eric Lescouet
1
-1
/
+1
2010-03-19
USB: Fix usb_fill_int_urb for SuperSpeed devices
Matthew Wilcox
1
-0
/
+1
2010-03-03
USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESS
Greg Kroah-Hartman
1
-3
/
+3
2010-03-03
USB: check the endpoint type against the pipe type
Alan Stern
1
-0
/
+7
2009-12-11
USB: allow interrupt transfers to WUSB devices
David Vrabel
1
-4
/
+18
2009-06-16
USB: Support for bandwidth allocation.
Sarah Sharp
1
-0
/
+6
2009-06-16
USB: Add SuperSpeed to the list of USB device speeds.
Sarah Sharp
1
-0
/
+6
2009-03-25
USB: more u32 conversion after transfer_buffer_length and actual_length
Roel Kluin
1
-1
/
+1
2009-03-25
USB: allow libusb to talk to unauthenticated WUSB devices
David Vrabel
1
-1
/
+1
2009-01-07
USB: extension of anchor API to unpoison an anchor
Oliver Neukum
1
-0
/
+20
2009-01-07
USB: mark "reject" field of struct urb as atomic_t
Ming Lei
1
-18
/
+5
2008-11-14
USB: mention URB_FREE_BUFFER in usb_free_urb documentation
Rabin Vincent
1
-2
/
+2
2008-10-30
USB: fix crash when URBs are unlinked after the device is gone
Alan Stern
1
-0
/
+22
2008-10-18
USB: remove err() macro from usb core code
Greg Kroah-Hartman
1
-2
/
+2
2008-10-18
USB: anchor API changes needed for btusb
Oliver Neukum
1
-0
/
+70
2008-10-18
USB: extend poisoning to anchors
Oliver Neukum
1
-9
/
+48
2008-10-18
USB: kill URBs permanently
Oliver Neukum
1
-6
/
+50
2008-08-21
USB: fix bug in usb_unlink_anchored_urbs()
Oliver Neukum
1
-2
/
+7
2008-04-25
USB: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-1
/
+1
2008-04-25
USB: add extension of anchor API, usb_unlink_anchored_urbs
Oliver Neukum
1
-0
/
+24
2008-02-02
USB: fix codingstyle issues in drivers/usb/core/*.c
Greg Kroah-Hartman
1
-10
/
+12
2008-02-02
USB: mark USB drivers as being GPL only
Greg Kroah-Hartman
1
-8
/
+7
2007-10-25
USB: add URB_FREE_BUFFER to permissible flags
Oliver Neukum
1
-1
/
+1
2007-10-13
USB: flush outstanding URBs when suspending
Alan Stern
1
-3
/
+0
2007-10-13
USB: get rid of urb->lock
Alan Stern
1
-5
/
+6
2007-10-13
USB: cleanup for previous patches
Alan Stern
1
-6
/
+7
2007-10-13
USB: address-0 handling during device initialization
Alan Stern
1
-3
/
+1
2007-10-13
USB: add direction bit to urb->transfer_flags
Alan Stern
1
-2
/
+16
2007-10-13
USB: add urb->ep
Alan Stern
1
-30
/
+35
2007-07-20
USB: documentation update for usb_unlink_urb
Alan Stern
1
-43
/
+45
2007-07-13
USB: Add URB_FREE_BUFFER flag and the logic behind it
Marcel Holtmann
1
-0
/
+3
2007-07-13
USB: introduce usb_anchor
Oliver Neukum
1
-3
/
+99
2007-02-08
usbcore: trivial whitespace fixes
Oliver Neukum
1
-10
/
+10
2007-02-08
usbcore: remove unused bandwith-related code
Alan Stern
1
-1
/
+0
2006-09-27
USB: Remove unneeded void * casts in core files
Tobias Klauser
1
-1
/
+1
2006-09-27
USB: remove struct usb_operations
Alan Stern
1
-8
/
+5
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-02-01
[PATCH] USB: add might_sleep() to usb_unlink_urb() to warn developers
Greg Kroah-Hartman
1
-0
/
+1
2005-11-17
[PATCH] USB: move CONFIG_USB_DEBUG checks into the Makefile
Greg Kroah-Hartman
1
-6
/
+0
2005-10-29
[PATCH] updates for "controller suspended" handling
David Brownell
1
-1
/
+2
2005-10-28
[PATCH] gfp_t: drivers/usb
Al Viro
1
-2
/
+2
2005-09-09
[PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernel
Alan Stern
1
-22
/
+4
2005-07-12
[PATCH] USB: Fix kmalloc's flags type in USB
Olav Kongas
1
-2
/
+2
2005-05-04
[PATCH] USB: Spelling fixes for drivers/usb.
Steven Cole
1
-3
/
+3
[next]