summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-092-8/+10
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-03-043-9/+12
|\
| * crypto: testmgr - Pad aes_ccm_enc_tv_template vectorLaura Abbott2017-03-011-1/+1
| * crypto: ccm - move cbcmac input off the stackArd Biesheuvel2017-02-281-2/+3
| * crypto: xts - Propagate NEED_FALLBACK bitHerbert Xu2017-02-271-6/+8
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-024-2/+4
* | sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar2017-03-021-0/+1
* | crypto: change LZ4 modules to work with new LZ4 module versionSven Schmidt2017-02-243-68/+120
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-02-2328-1383/+1087
|\|
| * crypto: xts - Add ECB dependencyMilan Broz2017-02-231-0/+1
| * crypto: ccm - drop unnecessary minimum 32-bit alignmentArd Biesheuvel2017-02-151-2/+1
| * crypto: ccm - honour alignmask of subordinate MAC cipherArd Biesheuvel2017-02-151-8/+10
| * crypto: algapi - make crypto_xor() and crypto_inc() alignment agnosticArd Biesheuvel2017-02-117-32/+52
| * crypto: improve gcc optimization flags for serpent and wp512Arnd Bergmann2017-02-111-0/+2
| * crypto: ccm - switch to separate cbcmac driverArd Biesheuvel2017-02-112-137/+245
| * crypto: testmgr - add test cases for cbcmac(aes)Ard Biesheuvel2017-02-112-0/+67
| * crypto: aes - add generic time invariant AES cipherArd Biesheuvel2017-02-113-0/+393
| * crypto: aes-generic - drop alignment requirementArd Biesheuvel2017-02-111-32/+32
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2017-02-032-1/+2
| |\
| * | crypto: tcrypt - Add debug printsRabin Vincent2017-01-231-0/+6
| * | crypto: testmgr - use calculated count for number of test vectorsArd Biesheuvel2017-01-132-1101/+204
| * | crypto: testmgr - Allocate only the required output size for hash testsAndrew Lutomirski2017-01-131-4/+5
| * | crypto: Replaced gcc specific attributes with macros from compiler.hGideon Israel Dsouza2017-01-1313-20/+33
| * | crypto: testmgr - use kmemdup instead of kmalloc+memcpyEric Biggers2017-01-131-4/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2017-01-120-0/+0
| |\ \
| * | | crypto: skcipher - introduce walksize attribute for SIMD algosArd Biesheuvel2016-12-301-8/+12
| * | | crypto: algif_hash - avoid zero-sized arrayJiri Slaby2016-12-271-1/+1
| * | | crypto: chacha20 - convert generic and x86 versions to skcipherArd Biesheuvel2016-12-271-43/+30
* | | | Merge tag 'sound-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-02-230-0/+0
|\ \ \ \
| * \ \ \ Merge tag 'asoc-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai2017-02-200-0/+0
| |\ \ \ \
| | * \ \ \ Merge tag 'asoc-fix-v4.10-rc3' into asoc-linusMark Brown2017-02-1941-989/+3344
| | |\ \ \ \ | | | | |/ / | | | |/| |
* | | | | | Merge tag 'spi-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2017-02-200-0/+0
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'v4.10-rc1' into spi-s3c64xxMark Brown2017-01-0941-989/+3318
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-02-061-1/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | crypto: algif_aead - Fix kernel panic on list_delHarsh Jain2017-02-031-1/+1
* | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-02-011-0/+1
|\| | | | |
| * | | | | crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an algSalvatore Benedetto2017-01-231-0/+1
| | |_|_|/ | |/| | |
* | | | | Merge tag 'v4.10-rc5' into for-linusDmitry Torokhov2017-01-2450-1151/+3699
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge tag 'docs-4.10-rc1-fix' of git://git.lwn.net/linuxLinus Torvalds2016-12-300-0/+0
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merge tag 'v4.10-rc1' into docs-nextJonathan Corbet2016-12-2745-1023/+3400
| | |\ \ \ | | | | |/ | | | |/|
| * | / | crypto: testmgr - Use heap buffer for acomp test inputLaura Abbott2016-12-271-2/+28
| | |/ / | |/| |
| * | | Merge tag 'docs-4.10-2' of git://git.lwn.net/linuxLinus Torvalds2016-12-171-12/+2
| |\| |
| | * | crypto: doc - clarify AEAD memory structureStephan Mueller2016-12-131-12/+2
| * | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-12-152-1/+4
| |\ \ \
| | * | | crypto: skcipher - fix crash in virtual walkArd Biesheuvel2016-12-141-1/+3
| | * | | crypto: asymmetric_keys - set error code on failurePan Bian2016-12-141-0/+1
| * | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-12-1440-963/+3300
| |\| | |
| | * | | crypto: testmgr - fix overlap in chunked tests againArd Biesheuvel2016-12-081-1/+1
| | * | | crypto: testmgr - add/enhance test cases for CRC-T10DIFArd Biesheuvel2016-12-071-28/+42