summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* crypto: rng - Remove unused function __crypto_rng_cast()Matthias Kaehlcke2017-06-101-5/+0
* crypto: hmac - add hmac IPAD/OPAD constantCorentin LABBE2017-05-231-2/+3
* crypto: tcrypt - don't disable irqs and waitGilad Ben-Yossef2017-05-181-4/+0
* crypto: skcipher - Add missing API setkey checksHerbert Xu2017-05-181-1/+39
* treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-081-3/+1
* Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-05-030-0/+0
|\
| * Merge tag 'drm-misc-next-2017-04-07' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-04-110-0/+0
| |\
| | * Merge tag 'topic/synopsys-media-formats-2017-04-03' of git://anongit.freedesk...Sean Paul2017-04-042-4/+10
| | |\
| * | \ Backmerge tag 'v4.11-rc6' into drm-nextDave Airlie2017-04-112-4/+10
| |\ \ \ | | |/ / | |/| / | | |/
| * | BackMerge tag 'v4.11-rc3' into drm-nextDave Airlie2017-03-232-8/+10
| |\ \
* | \ \ Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-05-036-19/+293
|\ \ \ \
| * \ \ \ Merge branch 'keyctl-restrict' of git://git.kernel.org/pub/scm/linux/kernel/g...David Howells2017-04-042-11/+252
| |\ \ \ \
| | * | | | KEYS: Keyring asymmetric key restrict method with chainingMat Martineau2017-04-042-45/+144
| | * | | | KEYS: Restrict asymmetric key linkage using a specific keychainMat Martineau2017-04-042-1/+105
| | * | | | KEYS: Add a lookup_restriction function for the asymmetric key typeMat Martineau2017-04-041-8/+44
| | * | | | KEYS: Split role of the keyring pointer for keyring restrict functionsMat Martineau2017-04-031-3/+5
| |/ / / /
| * | | | Merge branch 'keys-blacklist' into keys-nextDavid Howells2017-04-034-8/+41
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | PKCS#7: Handle blacklisted certificatesDavid Howells2017-04-032-8/+25
| | * | | X.509: Allow X.509 certs to be blacklistedDavid Howells2017-04-032-0/+16
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-021-2/+3
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-204-35/+88
| |\ \ \ \
| * \ \ \ \ Merge branch 'netlink_ext_ACK'David S. Miller2017-04-131-2/+3
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | netlink: pass extended ACK struct where availableJohannes Berg2017-04-131-1/+1
| | * | | | 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