aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/wusbcore (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-18wusb: switch to cbcmac transformArd Biesheuvel2-130/+47
2019-03-01wusb: Remove unnecessary static function ckhdid_printfJoe Perches4-20/+8
2019-02-19usb: wusbcore: wa-xfer: use struct_size() helperGustavo A. R. Silva1-8/+7
2019-01-22USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman1-0/+1
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers1-1/+1
2018-10-26Merge tag 'usb-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-4/+2
2018-09-28wusb: Remove VLA usage of skcipherKees Cook1-8/+8
2018-09-10USB: wusbcore: Switch to bitmap_zalloc()Andy Shevchenko1-4/+2
2018-07-02usb: wusbcore: security: cast sizeof to int for comparisonJulia Lawall1-1/+1
2018-06-28usb: wusbcore: remove excessive irqsaveJohn Ogness1-4/+4
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+2
2018-03-16USB: wusbcore: crypto: Remove VLA usageGustavo A. R. Silva1-2/+6
2018-03-09USB: wusbcore: remove redundant re-assignment to pointer 'dev'Colin Ian King1-1/+0
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds16-239/+21
2017-11-07USB: wusbcore: Remove redundant license textGreg Kroah-Hartman16-234/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman16-0/+16
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-01usb: wusbcore: Use put_unaligned_le32Himanshu Jha1-5/+4
2017-11-01usb: wusbcore: wa-xfer: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-08-10usb: wusbcore: dev-sysfs: constify attribute_group structures.Arvind Yadav1-1/+1
2017-08-10usb: wusbcore: wusbhc: constify attribute_group structures.Arvind Yadav1-1/+1
2017-08-10usb: wusbcore: cbaf: constify attribute_group structures.Arvind Yadav1-1/+1
2017-03-14USB: wusbcore: fix NULL-deref at probeJohan Hovold1-0/+3
2017-01-10wusbcore: Fix one more crypto-on-the-stack bugAndy Lutomirski1-2/+1
2016-11-29usb: fix improper return value when kzalloc failsPan Bian1-0/+1
2016-11-29usb: return correct errno on failuresPan Bian1-0/+1
2016-11-29usb: return correct errno code when krealloc failsPan Bian1-0/+1
2016-11-07wusbcore: wusbhc: use permission-specific DEVICE_ATTR variantsJulia Lawall1-8/+5
2016-11-07wusbcore: dev-sysfs: use permission-specific DEVICE_ATTR variantsJulia Lawall1-3/+3
2016-10-19wusb: fix error return code in wusb_prf()Wei Yongjun1-1/+3
2016-10-17wusb: Stop using the stack for sg crypto scratch spaceAndy Lutomirski1-22/+37
2016-09-13USB: wusbcore: add in missing white space in error message textColin Ian King1-2/+1
2016-08-30usb: wusbcore: wa-nep: don't print on ENOMEMWolfram Sang1-4/+1
2016-08-30usb: wusbcore: security: don't print on ENOMEMWolfram Sang1-3/+1
2016-08-30usb: wusbcore: crypto: don't print on ENOMEMWolfram Sang1-3/+1
2016-08-15usb: wusbcore: wa-xfer: don't print error when allocating urb failsWolfram Sang1-3/+1
2016-08-15usb: wusbcore: wa-nep: don't print error when allocating urb failsWolfram Sang1-3/+1
2016-05-09usb: wusbcore: Do not initialise statics to 0.Sandhya Bankar1-1/+1
2016-05-09usb: wusbcore: Remove space before ',' and '(' .Sandhya Bankar1-2/+2
2016-04-19usb: wusbcore: remove unreachable codeSudip Mukherjee1-1/+0
2016-03-17Merge tag 'usb-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-1/+1
2016-01-27wusb: Use skcipherHerbert Xu1-14/+16
2016-01-24USB: core, wusbcore: use bus_to_hcdGeliang Tang1-1/+1
2015-04-03wusbcore: rh: use USB_DT_HUBSergei Shtylyov1-1/+1
2015-02-15Merge tag 'usb-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-2/+2
2015-02-13usb: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo3-11/+6
2015-01-25wusbcore: rh: use HUB_CHAR_*Sergei Shtylyov1-2/+2
2014-12-02wusb: replace memset by memzero_explicitJulia Lawall2-5/+5
2014-09-23usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek2-4/+4
2014-09-23usb: wusbcore: fix device disconnect on rekey timeoutThomas Pugliese2-1/+19