aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-09crypto: ahash - make struct ahash_instance be the full sizeEric Biggers1-3/+9
2020-01-09crypto: shash - make struct shash_instance be the full sizeEric Biggers1-4/+9
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers1-2/+0
2020-01-09crypto: remove CRYPTO_TFM_RES_WEAK_KEYEric Biggers3-22/+5
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers5-16/+6
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_BLOCK_LENEric Biggers1-1/+0
2020-01-09crypto: remove unused tfm result flagsEric Biggers1-2/+0
2020-01-09crypto: skcipher - remove skcipher_walk_aead()Eric Biggers1-2/+0
2020-01-04tee: amdtee: check TEE status during driver initializationRijo Thomas1-0/+18
2020-01-04tee: add AMD-TEE driverRijo Thomas1-0/+1
2019-12-27crypto: skcipher - Add skcipher_ialg_simple helperHerbert Xu1-3/+11
2019-12-27crypto: api - Retain alg refcount in crypto_grab_spawnHerbert Xu1-2/+15
2019-12-27crypto: api - remove unneeded semicolonChen Zhou1-1/+1
2019-12-20crypto: algapi - make unregistration functions return voidEric Biggers5-12/+8
2019-12-20crypto: ccp - provide in-kernel API to submit TEE commandsRijo Thomas1-0/+73
2019-12-11crypto: hmac - Use init_tfm/exit_tfm interfaceHerbert Xu1-0/+6
2019-12-11crypto: shash - Add init_tfm/exit_tfm and verify descsizeHerbert Xu1-0/+13
2019-12-11crypto: api - Do not zap spawn->algHerbert Xu1-0/+1
2019-12-11crypto: chacha - fix warning message in header fileValdis Klētnieks1-1/+1
2019-12-11padata: update documentationDaniel Jordan1-9/+6
2019-12-11padata: remove reorder_objectsDaniel Jordan1-2/+0
2019-12-11padata: remove cpumask change notifierDaniel Jordan1-11/+0
2019-12-11padata: validate cpumask without removed CPU during offlineDaniel Jordan1-0/+1
2019-12-11crypto: cipher - remove crt_u.cipher (struct cipher_tfm)Eric Biggers1-42/+6
2019-12-11crypto: compress - remove crt_u.compress (struct compress_tfm)Eric Biggers1-37/+6
2019-12-11crypto: skcipher - add crypto_skcipher_min_keysize()Eric Biggers1-0/+6
2019-12-11crypto: aead - move crypto_aead_maxauthsize() to <crypto/aead.h>Eric Biggers2-10/+10
2019-12-11crypto: shash - allow essiv and hmac to use OPTIONAL_KEY algorithmsEric Biggers1-0/+6
2019-12-11crypto: skcipher - remove crypto_skcipher::decryptEric Biggers1-2/+0
2019-12-11crypto: skcipher - remove crypto_skcipher::encryptEric Biggers1-1/+0
2019-12-11crypto: skcipher - remove crypto_skcipher::setkeyEric Biggers1-7/+2
2019-12-11crypto: skcipher - remove crypto_skcipher::keysizeEric Biggers1-3/+2
2019-12-11crypto: skcipher - remove crypto_skcipher::ivsizeEric Biggers1-2/+1
2019-12-11crypto: x86 - Regularize glue function prototypesKees Cook3-6/+4
2019-12-11crypto: pcrypt - Avoid deadlock by using per-instance padata queuesHerbert Xu1-5/+29
2019-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds10-23/+64
2019-12-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-0/+2
2019-12-07Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds17-51/+123
2019-12-07Merge tag 'nfs-for-5.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds8-76/+287
2019-12-07pipe: remove 'waiting_writers' merging logicLinus Torvalds1-2/+0
2019-12-07inet: protect against too small mtu values.Eric Dumazet2-0/+10
2019-12-06tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()Guillaume Nault1-3/+3
2019-12-06tcp: tighten acceptance of ACKs not matching a child socketGuillaume Nault1-3/+13
2019-12-06tcp: fix rejected syncookies due to stale timestampsGuillaume Nault2-2/+16
2019-12-06net: core: rename indirect block ingress cb functionJohn Hurley1-8/+7
2019-12-06Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-0/+1
2019-12-06Merge tag 'powerpc-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds4-263/+295
2019-12-06Merge tag 'sound-fix-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-0/+1
2019-12-06Merge tag 'drm-next-2019-12-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds4-2/+92
2019-12-06Merge tag 'for-linus-20191205' of git://git.kernel.dk/linux-blockLinus Torvalds4-33/+34