Merge commit 'v2.6.32-rc5' into for-2.6.33
[safe/jmp/linux-2.6] / crypto /
2009-10-11 Alexey Dobriyanheaders: remove sched.h from interrupt.h
2009-09-23 NeilBrownMerge branch 'next' of git://git./linux/kernel/git...
2009-09-21 Dan Williamsasync_tx/raid6: add missing dma_unmap calls to the...
2009-09-17 Dan Williamsraid6test: fix stack overflow
2009-09-11 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2009-09-09 Dan WilliamsMerge branch 'dmaengine' into async-tx-next
2009-09-09 Dan Williamsdmaengine, async_tx: support alignment checks
2009-09-09 Dan Williamsdmaengine, async_tx: add a "no channel switch" allocator
2009-09-09 Dan Williamsdmaengine: add fence support
2009-09-09 Dan WilliamsMerge branch 'md-raid6-accel' into ioat3.2
2009-09-08 Dan WilliamsMerge commit 'v2.6.31-rc1' into dmaengine
2009-09-05 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2009-09-02 Shane Wangcrypto: vmac - New hash algorithm for intel_txt support
2009-08-31 Herbert Xucrypto: api - Do not displace newly registered algorithms
2009-08-30 Dan Williamsasync_tx: raid6 recovery self test
2009-08-30 Dan Williamsasync_tx: add support for asynchronous RAID6 recovery...
2009-08-30 Dan Williamsasync_tx: add support for asynchronous GF multiplication
2009-08-30 Dan Williamsasync_tx: remove walk of tx->parent chain in dma_wait_f...
2009-08-30 Dan Williamsasync_tx: kill needless module_{init|exit}
2009-08-30 Dan Williamsasync_tx: add sum check flags
2009-08-29 Herbert Xucrypto: skcipher - Fix skcipher_dequeue_givcrypt NULL...
2009-08-29 Steffen Klassertcrypto: ansi_cprng - Fix module initialization
2009-08-20 Steffen Klassertcrypto: xcbc - Fix alignment calculation of xcbc_tfm_ctx
2009-08-20 Neil Hormancrypto: fips - Depend on ansi_cprng
2009-08-14 Herbert Xucrypto: blkcipher - Do not use eseqiv on stream ciphers
2009-08-13 Herbert Xucrypto: ctr - Use chainiv on raw counter mode
2009-08-13 Herbert XuRevert crypto: fips - Select CPRNG
2009-08-13 Christian Kujaucrypto: rng - Fix typo
2009-08-06 Huang Yingcrypto: cryptd - Add support to access underlaying...
2009-08-06 Huang Yingcrypto: gcm - Use GHASH digest algorithm
2009-08-06 Huang Yingcrypto: ghash - Add GHASH digest algorithm for GCM
2009-08-05 Steffen Klassertcrypto: authenc - Convert to ahash
2009-07-30 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2009-07-24 Herbert Xucrypto: hmac - Prehash ipad/opad
2009-07-24 Phil Carmodycrypto: aes - Undefined behaviour in crypto_aes_expand_key
2009-07-24 Steffen Klassertcrypto: shash - Test for the algorithms import function...
2009-07-24 Steffen Klassertcrypto: ahash - Use GFP_KERNEL on allocation if the...
2009-07-22 Herbert Xucrypto: shash - Require all algorithms to support expor...
2009-07-22 Herbert Xucrypto: sha512_generic - Use 64-bit counters
2009-07-22 Herbert Xucrypto: sha512 - Export struct sha512_state
2009-07-22 Herbert Xucrypto: xcbc - Fix shash conversion
2009-07-22 Herbert Xucrypto: xcbc - Use crypto_xor
2009-07-22 Herbert Xucrypto: cryptd - Add finup/export/import for hash
2009-07-15 Herbert Xucrypto: shash - Fix async finup handling of null digest
2009-07-15 Herbert Xucrypto: ahash - Fix setkey crash
2009-07-15 Herbert Xucrypto: xcbc - Fix incorrect error value when creating...
2009-07-15 Herbert Xucrypto: hmac - Fix incorrect error value when creating...
2009-07-15 Steffen Klassertcrypto: cryptd - Fix uninitialized return value
2009-07-15 Herbert Xucrypto: ahash - Add unaligned handling and default...
2009-07-14 Herbert Xucrypto: ahash - Use GFP_KERNEL in unaligned setkey
2009-07-14 Herbert Xucrypto: shash - Fix alignment in unaligned operations
2009-07-14 Herbert Xucrypto: hash - Zap unaligned buffers
2009-07-14 Herbert Xucrypto: ahash - Remove old_ahash_alg
2009-07-14 Herbert Xucrypto: cryptd - Switch to new style ahash
2009-07-14 Herbert Xucrypto: cryptd - Switch to template create API
2009-07-14 Herbert Xucrypto: tcrypt - Add mask parameter
2009-07-14 Herbert Xucrypto: ahash - Add instance/spawn support
2009-07-14 Herbert Xucrypto: ahash - Convert to new style algorithms
2009-07-14 Herbert Xucrypto: api - Remove frontend argument from extsize...
2009-07-14 Herbert Xucrypto: cryptd - Use crypto_ahash_set_reqsize
2009-07-14 Herbert Xucrypto: cryptd - Use shash algorithms
2009-07-14 Herbert Xucrypto: shash - Export async functions
2009-07-14 Herbert Xucrypto: hash - Remove legacy hash/digest implementaion
2009-07-14 Herbert Xucrypto: authenc - Remove reference to crypto_hash
2009-07-14 Herbert Xucrypto: xcbc - Switch to shash
2009-07-14 Herbert Xucrypto: hmac - Switch to shash
2009-07-14 Herbert Xucrypto: shash - Make descsize a run-time attribute
2009-07-12 Herbert Xucrypto: shash - Move null setkey check to registration...
2009-07-11 Herbert Xucrypto: sha256_generic - Add export/import support
2009-07-11 Herbert Xucrypto: sha256_generic - Use 64-bit counter like sha1
2009-07-11 Herbert Xucrypto: sha1_generic - Add export/import support
2009-07-11 Herbert Xucrypto: shash - Move finup/digest null checks to regist...
2009-07-11 Herbert Xucrypto: shash - Export/import hash state only
2009-07-09 Herbert Xucrypto: api - Fix crypto_drop_spawn crash on blank...
2009-07-08 Herbert Xucrypto: shash - Propagate reinit return value
2009-07-08 Herbert Xucrypto: shash - Use finup in default digest
2009-07-08 Herbert Xucrypto: shash - Add shash_register_instance
2009-07-08 Herbert Xucrypto: shash - Add shash_attr_alg2 helper
2009-07-08 Herbert Xucrypto: api - Add crypto_attr_alg2 helper
2009-07-08 Herbert Xucrypto: shash - Add spawn support
2009-07-08 Herbert Xucrypto: api - Add new style spawn support
2009-07-08 Herbert Xucrypto: shash - Add shash_instance
2009-07-07 Herbert Xucrypto: api - Add crypto_alloc_instance2
2009-07-07 Herbert Xucrypto: api - Add new template create function
2009-07-03 Sebastian Andrzej... crypto: ansi_prng - alloc cipher just in init
2009-07-03 Sebastian Andrzej... crypto: ansi_prng - Use just a BH lock
2009-07-02 Herbert Xucrypto: testmgr - Allow implementation-specific tests
2009-07-01 Dan Williamsdmaengine: move HIGHMEM64G restriction to ASYNC_TX_DMA
2009-06-25 Herbert Xucrypto: skcipher - Change default sync geniv on SMP...
2009-06-25 Herbert Xucrypto: skcipher - Fix request for sync algorithms
2009-06-24 Herbert Xucrypto: testmgr - Remove hash size check
2009-06-21 Neil Hormancrypto: fips - Select CPRNG
2009-06-19 Herbert Xucrypto: tcrypt - Fix module return code when testing...
2009-06-19 Herbert Xucrypto: ansi_cprng - Do not select FIPS
2009-06-19 Steffen Klassertcrypto: tcrypt - Test algorithms by name
2009-06-18 Neil Hormanrandom: Add optional continuous repetition test to...
2009-06-15 Vegard NossumMerge commit 'linus/master' into HEAD
2009-06-15 Vegard Nossumcrypto: don't track xor test pages with kmemcheck
2009-06-03 Dan Williamsasync_xor: permit callers to pass in a 'dma/page scribb...
2009-06-03 Dan Williamsasync_tx: structify submission arguments, add scribble
next