summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
...
| * | | netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-1/+1
| * | | netlink: extended ACK reportingJohannes Berg2017-04-131-1/+2
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-05-0220-426/+890
|\ \ \ \ | |_|/ / |/| | |
| * | | crypto: algif_aead - Require setkey before accept(2)Stephan Mueller2017-04-241-8/+149
| * | | crypto: scomp - add support for deflate rfc1950 (zlib)Giovanni Cabiddu2017-04-243-17/+129
| * | | crypto: scomp - allow registration of multiple scompsGiovanni Cabiddu2017-04-241-0/+29
| * | | crypto: testmgr - Allow ecb(cipher_null) in FIPS modeMilan Broz2017-04-241-0/+1
| * | | crypto: testmgr - replace compression known answer testGiovanni Cabiddu2017-04-211-3/+26
| * | | crypto: acomp - allow registration of multiple acompsGiovanni Cabiddu2017-04-211-0/+29
| * | | crypto: lz4 - fixed decompress function to return error codeMyungho Jung2017-04-102-2/+2
| * | | crypto: af_alg - Allow arbitrarily long algorithm namesHerbert Xu2017-04-101-2/+2
| * | | crypto: user - Prepare for CRYPTO_MAX_ALG_NAME expansionHerbert Xu2017-04-101-9/+9
| * | | crypto: xts - drop gf128mul dependencyOndrej Mosnáček2017-04-051-1/+0
| * | | crypto: gf128mul - switch gf128mul_x_ble to le128Ondrej Mosnáček2017-04-051-19/+19
| * | | crypto: gf128mul - define gf128mul_x_* in gf128mul.hOndrej Mosnáček2017-04-051-32/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2017-04-052-4/+10
| |\ \ \
| * | | | crypto: DRBG - initialize SGL only onceStephan Mueller2017-03-241-3/+2
| * | | | crypto: testmgr - mark ctr(des3_ede) as fips_allowedMarcelo Cerri2017-03-241-0/+1
| * | | | md5: remove from lib and only live in cryptoJason A. Donenfeld2017-03-241-1/+94
| * | | | crypto: powerpc - Stress test for vpmsum implementationsDaniel Axtens2017-03-241-0/+8
| * | | | crypto: powerpc - Add CRC-T10DIF accelerationDaniel Axtens2017-03-241-0/+9
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2017-03-242-8/+10
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | crypto: ctr - Propagate NEED_FALLBACK bitMarcelo Cerri2017-03-091-5/+18
| * | | | crypto: cbc - Propagate NEED_FALLBACK bitMarcelo Cerri2017-03-091-2/+13
| * | | | crypto: testmgr - constify all test vectorsEric Biggers2017-03-092-286/+297
| * | | | crypto: kpp - constify buffer passed to crypto_kpp_set_secret()Eric Biggers2017-03-092-2/+4
| * | | | crypto: algapi - annotate expected branch behavior in crypto_inc()Ard Biesheuvel2017-03-091-2/+2
| * | | | crypto: gf128mul - constify 4k and 64k multiplication tablesEric Biggers2017-03-091-3/+3
| * | | | crypto: gf128mul - rename the byte overflow tablesEric Biggers2017-03-091-17/+32
| * | | | crypto: gf128mul - remove xx() macroEric Biggers2017-03-091-10/+8
| * | | | crypto: gf128mul - fix some commentsEric Biggers2017-03-091-6/+7
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-04-184-35/+88
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | crypto: algif_aead - Fix bogus request dereference in completion functionHerbert Xu2017-04-101-6/+6
| * | | | crypto: ahash - Fix EINPROGRESS notification callbackHerbert Xu2017-04-101-29/+50
| * | | | crypto: lrw - Fix use-after-free on EINPROGRESSHerbert Xu2017-04-101-0/+16
| * | | | crypto: xts - Fix use-after-free on EINPROGRESSHerbert Xu2017-04-101-0/+16
| | |_|/ | |/| |
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-03-312-4/+10
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | crypto: xts,lrw - fix out-of-bounds write after kmalloc failureEric Biggers2017-03-242-4/+10
| |/
* | 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
|/
* 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
OpenPOWER on IntegriCloud