index
:
platform/kernel/linux-stable
linux-3.14.y
sandbox/rkrypa/tizen-netfilter-backport-3.10
sandbox/rkrypa/tizen-netfilter-backport-3.14
sandbox/rkrypa/tizen-netfilter-backport-3.4
sandbox/rkrypa/tizen-netfilter-backport-4.0
sandbox/rkrypa/tizen-security-backport-3.10
sandbox/rkrypa/tizen-security-backport-3.14
sandbox/rkrypa/tizen-security-backport-3.4
sandbox/rkrypa/tizen-security-backport-4.0
sandbox/rkrypa/tizen-security-backport-4.4
tizen
tizen_3.14.20
tizen_3.14.25
upstream
upstream_ltsi
Domain: System / Kernel;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
wusbcore
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-08
usb: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2
-2
/
+0
2014-01-07
USB: wusbcore: fix up coding style issues in wa-nep.c
Rahul Bedarkar
1
-4
/
+6
2014-01-07
USB: wusbcore: fix up coding style issues in wa-rpipe.c
Rahul Bedarkar
1
-3
/
+3
2014-01-07
USB: wusbcore: fix up coding style issues in wusbhc.c and wusbhc.h
Rahul Bedarkar
2
-8
/
+14
2014-01-07
USB: wusbcore: fix up line break coding style issues in mmc.c
Rahul Bedarkar
1
-3
/
+6
2014-01-07
USB: wusbcore: fix up line break coding style issues in security.c
Rahul Bedarkar
1
-7
/
+11
2014-01-07
USB: wusbcore: fix up line break coding style issues in wa-hc.h
Rahul Bedarkar
1
-4
/
+4
2014-01-07
USB: wusbcore: fix up minor coding style issues in cbaf.c
Rahul Bedarkar
1
-5
/
+7
2014-01-07
USB: wusbcore: correct spelling mistakes in comments and error string
Rahul Bedarkar
7
-12
/
+12
2013-12-20
usb: wusbcore: add debug prints to reservation and channel change
Thomas Pugliese
2
-0
/
+2
2013-12-17
usb: wusbcore: add isochronous IN support to HWA
Thomas Pugliese
1
-98
/
+207
2013-12-16
Merge branch 3.13-rc4 into usb-next
Greg Kroah-Hartman
5
-103
/
+153
2013-12-09
usb: wusbcore: set packet count correctly on isoc transfers
Thomas Pugliese
1
-0
/
+5
2013-12-09
usb: wusbcore: move isoc_frame_index from wa_xfer to wa_seg
Thomas Pugliese
1
-11
/
+10
2013-12-09
usb: wusbcore: use USB_CTRL_SET_TIMEOUT and USB_CTRL_GET_TIMEOUT
Thomas Pugliese
4
-22
/
+23
2013-12-09
usb: wusbcore: fix short transfers
Thomas Pugliese
1
-54
/
+74
2013-12-08
usb: wusbcore: return -ENOENT for unlinked URBs.
Thomas Pugliese
1
-3
/
+5
2013-12-08
usb: wusbcore: add more info to debug prints in urb_unlink path
Thomas Pugliese
1
-10
/
+11
2013-12-08
usb: wusbcore: add calls to usb_hcd_link_urb_to_ep, usb_hcd_unlink_urb_from_e...
Thomas Pugliese
2
-3
/
+25
2013-12-02
usb: wusbcore: fix deadlock in wusbhc_gtk_rekey
Thomas Pugliese
3
-68
/
+60
2013-12-02
usb: wusbcore: do device lookup while holding the hc mutex
Thomas Pugliese
1
-18
/
+25
2013-12-02
usb: wusbcore: send keepalives to unauthenticated devices
Thomas Pugliese
1
-4
/
+1
2013-10-29
usb: wusbcore: change WA_SEGS_MAX to a legal value
Thomas Pugliese
1
-2
/
+3
2013-10-29
usb: wusbcore: add a quirk for Alereon HWA device isoc behavior
Thomas Pugliese
3
-14
/
+52
2013-10-29
usb: wusbcore: combine multiple isoc frames in a single transfer request.
Thomas Pugliese
1
-111
/
+255
2013-10-29
usb: wusbcore: set the RPIPE wMaxPacketSize value correctly
Thomas Pugliese
1
-1
/
+4
2013-10-19
USB: wusbcore: fix usb_dev leaks
Alexey Khoroshilov
1
-0
/
+3
2013-10-19
usb: wusbcore: preserve endianness of cached descriptors
Thomas Pugliese
1
-1
/
+1
2013-10-19
usb: wusbcore: serialize access to the HWA data out endpoint
Thomas Pugliese
3
-21
/
+152
2013-10-11
usb: Remove unnecessary semicolons
Joe Perches
2
-3
/
+3
2013-10-07
usb: wusbcore: fix string formatting warnings on 64-bit builds
Thomas Pugliese
1
-2
/
+2
2013-10-05
usb: wusbcore: add support for isoc out transfers
Thomas Pugliese
2
-102
/
+406
2013-10-03
usb: wusbcore: set the RPIPE bOverTheAirInterval for isoc endpoints
Thomas Pugliese
1
-2
/
+4
2013-10-03
usb: wusbcore: avoid stack overflow in URB enqueue error path
Thomas Pugliese
1
-13
/
+38
2013-09-30
usb: wusbcore: fix build warning on 64-bit builds
Thomas Pugliese
1
-1
/
+1
2013-09-30
usb: wusbcore: clean up urb dequeue process
Thomas Pugliese
1
-35
/
+87
2013-09-30
usb: wusbcore: include the xfer_id in debug prints
Thomas Pugliese
1
-45
/
+49
2013-09-30
usb: wusbcore: fix endianess issues when using dwTransferID
Thomas Pugliese
1
-9
/
+11
2013-09-26
usb: wusbcore: set pointers to NULL after freeing in error cases
Thomas Pugliese
1
-0
/
+2
2013-09-26
usb: wusbcore: clean up the sg list that was created for out transfers
Thomas Pugliese
1
-0
/
+4
2013-09-26
usb: wusbcore: resource cleanup fix in __wa_xfer_setup_segs
Thomas Pugliese
1
-54
/
+67
2013-09-26
usb: wusbcore: allow wa_xfer_destroy to clean up partially constructed xfers
Thomas Pugliese
1
-2
/
+8
2013-09-26
usb: wusbcore: rename fields in struct wahc
Thomas Pugliese
3
-18
/
+18
2013-09-26
usb: wusbcore: rename urb to tr_urb in struct wa_seg
Thomas Pugliese
1
-14
/
+16
2013-09-25
USB: WUSBCORE: use list_move_tail instead of list_del/list_add_tail
Wei Yongjun
1
-4
/
+2
2013-08-18
Merge 3.11-rc6 into usb-next
Greg Kroah-Hartman
1
-2
/
+7
2013-08-15
USB: WUSBCORE: Use usb_init_urb instead of creating the URB manually
Thomas Pugliese
1
-6
/
+9
2013-08-15
USB: WUSBCORE: fix leak of urb in wa_xfer_destroy.
Thomas Pugliese
1
-5
/
+4
2013-08-15
USB: WUSBCORE: fix resource cleanup in error path in __wa_xfer_setup_segs
Thomas Pugliese
1
-2
/
+4
2013-08-15
USB: WUSBCORE: clear RPIPE stall for control endpoints
Thomas Pugliese
3
-12
/
+108
[next]