aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* crypto: sha256 - Expose SHA256 generic routine to be callable externally.Tim Chen2013-04-02
* crypto: x86 - build AVX block cipher implementations only if assembler suppor...Jussi Kivilinna2013-04-02
* crypto: x86/crc32-pclmul - assembly clean-ups: use ENTRY/ENDPROCJussi Kivilinna2013-04-02
* crypto: ux500 - fix error return code in hash_dma_final()Wei Yongjun2013-04-02
* crypto: picoxcell - Use of_match_ptr() macroSachin Kamat2013-03-22
* hwrng: mxc-rnga - Use devm_ioremap_resource()Fabio Estevam2013-03-22
* crypto: caam - Fix missing init of '.type' in AEAD algos.Vakul Garg2013-03-22
* crypto: caam - set RDB bit in security configuration registerVakul Garg2013-03-22
* hwrng: exynos - add CONFIG_PM_SLEEP/CONFIG_PM_RUNTIME to suspend/resumeJingoo Han2013-03-22
* crypto: ux500 - replace kmalloc and then memcpy with kmemdupMihnea Dobrescu-Balaur2013-03-21
* crypto: sahara - Add driver for SAHARA2 accelerator.Javier Martin2013-03-21
* hwrng: Fix a wrong comment in Documentation/hw_random.txtTang Chen2013-03-10
* crypto: caam - fix typo "CRYPTO_AHASH"Paul Bolle2013-03-10
* crypto: omap-sham - Use module_platform_driver macroSachin Kamat2013-03-10
* crypto: omap-aes - Use module_platform_driver macroSachin Kamat2013-03-10
* crypto: omap-aes - Use pm_runtime_put instead of pm_runtime_put_sync in taskletJoel A Fernandes2013-03-10
* crypto: omap-sham - Use pm_runtime_put instead of pm_runtime_put_sync in taskletJoel A Fernandes2013-03-10
* crypto: bfin_crc - Fix possible NULL pointer dereferenceSyam Sidhardhan2013-03-10
* crypto: user - constify netlink dispatch tableMathias Krause2013-03-10
* crypto: crc32c - Update the links to the white papers on CRC32C calculations ...Tim Chen2013-03-10
* crypto: atmel-sha - add support for latest release of the IP (0x410)Nicolas Royer2013-03-10
* crypto: atmel-tdes - add support for latest release of the IP (0x700)Nicolas Royer2013-03-10
* crypto: atmel-aes - add support for latest release of the IP (0x130)Nicolas Royer2013-03-10
* ARM: AT91SAM9G45: same platform data structure for all crypto peripheralsNicolas Royer2013-03-10
* crypto: crc32c - Kill pointless CRYPTO_CRC32C_X86_64 optionHerbert Xu2013-02-26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-02-25
|\
| * crypto: user - ensure user supplied strings are nul-terminatedMathias Krause2013-02-19
| * crypto: user - fix empty string test in report APIMathias Krause2013-02-19
| * crypto: user - fix info leaks in report APIMathias Krause2013-02-19
| * crypto: caam - Added property fsl,sec-era in SEC4.0 device tree binding.Vakul Garg2013-02-04
| * crypto: use ERR_CASTJulia Lawall2013-02-04
| * crypto: atmel-aes - adjust duplicate testJulia Lawall2013-02-04
| * crypto: crc32-pclmul - Kill warning on x86-32Herbert Xu2013-01-20
| * crypto: x86/twofish - assembler clean-ups: use ENTRY/ENDPROC, localize jump l...Jussi Kivilinna2013-01-19
| * crypto: x86/sha1 - assembler clean-ups: use ENTRY/ENDPROCJussi Kivilinna2013-01-19
| * crypto: x86/serpent - use ENTRY/ENDPROC for assember functions and localize j...Jussi Kivilinna2013-01-19
| * crypto: x86/salsa20 - assembler cleanup, use ENTRY/ENDPROC for assember funct...Jussi Kivilinna2013-01-19
| * crypto: x86/ghash - assembler clean-up: use ENDPROC at end of assember functionsJussi Kivilinna2013-01-19
| * crypto: x86/crc32c - assembler clean-up: use ENTRY/ENDPROCJussi Kivilinna2013-01-19
| * crypto: cast6-avx: use ENTRY()/ENDPROC() for assembler functionsJussi Kivilinna2013-01-19
| * crypto: cast5-avx: use ENTRY()/ENDPROC() for assembler functions and localize...Jussi Kivilinna2013-01-19
| * crypto: camellia-x86_64/aes-ni: use ENTRY()/ENDPROC() for assembler functions...Jussi Kivilinna2013-01-19
| * crypto: blowfish-x86_64: use ENTRY()/ENDPROC() for assembler functions and lo...Jussi Kivilinna2013-01-19
| * crypto: aesni-intel - add ENDPROC statements for assembler functionsJussi Kivilinna2013-01-19
| * crypto: x86/aes - assembler clean-ups: use ENTRY/ENDPROC, localize jump targetsJussi Kivilinna2013-01-19
| * crypto: testmgr - add test vector for fcryptJussi Kivilinna2013-01-19
| * crypto: omap-sham - Fix compile errors when CONFIG_OF not definedMark A. Greer2013-01-19
| * crypto: crc32 - add crc32 pclmulqdq implementation and wrappers for table imp...Alexander Boyko2013-01-19
| * crypto: s5p-sss - Use devm_clk_get()Jingoo Han2013-01-19
| * crypto: omap-aes - Add CTR algorithm SupportMark A. Greer2013-01-19