aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
...
| * crypto: Export crypto_remove_finalSteffen Klassert2011-10-212-3/+3
| * crypto: Export crypto_remove_spawnsSteffen Klassert2011-10-212-3/+5
| * crypto: Add a flag to identify crypto instancesSteffen Klassert2011-10-211-0/+1
| * crypto: twofish - add 3-way parallel x86_64 assembler implementionJussi Kivilinna2011-10-211-0/+20
| * crypto: tcrypt - add ctr(twofish) speed testJussi Kivilinna2011-10-211-0/+4
| * crypto: blowfish - add x86_64 assembly implementationJussi Kivilinna2011-09-221-0/+15
| * crypto: tcrypt - add ctr(blowfish) speed testJussi Kivilinna2011-09-221-0/+4
| * crypto: blowfish - rename C-version to blowfish_genericJussi Kivilinna2011-09-222-5/+8
| * crypto: blowfish - split generic and common c codeJussi Kivilinna2011-09-224-355/+425
| * crypto: cryptd - Use subsys_initcall to prevent races with aesniHerbert Xu2011-08-201-1/+1
| * crypto: sha1 - SSSE3 based SHA1 implementation for x86-64Mathias Krause2011-08-101-0/+10
| * crypto: sha1 - export sha1_update for reuseMathias Krause2011-08-101-4/+5
* | crypto: ghash - Avoid null pointer dereference if no key is setNick Bowler2011-10-211-0/+6
* | crypto: Move md5_transform to lib/md5.cDavid S. Miller2011-08-061-91/+1
|/
* atomic: use <linux/atomic.h>Arun Sharma2011-07-263-3/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-251-1/+1
|\
| * doc: Kconfig: `to be' -> `be'Michael Witten2011-07-111-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2011-07-247-25/+316
|\ \
| * | crypto: gf128mul - fix call to memset()Mathias Krause2011-07-081-2/+2
| * | crypto: algif_hash - Handle initial af_alg_make_sg error correctlyHerbert Xu2011-06-301-1/+3
| * | crypto: sha1_generic - use SHA1_BLOCK_SIZEMandeep Singh Baines2011-06-301-5/+6
| * | crypto: arc4 - Fixed coding style issuesMati Vait2011-06-301-8/+7
| * | crypto: crc32c - Fixed coding style issueMati Vait2011-06-301-5/+5
| * | crypto: UML build fixesRichard Weinberger2011-06-301-2/+2
| * | crypto: testmgr - add xts-aes-256 self-testJarod Wilson2011-06-301-2/+291
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-052-8/+6
|\ \ \ | | |/ | |/|
| * | net+crypto: Use vmalloc for zlib inflate buffers.David S. Miller2011-06-292-8/+6
| |/
* | net: remove mm.h inclusion from netdevice.hAlexey Dobriyan2011-06-211-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2011-05-204-6/+80
|\
| * crypto: aesni-intel - Merge with fpu.koAndy Lutomirski2011-05-161-6/+0
| * crypto: tcrypt - CTR mode speed test for AESJan Glauber2011-05-041-0/+4
| * crypto: testmgr - add support for aes ofb modePuneet Saxena2011-05-042-0/+76
* | Fix common misspellingsLucas De Marchi2011-03-315-5/+5
|/
* zlib: slim down zlib_deflate() workspace when possibleJim Keniston2011-03-222-8/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-03-162-1/+836
|\
| * crypto: authencesn - Add algorithm to handle IPsec extended sequence numbersSteffen Klassert2011-03-132-1/+836
* | crypto: tcrypt - do not attempt to write to readonly variableDavid Sterba2011-03-041-1/+2
* | crypto: sha1 - Add test vector to test partial block processingHerbert Xu2011-02-171-1/+29
* | crypto: testmgr - mark ghash as fips_allowedJarod Wilson2011-01-291-0/+1
* | crypto: testmgr - mark xts(aes) as fips_allowedJarod Wilson2011-01-291-0/+1
* | crypto: skcipher - remove redundant NULL checkDavidlohr Bueso2011-01-291-2/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2011-01-1321-125/+1921
|\
| * crypto: mark crypto workqueues CPU_INTENSIVETejun Heo2011-01-042-2/+4
| * crypto: ripemd - Set module author and update email addressAdrian-Ken Rueegsegger2011-01-044-4/+8
| * crypto: gf128mul - Remove experimental tagHerbert Xu2010-12-281-1/+0
| * crypto: af_alg - fix af_alg memory_allocated data typeRandy Dunlap2010-12-211-1/+1
| * crypto: af_alg - Make sure sk_security is initialized on accept()ed socketsMiloslav Trmač2010-12-081-0/+1
| * crypto: Use scatterwalk_crypto_chainSteffen Klassert2010-12-023-51/+8
| * crypto: algif_skcipher - Handle unaligned receive bufferHerbert Xu2010-11-301-6/+7
| * crypto: algif_skcipher - Fixed overflow when sndbuf is page alignedHerbert Xu2010-11-301-21/+11