aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-05-11crypto: mv_cesa - make count_sgs() null-pointer proofPhil Sutter1-6/+2
2011-05-11crypto: mv_cesa - copy remaining bytes to SRAM only when neededPhil Sutter1-6/+6
2011-05-11crypto: mv_cesa - move digest state initialisation to a better placePhil Sutter1-8/+6
2011-05-11crypto: mv_cesa - fill inner/outer IV fields only in HMAC casePhil Sutter1-3/+3
2011-05-11crypto: mv_cesa - refactor copy_src_to_buf()Phil Sutter1-15/+10
2011-05-11crypto: mv_cesa - no need to save digest state after the last chunkPhil Sutter1-6/+6
2011-05-11crypto: mv_cesa - print a warning when registration of AES algos failPhil Sutter1-2/+8
2011-05-11crypto: mv_cesa - drop this call to mv_hash_final from mv_hash_finupPhil Sutter1-3/+0
2011-05-11crypto: mv_cesa - the descriptor pointer register needs to be set just oncePhil Sutter1-2/+1
2011-05-11crypto: mv_cesa - use ablkcipher_request_cast instead of the manual container_ofPhil Sutter1-3/+1
2011-05-04crypto: caam - fix printk recursion for long error textsKim Phillips2-3/+4
2011-05-04crypto: caam - remove unused keylen from session contextKim Phillips1-2/+0
2011-05-04hwrng: amd - enable AMD hw rnd driver for Maple PPC boardsDmitry Eremin-Solenikov1-1/+1
2011-05-04hwrng: amd - manage resource allocationDmitry Eremin-Solenikov1-0/+9
2011-05-04crypto: s390 - add System z hardware support for CTR modeGerald Schaefer4-6/+383
2011-05-04crypto: tcrypt - CTR mode speed test for AESJan Glauber1-0/+4
2011-05-04crypto: s390 - cleanup s390 Kconfig optionsJan Glauber1-8/+8
2011-05-04crypto: s390 - add System z hardware support for GHASHGerald Schaefer4-0/+174
2011-05-04crypto: s390 - add System z hardware support for XTS modeGerald Schaefer3-14/+272
2011-05-04crypto: s390 - cleanup DES codeJan Glauber2-235/+96
2011-05-04crypto: s390 - extend crypto facility checkJan Glauber7-12/+20
2011-05-04crypto: testmgr - add support for aes ofb modePuneet Saxena2-0/+76
2011-05-03crypto: caam - remove duplicate dev_errKim Phillips1-1/+0
2011-05-03crypto: caam - remove WAIT-FOR-COMPLETIONs from givencrypt descriptorKim Phillips1-4/+2
2011-05-03crypto: caam - fix queue interface detectionKim Phillips1-1/+1
2011-05-03crypto: caam - handle interrupt lines shared across ringsKim Phillips1-26/+20
2011-04-26crypto: omap-sham - hmac calculation bug fix for sha1 base hashDmitry Kasatkin1-40/+31
2011-04-26crypto: omap-sham - enable driver for EMU chipsDmitry Kasatkin1-1/+2
2011-04-26crypto: omap-sham - remove debug printDmitry Kasatkin1-2/+0
2011-04-26crypto: omap-sham - fix concurrent sha1 calculationsMarkku Kylanpaa1-1/+1
2011-04-08crypto: s5p-sss - add S5PV210 advanced crypto engine supportVladimir Zapolskiy3-0/+713
2011-04-08crypto: caam - introduce missing kfreeJulia Lawall1-0/+1
2011-03-27crypto: picoxcell - fix possible status FIFO overflowJamie Iles1-29/+35
2011-03-27crypto: padlock - Add SHA-1/256 module for VIA NanoBrilly Wu1-5/+264
2011-03-27crypto: caam - de-CHIP-ify device tree compatiblesKim Phillips2-59/+37
2011-03-27crypto: caam - ARRAY_SIZE() vs sizeof()Dan Carpenter1-4/+4
2011-03-27crypto: caam - dereferencing ERR_PTR on allocation failureDan Carpenter1-1/+1
2011-03-27crypto: caam - standardize device tree naming convention to utilize '-vX.Y'Kim Phillips4-59/+60
2011-03-27crypto: caam - Add support for the Freescale SEC4/CAAMKim Phillips17-1/+5441
2011-03-27crypto: aesni-intel - fixed problem with packets that are not multiple of 64bytesTadeusz Struk2-3/+16
2011-03-25Merge branch 'syscore' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds20-351/+206
2011-03-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-1/+1
2011-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds74-962/+5830
2011-03-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdbLinus Torvalds4-6/+6
2011-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds66-364/+1906
2011-03-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds6-11/+55
2011-03-25Merge git://git.infradead.org/battery-2.6Linus Torvalds15-226/+1009
2011-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds11-31/+326
2011-03-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-6/+14
2011-03-25Merge branch 'irq-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds40-604/+285