summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2003-06-03[CRYPTO]: Use "select" kconfig facility instead of fragile defaults.James Morris
2003-05-29[CRYPTO]: Default CRYPTO and MD5 to y if IPV6_PRIVACY is enabled.Moritz Mühlenhoff
2003-05-26[CRYPTO]: Fix compiler warnings in sha512.cHideaki Yoshifuji
2003-05-17[CRYPTO]: Update deflate dependencies.Mitsuru Kanda
2003-05-16Make request_module() take a printf-like vararg argument instead of a string.Linus Torvalds
2003-05-15[CRYPTO]: Fix memcpy/memset args.Andrew Morton
2003-05-12[CRYPTO]: Fix config dependencies.James Morris
2003-04-01Merge nuts.ninka.net:/home/davem/src/BK/network-2.5David S. Miller
2003-03-31[CRYPTO]: deflate.c needs slab.hDavid S. Miller
2003-03-31[CRYPTO]: deflate module: workaround zlib bug.James Morris
2003-03-30[SOFTIRQ]: Move softirq implementation to common area, add debug check.David S. Miller
2003-03-28[CRYPTO]: Add Deflate algorithm to crypto API.James Morris
2003-03-23[CRYPTO]: Make use of crypto_exit_ops() during crypto_free_tfm().James Morris
2003-03-20[CRYPTO]: Include linux/errno.h as appropriate.David S. Miller
2003-03-07[CRYPTO]: Eliminate crypto_tfm.crt_ctx, from Adam Richter.James Morris
2003-03-07[CRYPTO]: Add encrypt_iv() and decrypt_iv() methods.James Morris
2003-03-07[CRYPTO]: Move km_types out of header.James Morris
2003-02-03Merge davem@nuts.ninka.net:/home/davem/src/BK/net-2.5David S. Miller
2003-02-03kbuild: Remove export-objs := ... statementsKai Germaschewski
2003-02-02[CRYPTO]: in/out scatterlist support for ciphers.James Morris
2003-01-13[CRYPTO] Add AES and MD4 to tcrypto crypto_alg_available() test.James Morris
2003-01-13[CRYPTO] remove superfluous goto from des module init exception pathJames Morris
2003-01-13[CRYPTO]: Add support for SHA-386 and SHA-512James Morris
2003-01-09[CRYPTO]: More credits for AES.James Morris
2003-01-09[CRYPTO]: Use appropriate defaults if AH/ESP is enabled.David S. Miller
2003-01-08[CRYPTO]: Fix typo in aes.o rule.David S. Miller
2003-01-08[CRYPTO]: Add AES algorithm.James Morris
2002-12-31Fix up numerous '`xxxxx' is not at beginning of declaration' style warnings.Dave Jones
2002-12-29[PATCH] Missed one 'try_inc_mod_count()'Christoph Hellwig
2002-12-29[PATCH] avoid deprecated module functions in core codeChristoph Hellwig
2002-12-14[PATCH] Remove Rules.make from Makefiles (3/3)Brian Gerst
2002-12-07[CRYPTO]: internal.h needs init.hDavid S. Miller
2002-12-07[CRYPTO]: Simplify crypto memory allocation.Adam J. Richter
2002-12-05[CRYPTO]: Dont compile procfs stuff if procfs is not enabled.James Morris
2002-12-04[CRYPTO]: Add serpent algorithm.James Morris
2002-11-25[CRYPTO]: Forgot to add twofish.c :)David S. Miller
2002-11-25[CRYPTO]: Add twofish algorithm.James Morris
2002-11-18[CRYPTO]: Kill stray CRYPTO_ALG_TYPE_COMP.David S. Miller
2002-11-18[CRYPTO]: Forgot to add crypto_null.c in previous commit.David S. Miller
2002-11-18[CRYPTO]: Add null algorithms and minor cleanups.James Morris
2002-11-18[CRYPTO]: Kill accidental double memset.Jeff Garzik
2002-11-14[CRYPTO] kstack cleanup (v0.28)James Morris
2002-11-13[PATCH] module_name macroRusty Russell
2002-11-06[CRYPTO]: minor updatesJames Morris
2002-11-06[CRYPTO]: Make sha256.c more palatable to GCCs optimizers.David S. Miller
2002-11-06[CRYPTO]: Add blowfish algorithm.James Morris
2002-11-06[CRYPTO]: Add in crypto/sha256.cDavid S. Miller
2002-11-06[CRYPTO]: Add SHA256 plus bug fixes.James Morris
2002-11-05The crypto auto-load should only be enabled if crypto in enabled.Linus Torvalds
2002-11-04[IPSEC/CRYPTO]: Allocate work buffers instead of using kstack.David S. Miller