aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds8-89/+2269
2012-07-11crypto: testmgr - add aead cbc aes hmac sha1,256,512 test vectorsHoria Geanta2-0/+870
2012-07-11crypto: atmel - add new tests to tcryptNicolas Royer1-5/+45
2012-07-11crypto: testmgr - allow aesni-intel and ghash_clmulni-intel in fips modeMilan Broz1-0/+38
2012-06-29netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso1-2/+5
2012-06-27crypto: algapi - Fix hang on crypto allocationSteffen Klassert1-1/+1
2012-06-27crypto: arc4 - now arc needs blockcipher supportSebastian Andrzej Siewior1-1/+1
2012-06-27crypto: twofish-avx - remove duplicated glue code and use shared glue code from glue_helperJussi Kivilinna1-0/+1
2012-06-27crypto: twofish-x86_64-3way - remove duplicated glue code and use shared glue code from glue_helperJussi Kivilinna1-0/+1
2012-06-27crypto: camellia-x86_64 - remove duplicated glue code and use shared glue code from glue_helperJussi Kivilinna1-0/+1
2012-06-27crypto: serpent-avx: remove duplicated glue code and use shared glue code from glue_helperJussi Kivilinna1-0/+1
2012-06-27crypto: serpent-sse2 - split generic glue code to new helper moduleJussi Kivilinna1-0/+7
2012-06-27crypto: aes_ni - change to use shared ablk_* functionsJussi Kivilinna1-0/+1
2012-06-27crypto: twofish-avx - change to use shared ablk_* functionsJussi Kivilinna1-0/+1
2012-06-27crypto: ablk_helper - move ablk_* functions from serpent-sse2/avx glue code to shared moduleJussi Kivilinna1-0/+8
2012-06-22crypto: algapi - Move larval completion into algbossHerbert Xu3-26/+9
2012-06-14crypto: arc4 - improve performance by using u32 for ctx and variablesJussi Kivilinna1-6/+6
2012-06-14crypto: arc4 - improve performance by adding ecb(arc4)Jussi Kivilinna1-22/+87
2012-06-14crypto: testmgr - add ecb(arc4) speed testsJussi Kivilinna1-0/+10
2012-06-12crypto: serpent - add x86_64/avx assembler implementationJohannes Goetzfried2-0/+80
2012-06-12crypto: testmgr - expand twofish test vectorsJohannes Goetzfried1-32/+896
2012-06-12crypto: twofish - add x86_64/avx assembler implementationJohannes Goetzfried3-0/+107
2012-06-12crypto: testmgr - Add new test cases for Blackfin CRC crypto driverSonic Zhang3-0/+102
2012-05-23Merge tag 'md-3.5' of git://neil.brown.name/mdLinus Torvalds1-3/+10
2012-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+3
2012-05-22crypto: disable preemption while benchmarking RAID5 xor checksummingJim Kukunas1-0/+5
2012-05-22crypto: wait for a full jiffy in do_xor_speedJim Kukunas1-3/+5
2012-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2-91/+4
2012-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2012-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-9/+87
2012-04-09um: several x86 hw-dependent crypto modules won't build on umlAl Viro1-3/+3
2012-04-09crypto, xor: Sanitize checksumming function selection outputBorislav Petkov1-2/+3
2012-04-05crypto: sha512 - Fix byte counter overflow in SHA-512Kent Yoder1-1/+1
2012-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds4-9/+87
2012-04-02crypto: Stop using NLA_PUT*().David S. Miller8-38/+38
2012-03-29crypto: user - Fix size of netlink dump messageSteffen Klassert1-0/+8
2012-03-29crypto: user - Fix lookup of algorithms with IV generatorSteffen Klassert3-5/+75
2012-03-29crypto: pcrypt - Use the online cpumask as the defaultSteffen Klassert1-4/+4
2012-03-23crypto: crc32c should use library implementationDarrick J. Wong2-91/+4
2012-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds8-65/+1536
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds6-20/+20
2012-03-20crypto: remove the second argument of k[un]map_atomic()Cong Wang6-20/+20
2012-03-14crypto: camellia - add assembler implementation for x86_64Jussi Kivilinna1-0/+18
2012-03-14crypto: camellia - rename camellia.c to camellia_generic.cJussi Kivilinna2-1/+0
2012-03-14crypto: camellia - fix checkpatch warningsJussi Kivilinna1-38/+41
2012-03-14crypto: camellia - rename camellia module to camellia_genericJussi Kivilinna2-1/+3
2012-03-14crypto: tcrypt - add more camellia testsJussi Kivilinna1-0/+12
2012-03-14crypto: testmgr - add more camellia test vectorsJussi Kivilinna2-4/+1424