Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
2cc8212198820487ec3fdcc7b98133701fc9dfc3
/
drivers
/
usb
/
wusbcore
894025f
Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 7 years ago
060b694
USB: wusbcore: Remove redundant license text
by Greg Kroah-Hartman
· 7 years ago
5fd54ac
USB: add SPDX identifiers to all remaining files in drivers/usb/
by Greg Kroah-Hartman
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
b6565a0
usb: wusbcore: Use put_unaligned_le32
by Himanshu Jha
· 7 years ago
0621165
usb: wusbcore: wa-xfer: mark expected switch fall-through
by Gustavo A. R. Silva
· 7 years ago
65b881f
usb: wusbcore: dev-sysfs: constify attribute_group structures.
by Arvind Yadav
· 7 years ago
4b51425
usb: wusbcore: wusbhc: constify attribute_group structures.
by Arvind Yadav
· 7 years ago
77b85424
usb: wusbcore: cbaf: constify attribute_group structures.
by Arvind Yadav
· 7 years ago
03ace94
USB: wusbcore: fix NULL-deref at probe
by Johan Hovold
· 8 years ago
620f1a6
wusbcore: Fix one more crypto-on-the-stack bug
by Andy Lutomirski
· 8 years ago
7faf44b
usb: fix improper return value when kzalloc fails
by Pan Bian
· 8 years ago
cd63a1c
usb: return correct errno on failures
by Pan Bian
· 8 years ago
fca0ca9
usb: return correct errno code when krealloc fails
by Pan Bian
· 8 years ago
42cda7d
wusbcore: wusbhc: use permission-specific DEVICE_ATTR variants
by Julia Lawall
· 8 years ago
4d05564
wusbcore: dev-sysfs: use permission-specific DEVICE_ATTR variants
by Julia Lawall
· 8 years ago
1ee1710
wusb: fix error return code in wusb_prf()
by Wei Yongjun
· 8 years ago
a19b882
wusb: Stop using the stack for sg crypto scratch space
by Andy Lutomirski
· 8 years ago
f409440
USB: wusbcore: add in missing white space in error message text
by Colin Ian King
· 8 years ago
84f11ce
usb: wusbcore: wa-nep: don't print on ENOMEM
by Wolfram Sang
· 8 years ago
d919523
usb: wusbcore: security: don't print on ENOMEM
by Wolfram Sang
· 8 years ago
90b6138
usb: wusbcore: crypto: don't print on ENOMEM
by Wolfram Sang
· 8 years ago
ff7bbff
usb: wusbcore: wa-xfer: don't print error when allocating urb fails
by Wolfram Sang
· 8 years ago
6b017b7
usb: wusbcore: wa-nep: don't print error when allocating urb fails
by Wolfram Sang
· 8 years ago
ef23db9
usb: wusbcore: Do not initialise statics to 0.
by Sandhya Bankar
· 9 years ago
06acefd
usb: wusbcore: Remove space before ',' and '(' .
by Sandhya Bankar
· 9 years ago
7ce04cf
usb: wusbcore: remove unreachable code
by Sudip Mukherjee
· 9 years ago
48d10bd
Merge tag 'usb-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 9 years ago
ab1e6fa
wusb: Use skcipher
by Herbert Xu
· 9 years ago
6ae706a
USB: core, wusbcore: use bus_to_hcd
by Geliang Tang
· 9 years ago
22299d1
wusbcore: rh: use USB_DT_HUB
by Sergei Shtylyov
· 10 years ago
e298767
Merge tag 'usb-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 10 years ago
125918d
usb: use %*pb[l] to print bitmaps including cpumasks and nodemasks
by Tejun Heo
· 10 years ago
6d2a5663
wusbcore: rh: use HUB_CHAR_*
by Sergei Shtylyov
· 10 years ago
eb94ec7
wusb: replace memset by memzero_explicit
by Julia Lawall
· 10 years ago
37ebb54
usb: hub: rename khubd to hub_wq in documentation and comments
by Petr Mladek
· 10 years ago
275e517
usb: wusbcore: fix device disconnect on rekey timeout
by Thomas Pugliese
· 10 years ago
b94be0d
usb: wusbcore: skip done segs before completing aborted transfer
by Thomas Pugliese
· 10 years ago
f550252
usb: wusbcore: USB_WUSB_CBAF depends on USB
by Thomas Pugliese
· 10 years ago
e8f8ba4
usb: wusbcore: remove USB_WUSB build dependency on PCI
by Thomas Pugliese
· 10 years ago
4f8c060
wusb: delete double assignment
by Julia Lawall
· 10 years ago
6835a3a
usb: wusbcore: fix below build warning
by Peter Chen
· 10 years ago
df3ce23
USB: wusbcore: fix control-pipe directions
by Johan Hovold
· 10 years ago
bd130ad
usb: wusbcore: fix panic in wusbhc_chid_set
by Thomas Pugliese
· 11 years ago
7584f2e
usb: wusbcore: convert nested lock to use spin_lock instead of spin_lock_irq
by Thomas Pugliese
· 11 years ago
335053f
usb: wusbcore: use multiple urbs for HWA iso transfer result frame reads
by Thomas Pugliese
· 11 years ago
04a378f
usb: wusbcore: combine iso transfer result frame reads when possible
by Thomas Pugliese
· 11 years ago
86e2864
usb: wusbcore: disable transfer notifications for Alereon HWAs
by Thomas Pugliese
· 11 years ago
5090ece
usb: wusbcore: don't mark WA_SEG_DTI_PENDING segs as done in urb_dequeue
by Thomas Pugliese
· 11 years ago
2a6da97
usb: wusbcore: fix potential double list_del on urb dequeue
by Thomas Pugliese
· 11 years ago
927c4da
usb: wusbcore: fix compile warnings
by Thomas Pugliese
· 11 years ago
d1c5dd6
usb: wusbcore: add info to HWA debug prints
by Thomas Pugliese
· 11 years ago
ecf3701
usb: wusbcore: read actual_length bytes isoc in segments
by Thomas Pugliese
· 11 years ago
4659a24
usb: wusbcore: adjust iterator correctly when searching for ep comp descriptor
by Thomas Pugliese
· 11 years ago
e500d52
usb: wusbcore: add a convenience function for completing a transfer segment
by Thomas Pugliese
· 11 years ago
5da43af
usb: wusbcore: prevent urb dequeue and giveback race
by Thomas Pugliese
· 11 years ago
acfadce
usb: wusbcore: fix stranded URB after HWA unplug
by Thomas Pugliese
· 11 years ago
618836cc
usb: wusbcore: fix kernel panic on HWA unplug
by Thomas Pugliese
· 11 years ago
803a536
usb: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
2627cb0
USB: wusbcore: fix up coding style issues in wa-nep.c
by Rahul Bedarkar
· 11 years ago
0c106d0
USB: wusbcore: fix up coding style issues in wa-rpipe.c
by Rahul Bedarkar
· 11 years ago
a7737e3
USB: wusbcore: fix up coding style issues in wusbhc.c and wusbhc.h
by Rahul Bedarkar
· 11 years ago
4865131
USB: wusbcore: fix up line break coding style issues in mmc.c
by Rahul Bedarkar
· 11 years ago
521aea0
USB: wusbcore: fix up line break coding style issues in security.c
by Rahul Bedarkar
· 11 years ago
62316ff
USB: wusbcore: fix up line break coding style issues in wa-hc.h
by Rahul Bedarkar
· 11 years ago
b0b4cb5
USB: wusbcore: fix up minor coding style issues in cbaf.c
by Rahul Bedarkar
· 11 years ago
1076e7a
USB: wusbcore: correct spelling mistakes in comments and error string
by Rahul Bedarkar
· 11 years ago
b4a9dfb
usb: wusbcore: add debug prints to reservation and channel change
by Thomas Pugliese
· 11 years ago
226b3a2
usb: wusbcore: add isochronous IN support to HWA
by Thomas Pugliese
· 11 years ago
d59abb9
Merge branch 3.13-rc4 into usb-next
by Greg Kroah-Hartman
· 11 years ago
756a2ee
usb: wusbcore: set packet count correctly on isoc transfers
by Thomas Pugliese
· 11 years ago
ea1af42
usb: wusbcore: move isoc_frame_index from wa_xfer to wa_seg
by Thomas Pugliese
· 11 years ago
7b3e374
usb: wusbcore: use USB_CTRL_SET_TIMEOUT and USB_CTRL_GET_TIMEOUT
by Thomas Pugliese
· 11 years ago
7005234
usb: wusbcore: fix short transfers
by Thomas Pugliese
· 11 years ago
e05a1fd
usb: wusbcore: return -ENOENT for unlinked URBs.
by Thomas Pugliese
· 11 years ago
bbfc3420
usb: wusbcore: add more info to debug prints in urb_unlink path
by Thomas Pugliese
· 11 years ago
b374487
usb: wusbcore: add calls to usb_hcd_link_urb_to_ep, usb_hcd_unlink_urb_from_ep, and
by Thomas Pugliese
· 11 years ago
471e42a
usb: wusbcore: fix deadlock in wusbhc_gtk_rekey
by Thomas Pugliese
· 11 years ago
6161ae5
usb: wusbcore: do device lookup while holding the hc mutex
by Thomas Pugliese
· 11 years ago
f4042c0
usb: wusbcore: send keepalives to unauthenticated devices
by Thomas Pugliese
· 11 years ago
f74b75e
usb: wusbcore: change WA_SEGS_MAX to a legal value
by Thomas Pugliese
· 11 years ago
f07ddb9
usb: wusbcore: add a quirk for Alereon HWA device isoc behavior
by Thomas Pugliese
· 11 years ago
2101242
usb: wusbcore: combine multiple isoc frames in a single transfer request.
by Thomas Pugliese
· 11 years ago
7b6bc07
usb: wusbcore: set the RPIPE wMaxPacketSize value correctly
by Thomas Pugliese
· 11 years ago
f2c28cf
USB: wusbcore: fix usb_dev leaks
by Alexey Khoroshilov
· 11 years ago
1653d2f
usb: wusbcore: preserve endianness of cached descriptors
by Thomas Pugliese
· 11 years ago
679ee47
usb: wusbcore: serialize access to the HWA data out endpoint
by Thomas Pugliese
· 11 years ago
2b84f92
usb: Remove unnecessary semicolons
by Joe Perches
· 11 years ago
afc3cba
usb: wusbcore: fix string formatting warnings on 64-bit builds
by Thomas Pugliese
· 11 years ago
7a32d9b
usb: wusbcore: add support for isoc out transfers
by Thomas Pugliese
· 11 years ago
1a7ff0e
usb: wusbcore: set the RPIPE bOverTheAirInterval for isoc endpoints
by Thomas Pugliese
· 11 years ago
33186c4
usb: wusbcore: avoid stack overflow in URB enqueue error path
by Thomas Pugliese
· 11 years ago
cccd3a25
usb: wusbcore: fix build warning on 64-bit builds
by Thomas Pugliese
· 11 years ago
14e1d2d
usb: wusbcore: clean up urb dequeue process
by Thomas Pugliese
· 11 years ago
b9c84be
usb: wusbcore: include the xfer_id in debug prints
by Thomas Pugliese
· 11 years ago
fdd160c
usb: wusbcore: fix endianess issues when using dwTransferID
by Thomas Pugliese
· 11 years ago
6741448
usb: wusbcore: set pointers to NULL after freeing in error cases
by Thomas Pugliese
· 11 years ago
d5b5c9f
usb: wusbcore: clean up the sg list that was created for out transfers
by Thomas Pugliese
· 11 years ago
ffd6d17
usb: wusbcore: resource cleanup fix in __wa_xfer_setup_segs
by Thomas Pugliese
· 11 years ago
d993670
usb: wusbcore: allow wa_xfer_destroy to clean up partially constructed xfers
by Thomas Pugliese
· 11 years ago
Next »