| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: kpp, (ec)dh - fix typos | Tudor-Dan Ambarus | 2017-06-10 | 5 | -11/+13 |
* | crypto: rng - Remove unused function __crypto_rng_cast() | Matthias Kaehlcke | 2017-06-10 | 1 | -5/+0 |
* | crypto: hmac - add hmac IPAD/OPAD constant | Corentin LABBE | 2017-05-23 | 1 | -2/+3 |
* | crypto: tcrypt - don't disable irqs and wait | Gilad Ben-Yossef | 2017-05-18 | 1 | -4/+0 |
* | crypto: skcipher - Add missing API setkey checks | Herbert Xu | 2017-05-18 | 1 | -1/+39 |
* | treewide: use kv[mz]alloc* rather than opencoded variants | Michal Hocko | 2017-05-09 | 1 | -3/+1 |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2017-05-03 | 6 | -19/+293 |
|\ |
|
| * | KEYS: Keyring asymmetric key restrict method with chaining | Mat Martineau | 2017-04-04 | 2 | -45/+144 |
| * | KEYS: Restrict asymmetric key linkage using a specific keychain | Mat Martineau | 2017-04-04 | 2 | -1/+105 |
| * | KEYS: Add a lookup_restriction function for the asymmetric key type | Mat Martineau | 2017-04-04 | 1 | -8/+44 |
| * | KEYS: Split role of the keyring pointer for keyring restrict functions | Mat Martineau | 2017-04-03 | 1 | -3/+5 |
| * | PKCS#7: Handle blacklisted certificates | David Howells | 2017-04-03 | 2 | -8/+25 |
| * | X.509: Allow X.509 certs to be blacklisted | David Howells | 2017-04-03 | 2 | -0/+16 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2017-05-03 | 1 | -2/+3 |
|\ \ |
|
| * \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-04-20 | 4 | -35/+88 |
| |\ \ |
|
| * | | | netlink: pass extended ACK struct where available | Johannes Berg | 2017-04-13 | 1 | -1/+1 |
| * | | | netlink: pass extended ACK struct to parsing functions | Johannes Berg | 2017-04-13 | 1 | -1/+1 |
| * | | | netlink: extended ACK reporting | Johannes Berg | 2017-04-13 | 1 | -1/+2 |
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2017-05-03 | 20 | -426/+890 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | crypto: algif_aead - Require setkey before accept(2) | Stephan Mueller | 2017-04-24 | 1 | -8/+149 |
| * | | | crypto: scomp - add support for deflate rfc1950 (zlib) | Giovanni Cabiddu | 2017-04-24 | 3 | -17/+129 |
| * | | | crypto: scomp - allow registration of multiple scomps | Giovanni Cabiddu | 2017-04-24 | 1 | -0/+29 |
| * | | | crypto: testmgr - Allow ecb(cipher_null) in FIPS mode | Milan Broz | 2017-04-24 | 1 | -0/+1 |
| * | | | crypto: testmgr - replace compression known answer test | Giovanni Cabiddu | 2017-04-21 | 1 | -3/+26 |
| * | | | crypto: acomp - allow registration of multiple acomps | Giovanni Cabiddu | 2017-04-21 | 1 | -0/+29 |
| * | | | crypto: lz4 - fixed decompress function to return error code | Myungho Jung | 2017-04-10 | 2 | -2/+2 |
| * | | | crypto: af_alg - Allow arbitrarily long algorithm names | Herbert Xu | 2017-04-10 | 1 | -2/+2 |
| * | | | crypto: user - Prepare for CRYPTO_MAX_ALG_NAME expansion | Herbert Xu | 2017-04-10 | 1 | -9/+9 |
| * | | | crypto: xts - drop gf128mul dependency | Ondrej Mosnáček | 2017-04-05 | 1 | -1/+0 |
| * | | | crypto: gf128mul - switch gf128mul_x_ble to le128 | Ondrej Mosnáček | 2017-04-05 | 1 | -19/+19 |
| * | | | crypto: gf128mul - define gf128mul_x_* in gf128mul.h | Ondrej Mosnáček | 2017-04-05 | 1 | -32/+1 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Herbert Xu | 2017-04-05 | 2 | -4/+10 |
| |\ \ \ |
|
| * | | | | crypto: DRBG - initialize SGL only once | Stephan Mueller | 2017-03-24 | 1 | -3/+2 |
| * | | | | crypto: testmgr - mark ctr(des3_ede) as fips_allowed | Marcelo Cerri | 2017-03-24 | 1 | -0/+1 |
| * | | | | md5: remove from lib and only live in crypto | Jason A. Donenfeld | 2017-03-24 | 1 | -1/+94 |
| * | | | | crypto: powerpc - Stress test for vpmsum implementations | Daniel Axtens | 2017-03-24 | 1 | -0/+8 |
| * | | | | crypto: powerpc - Add CRC-T10DIF acceleration | Daniel Axtens | 2017-03-24 | 1 | -0/+9 |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux | Herbert Xu | 2017-03-24 | 2 | -8/+10 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | crypto: ctr - Propagate NEED_FALLBACK bit | Marcelo Cerri | 2017-03-09 | 1 | -5/+18 |
| * | | | | crypto: cbc - Propagate NEED_FALLBACK bit | Marcelo Cerri | 2017-03-09 | 1 | -2/+13 |
| * | | | | crypto: testmgr - constify all test vectors | Eric Biggers | 2017-03-09 | 2 | -286/+297 |
| * | | | | crypto: kpp - constify buffer passed to crypto_kpp_set_secret() | Eric Biggers | 2017-03-09 | 2 | -2/+4 |
| * | | | | crypto: algapi - annotate expected branch behavior in crypto_inc() | Ard Biesheuvel | 2017-03-09 | 1 | -2/+2 |
| * | | | | crypto: gf128mul - constify 4k and 64k multiplication tables | Eric Biggers | 2017-03-09 | 1 | -3/+3 |
| * | | | | crypto: gf128mul - rename the byte overflow tables | Eric Biggers | 2017-03-09 | 1 | -17/+32 |
| * | | | | crypto: gf128mul - remove xx() macro | Eric Biggers | 2017-03-09 | 1 | -10/+8 |
| * | | | | crypto: gf128mul - fix some comments | Eric Biggers | 2017-03-09 | 1 | -6/+7 |
* | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2017-04-18 | 4 | -35/+88 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | crypto: algif_aead - Fix bogus request dereference in completion function | Herbert Xu | 2017-04-10 | 1 | -6/+6 |
| * | | | | crypto: ahash - Fix EINPROGRESS notification callback | Herbert Xu | 2017-04-10 | 1 | -29/+50 |