summaryrefslogtreecommitdiffstats
path: root/drivers/usb/wusbcore
Commit message (Expand)AuthorAgeFilesLines
* crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers2018-11-201-1/+1
* Merge tag 'usb-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-10-261-4/+2
|\
| * USB: wusbcore: Switch to bitmap_zalloc()Andy Shevchenko2018-09-101-4/+2
* | wusb: Remove VLA usage of skcipherKees Cook2018-09-281-8/+8
|/
* usb: wusbcore: security: cast sizeof to int for comparisonJulia Lawall2018-07-021-1/+1
* usb: wusbcore: remove excessive irqsaveJohn Ogness2018-06-281-4/+4
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+2
* USB: wusbcore: crypto: Remove VLA usageGustavo A. R. Silva2018-03-161-2/+6
* USB: wusbcore: remove redundant re-assignment to pointer 'dev'Colin Ian King2018-03-091-1/+0
* Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-1316-239/+21
|\
| * USB: wusbcore: Remove redundant license textGreg Kroah-Hartman2017-11-0716-234/+0
| * USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-0416-0/+16
| * usb: wusbcore: Use put_unaligned_le32Himanshu Jha2017-11-011-5/+4
| * usb: wusbcore: wa-xfer: mark expected switch fall-throughGustavo A. R. Silva2017-11-011-0/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* usb: wusbcore: dev-sysfs: constify attribute_group structures.Arvind Yadav2017-08-101-1/+1
* usb: wusbcore: wusbhc: constify attribute_group structures.Arvind Yadav2017-08-101-1/+1
* usb: wusbcore: cbaf: constify attribute_group structures.Arvind Yadav2017-08-101-1/+1
* USB: wusbcore: fix NULL-deref at probeJohan Hovold2017-03-141-0/+3
* wusbcore: Fix one more crypto-on-the-stack bugAndy Lutomirski2017-01-101-2/+1
* usb: fix improper return value when kzalloc failsPan Bian2016-11-291-0/+1
* usb: return correct errno on failuresPan Bian2016-11-291-0/+1
* usb: return correct errno code when krealloc failsPan Bian2016-11-291-0/+1
* wusbcore: wusbhc: use permission-specific DEVICE_ATTR variantsJulia Lawall2016-11-071-8/+5
* wusbcore: dev-sysfs: use permission-specific DEVICE_ATTR variantsJulia Lawall2016-11-071-3/+3
* wusb: fix error return code in wusb_prf()Wei Yongjun2016-10-191-1/+3
* wusb: Stop using the stack for sg crypto scratch spaceAndy Lutomirski2016-10-171-22/+37
* USB: wusbcore: add in missing white space in error message textColin Ian King2016-09-131-2/+1
* usb: wusbcore: wa-nep: don't print on ENOMEMWolfram Sang2016-08-301-4/+1
* usb: wusbcore: security: don't print on ENOMEMWolfram Sang2016-08-301-3/+1
* usb: wusbcore: crypto: don't print on ENOMEMWolfram Sang2016-08-301-3/+1
* usb: wusbcore: wa-xfer: don't print error when allocating urb failsWolfram Sang2016-08-151-3/+1
* usb: wusbcore: wa-nep: don't print error when allocating urb failsWolfram Sang2016-08-151-3/+1
* usb: wusbcore: Do not initialise statics to 0.Sandhya Bankar2016-05-091-1/+1
* usb: wusbcore: Remove space before ',' and '(' .Sandhya Bankar2016-05-091-2/+2
* usb: wusbcore: remove unreachable codeSudip Mukherjee2016-04-191-1/+0
* Merge tag 'usb-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-03-171-1/+1
|\
| * USB: core, wusbcore: use bus_to_hcdGeliang Tang2016-01-241-1/+1
* | wusb: Use skcipherHerbert Xu2016-01-271-14/+16
|/
* wusbcore: rh: use USB_DT_HUBSergei Shtylyov2015-04-031-1/+1
* Merge tag 'usb-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2015-02-151-2/+2
|\
| * wusbcore: rh: use HUB_CHAR_*Sergei Shtylyov2015-01-251-2/+2
* | usb: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-133-11/+6
|/
* wusb: replace memset by memzero_explicitJulia Lawall2014-12-022-5/+5
* usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek2014-09-232-4/+4
* usb: wusbcore: fix device disconnect on rekey timeoutThomas Pugliese2014-09-232-1/+19
* usb: wusbcore: skip done segs before completing aborted transferThomas Pugliese2014-09-231-3/+14
* usb: wusbcore: USB_WUSB_CBAF depends on USBThomas Pugliese2014-09-231-0/+1
* usb: wusbcore: remove USB_WUSB build dependency on PCIThomas Pugliese2014-09-231-1/+0
* wusb: delete double assignmentJulia Lawall2014-09-231-2/+0