summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: tcrypt - Allow speed testing of arbitrary hash functionsHerbert Xu2014-12-051-12/+20
* crypto: af_alg - add user space interface for AEADStephan Mueller2014-12-053-0/+9
* crypto: qat - fix problem with coalescing enable logicTadeusz Struk2014-12-041-7/+8
* crypto: sahara - add support for SHA1/256Steffen Trumtrar2014-12-031-5/+621
* crypto: sahara - replace tasklets with kthreadSteffen Trumtrar2014-12-031-86/+66Star
* crypto: sahara - add support for i.MX53Steffen Trumtrar2014-12-032-4/+18
* crypto: sahara - fix spinlock initializationSteffen Trumtrar2014-12-031-0/+2
* crypto: arm - replace memset by memzero_explicitJulia Lawall2014-12-021-1/+1
* crypto: powerpc - replace memset by memzero_explicitJulia Lawall2014-12-021-1/+1
* crypto: sha - replace memset by memzero_explicitJulia Lawall2014-12-022-2/+2
* crypto: sparc - replace memset by memzero_explicitJulia Lawall2014-12-022-2/+2
* crypto: algif_skcipher - initialize upon init requestStephan Mueller2014-12-021-1/+3
* crypto: algif_skcipher - removed unneeded codeStruk, Tadeusz2014-12-011-4/+0Star
* crypto: algif_skcipher - Fixed blocking recvmsgHerbert Xu2014-11-281-3/+2Star
* crypto: drbg - use memzero_explicit() for clearing sensitive dataNickolaus Woodruff2014-11-271-11/+12
* crypto: drbg - use MODULE_ALIAS_CRYPTOStephan Mueller2014-11-261-22/+22
* crypto: include crypto- module prefix in templateKees Cook2014-11-2623-2/+26
* crypto: user - add MODULE_ALIASStephan Mueller2014-11-261-0/+1
* crypto: sha-mb - remove a bogus NULL checkDan Carpenter2014-11-251-2/+1Star
* crytpo: qat - Fix 64 bytes requestsStruk, Tadeusz2014-11-251-3/+6
* crypto: algif - add and use sock_kzfree_s() instead of memzero_explicit()Daniel Borkmann2014-11-254-10/+24
* crypto: prefix module autoloading with "crypto-"Kees Cook2014-11-2495-123/+155
* crypto: user - Allow get request with empty driver nameHerbert Xu2014-11-241-4/+1Star
* ARM: at91/dt: add trng node to at91sam9g45Boris Brezillon2014-11-201-0/+7
* hwrng: atmel - Add TRNG DT binding docBoris Brezillon2014-11-201-0/+16
* hwrng: atmel - add DT supportBoris Brezillon2014-11-202-1/+8
* hwrng: atmel - use clk_prepapre_enable/_disable_unprepareBoris Brezillon2014-11-201-4/+4
* crypto: bfin_crc - don't include linux/unaligned/access_ok.hJohannes Berg2014-11-201-1/+1
* crypto: crc32 - Add ARM64 CRC32 hw accelerated moduleYazen Ghannam2014-11-203-0/+282
* crypto: qat - Use memzero_explicitStruk, Tadeusz2014-11-171-14/+22
* crypto: doc - document uncovered member variablesStephan Mueller2014-11-171-1/+6
* crypto: caam - Remove unnecessary smp_read_barrier_depends()Pranith Kumar2014-11-171-3/+0Star
* crypto: doc - HASH API documentationStephan Mueller2014-11-131-0/+119
* crypto: doc - CIPHER API documentationStephan Mueller2014-11-131-0/+89
* crypto: doc - BLKCIPHER API documentationStephan Mueller2014-11-131-0/+188
* crypto: doc - AEAD API documentationStephan Mueller2014-11-131-0/+251
* crypto: doc - ABLKCIPHER API documentationStephan Mueller2014-11-131-0/+206
* crypto: doc - cipher data structuresStephan Mueller2014-11-131-3/+243
* crypto: doc - SHASH API documentationStephan Mueller2014-11-131-0/+164
* crypto: doc - AHASH API documentationStephan Mueller2014-11-131-0/+228
* crypto: doc - hash data structuresStephan Mueller2014-11-131-0/+95
* crypto: doc - RNG API documentationStephan Mueller2014-11-131-0/+80
* crypto: doc - userspace interface specStephan Mueller2014-11-131-0/+205
* crypto: doc - compile crypto API specStephan Mueller2014-11-131-1/+1
* crypto: doc - crypto API high level specStephan Mueller2014-11-131-0/+1253
* crypto: caam - add support for givencrypt cbc(des) and cbc(des3_ede)Catalin Vasile2014-11-121-4/+6
* crypto: algif - zeroize IV bufferStephan Mueller2014-11-121-0/+1
* crypto: algif - zeroize message digest bufferStephan Mueller2014-11-121-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2014-11-121139-10258/+21117
|\
| * Linux 3.18-rc4Linus Torvalds2014-11-091-1/+1