OSDN Git Service

crypto: algapi - remove obsoleted instance creation helpers
[tomoyo/tomoyo-test1.git] / include /
2020-01-09 Eric Biggerscrypto: algapi - remove obsoleted instance creation...
2020-01-09 Eric Biggerscrypto: cipher - make crypto_spawn_cipher() take a...
2020-01-09 Eric Biggerscrypto: skcipher - use crypto_grab_cipher() and simplif...
2020-01-09 Eric Biggerscrypto: cipher - introduce crypto_cipher_spawn and...
2020-01-09 Eric Biggerscrypto: ahash - introduce crypto_grab_ahash()
2020-01-09 Eric Biggerscrypto: shash - introduce crypto_grab_shash()
2020-01-09 Eric Biggerscrypto: algapi - pass instance to crypto_grab_spawn()
2020-01-09 Eric Biggerscrypto: akcipher - pass instance to crypto_grab_akcipher()
2020-01-09 Eric Biggerscrypto: aead - pass instance to crypto_grab_aead()
2020-01-09 Eric Biggerscrypto: skcipher - pass instance to crypto_grab_skcipher()
2020-01-09 Eric Biggerscrypto: ahash - make struct ahash_instance be the full...
2020-01-09 Eric Biggerscrypto: shash - make struct shash_instance be the full...
2020-01-09 Eric Biggerscrypto: remove propagation of CRYPTO_TFM_RES_* flags
2020-01-09 Eric Biggerscrypto: remove CRYPTO_TFM_RES_WEAK_KEY
2020-01-09 Eric Biggerscrypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
2020-01-09 Eric Biggerscrypto: remove CRYPTO_TFM_RES_BAD_BLOCK_LEN
2020-01-09 Eric Biggerscrypto: remove unused tfm result flags
2020-01-09 Eric Biggerscrypto: skcipher - remove skcipher_walk_aead()
2020-01-04 Rijo Thomastee: amdtee: check TEE status during driver initialization
2020-01-04 Rijo Thomastee: add AMD-TEE driver
2019-12-27 Herbert Xucrypto: skcipher - Add skcipher_ialg_simple helper
2019-12-27 Herbert Xucrypto: api - Retain alg refcount in crypto_grab_spawn
2019-12-27 Chen Zhoucrypto: api - remove unneeded semicolon
2019-12-20 Eric Biggerscrypto: algapi - make unregistration functions return...
2019-12-20 Rijo Thomascrypto: ccp - provide in-kernel API to submit TEE commands
2019-12-11 Herbert Xucrypto: hmac - Use init_tfm/exit_tfm interface
2019-12-11 Herbert Xucrypto: shash - Add init_tfm/exit_tfm and verify descsize
2019-12-11 Herbert Xucrypto: api - Do not zap spawn->alg
2019-12-11 Valdis Klētniekscrypto: chacha - fix warning message in header file
2019-12-11 Daniel Jordanpadata: update documentation
2019-12-11 Daniel Jordanpadata: remove reorder_objects
2019-12-11 Daniel Jordanpadata: remove cpumask change notifier
2019-12-11 Daniel Jordanpadata: validate cpumask without removed CPU during...
2019-12-11 Eric Biggerscrypto: cipher - remove crt_u.cipher (struct cipher_tfm)
2019-12-11 Eric Biggerscrypto: compress - remove crt_u.compress (struct compre...
2019-12-11 Eric Biggerscrypto: skcipher - add crypto_skcipher_min_keysize()
2019-12-11 Eric Biggerscrypto: aead - move crypto_aead_maxauthsize() to <crypt...
2019-12-11 Eric Biggerscrypto: shash - allow essiv and hmac to use OPTIONAL_KE...
2019-12-11 Eric Biggerscrypto: skcipher - remove crypto_skcipher::decrypt
2019-12-11 Eric Biggerscrypto: skcipher - remove crypto_skcipher::encrypt
2019-12-11 Eric Biggerscrypto: skcipher - remove crypto_skcipher::setkey
2019-12-11 Eric Biggerscrypto: skcipher - remove crypto_skcipher::keysize
2019-12-11 Eric Biggerscrypto: skcipher - remove crypto_skcipher::ivsize
2019-12-11 Kees Cookcrypto: x86 - Regularize glue function prototypes
2019-12-11 Herbert Xucrypto: pcrypt - Avoid deadlock by using per-instance...
2019-12-08 Linus TorvaldsMerge git://git./linux/kernel/git/netdev/net
2019-12-08 Linus TorvaldsMerge tag 'scsi-misc' of git://git./linux/kernel/git...
2019-12-08 Linus TorvaldsMerge tag '5.5-rc-smb3-fixes-part2' of git://git.samba...
2019-12-08 Linus TorvaldsMerge branch 'work.misc' of git://git./linux/kernel...
2019-12-08 Linus TorvaldsMerge tag 'ntb-5.5' of git://github.com/jonmason/ntb
2019-12-08 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2019-12-08 Linus TorvaldsMerge tag 'iomap-5.5-merge-14' of git://git./fs/xfs...
2019-12-08 Linus TorvaldsMerge tag 'xfs-5.5-merge-17' of git://git./fs/xfs/xfs...
2019-12-08 Linus TorvaldsMerge tag 'for-linus-5.5-ofs1' of git://git./linux...
2019-12-08 Linus TorvaldsMerge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields...
2019-12-08 Linus TorvaldsMerge tag 'nfs-for-5.5-1' of git://git.linux-nfs.org...
2019-12-07 Linus TorvaldsMerge tag 'vfio-v5.5-rc1' of git://github.com/awilliam...
2019-12-07 Linus TorvaldsMerge tag 'for-linus-5.5b-rc1-tag' of git://git./linux...
2019-12-07 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2019-12-07 Linus Torvaldspipe: remove 'waiting_writers' merging logic
2019-12-07 Eric Dumazetinet: protect against too small mtu values.
2019-12-07 David S. MillerMerge branch 'tcp-fix-handling-of-stale-syncookies...
2019-12-07 Guillaume Naulttcp: Protect accesses to .ts_recent_stamp with {READ...
2019-12-07 Guillaume Naulttcp: tighten acceptance of ACKs not matching a child...
2019-12-07 Guillaume Naulttcp: fix rejected syncookies due to stale timestamps
2019-12-07 David S. MillerMerge tag 'mlx5-fixes-2019-12-05' of git://git./linux...
2019-12-07 David S. MillerMerge branch 'net-tc-indirect-block-relay'
2019-12-07 John Hurleynet: core: rename indirect block ingress cb function
2019-12-07 Linus TorvaldsMerge tag 'for-linus' of git://git.armlinux.org.uk...
2019-12-06 Linus TorvaldsMerge tag 'armsoc-fixes' of git://git./linux/kernel...
2019-12-06 Linus TorvaldsMerge tag 'arm64-upstream' of git://git./linux/kernel...
2019-12-06 Linus TorvaldsMerge tag 'powerpc-5.5-2' of git://git./linux/kernel...
2019-12-06 Linus TorvaldsMerge tag 'powerpc-5.5-3' of git://git./linux/kernel...
2019-12-06 Linus TorvaldsMerge tag 'sound-fix-5.5-rc1' of git://git./linux/kerne...
2019-12-06 Dmitry TorokhovMerge branch 'next' into for-linus
2019-12-06 Linus TorvaldsMerge tag 'drm-next-2019-12-06' of git://anongit.freede...
2019-12-06 Linus TorvaldsMerge tag 'for-linus-20191205' of git://git.kernel...
2019-12-06 Linus TorvaldsMerge branch 'fixes' of git://git./linux/kernel/git...
2019-12-06 Olof JohanssonMerge tag 'arm-soc/for-5.5/devicetree-part2' of https...
2019-12-06 Olof JohanssonMerge tag 'tegra-for-5.5-memory-fixes' of git://git...
2019-12-06 Olof JohanssonMerge tag 'tegra-for-5.5-soc-fixes' of git://git./linux...
2019-12-06 Olof JohanssonMerge tag 'tegra-for-5.5-cpufreq' of git://git./linux...
2019-12-06 Olof JohanssonMerge tag 'socfpga_update_for_v5.5' of git://git./linux...
2019-12-06 Olof JohanssonMerge tag 'omap-for-v5.5/dt-fixes-merge-window-signed...
2019-12-06 Olof JohanssonMerge tag 'omap-for-v5.5/ti-sysc-late-signed' of git...
2019-12-06 David S. MillerMerge git://git./pub/scm/linux/kernel/git/bpf/bpf
2019-12-06 Dave AirlieMerge tag 'drm-intel-next-fixes-2019-12-05' of git...
2019-12-06 Linus TorvaldsMerge branch 'next.autofs' of git://git./linux/kernel...
2019-12-06 Linus TorvaldsMerge branch 'pipe-rework' (patches from David Howells)
2019-12-05 Linus TorvaldsMerge tag 'gfs2-for-5.5' of git://git./linux/kernel...
2019-12-05 Olof JohanssonMerge mainline/master into arm/fixes
2019-12-05 Linus TorvaldsMerge tag 'ceph-for-5.5-rc1' of git://github.com/ceph...
2019-12-05 Linus TorvaldsMerge tag 'fuse-update-5.5' of git://git./linux/kernel...
2019-12-05 Linus TorvaldsMerge tag 'modules-for-v5.5' of git://git./linux/kernel...
2019-12-05 Linus TorvaldsMerge branch 'for-next' of git://git./linux/kernel...
2019-12-05 Linus TorvaldsMerge tag 'armsoc-defconfig' of git://git./linux/kernel...
2019-12-05 Linus TorvaldsMerge tag 'armsoc-dt' of git://git./linux/kernel/git...
2019-12-05 Linus TorvaldsMerge tag 'armsoc-drivers' of git://git./linux/kernel...
2019-12-05 Linus TorvaldsMerge tag 'armsoc-soc' of git://git./linux/kernel/git...
2019-12-05 Linus TorvaldsMerge tag 'pwm/for-5.5-rc1' of git://git./linux/kernel...
next