Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / include / crypto /
2012-03-29 Steffen Klassertcrypto: user - Fix lookup of algorithms with IV generator
2012-03-20 Cong Wangcrypto: remove the second argument of k[un]map_atomic()
2011-11-21 Jussi Kivilinnacrypto: serpent-sse2 - add lrw support
2011-11-09 Steffen Klassertcrypto: Unlink and free instances when deleted
2011-11-09 Jussi Kivilinnacrypto: xts: add interface for parallelized cipher...
2011-11-09 Jussi Kivilinnacrypto: twofish-x86_64-3way - add lrw support
2011-11-09 Jussi Kivilinnacrypto: lrw - add interface for parallelized cipher...
2011-11-09 Jussi Kivilinnacrypto: serpent - export common functions for x86_64...
2011-10-21 Steffen Klassertcrypto: Add a report function pointer to crypto_type
2011-09-22 Jussi Kivilinnacrypto: blowfish - split generic and common c code
2011-08-16 Herbert Xucrypto: sha - Fix build error due to crypto_sha1_update
2011-08-10 Mathias Krausecrypto: sha1 - export sha1_update for reuse
2011-06-22 Alexey Dobriyannet: remove mm.h inclusion from netdevice.h
2011-01-07 Herbert Xucrypto: padlock - Move padlock.h into include/crypto
2010-12-02 Steffen Klassertcrypto: scatterwalk - Add scatterwalk_crypto_chain...
2010-11-19 Herbert Xucrypto: af_alg - User-space interface for Crypto API
2010-10-24 Linus TorvaldsMerge branch 'for-next' of git://git./linux/kernel...
2010-10-18 Justin P. MattockUpdate broken web addresses in the kernel.
2010-09-20 Adrian Hobancrypto: cryptd - Adding the AEAD interface type support...
2010-06-08 Jeff Mahoney- patches.arch/x86_mce_intel_decode_physical_address...
2010-05-19 David S. Millercrypto: skcipher - Add ablkcipher_walk interfaces
2010-01-26 Jeff Mahoney- patches.suse/slab-handle-memoryless-nodes-v2a.patch...
2010-01-17 Max Vozelercrypto: md5 - Add export support
2010-01-07 Steffen Klassertcrypto: pcrypt - Add pcrypt crypto parallelization...
2009-11-18 Jiri Kosina- patches.arch/x86-crypto-pclmulqdq-accelerated-impleme...
2009-10-19 Benjamin Gilbertcrypto: hash - Remove legacy hash/digest code
2009-10-19 Huang Yingcrypto: ghash - Add PCLMULQDQ accelerated implementation
2009-09-11 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-29 Herbert Xucrypto: skcipher - Fix skcipher_dequeue_givcrypt NULL...
2009-08-06 Huang Yingcrypto: cryptd - Add support to access underlaying...
2009-07-24 Herbert Xucrypto: api - Fix aligned ctx helper
2009-07-22 Herbert Xucrypto: sha512_generic - Use 64-bit counters
2009-07-22 Herbert Xucrypto: sha512 - Export struct sha512_state
2009-07-15 Herbert Xucrypto: shash - Fix digest size offset
2009-07-15 Herbert Xucrypto: ahash - Add unaligned handling and default...
2009-07-14 Herbert Xucrypto: ahash - Remove old_ahash_alg
2009-07-14 Herbert Xucrypto: crypto4xx - Switch to new style ahash
2009-07-14 Herbert Xucrypto: cryptd - Switch to template create API
2009-07-14 Herbert Xucrypto: hash - Add helpers to free spawns
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: ahash - Add crypto_ahash_set_reqsize
2009-07-14 Herbert Xucrypto: shash - Export async functions
2009-07-14 Herbert Xucrypto: shash - Make descsize a run-time attribute
2009-07-12 Herbert Xucrypto: async - Use kzfree for requests
2009-07-11 Herbert Xucrypto: sha256_generic - Add export/import support
2009-07-11 Herbert Xucrypto: sha1_generic - Add export/import support
2009-07-11 Herbert Xucrypto: shash - Export/import hash state only
2009-07-09 Herbert Xucrypto: shash - Add shash_instance_ctx
2009-07-08 Herbert Xucrypto: shash - Add __crypto_shash_cast
2009-07-08 Herbert Xucrypto: shash - Add crypto_shash_ctx_aligned
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-03-04 Geert Uytterhoevencrypto: zlib - New zlib crypto module, using pcomp
2009-03-04 Geert Uytterhoevencrypto: compress - Add pcomp interface
2009-02-19 Huang Yingcrypto: api - Use dedicated workqueue for crypto subsystem
2009-02-18 Herbert Xucrypto: shash - Add crypto_shash_blocksize
2009-02-18 Huang Yingcrypto: cryptd - Add support to access underlying blkcipher
2009-02-18 Huang Yingcrypto: aes - Move key_length in struct crypto_aes_ctx...
2009-02-05 Herbert Xucrypto: shash - Fix tfm destruction
2008-12-25 Herbert Xucrypto: aes - Precompute tables
2008-12-25 Herbert Xucrypto: hash - Export shash through hash
2008-12-25 Herbert Xucrypto: hash - Add import/export interface
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-08-29 Neil Hormancrypto: rng - RNG interface and implementation
2008-08-29 Herbert Xucrypto: skcipher - Move IV generators into their own...
2008-08-26 Thomas Renninger Vendor specific drivers vs generic video driver.
2008-08-13 Herbert Xucrypto: hash - Add missing top-level functions
2008-07-10 Herbert Xucrypto: hash - Move ahash functions into crypto/hash.h
2008-07-10 Herbert Xucrypto: hash - Added scatter list walking helper
2008-07-10 Loc Ho[CRYPTO] hash: Add asynchronous hash support
2008-05-10 Herbert XuCRYPTO: api: Fix scatterwalk_sg_chain
2008-05-08 Greg Kroah-Hartman- Update to 2.6.25.3-rc1
2008-05-01 Herbert Xu[CRYPTO] api: Fix scatterwalk_sg_chain
2008-04-21 Sebastian Siewior[CRYPTO] aes: Export generic setkey
2008-03-08 Herbert Xu[CRYPTO] skcipher: Fix section mismatches
2008-02-25 Jeff Mahoney- Update to 2.6.25-rc3.
2008-02-23 Herbert Xu[CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkci...
2008-01-10 Herbert Xu[CRYPTO] api: Include sched.h for cond_resched in scatt...
2008-01-10 Herbert Xu[CRYPTO] chainiv: Avoid lock spinning where possible
2008-01-10 Herbert Xu[CRYPTO] null: Add null blkcipher algorithm
2008-01-10 Herbert Xu[CRYPTO] aead: Create default givcipher instances
2008-01-10 Herbert Xu[CRYPTO] aead: Add aead_geniv_alloc/aead_geniv_free
2008-01-10 Herbert Xu[CRYPTO] aead: Add top-level givencrypt/givdecrypt...
2008-01-10 Herbert Xu[CRYPTO] aead: Add givcrypt operations
2008-01-10 Herbert Xu[CRYPTO] skcipher: Add top-level givencrypt/givdecrypt...
2008-01-10 Herbert Xu[CRYPTO] skcipher: Remove crypto_spawn_ablkcipher
2008-01-10 Herbert Xu[CRYPTO] skcipher: Create default givcipher instances
2008-01-10 Herbert Xu[CRYPTO] skcipher: Added skcipher_givcrypt_complete
2008-01-10 Herbert Xu[CRYPTO] skcipher: Add skcipher_geniv_alloc/skcipher_ge...
next