Show patches with: Submitter = Eric Biggers       |   1010 patches
« 1 2 ... 5 6 710 11 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[15/28] crypto: authenc - use crypto_grab_ahash() and simplify error paths crypto: template instantiation cleanup - - - --- 2019-12-29 Eric Biggers herbert Superseded
[14/28] crypto: hmac - use crypto_grab_shash() and simplify error paths crypto: template instantiation cleanup - - - --- 2019-12-29 Eric Biggers herbert Superseded
[13/28] crypto: cryptd - use crypto_grab_shash() and simplify error paths crypto: template instantiation cleanup - - - --- 2019-12-29 Eric Biggers herbert Superseded
[12/28] crypto: adiantum - use crypto_grab_{cipher,shash} and simplify error paths crypto: template instantiation cleanup - - - --- 2019-12-29 Eric Biggers herbert Superseded
[11/28] crypto: cipher - introduce crypto_cipher_spawn and crypto_grab_cipher() crypto: template instantiation cleanup - - - --- 2019-12-29 Eric Biggers herbert Superseded
[10/28] crypto: ahash - introduce crypto_grab_ahash() crypto: template instantiation cleanup - - - --- 2019-12-29 Eric Biggers herbert Superseded
[09/28] crypto: shash - introduce crypto_grab_shash() crypto: template instantiation cleanup - - - --- 2019-12-29 Eric Biggers herbert Superseded
[08/28] crypto: algapi - pass instance to crypto_grab_spawn() crypto: template instantiation cleanup - - - --- 2019-12-29 Eric Biggers herbert Superseded
[07/28] crypto: akcipher - pass instance to crypto_grab_akcipher() crypto: template instantiation cleanup - - - --- 2019-12-29 Eric Biggers herbert Superseded
[06/28] crypto: aead - pass instance to crypto_grab_aead() crypto: template instantiation cleanup - - - --- 2019-12-29 Eric Biggers herbert Superseded
[05/28] crypto: skcipher - pass instance to crypto_grab_skcipher() crypto: template instantiation cleanup - - - --- 2019-12-29 Eric Biggers herbert Superseded
[04/28] crypto: ahash - make struct ahash_instance be the full size crypto: template instantiation cleanup - - - --- 2019-12-29 Eric Biggers herbert Superseded
[03/28] crypto: shash - make struct shash_instance be the full size crypto: template instantiation cleanup - - - --- 2019-12-29 Eric Biggers herbert Superseded
[02/28] crypto: algapi - make crypto_grab_spawn() handle an ERR_PTR() name crypto: template instantiation cleanup - - - --- 2019-12-29 Eric Biggers herbert Superseded
[01/28] crypto: algapi - make crypto_drop_spawn() a no-op on uninitialized spawns crypto: template instantiation cleanup - - - --- 2019-12-29 Eric Biggers herbert Superseded
crypto: algapi - make unregistration functions return void crypto: algapi - make unregistration functions return void - - - --- 2019-12-15 Eric Biggers herbert Accepted
crypto: doc - remove references to ARC4 crypto: doc - remove references to ARC4 1 - - --- 2019-12-07 Eric Biggers herbert Accepted
crypto: api - fix unexpectedly getting generic implementation crypto: api - fix unexpectedly getting generic implementation 1 - - --- 2019-12-02 Eric Biggers herbert Superseded
[2/2] crypto: cipher - remove crt_u.cipher (struct cipher_tfm) crypto: api - remove crypto_tfm::crt_u - - - --- 2019-12-02 Eric Biggers herbert Accepted
[1/2] crypto: compress - remove crt_u.compress (struct compress_tfm) crypto: api - remove crypto_tfm::crt_u - - - --- 2019-12-02 Eric Biggers herbert Accepted
[7/7] crypto: testmgr - generate inauthentic AEAD test vectors [1/7] crypto: aead - move crypto_aead_maxauthsize() to <crypto/aead.h> - - - --- 2019-12-01 Eric Biggers herbert Accepted
[6/7] crypto: testmgr - create struct aead_extra_tests_ctx [1/7] crypto: aead - move crypto_aead_maxauthsize() to <crypto/aead.h> - - - --- 2019-12-01 Eric Biggers herbert Accepted
[5/7] crypto: testmgr - test setting misaligned keys [1/7] crypto: aead - move crypto_aead_maxauthsize() to <crypto/aead.h> - - - --- 2019-12-01 Eric Biggers herbert Accepted
[4/7] crypto: testmgr - check skcipher min_keysize [1/7] crypto: aead - move crypto_aead_maxauthsize() to <crypto/aead.h> - - - --- 2019-12-01 Eric Biggers herbert Accepted
[3/7] crypto: testmgr - don't try to decrypt uninitialized buffers [1/7] crypto: aead - move crypto_aead_maxauthsize() to <crypto/aead.h> - - - --- 2019-12-01 Eric Biggers herbert Accepted
[2/7] crypto: skcipher - add crypto_skcipher_min_keysize() [1/7] crypto: aead - move crypto_aead_maxauthsize() to <crypto/aead.h> - - - --- 2019-12-01 Eric Biggers herbert Accepted
[1/7] crypto: aead - move crypto_aead_maxauthsize() to <crypto/aead.h> [1/7] crypto: aead - move crypto_aead_maxauthsize() to <crypto/aead.h> - - - --- 2019-12-01 Eric Biggers herbert Accepted
crypto: shash - allow essiv and hmac to use OPTIONAL_KEY algorithms crypto: shash - allow essiv and hmac to use OPTIONAL_KEY algorithms 1 - - --- 2019-11-29 Eric Biggers herbert Accepted
[6/6] crypto: skcipher - remove crypto_skcipher_extsize() crypto: skcipher - simplifications due to {,a}blkcipher removal - - - --- 2019-11-29 Eric Biggers herbert Accepted
[5/6] crypto: skcipher - remove crypto_skcipher::decrypt crypto: skcipher - simplifications due to {,a}blkcipher removal - - - --- 2019-11-29 Eric Biggers herbert Accepted
[4/6] crypto: skcipher - remove crypto_skcipher::encrypt crypto: skcipher - simplifications due to {,a}blkcipher removal - - - --- 2019-11-29 Eric Biggers herbert Accepted
[3/6] crypto: skcipher - remove crypto_skcipher::setkey crypto: skcipher - simplifications due to {,a}blkcipher removal - - - --- 2019-11-29 Eric Biggers herbert Accepted
[2/6] crypto: skcipher - remove crypto_skcipher::keysize crypto: skcipher - simplifications due to {,a}blkcipher removal - - - --- 2019-11-29 Eric Biggers herbert Accepted
[1/6] crypto: skcipher - remove crypto_skcipher::ivsize crypto: skcipher - simplifications due to {,a}blkcipher removal - - - --- 2019-11-29 Eric Biggers herbert Accepted
crypto: api - remove another reference to blkcipher crypto: api - remove another reference to blkcipher - - - --- 2019-11-29 Eric Biggers herbert Accepted
crypto: hisilicon - select CRYPTO_SKCIPHER, not CRYPTO_BLKCIPHER crypto: hisilicon - select CRYPTO_SKCIPHER, not CRYPTO_BLKCIPHER - - - --- 2019-11-29 Eric Biggers herbert Accepted
crypto: lib/chacha20poly1305 - use chacha20_crypt() crypto: lib/chacha20poly1305 - use chacha20_crypt() 1 - - --- 2019-11-18 Eric Biggers herbert Accepted
crypto: x86/chacha - only unregister algorithms if registered crypto: x86/chacha - only unregister algorithms if registered 1 - - --- 2019-11-18 Eric Biggers herbert Accepted
crypto: chacha_generic - remove unnecessary setkey() functions crypto: chacha_generic - remove unnecessary setkey() functions 1 - - --- 2019-11-18 Eric Biggers herbert Accepted
crypto: mips/chacha - select CRYPTO_SKCIPHER, not CRYPTO_BLKCIPHER crypto: mips/chacha - select CRYPTO_SKCIPHER, not CRYPTO_BLKCIPHER 1 - - --- 2019-11-17 Eric Biggers herbert Accepted
[5/5] crypto: rename the crypto_blkcipher module and kconfig option crypto: remove blkcipher - - - --- 2019-10-25 Eric Biggers herbert Accepted
[4/5] crypto: remove the "blkcipher" algorithm type crypto: remove blkcipher - - - --- 2019-10-25 Eric Biggers herbert Accepted
[3/5] crypto: rename crypto_skcipher_type2 to crypto_skcipher_type crypto: remove blkcipher - - - --- 2019-10-25 Eric Biggers herbert Accepted
[2/5] crypto: remove crypto_has_ablkcipher() crypto: remove blkcipher - - - --- 2019-10-25 Eric Biggers herbert Accepted
[1/5] crypto: unify the crypto_has_skcipher*() functions crypto: remove blkcipher - - - --- 2019-10-25 Eric Biggers herbert Accepted
[v2,3/3] crypto: powerpc - convert SPE AES algorithms to skcipher API crypto: powerpc - convert SPE AES algorithms to skcipher API - - - --- 2019-10-15 Eric Biggers herbert Accepted
[v2,2/3] crypto: powerpc - don't set ivsize for AES-ECB crypto: powerpc - convert SPE AES algorithms to skcipher API - - - --- 2019-10-15 Eric Biggers herbert Accepted
[v2,1/3] crypto: powerpc - don't unnecessarily use atomic scatterwalk crypto: powerpc - convert SPE AES algorithms to skcipher API - - - --- 2019-10-15 Eric Biggers herbert Accepted
[4/4] crypto: nx - convert AES-CTR to skcipher API crypto: nx - convert to skcipher API - 1 - --- 2019-10-13 Eric Biggers herbert Accepted
[3/4] crypto: nx - convert AES-CBC to skcipher API crypto: nx - convert to skcipher API - 1 - --- 2019-10-13 Eric Biggers herbert Accepted
[2/4] crypto: nx - convert AES-ECB to skcipher API crypto: nx - convert to skcipher API - 1 - --- 2019-10-13 Eric Biggers herbert Accepted
[1/4] crypto: nx - don't abuse blkcipher_desc to pass iv around crypto: nx - convert to skcipher API - 1 - --- 2019-10-13 Eric Biggers herbert Accepted
crypto: padlock-aes - convert to skcipher API crypto: padlock-aes - convert to skcipher API - 1 - --- 2019-10-13 Eric Biggers herbert Accepted
[RFT,3/3] crypto: s390/des - convert to skcipher API crypto: s390 - convert to skcipher API - 1 - --- 2019-10-12 Eric Biggers herbert Accepted
[RFT,2/3] crypto: s390/paes - convert to skcipher API crypto: s390 - convert to skcipher API - 1 - --- 2019-10-12 Eric Biggers herbert Accepted
[RFT,1/3] crypto: s390/aes - convert to skcipher API crypto: s390 - convert to skcipher API - 1 - --- 2019-10-12 Eric Biggers herbert Accepted
[RFT,3/3] crypto: sparc/des - convert to skcipher API crypto: sparc - convert to skcipher API - - - --- 2019-10-12 Eric Biggers herbert Accepted
[RFT,2/3] crypto: sparc/camellia - convert to skcipher API crypto: sparc - convert to skcipher API - - - --- 2019-10-12 Eric Biggers herbert Accepted
[RFT,1/3] crypto: sparc/aes - convert to skcipher API crypto: sparc - convert to skcipher API - - - --- 2019-10-12 Eric Biggers herbert Accepted
crypto: powerpc - convert SPE AES algorithms to skcipher API crypto: powerpc - convert SPE AES algorithms to skcipher API - - - --- 2019-10-12 Eric Biggers herbert Superseded
crypto: geode-aes - convert to skcipher API and make thread-safe crypto: geode-aes - convert to skcipher API and make thread-safe - - - --- 2019-10-11 Eric Biggers herbert Accepted
fscrypt: invoke crypto API for ESSIV handling fscrypt: invoke crypto API for ESSIV handling 1 - - --- 2019-10-09 Eric Biggers herbert Not Applicable
[v8,20/20] fscrypt: document the new ioctls and policy version fscrypt: key management improvements - 1 - --- 2019-08-05 Eric Biggers herbert Not Applicable
[v8,19/20] ubifs: wire up new fscrypt ioctls fscrypt: key management improvements - 1 - --- 2019-08-05 Eric Biggers herbert Not Applicable
[v8,18/20] f2fs: wire up new fscrypt ioctls fscrypt: key management improvements 1 1 - --- 2019-08-05 Eric Biggers herbert Not Applicable
[v8,17/20] ext4: wire up new fscrypt ioctls fscrypt: key management improvements - 1 - --- 2019-08-05 Eric Biggers herbert Not Applicable
[v8,16/20] fscrypt: require that key be added when setting a v2 encryption policy fscrypt: key management improvements - 1 - --- 2019-08-05 Eric Biggers herbert Not Applicable
[v8,15/20] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctl fscrypt: key management improvements - 1 - --- 2019-08-05 Eric Biggers herbert Not Applicable
[v8,14/20] fscrypt: allow unprivileged users to add/remove keys for v2 policies fscrypt: key management improvements - 1 - --- 2019-08-05 Eric Biggers herbert Not Applicable
[v8,13/20] fscrypt: v2 encryption policy support fscrypt: key management improvements - 2 - --- 2019-08-05 Eric Biggers herbert Not Applicable
[v8,12/20] fscrypt: add an HKDF-SHA512 implementation fscrypt: key management improvements - 2 - --- 2019-08-05 Eric Biggers herbert Not Applicable
[v8,11/20] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl fscrypt: key management improvements - 1 - --- 2019-08-05 Eric Biggers herbert Not Applicable
[v8,10/20] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl fscrypt: key management improvements - 1 - --- 2019-08-05 Eric Biggers herbert Not Applicable
[v8,09/20] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl fscrypt: key management improvements - 1 - --- 2019-08-05 Eric Biggers herbert Not Applicable
[v8,08/20] fscrypt: rename keyinfo.c to keysetup.c fscrypt: key management improvements - 1 - --- 2019-08-05 Eric Biggers herbert Not Applicable
[v8,07/20] fscrypt: move v1 policy key setup to keysetup_v1.c fscrypt: key management improvements - 1 - --- 2019-08-05 Eric Biggers herbert Not Applicable
[v8,06/20] fscrypt: refactor key setup code in preparation for v2 policies fscrypt: key management improvements - 1 - --- 2019-08-05 Eric Biggers herbert Not Applicable
[v8,05/20] fscrypt: rename fscrypt_master_key to fscrypt_direct_key fscrypt: key management improvements - 1 - --- 2019-08-05 Eric Biggers herbert Not Applicable
[v8,04/20] fscrypt: add ->ci_inode to fscrypt_info fscrypt: key management improvements - 1 - --- 2019-08-05 Eric Biggers herbert Not Applicable
[v8,03/20] fscrypt: use FSCRYPT_* definitions, not FS_* fscrypt: key management improvements - 1 - --- 2019-08-05 Eric Biggers herbert Not Applicable
[v8,02/20] fscrypt: use FSCRYPT_ prefix for uapi constants fscrypt: key management improvements - 1 - --- 2019-08-05 Eric Biggers herbert Not Applicable
[v8,01/20] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h> fscrypt: key management improvements - 1 - --- 2019-08-05 Eric Biggers herbert Not Applicable
[v7,16/16] fscrypt: document the new ioctls and policy version fscrypt: key management improvements - - - --- 2019-07-26 Eric Biggers herbert Not Applicable
[v7,15/16] ubifs: wire up new fscrypt ioctls fscrypt: key management improvements - 1 - --- 2019-07-26 Eric Biggers herbert Not Applicable
[v7,14/16] f2fs: wire up new fscrypt ioctls fscrypt: key management improvements 1 1 - --- 2019-07-26 Eric Biggers herbert Not Applicable
[v7,13/16] ext4: wire up new fscrypt ioctls fscrypt: key management improvements - 1 - --- 2019-07-26 Eric Biggers herbert Not Applicable
[v7,12/16] fscrypt: require that key be added when setting a v2 encryption policy fscrypt: key management improvements - 1 - --- 2019-07-26 Eric Biggers herbert Not Applicable
[v7,11/16] fscrypt: allow unprivileged users to add/remove keys for v2 policies fscrypt: key management improvements - - - --- 2019-07-26 Eric Biggers herbert Not Applicable
[v7,10/16] fscrypt: v2 encryption policy support fscrypt: key management improvements - - - --- 2019-07-26 Eric Biggers herbert Not Applicable
[v7,09/16] fscrypt: add an HKDF-SHA512 implementation fscrypt: key management improvements - 1 - --- 2019-07-26 Eric Biggers herbert Not Applicable
[v7,08/16] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl fscrypt: key management improvements - 1 - --- 2019-07-26 Eric Biggers herbert Not Applicable
[v7,07/16] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl fscrypt: key management improvements - 1 - --- 2019-07-26 Eric Biggers herbert Not Applicable
[v7,06/16] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl fscrypt: key management improvements - 1 - --- 2019-07-26 Eric Biggers herbert Not Applicable
[v7,05/16] fscrypt: refactor v1 policy key setup into keysetup_legacy.c fscrypt: key management improvements - 1 - --- 2019-07-26 Eric Biggers herbert Not Applicable
[v7,04/16] fscrypt: add ->ci_inode to fscrypt_info fscrypt: key management improvements - 1 - --- 2019-07-26 Eric Biggers herbert Not Applicable
[v7,03/16] fscrypt: use FSCRYPT_* definitions, not FS_* fscrypt: key management improvements - - - --- 2019-07-26 Eric Biggers herbert Not Applicable
[v7,02/16] fscrypt: use FSCRYPT_ prefix for uapi constants fscrypt: key management improvements - - - --- 2019-07-26 Eric Biggers herbert Not Applicable
[v7,01/16] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h> fscrypt: key management improvements - 1 - --- 2019-07-26 Eric Biggers herbert Not Applicable
crypto: ghash - add comment and improve help text crypto: ghash - add comment and improve help text 1 1 - --- 2019-07-20 Eric Biggers herbert Accepted
[net] ppp: mppe: Revert "ppp: mppe: Add softdep to arc4" [net] ppp: mppe: Revert "ppp: mppe: Add softdep to arc4" - - - --- 2019-07-12 Eric Biggers herbert Not Applicable
« 1 2 ... 5 6 710 11 »