summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2012-03-15Revert "crypto: testmgr: add support for aes ofb mode"Mallikarjun Kasoju
2012-02-09crypto: sha512 - reduce stack usage to safe numberAlexey Dobriyan
2012-02-09crypto: sha512 - make it work, undo percpu message scheduleAlexey Dobriyan
2011-12-08crypto: testmgr: add support for aes ofb modePuneet Saxena
2011-11-30crypto: testmgr - Adding ofb(aes) and cmac(aes) testsKasoju Mallikarjun
2011-11-11crypto: cryptd - Use subsys_initcall to prevent races with aesniHerbert Xu
2011-10-21crypto: ghash - Avoid null pointer dereference if no key is setNick Bowler
2011-08-06crypto: Move md5_transform to lib/md5.cDavid S. Miller
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2011-07-11doc: Kconfig: `to be' -> `be'Michael Witten
2011-07-08crypto: gf128mul - fix call to memset()Mathias Krause
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-06-30crypto: algif_hash - Handle initial af_alg_make_sg error correctlyHerbert Xu
2011-06-30crypto: sha1_generic - use SHA1_BLOCK_SIZEMandeep Singh Baines
2011-06-30crypto: arc4 - Fixed coding style issuesMati Vait
2011-06-30crypto: crc32c - Fixed coding style issueMati Vait
2011-06-30crypto: UML build fixesRichard Weinberger
2011-06-30crypto: testmgr - add xts-aes-256 self-testJarod Wilson
2011-06-29net+crypto: Use vmalloc for zlib inflate buffers.David S. Miller
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2011-05-16crypto: aesni-intel - Merge with fpu.koAndy Lutomirski
2011-05-04crypto: tcrypt - CTR mode speed test for AESJan Glauber
2011-05-04crypto: testmgr - add support for aes ofb modePuneet Saxena
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-22zlib: slim down zlib_deflate() workspace when possibleJim Keniston
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2011-03-13crypto: authencesn - Add algorithm to handle IPsec extended sequence numbersSteffen Klassert
2011-03-04crypto: tcrypt - do not attempt to write to readonly variableDavid Sterba
2011-02-17crypto: sha1 - Add test vector to test partial block processingHerbert Xu
2011-01-29crypto: testmgr - mark ghash as fips_allowedJarod Wilson
2011-01-29crypto: testmgr - mark xts(aes) as fips_allowedJarod Wilson
2011-01-29crypto: skcipher - remove redundant NULL checkDavidlohr Bueso
2011-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2011-01-04crypto: mark crypto workqueues CPU_INTENSIVETejun Heo
2011-01-04crypto: ripemd - Set module author and update email addressAdrian-Ken Rueegsegger
2010-12-28crypto: gf128mul - Remove experimental tagHerbert Xu
2010-12-21crypto: af_alg - fix af_alg memory_allocated data typeRandy Dunlap
2010-12-08crypto: af_alg - Make sure sk_security is initialized on accept()ed socketsMiloslav Trmač
2010-12-02crypto: Use scatterwalk_crypto_chainSteffen Klassert
2010-11-30crypto: algif_skcipher - Handle unaligned receive bufferHerbert Xu
2010-11-30crypto: algif_skcipher - Fixed overflow when sndbuf is page alignedHerbert Xu
2010-11-29crypto: af_alg - Add dependency on NETHerbert Xu
2010-11-28crypto: algif_skcipher - Pass on error from af_alg_make_sgHerbert Xu
2010-11-27crypto: aesni-intel - Ported implementation to x86-32Mathias Krause
2010-11-27crypto: Makefile clean upTracey Dent
2010-11-27crypto: Use vzallocJoe Perches
2010-11-26crypto: algif_skcipher - User-space interface for skcipher operationsHerbert Xu