summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | crypto: drbg - Initialise mutex in drbg_healthcheck_sanityHerbert Xu2015-04-211-0/+2
| * | | | crypto: drbg - leave cipher handles operationalStephan Mueller2015-04-211-8/+4
| * | | | crypto: drbg - replace spinlock with mutexStephan Mueller2015-04-211-119/+25
| * | | | crypto: drbg - fix drbg_generate return val checkStephan Mueller2015-04-211-7/+7
| * | | | cryoto: drbg - clear all temporary memoryStephan Mueller2015-04-211-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-05-271-9/+0
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | crypto: algif_aead - Disable AEAD user-space for nowHerbert Xu2015-05-261-9/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-05-211-5/+4
|\| | | | |_|/ |/| |
| * | crypto: algif_aead - fix invalid sgl linkingTadeusz Struk2015-05-181-5/+4
| |/
* | Merge tag 'md/4.1' of git://neil.brown.name/mdLinus Torvalds2015-04-241-3/+16
|\ \
| * | md/raid5: activate raid6 rmw featureMarkus Stockhausen2015-04-221-3/+16
* | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-04-170-0/+0
|\ \ \ | |_|/ |/| |
| * | CRYPTO: Octeon: Enable OCTEON SHA1/256/512 module selectionAaro Koskinen2015-03-241-0/+27
| |/
* | crypto: fix broken crypto_register_instance() module handlingHerbert Xu2015-04-151-3/+3
* | crypto: fix mis-merge with the networking mergeLinus Torvalds2015-04-151-4/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-04-1518-471/+967
|\ \
| * | crypto: sha512-generic - move to generic glue implementationArd Biesheuvel2015-04-101-102/+21
| * | crypto: sha256-generic - move to generic glue implementationArd Biesheuvel2015-04-101-113/+20
| * | crypto: sha1-generic - move to generic glue implementationArd Biesheuvel2015-04-101-82/+20
| * | crypto: api - remove instance when test failedStephan Mueller2015-04-101-1/+9
| * | crypto: api - Move alg ref count init to crypto_check_algHerbert Xu2015-04-101-1/+2
| * | crypto: user - Fix crypto_alg_match raceHerbert Xu2015-04-081-10/+29
| * | crypto: serpent_sse2 - Fix a typo in KconfigMasanari Iida2015-04-071-1/+1
| * | crypto: api - Change crypto_unregister_instance argument typeHerbert Xu2015-04-032-7/+3
| * | crypto: api - Fix races in crypto_unregister_instanceHerbert Xu2015-04-031-16/+7
| * | crypto: mcryptd - process CRYPTO_ALG_INTERNALStephan Mueller2015-03-311-2/+23
| * | crypto: proc - identify internal ciphersStephan Mueller2015-03-311-0/+3
| * | crypto: cryptd - process CRYPTO_ALG_INTERNALStephan Mueller2015-03-312-9/+43
| * | crypto: testmgr - use CRYPTO_ALG_INTERNALStephan Mueller2015-03-311-7/+7
| * | crypto: api - prevent helper ciphers from being usedStephan Mueller2015-03-311-0/+10
| * | crypto: algif_rng - zeroize buffer with random dataStephan Mueller2015-03-161-1/+1
| * | crypto: testmgr - fix RNG return code enforcementStephan Mueller2015-03-131-5/+5
| * | crypto: arm - move ARM specific Kconfig definitions to a dedicated fileArd Biesheuvel2015-03-121-75/+0
| * | crypto: tcrypt - fix uninit sg entries in test_acipher_speedHoria Geant?2015-03-121-2/+2
| * | crypto: octeon - enable OCTEON SHA1/256/512 module selectionAaro Koskinen2015-03-101-0/+27
| * | crypto: rng - RNGs must return 0 in success caseStephan Mueller2015-03-092-2/+11
| * | crypto: drbg - remove superflowous memsetsStephan Mueller2015-03-041-18/+0
| * | crypto: drbg - use single block cipher APIStephan Mueller2015-03-041-23/+16
| * | crypto: powerpc/md5 - kernel configMarkus Stockhausen2015-03-041-0/+8
| * | crypto: algif - enable AEAD interface compilationStephan Mueller2015-03-042-0/+10
| * | crypto: algif - add AEAD supportStephan Mueller2015-03-041-0/+666
| * | crypto: powerpc/sha1 - kernel configMarkus Stockhausen2015-03-021-0/+7
| * | crypto: powerpc/aes - kernel configMarkus Stockhausen2015-03-011-0/+13
| * | crypto: ppc/sha256 - kernel configMarkus Stockhausen2015-02-271-0/+9
| |/
* | new helper: msg_data_left()Al Viro2015-04-112-4/+4
* | Merge branch 'iocb' into for-davemAl Viro2015-04-091-1/+1
|\|
* | crypto: algif - explicitly mark end of datatadeusz.struk@intel.com2015-04-011-4/+8
* | crypto: algif - use kmalloc instead of kzallocTadeusz Struk2015-04-011-1/+1
* | crypto: af_alg - make exports consistantTadeusz Struk2015-04-011-1/+1
* | crypto: algif - fix warn: unsigned 'used' is never less than zerotadeusz.struk@intel.com2015-03-251-1/+1