| Commit message (Expand) | Author | Age | Files | Lines |
* | wusb: Remove unnecessary static function ckhdid_printf | Joe Perches | 2019-03-01 | 4 | -20/+8 |
* | usb: wusbcore: wa-xfer: use struct_size() helper | Gustavo A. R. Silva | 2019-02-19 | 1 | -8/+7 |
* | USB: add missing SPDX lines to Kconfig and Makefiles | Greg Kroah-Hartman | 2019-01-22 | 1 | -0/+1 |
* | crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocations | Eric Biggers | 2018-11-20 | 1 | -1/+1 |
* | Merge tag 'usb-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2018-10-26 | 1 | -4/+2 |
|\ |
|
| * | USB: wusbcore: Switch to bitmap_zalloc() | Andy Shevchenko | 2018-09-10 | 1 | -4/+2 |
* | | wusb: Remove VLA usage of skcipher | Kees Cook | 2018-09-28 | 1 | -8/+8 |
|/ |
|
* | usb: wusbcore: security: cast sizeof to int for comparison | Julia Lawall | 2018-07-02 | 1 | -1/+1 |
* | usb: wusbcore: remove excessive irqsave | John Ogness | 2018-06-28 | 1 | -4/+4 |
* | treewide: kzalloc() -> kcalloc() | Kees Cook | 2018-06-13 | 1 | -1/+2 |
* | USB: wusbcore: crypto: Remove VLA usage | Gustavo A. R. Silva | 2018-03-16 | 1 | -2/+6 |
* | USB: wusbcore: remove redundant re-assignment to pointer 'dev' | Colin Ian King | 2018-03-09 | 1 | -1/+0 |
* | Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2017-11-14 | 16 | -239/+21 |
|\ |
|
| * | USB: wusbcore: Remove redundant license text | Greg Kroah-Hartman | 2017-11-07 | 16 | -234/+0 |
| * | USB: add SPDX identifiers to all remaining files in drivers/usb/ | Greg Kroah-Hartman | 2017-11-04 | 16 | -0/+16 |
| * | usb: wusbcore: Use put_unaligned_le32 | Himanshu Jha | 2017-11-01 | 1 | -5/+4 |
| * | usb: wusbcore: wa-xfer: mark expected switch fall-through | Gustavo A. R. Silva | 2017-11-01 | 1 | -0/+1 |
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
|/ |
|
* | usb: wusbcore: dev-sysfs: constify attribute_group structures. | Arvind Yadav | 2017-08-10 | 1 | -1/+1 |
* | usb: wusbcore: wusbhc: constify attribute_group structures. | Arvind Yadav | 2017-08-10 | 1 | -1/+1 |
* | usb: wusbcore: cbaf: constify attribute_group structures. | Arvind Yadav | 2017-08-10 | 1 | -1/+1 |
* | USB: wusbcore: fix NULL-deref at probe | Johan Hovold | 2017-03-14 | 1 | -0/+3 |
* | wusbcore: Fix one more crypto-on-the-stack bug | Andy Lutomirski | 2017-01-10 | 1 | -2/+1 |
* | usb: fix improper return value when kzalloc fails | Pan Bian | 2016-11-29 | 1 | -0/+1 |
* | usb: return correct errno on failures | Pan Bian | 2016-11-29 | 1 | -0/+1 |
* | usb: return correct errno code when krealloc fails | Pan Bian | 2016-11-29 | 1 | -0/+1 |
* | wusbcore: wusbhc: use permission-specific DEVICE_ATTR variants | Julia Lawall | 2016-11-07 | 1 | -8/+5 |
* | wusbcore: dev-sysfs: use permission-specific DEVICE_ATTR variants | Julia Lawall | 2016-11-07 | 1 | -3/+3 |
* | wusb: fix error return code in wusb_prf() | Wei Yongjun | 2016-10-19 | 1 | -1/+3 |
* | wusb: Stop using the stack for sg crypto scratch space | Andy Lutomirski | 2016-10-17 | 1 | -22/+37 |
* | USB: wusbcore: add in missing white space in error message text | Colin Ian King | 2016-09-13 | 1 | -2/+1 |
* | usb: wusbcore: wa-nep: don't print on ENOMEM | Wolfram Sang | 2016-08-30 | 1 | -4/+1 |
* | usb: wusbcore: security: don't print on ENOMEM | Wolfram Sang | 2016-08-30 | 1 | -3/+1 |
* | usb: wusbcore: crypto: don't print on ENOMEM | Wolfram Sang | 2016-08-30 | 1 | -3/+1 |
* | usb: wusbcore: wa-xfer: don't print error when allocating urb fails | Wolfram Sang | 2016-08-15 | 1 | -3/+1 |
* | usb: wusbcore: wa-nep: don't print error when allocating urb fails | Wolfram Sang | 2016-08-15 | 1 | -3/+1 |
* | usb: wusbcore: Do not initialise statics to 0. | Sandhya Bankar | 2016-05-09 | 1 | -1/+1 |
* | usb: wusbcore: Remove space before ',' and '(' . | Sandhya Bankar | 2016-05-09 | 1 | -2/+2 |
* | usb: wusbcore: remove unreachable code | Sudip Mukherjee | 2016-04-18 | 1 | -1/+0 |
* | Merge tag 'usb-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2016-03-17 | 1 | -1/+1 |
|\ |
|
| * | USB: core, wusbcore: use bus_to_hcd | Geliang Tang | 2016-01-25 | 1 | -1/+1 |
* | | wusb: Use skcipher | Herbert Xu | 2016-01-27 | 1 | -14/+16 |
|/ |
|
* | wusbcore: rh: use USB_DT_HUB | Sergei Shtylyov | 2015-04-03 | 1 | -1/+1 |
* | Merge tag 'usb-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2015-02-15 | 1 | -2/+2 |
|\ |
|
| * | wusbcore: rh: use HUB_CHAR_* | Sergei Shtylyov | 2015-01-25 | 1 | -2/+2 |
* | | usb: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 2015-02-14 | 3 | -11/+6 |
|/ |
|
* | wusb: replace memset by memzero_explicit | Julia Lawall | 2014-12-03 | 2 | -5/+5 |
* | usb: hub: rename khubd to hub_wq in documentation and comments | Petr Mladek | 2014-09-24 | 2 | -4/+4 |
* | usb: wusbcore: fix device disconnect on rekey timeout | Thomas Pugliese | 2014-09-24 | 2 | -1/+19 |
* | usb: wusbcore: skip done segs before completing aborted transfer | Thomas Pugliese | 2014-09-24 | 1 | -3/+14 |