alpha: convert srm code to seq_file
[safe/jmp/linux-2.6] / crypto /
2009-12-14 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-12-08 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2009-12-08 Linus TorvaldsMerge git://git./linux/kernel/git/ebiederm/sysctl-2.6
2009-12-01 Herbert XuMerge git://git./linux/kernel/git/torvalds/linux-2.6
2009-11-30 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2009-11-23 Jaswinder Singh... crypto: ansi_cprng - Move FIPS functions under CONFIG_C...
2009-11-23 Youquan, Songcrypto: testmgr - Add ghash algorithm test before provi...
2009-11-20 Dan Williamsasync_tx: build-time toggling of async_{syndrome,xor...
2009-11-18 Eric W. Biedermansysctl: Drop & in front of every proc_handler.
2009-11-16 Huang Yingcrypto: gcm - fix another complete call in complete...
2009-11-12 Eric W. Biedermansysctl crypto: Remove dead binary sysctl support
2009-10-31 Linus TorvaldsMerge branch 'for-linus' of git://neil.brown.name/md
2009-10-27 Huang Yingcrypto: ghash-intel - Fix building failure on x86_32
2009-10-27 Felipe Contrerascrypto: testmgr - Fix warning
2009-10-27 Roel Kluincrypto: ansi_cprng - Fix test in get_prng_bytes
2009-10-20 Dan Williamsasync_tx: fix asynchronous raid6 recovery for ddf layouts
2009-10-20 Dan Williamsasync_pq: rename scribble page
2009-10-20 Dan Williamsasync_pq: kill a stray dma_map() call and other cleanups
2009-10-19 Benjamin Gilbertcrypto: api - Remove digest case from procfs show handler
2009-10-19 Benjamin Gilbertcrypto: hash - Remove legacy hash/digest code
2009-10-19 Neil Hormancrypto: ansi_cprng - Add FIPS wrapper
2009-10-19 Huang Yingcrypto: ghash - Add PCLMULQDQ accelerated implementation
2009-10-16 NeilBrownraid6/async_tx: handle holes in block list in async_syn...
2009-10-16 NeilBrownmd/async: don't pass a memory pointer as a page pointer.
2009-10-11 Alexey Dobriyanheaders: remove sched.h from interrupt.h
2009-10-03 Christoph Lameterthis_cpu: Use this_cpu_ptr in crypto subsystem
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
next