nfs: prepare to share nfs_set_port
[safe/jmp/linux-2.6] / crypto /
2008-09-08 Herbert XuRevert "crypto: camellia - Use kernel-provided bitops...
2008-09-05 Yuri Tikhonovasync_tx: fix the bug in async_tx_run_dependencies
2008-08-22 Herbert Xucrypto: authenc - Avoid using clobbered request pointer
2008-08-13 Herbert Xucrypto: hash - Fix digest size check for digest type
2008-08-13 Herbert Xucrypto: tcrypt - Fix AEAD chunk testing
2008-08-05 Dan Williamsasync_tx: fix missing braces in async_xor_zero_sum
2008-07-23 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-07-18 Dan Williamsasync_tx: remove depend_tx from async_tx_sync_epilog
2008-07-18 Dan Williamsasync_tx: export async_tx_quiesce
2008-07-18 Dan Williamsasync_tx: fix handling of the "out of descriptor" condi...
2008-07-18 Dan Williamsasync_tx: ensure the xor destination buffer remains...
2008-07-18 Li Zefanasync_tx: list_for_each_entry_rcu() cleanup
2008-07-16 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2008-07-15 Ingo MolnarMerge branch 'core/rcu' into core/rcu-for-linus
2008-07-15 Herbert XuRevert crypto: prng - Deterministic CPRNG
2008-07-11 Ingo MolnarMerge branch 'linus' into core/rcu
2008-07-10 Herbert Xucrypto: hash - Move ahash functions into crypto/hash.h
2008-07-10 Herbert Xucrypto: crc32c - Add ahash implementation
2008-07-10 Herbert Xucrypto: hash - Added scatter list walking helper
2008-07-10 Neil Hormancrypto: prng - Deterministic CPRNG
2008-07-10 Herbert Xucrypto: hash - Removed vestigial ahash fields
2008-07-10 Herbert Xucrypto: hash - Fixed digest size check
2008-07-10 Harvey Harrisoncrypto: rmd - sparse annotations
2008-07-10 Harvey Harrisoncrypto: rmd128 - sparse annotations
2008-07-10 Harvey Harrisoncrypto: camellia - Use kernel-provided bitops, unaligne...
2008-07-10 Herbert Xucrypto: tcrpyt - Remove unnecessary kmap/kunmap calls
2008-07-10 Neil Horman[CRYPTO] tcrypt: Add self test for des3_ebe cipher...
2008-07-10 Herbert Xu[CRYPTO] rmd: Use pointer form of endian swapping opera...
2008-07-10 Adrian-Ken Rueegsegger[CRYPTO] rmd320: Fix endian issues
2008-07-10 Adrian-Ken Rueegsegger[CRYPTO] rmd256: Fix endian issues
2008-07-10 Adrian-Ken Rueegsegger[CRYPTO] rmd160: Fix endian issues
2008-07-10 Adrian-Ken Rueegsegger[CRYPTO] rmd128: Fix endian problems
2008-07-10 Loc Ho[CRYPTO] tcrypt: Use asynchronous hash interface
2008-07-10 Loc Ho[CRYPTO] cryptd: Add asynchronous hash support
2008-07-10 Loc Ho[CRYPTO] hash: Add asynchronous hash support
2008-07-10 Adrian-Ken Rueegsegger[CRYPTO] ripemd: Add Kconfig entries for extended RIPEM...
2008-07-10 Adrian-Ken Rueegsegger[CRYPTO] tcrypt: Add test vectors for RIPEMD-256 and...
2008-07-10 Adrian-Ken Rueegsegger[CRYPTO] ripemd: Add support for RIPEMD-256 and RIPEMD-320
2008-07-10 Adrian-Ken Rueegsegger[CRYPTO] ripemd: Put all common RIPEMD values in header...
2008-07-10 Patrick McHardy[CRYPTO] tcrypt: Catch cipher destination memory corruption
2008-07-10 Herbert Xu[CRYPTO] tcrpyt: Get rid of change log in source
2008-07-10 Adrian-Ken Rueegsegger[CRYPTO] ripemd: Add Kconfig entries for RIPEMD hash...
2008-07-10 Adrian-Ken Rueegsegger[CRYPTO] tcrypt: Add test vectors for RIPEMD-128 and...
2008-07-10 Adrian-Ken Rueegsegger[CRYPTO] ripemd: Add support for RIPEMD hash algorithms
2008-07-10 Herbert Xu[CRYPTO] cryptd: Fix EINPROGRESS notification context
2008-07-10 Herbert Xucrypto: chainiv - Invoke completion function
2008-07-08 Dan Williamsasync_tx: fix async_memset compile error
2008-07-08 Darren Jenkinscrypto: tcrypt - Fix memory leak in test_cipher
2008-06-16 Ingo MolnarMerge branch 'linus' into core/rcu
2008-06-02 Alexey Dobriyan[CRYPTO] cts: Init SG tables
2008-05-19 Franck Bui-Huurcu: split list.h and move rcu-protected lists into...
2008-05-07 Herbert Xu[CRYPTO] hmac: Avoid calling virt_to_page on key
2008-05-01 Julia Lawall[CRYPTO] cryptd: Correct kzalloc error test
2008-05-01 Herbert Xu[CRYPTO] eseqiv: Fix off-by-one encryption
2008-05-01 Patrick McHardy[CRYPTO] authenc: Fix async crypto crash in crypto_auth...
2008-04-21 Sebastian Siewior[CRYPTO] kconfig: Ordering cleanup
2008-04-21 Kamalesh Babulal[CRYPTO] all: Clean up init()/fini()
2008-04-21 Sebastian Siewior[CRYPTO] aes: Export generic setkey
2008-04-21 Sebastian Siewior[CRYPTO] api: Make the crypto subsystem fully modular
2008-04-21 Kevin Coffman[CRYPTO] cts: Add CTS mode required for Kerberos AES...
2008-04-21 Marcin Slusarz[CRYPTO] lrw: Replace all adds to big endians variables...
2008-04-21 Sebastian Siewior[CRYPTO] tcrypt: Change the XTEA test vectors
2008-04-21 Sebastian Siewior[CRYPTO] tcrypt: Shrink the tcrypt module
2008-04-21 Sebastian Siewior[CRYPTO] tcrypt: Change the usage of the test vectors
2008-04-21 Jan Engelhardt[CRYPTO] api: Constify function pointer tables
2008-04-21 Sebastian Siewior[CRYPTO] tcrypt: Shrink speed templates
2008-04-21 Sebastian Siewior[CRYPTO] tcrypt: Group common speed templates
2008-04-21 Jan Glauber[CRYPTO] sha512: Rename sha512 to sha512_generic
2008-04-21 Alexey Dobriyan[CRYPTO] api: Switch to proc_create()
2008-04-17 Dan Williamsdmaengine: ack to flags: make use of the unused bits...
2008-04-17 Dan Williamsasync_tx: fix multiple dependency submission
2008-04-02 Joy Latten[CRYPTO] xcbc: Fix crash when ipsec uses xcbc-mac with...
2008-03-19 Dan Williamsasync_tx: avoid the async xor_zero_sum path when src_cn...
2008-03-13 Dan Williamsasync_tx: checkpatch says s/__FUNCTION__/__func__/g
2008-03-08 Herbert Xu[CRYPTO] skcipher: Fix section mismatches
2008-03-06 Joy Latten[CRYPTO] xcbc: Fix crash with IPsec
2008-03-06 Sebastian Siewior[CRYPTO] xts: Use proper alignment
2008-03-05 Adrian Bunk[CRYPTO] digest: Include internal.h for prototypes
2008-02-23 Herbert Xu[CRYPTO] authenc: Add missing Kconfig dependency on...
2008-02-23 Herbert Xu[CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkci...
2008-02-18 Adrian Bunk[CRYPTO] null: Add missing Kconfig dependency on BLKCIPHER
2008-02-15 Frederik Deweerdt[CRYPTO] tcrypt: Add missing Kconfig dependency on...
2008-02-07 David HowellsConvert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
2008-02-06 Dan Williamsasync_tx: allow architecture specific async_tx_find_cha...
2008-02-06 Dan Williamsasync_tx: replace 'int_en' with operation preparation...
2008-02-06 Dan Williamsasync_tx: kill tx_set_src and tx_set_dest methods
2008-02-06 Dan Williamsasync_tx: kill ASYNC_TX_ASSUME_COHERENT
2008-02-06 Denis Chengasync_tx: use LIST_HEAD instead of LIST_HEAD_INIT
2008-02-06 Dan Williamsasync_tx: fix compile breakage, mark do_async_xor __alw...
2008-01-25 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2008-01-10 Ilpo Järvinen[CRYPTO] cast6: inline bloat--
2008-01-10 Herbert Xu[CRYPTO] tcrypt: Make xcbc available as a standalone...
2008-01-10 Herbert Xu[CRYPTO] xcbc: Remove bogus hash/cipher test
2008-01-10 Herbert Xu[CRYPTO] xcbc: Fix algorithm leak when block size check...
2008-01-10 Herbert Xu[CRYPTO] tcrypt: Zero axbuf in the right function
2008-01-10 Tan Swee Heng[CRYPTO] salsa20-asm: Remove unnecessary dependency...
2008-01-10 Sebastian Siewior[CRYPTO] tcrypt: Add select of AEAD
2008-01-10 Tan Swee Heng[CRYPTO] salsa20: Add x86-64 assembly version
2008-01-10 Tan Swee Heng[CRYPTO] salsa20_i586: Salsa20 stream cipher algorithm...
2008-01-10 Herbert Xu[CRYPTO] gcm: Introduce rfc4106
next