summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)AuthorLines
2017-04-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-35/+88
2017-04-10crypto: algif_aead - Fix bogus request dereference in completion functionHerbert Xu-6/+6
2017-04-10crypto: ahash - Fix EINPROGRESS notification callbackHerbert Xu-29/+50
2017-04-10crypto: lrw - Fix use-after-free on EINPROGRESSHerbert Xu-0/+16
2017-04-10crypto: xts - Fix use-after-free on EINPROGRESSHerbert Xu-0/+16
2017-03-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-4/+10
2017-03-24crypto: xts,lrw - fix out-of-bounds write after kmalloc failureEric Biggers-4/+10
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells-8/+10
2017-03-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-9/+12
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar-2/+4
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar-0/+1
2017-03-01crypto: testmgr - Pad aes_ccm_enc_tv_template vectorLaura Abbott-1/+1
2017-02-28crypto: ccm - move cbcmac input off the stackArd Biesheuvel-2/+3
2017-02-27crypto: xts - Propagate NEED_FALLBACK bitHerbert Xu-6/+8
2017-02-24crypto: change LZ4 modules to work with new LZ4 module versionSven Schmidt-68/+120
2017-02-23crypto: xts - Add ECB dependencyMilan Broz-0/+1
2017-02-15crypto: ccm - drop unnecessary minimum 32-bit alignmentArd Biesheuvel-2/+1
2017-02-15crypto: ccm - honour alignmask of subordinate MAC cipherArd Biesheuvel-8/+10
2017-02-11crypto: algapi - make crypto_xor() and crypto_inc() alignment agnosticArd Biesheuvel-32/+52
2017-02-11crypto: improve gcc optimization flags for serpent and wp512Arnd Bergmann-0/+2
2017-02-11crypto: ccm - switch to separate cbcmac driverArd Biesheuvel-137/+245
2017-02-11crypto: testmgr - add test cases for cbcmac(aes)Ard Biesheuvel-0/+67
2017-02-11crypto: aes - add generic time invariant AES cipherArd Biesheuvel-0/+393
2017-02-11crypto: aes-generic - drop alignment requirementArd Biesheuvel-32/+32
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu-1/+2
2017-02-03crypto: algif_aead - Fix kernel panic on list_delHarsh Jain-1/+1
2017-01-23crypto: tcrypt - Add debug printsRabin Vincent-0/+6
2017-01-23crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an algSalvatore Benedetto-0/+1
2017-01-13crypto: testmgr - use calculated count for number of test vectorsArd Biesheuvel-1101/+204
2017-01-13crypto: testmgr - Allocate only the required output size for hash testsAndrew Lutomirski-4/+5
2017-01-13crypto: Replaced gcc specific attributes with macros from compiler.hGideon Israel Dsouza-20/+33
2017-01-13crypto: testmgr - use kmemdup instead of kmalloc+memcpyEric Biggers-4/+2
2016-12-30crypto: skcipher - introduce walksize attribute for SIMD algosArd Biesheuvel-8/+12
2016-12-27crypto: algif_hash - avoid zero-sized arrayJiri Slaby-1/+1
2016-12-27crypto: chacha20 - convert generic and x86 versions to skcipherArd Biesheuvel-43/+30
2016-12-27crypto: testmgr - Use heap buffer for acomp test inputLaura Abbott-2/+28
2016-12-17Merge tag 'docs-4.10-2' of git://git.lwn.net/linuxLinus Torvalds-12/+2
2016-12-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-1/+4
2016-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-963/+3300
2016-12-14crypto: skcipher - fix crash in virtual walkArd Biesheuvel-1/+3
2016-12-14crypto: asymmetric_keys - set error code on failurePan Bian-0/+1
2016-12-13crypto: doc - clarify AEAD memory structureStephan Mueller-12/+2
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-29/+49
2016-12-10Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-29/+49
2016-12-08crypto: testmgr - fix overlap in chunked tests againArd Biesheuvel-1/+1
2016-12-08crypto: algif_aead - fix uninitialized variable warningStephan Mueller-1/+1
2016-12-07crypto: testmgr - add/enhance test cases for CRC-T10DIFArd Biesheuvel-28/+42
2016-12-07crypto: testmgr - avoid overlap in chunked testsArd Biesheuvel-1/+1
2016-12-07crypto: mcryptd - Check mcryptd algorithm compatibilitytim-7/+12