summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * crypto: caam - add support for MD5 algorithm variantsKim Phillips2011-11-212-0/+58
| * crypto: talitos - support for channel remap and 2nd IRQKim Phillips2011-11-212-72/+149
| * crypto: talitos - prepare driver for channel remap supportKim Phillips2011-11-212-30/+38
| * crypto: talitos - be less noisy on startupKim Phillips2011-11-211-3/+4
| * crypto: talitos - add hmac algorithmsLee Nipper2011-11-211-2/+235
| * crypto: serpent-sse2 - clear CRYPTO_TFM_REQ_MAY_SLEEP in lrw and xts modesJussi Kivilinna2011-11-211-0/+4
| * crypto: serpent-sse2 - add xts supportJussi Kivilinna2011-11-211-2/+178
| * crypto: serpent-sse2 - add lrw supportJussi Kivilinna2011-11-213-2/+221
| * crypto: serpent - add 4-way parallel i586/SSE2 assembler implementationJussi Kivilinna2011-11-214-0/+688
| * crypto: serpent - add 8-way parallel x86_64/SSE2 assembler implementationJussi Kivilinna2011-11-216-0/+1591
| * crypto: fix typo in crypto/KconfigValdis.Kletnieks@vt.edu2011-11-091-1/+1
| * crypto: Unlink and free instances when deletedSteffen Klassert2011-11-093-1/+31
| * crypto: ansi_cprng - enforce key != seed in fips modeJarod Wilson2011-11-091-0/+8
| * crypto: twofish-x86_64-3way - add xts supportJussi Kivilinna2011-11-091-2/+117
| * crypto: tcrypt - add xts(twofish) testsJussi Kivilinna2011-11-091-0/+5
| * crypto: testmgr - add xts(twofish) test vectorsJussi Kivilinna2011-11-092-0/+696
| * crypto: tcrypt - add xts(serpent) testsJussi Kivilinna2011-11-092-0/+10
| * crypto: testmgr - add xts(serpent) test vectorsJussi Kivilinna2011-11-092-0/+697
| * crypto: xts: add interface for parallelized cipher implementationsJussi Kivilinna2011-11-092-2/+100
| * crypto: xts - use blocksize constantJussi Kivilinna2011-11-091-3/+5
| * crypto: twofish-x86_64-3way - add lrw supportJussi Kivilinna2011-11-093-5/+145
| * crypto: tcrypt - add lrw(twofish) testsJussi Kivilinna2011-11-091-0/+5
| * crypto: testmgr - add lrw(twofish) test vectorsJussi Kivilinna2011-11-092-0/+516
| * crypto: tcrypt - add lrw(serpent) testsJussi Kivilinna2011-11-092-0/+10
| * crypto: testmgr - add lrw(serpent) test vectorsJussi Kivilinna2011-11-092-0/+517
| * crypto: lrw - add interface for parallelized cipher implementionsJussi Kivilinna2011-11-092-20/+129
| * crypto: lrw - split gf128mul table initialization from setkeyJussi Kivilinna2011-11-091-21/+40
| * crypto: lrw - use blocksize constantJussi Kivilinna2011-11-091-3/+5
| * crypto: lrw - fix memleakJussi Kivilinna2011-11-091-0/+1
| * crypto: serpent - rename module from serpent to serpent_genericJussi Kivilinna2011-11-092-1/+6
| * crypto: serpent - export common functions for x86_64/i386-sse2 assembler impl...Jussi Kivilinna2011-11-092-19/+47
| * crypto: tcrypt - add serpent speed testsJussi Kivilinna2011-11-091-0/+30
| * crypto: tcrypt - add test_acipher_speedJussi Kivilinna2011-11-091-0/+250
| * crypto: testmgr - add new serpent test vectorsJussi Kivilinna2011-11-093-2/+423
* | Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2012-01-1059-143/+7026
|\ \
| * \ Merge branch 'next' into for-linusJames Morris2012-01-0959-143/+7026
| |\ \
| | * | ima: fix invalid memory referenceRoberto Sassu2011-12-191-5/+11
| | * | ima: free duplicate measurement memoryRoberto Sassu2011-12-192-2/+3
| | * | security: update security_file_mmap() docsKees Cook2011-12-201-0/+2
| | * | selinux: Casting (void *) value returned by kmalloc is uselessThomas Meyer2011-12-191-1/+1
| | * | apparmor: fix module parameter handlingRusty Russell2011-12-161-3/+3
| | * | Security: tomoyo: add .gitignore fileGreg Kroah-Hartman2011-12-121-0/+2
| | * | tomoyo: add missing rcu_dereference()Kees Cook2011-12-121-1/+1
| | * | apparmor: add missing rcu_dereference()Kees Cook2011-12-091-1/+1
| | * | evm: prevent racing during tfm allocationDmitry Kasatkin2011-12-081-3/+11
| | * | evm: key must be set once during initializationDmitry Kasatkin2011-12-081-7/+8
| | * | mpi/mpi-mpow: NULL dereference on allocation failureDan Carpenter2011-12-081-1/+2
| | * | digsig: build dependency fixDmitry Kasatkin2011-11-222-2/+2
| | * | Merge branch 'next-evm-digsig' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris2011-11-1841-30/+6797
| | |\ \
| | | * | evm: digital signature verification supportDmitry Kasatkin2011-11-093-30/+142
OpenPOWER on IntegriCloud