nfsd: nfsd should drop CAP_MKNOD for non-root
[safe/jmp/linux-2.6] / crypto /
2009-02-26 Herbert Xucrypto: api - Fix module load deadlock with fallback...
2009-02-19 Lee Nippercrypto: ahash - Fix digest size in /proc/crypto
2009-02-17 Herbert Xucrypto: lrw - Fix big endian support
2009-02-09 Herbert Xucrypto: scatterwalk - Avoid flush_dcache_page on slab...
2009-02-05 Herbert Xucrypto: api - Fix zeroing on free
2009-02-05 Adrian-Ken Rueegseggercrypto: shash - Fix module refcount
2009-01-28 Herbert Xucrypto: api - Fix algorithm test race that broke aead...
2009-01-27 Jarod Wilsoncrypto: ccm - Fix handling of null assoc data
2009-01-27 Herbert Xucrypto: blkcipher - Fix WARN_ON handling in walk_done
2009-01-15 Herbert Xucrypto: authenc - Fix zero-length IV crash
2009-01-06 Dan Williamsdmaengine: replace dma_async_client_register with dmaen...
2009-01-06 Dan Williamsdmaengine: provide a common 'issue_pending_all' impleme...
2009-01-06 Dan Williamsdmaengine: centralize channel allocation, introduce...
2009-01-06 Dan Williamsdmaengine: up-level reference counting to the module...
2009-01-06 Dan Williamsdmaengine: remove dependency on async_tx
2008-12-25 Herbert Xucrypto: aes - Precompute tables
2008-12-25 Geert Uytterhoevencrypto: testmgr - Correct comment about deflate parameters
2008-12-25 Harvey Harrisoncrypto: salsa20 - Remove private wrappers around variou...
2008-12-25 Jarod Wilsoncrypto: des3_ede - permit weak keys unless REQ_WEAK_KEY set
2008-12-25 Adrian-Ken Rueegseggercrypto: sha512 - Switch to shash
2008-12-25 Adrian-Ken Rueegseggercrypto: sha512 - Move message schedule W[80] to static...
2008-12-25 Adrian-Ken Rueegseggercrypto: michael_mic - Switch to shash
2008-12-25 Adrian-Ken Rueegseggercrypto: wp512 - Switch to shash
2008-12-25 Adrian-Ken Rueegseggercrypto: tgr192 - Switch to shash
2008-12-25 Adrian-Ken Rueegseggercrypto: sha256 - Switch to shash
2008-12-25 Adrian-Ken Rueegseggercrypto: md5 - Switch to shash
2008-12-25 Adrian-Ken Rueegseggercrypto: md4 - Switch to shash
2008-12-25 Adrian-Ken Rueegseggercrypto: sha1 - Switch to shash
2008-12-25 Herbert Xucrypto: rmd320 - Switch to shash
2008-12-25 Herbert Xucrypto: rmd256 - Switch to shash
2008-12-25 Herbert Xucrypto: rmd160 - Switch to shash
2008-12-25 Herbert Xucrypto: rmd128 - Switch to shash
2008-12-25 Herbert Xucrypto: null - Switch to shash
2008-12-25 Herbert Xucrypto: hash - Make setkey optional
2008-12-25 Geert Uytterhoevencrypto: testmgr - Validate output length in (de)compres...
2008-12-25 Harvey Harrisoncrypto: remove uses of __constant_{endian} helpers
2008-12-25 Ingo Molnarcrypto: testmgr - Fix error flow of test_comp
2008-12-25 Jarod Wilsoncrypto: ansi_cprng - fix inverted DT increment routine
2008-12-25 Jarod Wilsoncrypto: ansi_cprng - Avoid incorrect extra call to...
2008-12-25 Julia Lawallcrypto: md4 - Use ARRAY_SIZE
2008-12-25 Herbert Xulibcrc32c: Move implementation to crypto crc32c
2008-12-25 Herbert Xucrypto: crc32c - Test descriptor context format
2008-12-25 Herbert Xucrypto: crc32c - Switch to shash
2008-12-25 Herbert Xucrypto: hash - Export shash through hash
2008-12-25 Herbert Xucrypto: api - Call type show function before legacy...
2008-12-25 Herbert Xucrypto: hash - Add import/export interface
2008-12-25 Herbert Xucrypto: hash - Export shash through ahash
2008-12-25 Herbert Xucrypto: hash - Add shash interface
2008-12-25 Herbert Xucrypto: api - Rebirth of crypto_alloc_tfm
2008-12-25 Herbert Xucrypto: api - Move type exit function into crypto_tfm
2008-12-25 Neil Hormancrypto: ansi_cprng - Allow resetting of DT value
2008-12-25 Harvey Harrisoncrypto: camellia - use kernel-provided bitops, unaligne...
2008-12-25 Neil Hormancrypto: testmgr - Trigger a panic when self test fails...
2008-12-18 Linus TorvaldsMerge branch 'fixes' of git://git./linux/kernel/git...
2008-12-10 Herbert Xucrypto: api - Disallow cryptomgr as a module if algorit...
2008-12-08 Dan Williamsasync_xor: dma_map destination DMA_BIDIRECTIONAL
2008-10-20 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2008-10-10 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2008-09-14 Dan Williamsasync_tx: make async_tx_run_dependencies() easier to...
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-29 Herbert Xucrypto: skcipher - Use RNG interface instead of get_ran...
2008-08-29 Neil Hormancrypto: rng - RNG interface and implementation
2008-08-29 Neil Hormancrypto: api - Add fips_enable flag
2008-08-29 Herbert Xucrypto: skcipher - Move IV generators into their own...
2008-08-29 Herbert Xucrypto: cryptomgr - Test ciphers using ECB
2008-08-29 Herbert Xucrypto: api - Use test infrastructure
2008-08-29 Herbert Xucrypto: cryptomgr - Add test infrastructure
2008-08-29 Herbert Xucrypto: tcrypt - Add alg_test interface
2008-08-29 Herbert Xucrypto: tcrypt - Abort and only log if there is an...
2008-08-29 Austin Zhangcrypto: crc32c - Use Intel CRC32 instruction
2008-08-29 Herbert Xucrypto: tcrypt - Avoid using contiguous pages
2008-08-29 Herbert Xucrypto: api - Display larval objects properly
2008-08-29 Herbert Xucrypto: api - Export crypto_alg_lookup instead of __cry...
2008-08-29 Adrian Bunkcrypto: Kconfig - Replace leading spaces with tabs
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...
next