summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-06-22174-7249/+23569
|\
| * crypto: marvell/cesa - remove COMPILE_TEST dependencyBoris Brezillon2015-06-221-1/+1
| * crypto: algif_aead - Temporarily disable all AEAD algorithmsHerbert Xu2015-06-222-1/+8
| * crypto: af_alg - Forbid the use internal algorithmsHerbert Xu2015-06-221-1/+4
| * crypto: echainiv - Only hold RNG during initialisationHerbert Xu2015-06-221-22/+6
| * crypto: seqiv - Add compatibility support without RNGHerbert Xu2015-06-221-25/+25
| * crypto: eseqiv - Offer normal cipher functionality without RNGHerbert Xu2015-06-221-19/+12
| * crypto: chainiv - Offer normal cipher functionality without RNGHerbert Xu2015-06-221-26/+29
| * crypto: user - Add CRYPTO_MSG_DELRNGHerbert Xu2015-06-222-1/+12
| * crypto: user - Move cryptouser.h to uapiHerbert Xu2015-06-221-0/+0
| * crypto: rng - Do not free default RNG when it becomes unusedHerbert Xu2015-06-222-4/+32
| * crypto: skcipher - Allow givencrypt to be NULLHerbert Xu2015-06-221-1/+1
| * crypto: sahara - propagate the error on clk_disable_unprepare() failureFabio Estevam2015-06-211-4/+9
| * crypto: rsa - fix invalid select for AKCIPHERTadeusz Struk2015-06-211-1/+1
| * crypto: picoxcell - Update to the current clk APIMichael van der Westhuizen2015-06-211-4/+4
| * crypto: nx - Check for bogus firmware propertiesHerbert Xu2015-06-211-32/+118
| * crypto: marvell/cesa - add DT bindings documentationBoris BREZILLON2015-06-191-0/+45
| * crypto: marvell/cesa - add support for Kirkwood and Dove SoCsArnaud Ebalard2015-06-191-1/+12
| * crypto: marvell/cesa - add support for Orion SoCsBoris BREZILLON2015-06-191-7/+35
| * crypto: marvell/cesa - add allhwsupport module parameterBoris BREZILLON2015-06-191-0/+4
| * crypto: marvell/cesa - add support for all armada SoCsBoris BREZILLON2015-06-191-0/+12
| * crypto: marvell/cesa - add SHA256 supportArnaud Ebalard2015-06-193-0/+163
| * crypto: marvell/cesa - add MD5 supportArnaud Ebalard2015-06-193-2/+174
| * crypto: marvell/cesa - add Triple-DES supportArnaud Ebalard2015-06-193-0/+151
| * crypto: marvell/cesa - add DES supportBoris BREZILLON2015-06-193-0/+154
| * crypto: marvell/cesa - add TDMA supportBoris BREZILLON2015-06-197-16/+1101
| * crypto: marvell/cesa - add a new driver for Marvell's CESABoris BREZILLON2015-06-197-0/+2040
| * crypto: mv_cesa - explicitly define kirkwood and dove compatible stringsBoris BREZILLON2015-06-192-2/+7
| * crypto: mv_cesa - use gen_pool to reserve the SRAM memory regionBoris BREZILLON2015-06-193-23/+60
| * crypto: mv_cesa - document the clocks propertyBoris BREZILLON2015-06-191-0/+2
| * Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git...Herbert Xu2015-06-194373-96023/+172587
| |\
| | * bus: mvebu-mbus: add mv_mbus_dram_info_nooverlap()Thomas Petazzoni2015-05-282-0/+122
| * | MAINTAINERS: clarify drivers/crypto/nx/ file ownershipDan Streetman2015-06-191-1/+9
| * | crypto: nx - add LE support to pSeries platform driverDan Streetman2015-06-193-43/+45
| * | crypto: caam - Set last bit on src SG listHerbert Xu2015-06-191-1/+1
| * | crypto: caam - Reintroduce DESC_MAX_USED_BYTESHerbert Xu2015-06-191-1/+2
| * | crypto: aead - Fix aead_instance struct sizeHerbert Xu2015-06-191-1/+8
| * | crypto: api - Add CRYPTO_MINALIGN_ATTR to struct crypto_algHerbert Xu2015-06-191-1/+1
| * | crypto: drivers - Fix Kconfig selectsHerbert Xu2015-06-186-46/+19
| * | crypto: tcrypt - Fixed AEAD speed test setupHerbert Xu2015-06-181-7/+8
| * | crypto: tcrypt - Add rfc4309(ccm(aes)) speed testHerbert Xu2015-06-182-0/+6
| * | crypto: caam - fix non-64-bit write/read accessSteffen Trumtrar2015-06-181-19/+19
| * | crypto: testmgr - add tests vectors for RSATadeusz Struk2015-06-173-0/+346
| * | crypto: rsa - add a new rsa generic implementationTadeusz Struk2015-06-176-0/+484
| * | crypto: akcipher - add PKE APITadeusz Struk2015-06-178-0/+555
| * | crypto: poly1305 - Pass key as first two message blocks to each desc_ctxMartin Willi2015-06-173-116/+134
| * | crypto: testmgr - Add mcgrew test vectors for rfc4106Herbert Xu2015-06-171-3/+846
| * | Revert "crypto: testmgr - Disable rfc4543 test"Herbert Xu2015-06-171-1/+1
| * | crypto: caam - Convert GCM to new AEAD interfaceHerbert Xu2015-06-171-634/+686
| * | crypto: caam - Handle errors in dma_map_sg_chainedHerbert Xu2015-06-171-14/+21