summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-1416-0/+1656
| |\
| | * X.509: Convert some printk calls to pr_develDavid Howells2012-10-101-3/+3
| | * asymmetric keys: fix printk format warningRandy Dunlap2012-10-101-1/+1
| | * MODSIGN: Fix 32-bit overflow in X.509 certificate validity date checkingDavid Howells2012-10-103-20/+51
| | * X.509: Add a crypto key parser for binary (DER) X.509 certificatesDavid Howells2012-10-088-0/+832
| | * RSA: Fix signature verification for shorter signaturesDavid Howells2012-10-081-3/+11
| | * RSA: Implement signature verification algorithm [PKCS#1 / RFC3447]David Howells2012-10-084-0/+279
| | * KEYS: Provide signature verification with an asymmetric keyDavid Howells2012-10-082-1/+50
| | * KEYS: Asymmetric public-key algorithm crypto key subtypeDavid Howells2012-10-084-0/+146
| | * KEYS: Asymmetric key pluggable data parsersDavid Howells2012-10-081-1/+119
| | * KEYS: Implement asymmetric key typeDavid Howells2012-10-086-0/+193
| |/ |/|
| * Merge tag 'md-3.7' of git://neil.brown.name/mdLinus Torvalds2012-10-131-2/+2
| |\
| | * add further __init annotations to crypto/xor.cJan Beulich2012-10-111-2/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-10-0434-442/+4488
| |\ \
| | * | crypto: tcrypt - add missing tests for camellia and ghashJussi Kivilinna2012-09-271-0/+7
| | * | crypto: testmgr - make test_aead also test 'dst != src' code pathsJussi Kivilinna2012-09-271-48/+105
| | * | crypto: testmgr - make test_skcipher also test 'dst != src' code pathsJussi Kivilinna2012-09-271-31/+76
| | * | crypto: testmgr - add test vectors for CTR mode IV increasementJussi Kivilinna2012-09-271-1/+1074
| | * | crypto: testmgr - add test vectors for partial ctr(cast5) and ctr(cast6)Jussi Kivilinna2012-09-271-4/+62
| | * | crypto: testmgr - allow non-multi page and multi page skcipher tests from sam...Jussi Kivilinna2012-09-272-2/+170
| | * | crypto, tcrypt: remove local_bh_disable/enable() around local_irq_disable/ena...Suresh Siddha2012-09-271-6/+0
| | * | crypto: 842 - remove .cra_list initializationJussi Kivilinna2012-09-071-1/+0
| | * | Revert "[CRYPTO] cast6: inline bloat--"Jussi Kivilinna2012-09-071-3/+3
| | * | crypto: crypto_user - fix sparse warnings (symbol was not declared, should be...Jussi Kivilinna2012-09-072-6/+6
| | * | arm/crypto: Add optimized AES and SHA1 routinesDavid McCullough2012-09-071-0/+33
| | * | crypto: aesni_intel - improve lrw and xts performance by utilizing parallel A...Jussi Kivilinna2012-08-201-0/+2
| | * | powerpc/crypto: add 842 crypto driverSeth Jennings2012-08-013-0/+193
| | * | crypto: cast6 - add x86_64/avx assembler implementationJohannes Goetzfried2012-08-012-0/+77
| | * | crypto: testmgr - add larger cast6 testvectorsJohannes Goetzfried2012-08-013-2/+1520
| | * | crypto: cast6 - prepare generic module for optimized implementationsJohannes Goetzfried2012-08-012-24/+44
| | * | crypto: cast5 - add x86_64/avx assembler implementationJohannes Goetzfried2012-08-012-0/+74
| | * | crypto: testmgr - add larger cast5 testvectorsJohannes Goetzfried2012-08-014-2/+871
| | * | crypto: cast5 - prepare generic module for optimized implementationsJohannes Goetzfried2012-08-012-34/+47
| | * | crypto: cleanup - remove unneeded crypto_alg.cra_list initializationsJussi Kivilinna2012-08-0115-15/+0
| | * | crypto: whirlpool - use crypto_[un]register_shashesJussi Kivilinna2012-08-011-33/+6
| | * | crypto: sha512 - use crypto_[un]register_shashesJussi Kivilinna2012-08-011-15/+5
| | * | crypto: sha256 - use crypto_[un]register_shashesJussi Kivilinna2012-08-011-20/+5
| | * | crypto: tiger - use crypto_[un]register_shashesJussi Kivilinna2012-08-011-32/+6
| | * | crypto: add crypto_[un]register_shashes for [un]registering multiple shash en...Jussi Kivilinna2012-08-011-0/+36
| | * | crypto: ansi_cprng - use crypto_[un]register_algsJussi Kivilinna2012-08-011-40/+23
| | * | crypto: serpent - use crypto_[un]register_algsJussi Kivilinna2012-08-011-34/+19
| | * | crypto: des - use crypto_[un]register_algsJussi Kivilinna2012-08-011-20/+5
| | * | crypto: crypto_null - use crypto_[un]register_algsJussi Kivilinna2012-08-011-39/+18
| | * | crypto: tea - use crypto_[un]register_algsJussi Kivilinna2012-08-011-35/+6
| | |/
| * | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-030-0/+0
| |\ \
| | * \ Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel ...Dave Airlie2012-10-021-2/+2
| | |\ \ | |_|/ / |/| | / | | |/
| * | crypto: Build SPARC DES algorithms on SPARC only.Dave Jones2012-10-021-0/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-021-4/+3
| |\ \
| | * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-151-2/+2
| | |\ \ | |_|/ / |/| | |
| | * | netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-2/+2