Age | Commit message (Expand) | Author | Files | Lines |
2014-02-11 | crypto/nx/nx-842: Fix handling of vmalloc addresses | Nathan Fontenot | 1 | -10/+19 |
2014-01-24 | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -123/+266 |
2014-01-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 21 | -968/+6647 |
2014-01-15 | crypto: mxs - Fix sparse non static symbol warning | Wei Yongjun | 1 | -1/+1 |
2014-01-15 | crypto: ccp - CCP device enabled/disabled changes | Tom Lendacky | 2 | -1/+17 |
2014-01-15 | crypto: ccp - Cleanup hash invocation calls | Tom Lendacky | 2 | -3/+7 |
2014-01-15 | crypto: ccp - Change data length declarations to u64 | Tom Lendacky | 4 | -33/+53 |
2014-01-15 | crypto: ccp - Check for caller result area before using it | Tom Lendacky | 2 | -3/+8 |
2014-01-15 | crypto: ccp - Cleanup scatterlist usage | Tom Lendacky | 2 | -26/+33 |
2014-01-15 | crypto: ccp - Apply appropriate gfp_t type to memory allocations | Tom Lendacky | 2 | -2/+8 |
2014-01-05 | crypto: drivers - Sort drivers/crypto/Makefile | Marek Vasut | 1 | -17/+17 |
2014-01-05 | crypto: mxs - Add Freescale MXS DCP driver | Marek Vasut | 3 | -0/+1118 |
2014-01-05 | crypto: mxs - Remove the old DCP driver | Marek Vasut | 3 | -914/+0 |
2014-01-02 | Merge tag 'davinci-for-v3.14/gpio' of git://git.kernel.org/pub/scm/linux/kern... | Olof Johansson | 3 | -51/+69 |
2014-01-01 | crypto: ixp4xx - Fix kernel compile error | Krzysztof HaĆasa | 1 | -3/+1 |
2013-12-30 | crypto: talitos - Remove redundant dev_set_drvdata | Sachin Kamat | 1 | -2/+0 |
2013-12-30 | crypto: ccp - Remove redundant dev_set_drvdata | Sachin Kamat | 1 | -2/+0 |
2013-12-30 | crypto: crypto4xx - Remove redundant dev_set_drvdata | Sachin Kamat | 1 | -1/+0 |
2013-12-22 | Merge tag 'at91-drivers' of git://github.com/at91linux/linux-at91 into next/d... | Olof Johansson | 3 | -123/+266 |
2013-12-20 | crypto: caam - simplify and harden key parsing | Horia Geanta | 1 | -23/+13 |
2013-12-20 | crypto: omap-sham - Fix Polling mode for larger blocks | Lokesh Vutla | 1 | -3/+9 |
2013-12-20 | crypto: ccp - Remove user triggerable pr_err calls | Tom Lendacky | 3 | -21/+7 |
2013-12-20 | crypto: ccp - CCP Kconfig fixes | Tom Lendacky | 2 | -1/+2 |
2013-12-20 | crypto: ccp - Fix sparse warnings in ccp-crypto-sha.c | Tom Lendacky | 2 | -5/+5 |
2013-12-12 | crypto: atmel-sha - add sha information to the log | Nicolas Ferre | 1 | -1/+3 |
2013-12-12 | crypto: atmel-sha - add support for Device Tree | Nicolas Ferre | 1 | -24/+75 |
2013-12-12 | crypto: atmel-tdes - add support for Device Tree | Nicolas Ferre | 1 | -49/+94 |
2013-12-12 | crypto: atmel-aes - add support for Device Tree | Nicolas Ferre | 1 | -49/+94 |
2013-12-09 | crytpo: ccp - fix coccinelle warnings | Fengguang Wu | 3 | -4/+4 |
2013-12-05 | crypto: omap-aes - add error check for pm_runtime_get_sync | Nishanth Menon | 1 | -2/+14 |
2013-12-05 | crypto: talitos - fix locating offending descriptor in error path | Horia Geanta | 1 | -6/+15 |
2013-12-05 | crypto: omap-sham - Only release DMA channel if successfully requested | Mark A. Greer | 1 | -2/+5 |
2013-12-05 | crytpo: ccp - CCP device driver build files | Tom Lendacky | 4 | -0/+46 |
2013-12-05 | crypto: ccp - CCP SHA crypto API support | Tom Lendacky | 1 | -0/+497 |
2013-12-05 | crypto: ccp - CCP XTS-AES crypto API support | Tom Lendacky | 1 | -0/+285 |
2013-12-05 | crypto: ccp - CCP AES CMAC mode crypto API support | Tom Lendacky | 1 | -0/+355 |
2013-12-05 | crypto: ccp - CCP AES crypto API support | Tom Lendacky | 1 | -0/+375 |
2013-12-05 | crypto: ccp - crypto API interface to the CCP device driver | Tom Lendacky | 2 | -0/+623 |
2013-12-05 | crypto: ccp - CCP device driver and interface support | Tom Lendacky | 4 | -0/+3234 |
2013-11-28 | crypto: talitos - fix aead sglen for case 'dst != src' | Horia Geanta | 1 | -24/+23 |
2013-11-28 | crypto: caam - fix aead sglen for case 'dst != src' | Horia Geanta | 1 | -22/+29 |
2013-11-28 | crypto: talitos - corrrectly handle zero-length assoc data | Horia Geanta | 1 | -5/+16 |
2013-11-26 | crypto: caam - Add missing Job Ring include | Michael Neuling | 1 | -0/+1 |
2013-11-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 21 | -505/+762 |
2013-11-15 | tree-wide: use reinit_completion instead of INIT_COMPLETION | Wolfram Sang | 1 | -1/+1 |
2013-11-14 | Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 1 | -24/+24 |
2013-11-11 | powerpc: add missing explicit OF includes for ppc | Rob Herring | 1 | -0/+3 |
2013-11-07 | Merge remote-tracking branch 'grant/devicetree/next' into for-next | Rob Herring | 3 | -3/+3 |
2013-10-31 | DMA-API: crypto: remove last references to 'static struct device *dev' | Russell King | 1 | -5/+8 |
2013-10-31 | DMA-API: crypto: fix ixp4xx crypto platform device support | Russell King | 1 | -20/+17 |