| Age | Commit message (Expand) | Author | Files | Lines |
| 2008-11-30 | fix talitos | Al Viro | 1 | -2/+2 |
| 2008-09-14 | crypto: talitos - Avoid consecutive packets going out with same IV | Kim Phillips | 1 | -2/+4 |
| 2008-08-13 | crypto: padlock - fix VIA PadLock instruction usage with irq_ts_save/restore() | Suresh Siddha | 2 | -1/+36 |
| 2008-08-13 | crypto: talitos - Add handling for SEC 3.x treatment of link table | Lee Nipper | 1 | -15/+39 |
| 2008-08-07 | [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach | Russell King | 1 | -2/+2 |
| 2008-07-17 | crypto: talitos - sparse fix | Kim Phillips | 1 | -1/+1 |
| 2008-07-17 | crypto: talitos - Stop leaking memory in error path | Kim Phillips | 1 | -2/+7 |
| 2008-07-17 | crypto: talitos - Fix GFP flag usage | Kim Phillips | 1 | -2/+4 |
| 2008-07-17 | crypto: talitos - Preempt overflow interrupts | Kim Phillips | 1 | -5/+22 |
| 2008-07-17 | crypto: talitos - Correct dst != src case handling | Lee Nipper | 1 | -1/+1 |
| 2008-07-17 | crypto: talitos - Remove calls to of_node_put | Lee Nipper | 1 | -5/+0 |
| 2008-07-13 | crypto: ixp4xx - Select CRYPTO_AUTHENC | Imre Kaloz | 1 | -0/+1 |
| 2008-07-10 | crypto: talitos - Add support for sha256 and md5 variants | Lee Nipper | 1 | -12/+99 |
| 2008-07-10 | crypto: talitos - Use proper form for algorithm driver names | Herbert Xu | 1 | -2/+2 |
| 2008-07-10 | crypto: talitos - Add support for 3des | Lee Nipper | 2 | -27/+69 |
| 2008-07-10 | crypto: padlock - Make module loading quieter when hardware isn't available | Jeremy Katz | 2 | -4/+4 |
| 2008-07-10 | crypto: ixp4xx - Hardware crypto support for IXP4xx CPUs | Christian Hohnstaedt | 3 | -0/+1516 |
| 2008-07-10 | crypto: talitos - Freescale integrated security engine (SEC) driver | Kim Phillips | 4 | -0/+1684 |
| 2008-07-10 | [CRYPTO] hifn: Simplify code using ARRAY_SIZE() macro | Robert P. J. Day | 1 | -1/+1 |
| 2008-07-10 | [CRYPTO] hifn: Remove duplicated include | Huang Weiyi | 1 | -1/+0 |
| 2008-07-10 | [HIFN]: Have HW invalidate src and dest descriptors after processing | Patrick McHardy | 1 | -4/+4 |
| 2008-07-10 | [HIFN]: Move command descriptor setup to seperate function | Patrick McHardy | 1 | -101/+104 |
| 2008-07-10 | [HIFN]: Fix max queue length value | Patrick McHardy | 1 | -1/+1 |
| 2008-07-10 | [HIFN]: Properly initialize ivsize for CBC modes | Patrick McHardy | 1 | -0/+3 |
| 2008-07-10 | [HIFN]: Use unique driver names for different algos | Patrick McHardy | 1 | -13/+14 |
| 2008-07-10 | [HIFN]: Properly handle requests for less than the full scatterlist | Patrick McHardy | 1 | -10/+10 |
| 2008-07-10 | [HIFN]: Fix data alignment checks | Patrick McHardy | 1 | -28/+14 |
| 2008-07-10 | [HIFN]: Handle ablkcipher_walk errors | Patrick McHardy | 1 | -1/+4 |
| 2008-07-10 | [HIFN]: Indicate asynchronous processing to crypto API | Patrick McHardy | 1 | -2/+2 |
| 2008-07-10 | [HIFN]: Remove printk_ratelimit() for debugging printk | Patrick McHardy | 1 | -1/+1 |
| 2008-07-10 | [HIFN]: Endianess fixes | Patrick McHardy | 1 | -30/+30 |
| 2008-04-21 | [CRYPTO] padlock-aes: Use generic setkey function | Sebastian Siewior | 2 | -301/+20 |
| 2008-04-21 | [CRYPTO] sha384: Hardware acceleration for s390 | Jan Glauber | 1 | -2/+4 |
| 2008-04-21 | [CRYPTO] sha512: Hardware acceleration for s390 | Jan Glauber | 1 | -0/+11 |
| 2008-04-17 | [S390] zcrypt: add support for large random numbers | Ralph Wuerthner | 1 | -0/+1 |
| 2008-03-30 | drivers/crypto/hifn_795x.c trivial endianness annotations | Al Viro | 1 | -14/+14 |
| 2008-02-15 | [HIFN]: Fix invalid config ifdefs for RNG support | Patrick McHardy | 1 | -3/+3 |
| 2008-01-26 | [S390] crypto: move s390 Kconfig options. | Jan Glauber | 1 | -2/+61 |
| 2008-01-26 | [CRYPTO] hifn795x: Disallow built-in hifn795x when HW_RANDOM is m | Herbert Xu | 2 | -4/+10 |
| 2008-01-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 6 | -98/+3118 |
| 2008-01-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 1 | -2/+2 |
| 2008-01-11 | [CRYPTO] hifn_795x: Fixup container_of() usage | Alexey Dobriyan | 1 | -1/+1 |
| 2008-01-11 | [CRYPTO] padlock: Only reset the key once for each CBC and ECB operation | Herbert Xu | 1 | -5/+15 |
| 2008-01-11 | [CRYPTO] blkcipher: Merge ablkcipher and blkcipher into one option/module | Herbert Xu | 1 | -1/+1 |
| 2008-01-11 | [CRYPTO] geode: Add __dev{init,exit} annotations | Adrian Bunk | 1 | -2/+2 |
| 2008-01-11 | [CRYPTO] geode: Use correct encrypt/decrypt function in fallback | Sebastian Siewior | 1 | -2/+2 |
| 2008-01-11 | [CRYPTO] geode: do not copy the IV too often | Sebastian Siewior | 2 | -5/+3 |
| 2008-01-11 | [HIFN]: Add support for using the random number generator | Patrick McHardy | 1 | -1/+81 |
| 2008-01-11 | [HIFN]: Improve PLL initialization | Patrick McHardy | 1 | -2/+108 |
| 2008-01-11 | [CRYPTO] ablkcipher: Add distinct ABLKCIPHER type | Herbert Xu | 1 | -1/+1 |
| 2008-01-11 | [CRYPTO] hifn: Add missing includes | Andrew Morton | 1 | -0/+2 |
| 2008-01-11 | [CRYPTO] hifn: Make Kconfig option depend on PCI | Jan Glauber | 1 | -0/+1 |
| 2008-01-11 | [CRYPTO] hifn: Schedule callback invocation to tasklet. | Evgeniy Polyakov | 1 | -1/+21 |
| 2008-01-11 | [CRYPTO] geode: Add fallback for unsupported modes | Sebastian Siewior | 2 | -43/+206 |
| 2008-01-11 | [CRYPTO] geode: move defines into a headerfile | Sebastian Siewior | 2 | -34/+34 |
| 2008-01-11 | [CRYPTO] geode: relax in busy loop and care about return value | Sebastian Siewior | 1 | -3/+6 |
| 2008-01-11 | [CRYPTO] geode: use consistent IV copy | Sebastian Siewior | 1 | -6/+4 |
| 2008-01-11 | [CRYPTO] aes: Move common defines into a header file | Sebastian Siewior | 2 | -3/+2 |
| 2008-01-11 | [CRYPTO] geode: remove alias | Sebastian Siewior | 1 | -1/+0 |
| 2008-01-11 | [CRYPTO] hifn_795x: Detect weak keys | Evgeniy Polyakov | 2 | -1/+12 |
| 2008-01-11 | [CRYPTO] hifn_795x: HIFN 795x driver | Evgeniy Polyakov | 3 | -0/+2630 |
| 2008-01-11 | [CRYPTO] padlock: Fix alignment fault in aes_crypt_copy | Herbert Xu | 1 | -2/+2 |
| 2007-12-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 1 | -4/+49 |
| 2007-12-28 | [CRYPTO] padlock: Fix spurious ECB page fault | Herbert Xu | 1 | -4/+49 |
| 2007-12-03 | uml: add !UML dependencies | Al Viro | 1 | -1/+1 |
| 2007-11-11 | [CRYPTO] geode: Fix not inplace encryption | Sebastian Siewior | 1 | -2/+1 |
| 2007-10-27 | [CRYPTO] users: Fix up scatterlist conversion errors | Herbert Xu | 1 | -2/+2 |
| 2007-10-10 | [CRYPTO] sha: Add header file for SHA definitions | Jan Glauber | 1 | -20/+16 |
| 2007-10-10 | [CRYPTO] sha: Load the SHA[1|256] module by an alias | Sebastian Siewior | 1 | -15/+2 |
| 2007-10-10 | [CRYPTO] aes: Rename aes to aes-generic | Sebastian Siewior | 2 | -2/+3 |
| 2007-10-10 | [CRYPTO] drivers/Kconfig: Remove "default m"s | Adrian Bunk | 1 | -5/+0 |
| 2007-08-18 | Add some help texts to recently-introduced kconfig items | Jan Engelhardt | 1 | -0/+5 |
| 2007-07-16 | Use menuconfig objects: crypto hw | Jan Engelhardt | 1 | -2/+7 |
| 2007-05-24 | [CRYPTO] geode: Fix in-place operations and set key | Jordan Crouse | 2 | -5/+10 |
| 2007-05-18 | [CRYPTO] padlock: Make CRYPTO_DEV_PADLOCK a tristate again | Herbert Xu | 1 | -2/+2 |
| 2007-05-10 | [S390] Kconfig: use common Kconfig files for s390. | Martin Schwidefsky | 1 | -0/+22 |
| 2007-05-09 | Fix trivial typos in Kconfig* files | David Sterba | 1 | -1/+1 |
| 2007-05-02 | [CRYPTO] padlock: Remove pointless padlock module | Simon Arlott | 3 | -72/+3 |
| 2007-03-06 | [PATCH] geode-aes: use unsigned long for spin_lock_irqsave | Alexey Dobriyan | 1 | -2/+1 |
| 2007-02-14 | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 1 | -1/+0 |
| 2007-02-08 | Merge branch 'HEAD' of master.kernel.org:/pub/scm/linux/kernel/git/herbert/cr... | David S. Miller | 1 | -1/+1 |
| 2007-02-07 | [CRYPTO] geode: Convert pci_module_init() to pci_register_driver() | Richard Knutsson | 1 | -1/+1 |
| 2007-02-05 | [S390] Support for s390 Pseudo Random Number Generator | Jan Glauber | 1 | -0/+2 |
| 2006-12-10 | [PATCH] geode crypto is PCI device | Randy Dunlap | 1 | -1/+1 |
| 2006-12-06 | [CRYPTO] geode: Make needlessly global geode_aes_crypt() static | Adrian Bunk | 2 | -3/+1 |
| 2006-12-06 | [PATCH] crypto: Add support for the Geode LX AES hardware | Jordan Crouse | 4 | -0/+530 |
| 2006-09-21 | [CRYPTO] padlock: Convert padlock-sha to use crypto_hash | Herbert Xu | 1 | -56/+35 |
| 2006-09-21 | [CRYPTO] users: Use crypto_comp and crypto_has_* | Herbert Xu | 1 | -3/+3 |
| 2006-09-21 | [CRYPTO] drivers: Remove obsolete block cipher operations | Herbert Xu | 1 | -44/+0 |
| 2006-09-21 | [CRYPTO] padlock: Added block cipher versions of CBC/ECB | Herbert Xu | 3 | -7/+169 |
| 2006-09-21 | [CRYPTO] api: Get rid of flags argument to setkey | Herbert Xu | 1 | -2/+3 |
| 2006-09-21 | [CRYPTO] padlock-sha: TFMs don't need to be static | Michal Ludvig | 1 | -9/+9 |
| 2006-09-21 | [CRYPTO] padlock: Helper module padlock.ko | Michal Ludvig | 4 | -7/+72 |
| 2006-09-21 | [CRYPTO] padlock-sha: Make 2 functions static | Adrian Bunk | 1 | -2/+2 |
| 2006-09-21 | [CRYPTO] padlock: Driver for SHA1 / SHA256 algorithms | Michal Ludvig | 3 | -0/+354 |
| 2006-09-21 | [CRYPTO] padlock: Update private header file | Michal Ludvig | 2 | -12/+14 |
| 2006-09-21 | [CRYPTO] padlock: Add compatibility alias after rename | Herbert Xu | 2 | -5/+3 |
| 2006-09-21 | [CRYPTO] padlock: Get rid of padlock-generic.c | Michal Ludvig | 4 | -79/+42 |
| 2006-09-21 | [CRYPTO] api: Split out low-level API | Herbert Xu | 1 | -1/+2 |
| 2006-07-15 | [CRYPTO] padlock: Fix alignment after aes_ctx rearrange | Michal Ludvig | 1 | -2/+7 |
| 2006-06-26 | [CRYPTO] padlock: Rearrange context structure to reduce code size | Herbert Xu | 1 | -6/+4 |
| 2006-06-26 | [CRYPTO] all: Pass tfm instead of ctx to algorithms | Herbert Xu | 1 | -15/+14 |
| 2006-03-21 | [CRYPTO] api: Align tfm context as wide as possible | Herbert Xu | 1 | -1/+5 |
| 2006-02-22 | [PATCH] padlock: Fix typo that broke 256-bit keys | Herbert Xu | 1 | -4/+4 |
| 2006-01-09 | [CRYPTO] Allow AES C/ASM implementations to coexist | Herbert Xu | 1 | -0/+2 |
| 2006-01-09 | [CRYPTO] Use standard byte order macros wherever possible | Herbert Xu | 1 | -13/+11 |
| 2006-01-09 | [PADLOCK] Fix sparse warning about 1-bit signed bit-field | Herbert Xu | 1 | -1/+1 |
| 2005-10-30 | [PATCH] CONFIG_IA32 | Brian Gerst | 1 | -1/+1 |
| 2005-07-06 | [CRYPTO] Update IV correctly for Padlock CBC encryption | Herbert Xu | 1 | -4/+9 |
| 2005-07-06 | [CRYPTO] Ensure cit_iv is aligned correctly | Herbert Xu | 1 | -2/+1 |
| 2005-07-06 | [PADLOCK] Implement multi-block operations | Herbert Xu | 1 | -2/+53 |
| 2005-07-06 | [PADLOCK] Move fast path work into aes_set_key and upper layer | Herbert Xu | 2 | -72/+52 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 5 | -0/+597 |