nfs: new subdir Documentation/filesystems/nfs
[safe/jmp/linux-2.6] / drivers / crypto /
2009-08-13 Kim Phillipscrypto: talitos - add support for 36 bit addressing
2009-08-13 Kim Phillipscrypto: talitos - align locks on cache lines
2009-08-13 Kim Phillipscrypto: talitos - simplify hmac data size calculation
2009-08-10 Sebastian Andrzej... crypto: mv_cesa - Add support for Orion5X crypto engine
2009-07-16 Herbert Xucrypto: padlock - Fix hashing of partial blocks
2009-07-15 Herbert Xucrypto: padlock - Fix compile error on i386
2009-07-15 Herbert Xucrypto: crypto4xx - Disable SHA implementation
2009-07-14 Herbert Xucrypto: crypto4xx - Switch to new style ahash
2009-07-14 Herbert Xucrypto: crypto4xx - Use crypto_ahash_set_reqsize
2009-07-14 Herbert Xucrypto: padlock - Switch sha to shash
2009-07-11 Herbert Xucrypto: padlock - Use shash fallback for sha
2009-06-18 Chuck Ebbertcrypto: padlock-aes - work around Nano CPU errata in...
2009-06-18 Chuck Ebbertcrypto: padlock-aes - work around Nano CPU errata in...
2009-06-14 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-06-12 Pavel Machektrivial: Kconfig: .ko is normally not included in modul...
2009-06-02 Mike Frysingercrypto: hifn_795x - fix __dev{init,exit} markings
2009-06-02 Herbert Xucrypto: padlock - Restore dependency on x86
2009-06-02 Sebastian Andrzej... crypto: padlock - Enable on x86_64
2009-06-02 Kim Phillipscrypto: talitos - Avoid unnecessary decrypt check
2009-06-02 Kim Phillipscrypto: talitos - containerof related codingstyle
2009-06-02 Kim Phillipscrypto: talitos - Whitespace/codingstyle/overrun lines...
2009-06-02 Lee Nippercrypto: talitos - Add ablkcipher algorithms
2009-06-02 Lee Nippercrypto: talitos - scaffolding for new algorithm types
2009-05-17 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2009-04-21 Herbert Xucrypto: padlock - Revert aes-all alias to aes
2009-04-12 Christian Hohnstaedtcrypto: ixp4xx - check firmware for crypto support
2009-04-07 Yang Hongyangdma-mapping: replace all DMA_32BIT_MASK macro with...
2009-04-03 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2009-04-03 Jean Delvareworkqueue: add to_delayed_work() helper function
2009-03-27 Christian Hohnstaedtcrypto: ixp4xx - Fix handling of chained sg buffers
2009-03-26 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2009-03-04 Krzysztof Hałasacrypto: ixp4xx - Fix qmgr_request_queue build failure
2009-02-26 Herbert Xucrypto: api - Fix module load deadlock with fallback...
2009-02-18 James Hsiaocrypto: amcc - Add crypt4xx driver
2009-02-18 Herbert Xucrypto: sha-s390 - Switch to shash
2008-12-25 Lee Nippercrypto: talitos - Ack done interrupt in isr instead...
2008-12-25 Harvey Harrisoncrypto: remove uses of __constant_{endian} helpers
2008-12-25 Evgeniy Polyakovcrypto: hifn_795x - Use softirq kernel mapping in bh...
2008-12-25 Evgeniy Polyakovcrypto: hifn_795x - Fix queue management
2008-12-25 Patrick McHardycrypto: hifn_795x - Remove some unused cruft
2008-12-25 Patrick McHardycrypto: hifn_795x - Fix queue processing
2008-12-25 Patrick McHardycrypto: hifn_795x - Fix request context corruption
2008-12-25 Patrick McHardycrypto: hifn_795x - Don't copy src sg list
2008-12-25 Patrick McHardycrypto: hifn_795x - Fix DMA setup
2008-12-25 Herbert Xucrypto: padlock - Avoid resetting cword on successive...
2008-12-25 Vishnu Sureshcrypto: talitos - Preempt overflow interrupts off-by...
2008-12-25 Kim Phillipscrypto: talitos - Perform auth check in h/w if on sec...
2008-12-25 Lee Nippercrypto: talitos - Implement done interrupt mitigation
2008-12-25 Kim Phillipscrypto: talitos - Pass correct interrupt status to...
2008-12-25 Evgeniy Polyakovcrypto: hifn - Disable driver when physical size exceed...
2008-11-30 Al Virofix talitos
2008-09-14 Kim Phillipscrypto: talitos - Avoid consecutive packets going out...
2008-08-13 Suresh Siddhacrypto: padlock - fix VIA PadLock instruction usage...
2008-08-13 Lee Nippercrypto: talitos - Add handling for SEC 3.x treatment...
2008-08-07 Russell King[ARM] Move include/asm-arm/arch-* to arch/arm/*/include...
2008-07-17 Kim Phillipscrypto: talitos - sparse fix
2008-07-17 Kim Phillipscrypto: talitos - Stop leaking memory in error path
2008-07-17 Kim Phillipscrypto: talitos - Fix GFP flag usage
2008-07-17 Kim Phillipscrypto: talitos - Preempt overflow interrupts
2008-07-17 Lee Nippercrypto: talitos - Correct dst != src case handling
2008-07-17 Lee Nippercrypto: talitos - Remove calls to of_node_put
2008-07-13 Imre Kalozcrypto: ixp4xx - Select CRYPTO_AUTHENC
2008-07-10 Lee Nippercrypto: talitos - Add support for sha256 and md5 variants
2008-07-10 Herbert Xucrypto: talitos - Use proper form for algorithm driver...
2008-07-10 Lee Nippercrypto: talitos - Add support for 3des
2008-07-10 Jeremy Katzcrypto: padlock - Make module loading quieter when...
2008-07-10 Christian Hohnstaedtcrypto: ixp4xx - Hardware crypto support for IXP4xx...
2008-07-10 Kim Phillipscrypto: talitos - Freescale integrated security engine...
2008-07-10 Robert P. J. Day[CRYPTO] hifn: Simplify code using ARRAY_SIZE() macro
2008-07-10 Huang Weiyi[CRYPTO] hifn: Remove duplicated include
2008-07-10 Patrick McHardy[HIFN]: Have HW invalidate src and dest descriptors...
2008-07-10 Patrick McHardy[HIFN]: Move command descriptor setup to seperate function
2008-07-10 Patrick McHardy[HIFN]: Fix max queue length value
2008-07-10 Patrick McHardy[HIFN]: Properly initialize ivsize for CBC modes
2008-07-10 Patrick McHardy[HIFN]: Use unique driver names for different algos
2008-07-10 Patrick McHardy[HIFN]: Properly handle requests for less than the...
2008-07-10 Patrick McHardy[HIFN]: Fix data alignment checks
2008-07-10 Patrick McHardy[HIFN]: Handle ablkcipher_walk errors
2008-07-10 Patrick McHardy[HIFN]: Indicate asynchronous processing to crypto API
2008-07-10 Patrick McHardy[HIFN]: Remove printk_ratelimit() for debugging printk
2008-07-10 Patrick McHardy[HIFN]: Endianess fixes
2008-04-21 Sebastian Siewior[CRYPTO] padlock-aes: Use generic setkey function
2008-04-21 Jan Glauber[CRYPTO] sha384: Hardware acceleration for s390
2008-04-21 Jan Glauber[CRYPTO] sha512: Hardware acceleration for s390
2008-04-17 Ralph Wuerthner[S390] zcrypt: add support for large random numbers
2008-03-30 Al Virodrivers/crypto/hifn_795x.c trivial endianness annotations
2008-02-15 Patrick McHardy[HIFN]: Fix invalid config ifdefs for RNG support
2008-01-26 Jan Glauber[S390] crypto: move s390 Kconfig options.
2008-01-25 Herbert Xu[CRYPTO] hifn795x: Disallow built-in hifn795x when...
2008-01-25 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2008-01-11 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2008-01-10 Alexey Dobriyan[CRYPTO] hifn_795x: Fixup container_of() usage
2008-01-10 Herbert Xu[CRYPTO] padlock: Only reset the key once for each...
2008-01-10 Herbert Xu[CRYPTO] blkcipher: Merge ablkcipher and blkcipher...
2008-01-10 Adrian Bunk[CRYPTO] geode: Add __dev{init,exit} annotations
2008-01-10 Sebastian Siewior[CRYPTO] geode: Use correct encrypt/decrypt function...
2008-01-10 Sebastian Siewior[CRYPTO] geode: do not copy the IV too often
2008-01-10 Patrick McHardy[HIFN]: Add support for using the random number generator
2008-01-10 Patrick McHardy[HIFN]: Improve PLL initialization
2008-01-10 Herbert Xu[CRYPTO] ablkcipher: Add distinct ABLKCIPHER type
next