summaryrefslogtreecommitdiff
path: root/drivers/crypto/ixp4xx_crypto.c
AgeCommit message (Expand)Author
2021-07-10Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds
2021-06-17soc: ixp4xx: move cpu detection to linux/soc/ixp4xx/cpu.hArnd Bergmann
2021-06-03crypto: ixp4xx - Add device tree supportLinus Walleij
2021-06-03crypto: ixp4xx - convert to platform driverArnd Bergmann
2021-05-14crypto: ixp4xx - Correct functions alignmentCorentin Labbe
2021-05-14crypto: ixp4xx - remove brackets from single statementCorentin Labbe
2021-05-14crypto: ixp4xx - Do not initialize static to NULLCorentin Labbe
2021-05-14crypto: ixp4xx - whitespace fixesCorentin Labbe
2021-05-14crypto: ixp4xx - convert all printk to dev_xxxCorentin Labbe
2021-05-14crypto: ixp4xx - convert unsigned to unsigned intCorentin Labbe
2021-05-14crypto: ixp4xx - fallback when having more than one SGCorentin Labbe
2021-05-14crypto: ixp4xx - update IV after requestsCorentin Labbe
2021-05-14crypto: ixp4xx - dma_unmap the correct addressCorentin Labbe
2021-04-16crypto: ixp4xx - use DEFINE_SPINLOCK() for spinlockGuobin Huang
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers
2020-08-21crypto: ixp4xx - Fix the size used in a 'dma_free_coherent()' callChristophe JAILLET
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka
2020-01-09crypto: remove CRYPTO_TFM_RES_WEAK_KEYEric Biggers
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers
2019-11-17crypto: ixp4xx - switch to skcipher APIArd Biesheuvel
2019-08-22crypto: ixp4xx/des - switch to new verification routinesArd Biesheuvel
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner
2019-05-30crypto: ixp4xx - Fix cross-compile errors due to type mismatchHerbert Xu
2019-05-16Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2019-04-23ARM: ixp4xx: Move IXP4xx QMGR and NPE headersLinus Walleij
2019-04-18crypto: ixp4xx - Forbid 2-key 3DES in FIPS modeHerbert Xu
2019-03-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-12-23crypto: skcipher - remove remnants of internal IV generatorsEric Biggers
2018-03-31crypto: ixp4xx - don't leak pointers to authenc keysTudor-Dan Ambarus
2018-01-12crypto: Use zeroing memory allocator instead of allocator/memsetHimanshu Jha
2017-09-22crypto: drop unnecessary return statementsGeliang Tang
2017-08-09crypto: ixp4xx - Fix error handling path in 'aead_perform()'Herbert Xu
2017-05-23crypto: ixp4xx - Use IPAD/OPAD constantCorentin LABBE
2017-03-24crypto: ixp4xx - Use sg_virt()Geliang Tang
2016-08-09crypto: ixp4xx - Add missing npe_c release in error branchesQuentin Lambert
2016-08-09crypto: ixp4xx - Fix a "simple if" coding style warningQuentin Lambert
2016-01-25crypto: ixp4xx - Fix false lastlen uninitialised warningHerbert Xu
2015-11-17crypto: ixp4xx - Delete unnecessary checks before the function call "dma_pool...Markus Elfring
2015-08-17crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu
2015-08-04crypto: ixp4xx - Convert to new AEAD interfaceHerbert Xu
2015-07-23crypto: ixp4xx - Remove bogus BUG_ON on scattered dst bufferHerbert Xu
2015-05-22crypto: ixp4xx - Use crypto_aead_maxauthsizeHerbert Xu
2015-05-13crypto: ixp4xx - Use crypto_aead_set_reqsize helperHerbert Xu
2015-05-13crypto: ixp4xx - Include internal/aead.hHerbert Xu
2015-01-26crypto: replace scatterwalk_sg_next with sg_nextCristian Stoica
2014-01-01crypto: ixp4xx - Fix kernel compile errorKrzysztof HaƂasa
2013-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds