aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/vmx
AgeCommit message (Expand)Author
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada
2020-01-16crypto: vmx - reject xts inputs that are too shortDaniel Axtens
2019-11-22crypto: vmx - Avoid weird build failuresMichael Ellerman
2019-08-22crypto: vmx/xts - use fallback for ciphertext stealingArd Biesheuvel
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-06-20crypto: vmx - Document CTR mode counter width quirksDaniel Axtens
2019-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 442Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 299Thomas Gleixner
2019-05-30crypto: vmx - convert to skcipher APIEric Biggers
2019-05-30crypto: vmx - convert to SPDX license identifiersEric Biggers
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-17crypto: vmx - ghash: do nosimd fallback manuallyDaniel Axtens
2019-05-17crypto: vmx - CTR: always increment IV as quadwordDaniel Axtens
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2019-04-18crypto: powerpc - convert to use crypto_simd_usable()Eric Biggers
2019-04-18crypto: vmx - return correct error code on failed setkeyEric Biggers
2019-03-28crypto: vmx - Make p8_init and p8_exit staticYueHaibing
2019-03-22crypto: vmx - fix copy-paste error in CTR modeDaniel Axtens
2018-09-28crypto: vmx - Remove VLA usage of skcipherKees Cook
2018-08-29Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-08-25crypto: vmx - Fix sleep-in-atomic bugsOndrej Mosnacek
2018-08-23treewide: convert ISO_8859-1 text comments to utf-8Arnd Bergmann
2018-07-09crypto: shash - remove useless setting of type flagsEric Biggers
2018-05-31crypto: clarify licensing of OpenSSL asm codeAdam Langley
2018-05-12crypto: vmx - Remove overly verbose printk from AES XTS initMichael Ellerman
2018-05-12crypto: vmx - Remove overly verbose printk from AES init routinesMichael Ellerman
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-11-03crypto: vmx - Use skcipher for ctr fallbackPaulo Flabiano Smorigo
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-04crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel
2017-06-20crypto: vmx - remove unnecessary checkTudor-Dan Ambarus
2017-03-02crypto: vmx - Use skcipher for xts fallbackPaulo Flabiano Smorigo
2017-03-02crypto: vmx - Use skcipher for cbc fallbackPaulo Flabiano Smorigo
2017-01-23crypto: vmx - disable preemption to enable vsx in aes_ctr.cLi Zhong
2016-11-17crypto: vmx - various build fixesNaveen N. Rao
2016-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2016-10-02crypto: vmx - Ensure ghash-generic is enabledMarcelo Cerri
2016-10-02crypto: vmx - Fix memory corruption caused by p8_ghashMarcelo Cerri
2016-08-24crypto: vmx - fix null dereference in p8_aes_xts_cryptLi Zhong
2016-07-30Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-07-21crypto: vmx - Convert to CPU feature based module autoloadingAlastair D'Silva
2016-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2016-07-20crypto: vmx - Fix aes_p8_xts_decrypt build failureHerbert Xu
2016-07-20crypto: vmx - Ignore generated filesPaulo Flabiano Smorigo
2016-07-19crypto: vmx - Adding support for XTSLeonidas S. Barbosa
2016-07-19crypto: vmx - Adding asm subroutines for XTSPaulo Flabiano Smorigo
2016-06-13crypto: vmx - Increase priority of aes-cbc cipherAnton Blanchard
2016-06-13crypto: vmx - Fix ABI detectionAnton Blanchard