index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
wusbcore
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: wusbcore: fix deadlock in wusbhc_gtk_rekey
Thomas Pugliese
2013-12-02
3
-68
/
+60
*
usb: wusbcore: do device lookup while holding the hc mutex
Thomas Pugliese
2013-12-02
1
-18
/
+25
*
usb: wusbcore: send keepalives to unauthenticated devices
Thomas Pugliese
2013-12-02
1
-4
/
+1
*
usb: wusbcore: change WA_SEGS_MAX to a legal value
Thomas Pugliese
2013-10-29
1
-2
/
+3
*
usb: wusbcore: add a quirk for Alereon HWA device isoc behavior
Thomas Pugliese
2013-10-29
3
-14
/
+52
*
usb: wusbcore: combine multiple isoc frames in a single transfer request.
Thomas Pugliese
2013-10-29
1
-111
/
+255
*
usb: wusbcore: set the RPIPE wMaxPacketSize value correctly
Thomas Pugliese
2013-10-29
1
-1
/
+4
*
USB: wusbcore: fix usb_dev leaks
Alexey Khoroshilov
2013-10-19
1
-0
/
+3
*
usb: wusbcore: preserve endianness of cached descriptors
Thomas Pugliese
2013-10-19
1
-1
/
+1
*
usb: wusbcore: serialize access to the HWA data out endpoint
Thomas Pugliese
2013-10-19
3
-21
/
+152
*
usb: Remove unnecessary semicolons
Joe Perches
2013-10-11
2
-3
/
+3
*
usb: wusbcore: fix string formatting warnings on 64-bit builds
Thomas Pugliese
2013-10-07
1
-2
/
+2
*
usb: wusbcore: add support for isoc out transfers
Thomas Pugliese
2013-10-05
2
-102
/
+406
*
usb: wusbcore: set the RPIPE bOverTheAirInterval for isoc endpoints
Thomas Pugliese
2013-10-03
1
-2
/
+4
*
usb: wusbcore: avoid stack overflow in URB enqueue error path
Thomas Pugliese
2013-10-03
1
-13
/
+38
*
usb: wusbcore: fix build warning on 64-bit builds
Thomas Pugliese
2013-09-30
1
-1
/
+1
*
usb: wusbcore: clean up urb dequeue process
Thomas Pugliese
2013-09-30
1
-35
/
+87
*
usb: wusbcore: include the xfer_id in debug prints
Thomas Pugliese
2013-09-30
1
-45
/
+49
*
usb: wusbcore: fix endianess issues when using dwTransferID
Thomas Pugliese
2013-09-30
1
-9
/
+11
*
usb: wusbcore: set pointers to NULL after freeing in error cases
Thomas Pugliese
2013-09-26
1
-0
/
+2
*
usb: wusbcore: clean up the sg list that was created for out transfers
Thomas Pugliese
2013-09-26
1
-0
/
+4
*
usb: wusbcore: resource cleanup fix in __wa_xfer_setup_segs
Thomas Pugliese
2013-09-26
1
-54
/
+67
*
usb: wusbcore: allow wa_xfer_destroy to clean up partially constructed xfers
Thomas Pugliese
2013-09-26
1
-2
/
+8
*
usb: wusbcore: rename fields in struct wahc
Thomas Pugliese
2013-09-26
3
-18
/
+18
*
usb: wusbcore: rename urb to tr_urb in struct wa_seg
Thomas Pugliese
2013-09-26
1
-14
/
+16
*
USB: WUSBCORE: use list_move_tail instead of list_del/list_add_tail
Wei Yongjun
2013-09-25
1
-4
/
+2
*
Merge 3.11-rc6 into usb-next
Greg Kroah-Hartman
2013-08-18
1
-2
/
+7
|
\
|
*
wusbcore: fix kernel panic when disconnecting a wireless USB->serial device
Thomas Pugliese
2013-08-12
1
-2
/
+7
*
|
USB: WUSBCORE: Use usb_init_urb instead of creating the URB manually
Thomas Pugliese
2013-08-15
1
-6
/
+9
*
|
USB: WUSBCORE: fix leak of urb in wa_xfer_destroy.
Thomas Pugliese
2013-08-15
1
-5
/
+4
*
|
USB: WUSBCORE: fix resource cleanup in error path in __wa_xfer_setup_segs
Thomas Pugliese
2013-08-15
1
-2
/
+4
*
|
USB: WUSBCORE: clear RPIPE stall for control endpoints
Thomas Pugliese
2013-08-15
3
-12
/
+108
*
|
wusbcore: clean up list locking in urb enqueue
Thomas Pugliese
2013-08-12
1
-10
/
+15
*
|
wusbcore: fix root hub hub_status_data to only return > 0 if status has actua...
Thomas Pugliese
2013-08-12
1
-10
/
+18
|
/
*
USB: HWA: fix device probe failure
Thomas Pugliese
2013-06-24
4
-9
/
+35
*
wusbcore: add sysfs attribute for retry count
Thomas Pugliese
2013-06-24
3
-2
/
+35
*
wusbcore: add sysfs attribute for DNTS count and interval
Thomas Pugliese
2013-06-24
3
-3
/
+39
*
usb: wire adapter: add scatter gather support
Thomas Pugliese
2013-06-17
1
-15
/
+166
*
wusbcore wire adapter: ignore HWA_NOTIF_BPST_ADJ notifications
Thomas Pugliese
2013-06-06
1
-1
/
+2
*
USB: wusbcore: add HWA-specific fields to usb_rpipe_descriptor
Thomas Pugliese
2013-06-06
1
-21
/
+21
*
wusbhc: disable suspend and resume on the root hub.
Thomas Pugliese
2013-06-06
2
-22
/
+0
*
wusbcore: reduce keepalive threshold from timeout/2 to timeout/3
Thomas Pugliese
2013-06-06
2
-6
/
+5
*
USB: regroup all depends on USB within an if USB block
Florian Fainelli
2013-04-09
1
-2
/
+0
*
USB: wusbcore/wa-xfer: error handling fixes in setup_segs()
Dan Carpenter
2013-02-06
1
-3
/
+3
*
WUSB: remove an unnused variable
Dan Carpenter
2012-10-22
1
-13
/
+0
*
USB: remove CONFIG_EXPERIMENTAL dependancies
Greg Kroah-Hartman
2012-09-17
1
-2
/
+1
*
drivers/usb/wusbcore/wa-hc.c: fix error return code
Julia Lawall
2012-08-15
1
-1
/
+3
*
wusb: Fix potential memory leak in wusb_dev_sec_add()
Alexey Khoroshilov
2012-08-10
1
-3
/
+4
*
uwb & wusb: fix kconfig error
Randy Dunlap
2012-01-26
1
-1
/
+1
*
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2012-01-09
2
-1
/
+2
|
\
[next]