summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ixp4xx_crypto.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-091-7/+8
|\
| * crypto: ixp4xx - Fix cross-compile errors due to type mismatchHerbert Xu2019-05-301-7/+8
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-301-5/+1Star
|/
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-05-161-2/+2
|\
| * ARM: ixp4xx: Move IXP4xx QMGR and NPE headersLinus Walleij2019-04-231-2/+2
* | crypto: ixp4xx - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-9/+55
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-03-051-2/+2
|\
| * crypto: clarify name of WEAK_KEY request flagEric Biggers2019-01-251-2/+2
* | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-3/+3
|/
* crypto: skcipher - remove remnants of internal IV generatorsEric Biggers2018-12-231-5/+0Star
* crypto: ixp4xx - don't leak pointers to authenc keysTudor-Dan Ambarus2018-03-301-0/+2
* crypto: Use zeroing memory allocator instead of allocator/memsetHimanshu Jha2018-01-121-4/+3Star
* crypto: drop unnecessary return statementsGeliang Tang2017-09-221-1/+0Star
* crypto: ixp4xx - Fix error handling path in 'aead_perform()'Herbert Xu2017-08-091-3/+3
* crypto: ixp4xx - Use IPAD/OPAD constantCorentin LABBE2017-05-231-2/+1Star
* crypto: ixp4xx - Use sg_virt()Geliang Tang2017-03-241-1/+1
* crypto: ixp4xx - Add missing npe_c release in error branchesQuentin Lambert2016-08-091-2/+4
* crypto: ixp4xx - Fix a "simple if" coding style warningQuentin Lambert2016-08-091-2/+1Star
* crypto: ixp4xx - Fix false lastlen uninitialised warningHerbert Xu2016-01-251-14/+12Star
* crypto: ixp4xx - Delete unnecessary checks before the function call "dma_pool...Markus Elfring2015-11-171-4/+2Star
* crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu2015-08-171-1/+0Star
* crypto: ixp4xx - Convert to new AEAD interfaceHerbert Xu2015-08-041-155/+158
* crypto: ixp4xx - Remove bogus BUG_ON on scattered dst bufferHerbert Xu2015-07-231-1/+0Star
* crypto: ixp4xx - Use crypto_aead_maxauthsizeHerbert Xu2015-05-221-2/+2
* crypto: ixp4xx - Use crypto_aead_set_reqsize helperHerbert Xu2015-05-131-1/+2
* crypto: ixp4xx - Include internal/aead.hHerbert Xu2015-05-131-1/+1
* crypto: replace scatterwalk_sg_next with sg_nextCristian Stoica2015-01-261-2/+2
* crypto: ixp4xx - Fix kernel compile errorKrzysztof Hałasa2014-01-011-3/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-11-241-17/+9Star
|\
| * crypto: ixp4xx - Simplify and harden key parsingMathias Krause2013-10-161-17/+9Star
* | DMA-API: crypto: remove last references to 'static struct device *dev'Russell King2013-10-311-5/+8
* | DMA-API: crypto: fix ixp4xx crypto platform device supportRussell King2013-10-311-20/+17Star
|/
* IXP4xx crypto: MOD_AES{128,192,256} already include key size.Krzysztof Hałasa2012-11-221-6/+6
* crypto: ixp4xx - include fixMichał Wróbel2012-04-051-0/+1
* crypto: ixp4xx - convert GFP_KERNEL to GFP_ATOMICJulia Lawall2012-01-131-1/+1
* crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flagNikos Mavrogiannopoulos2012-01-131-0/+2
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* IXP4xx: Fix ixp4xx_crypto little-endian operation.Krzysztof Hałasa2010-05-271-0/+21
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2009-05-181-1/+32
|\
| * crypto: ixp4xx - check firmware for crypto supportChristian Hohnstaedt2009-04-121-1/+32
* | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-1/+1
|/
* crypto: ixp4xx - Fix handling of chained sg buffersChristian Hohnstaedt2009-03-271-119/+63Star
* crypto: ixp4xx - Fix qmgr_request_queue build failureKrzysztof Hałasa2009-03-041-2/+4
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-071-2/+2
* crypto: ixp4xx - Hardware crypto support for IXP4xx CPUsChristian Hohnstaedt2008-07-101-0/+1506