| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-06-08 | KEYS: trusted: tpm2: Fix migratable logic | David Safford | 1 | -2/+2 |
| 2022-05-24 | Merge tag 'tpmdd-next-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 5 | -19/+172 |
| 2022-05-23 | KEYS: trusted: Introduce support for NXP CAAM-based trusted keys | Ahmad Fatoum | 4 | -2/+97 |
| 2022-05-23 | KEYS: trusted: allow use of kernel RNG for key material | Ahmad Fatoum | 1 | -1/+34 |
| 2022-05-23 | KEYS: trusted: allow use of TEE as backend without TCG_TPM support | Ahmad Fatoum | 4 | -17/+42 |
| 2022-05-16 | big_keys: Use struct for internal payload | Kees Cook | 1 | -37/+36 |
| 2022-03-23 | Merge tag 'arm-drivers-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -14/+9 |
| 2022-03-21 | Merge tag 'integrity-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -23/+67 |
| 2022-03-21 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -1/+1 |
| 2022-03-08 | KEYS: trusted: Avoid calling null function trusted_key_exit | Dave Kleikamp | 1 | -1/+1 |
| 2022-03-08 | KEYS: trusted: Fix trusted key backends when building as module | Andreas Rammhold | 1 | -2/+2 |
| 2022-03-08 | KEYS: fix length validation in keyctl_pkey_params_get_2() | Eric Biggers | 1 | -3/+11 |
| 2022-03-03 | crypto: dh - constify struct dh's pointer members | Nicolai Stange | 1 | -1/+1 |
| 2022-02-21 | KEYS: encrypted: Instantiate key with user-provided decrypted data | Yael Tzur | 2 | -23/+67 |
| 2022-02-16 | KEYS: trusted: tee: use tee_shm_register_kernel_buf() | Jens Wiklander | 1 | -14/+9 |
| 2021-11-26 | security: DH - use KDF implementation from crypto API | Stephan Müller | 2 | -92/+19 |
| 2021-11-26 | security: DH - remove dead code for zero padding | Stephan Müller | 1 | -21/+4 |
| 2021-10-20 | ucounts: Move get_ucounts from cred_alloc_blank to key_change_session_keyring | Eric W. Biederman | 1 | -0/+8 |
| 2021-05-12 | trusted-keys: match tpm_get_ops on all return paths | Ben Boeckel | 1 | -3/+3 |
| 2021-05-12 | KEYS: trusted: Fix memory leak on object td | Colin Ian King | 1 | -3/+5 |
| 2021-04-26 | Merge tag 'queue' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/tpmdd | Linus Torvalds | 2 | -13/+16 |
| 2021-04-26 | Merge tag 'tpmdd-next-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 7 | -327/+1038 |
| 2021-04-21 | KEYS: trusted: fix TPM trusted keys for generic framework | James Bottomley | 2 | -13/+16 |
| 2021-04-21 | KEYS: trusted: Fix TPM reservation for seal/unseal | James Bottomley | 1 | -1/+1 |
| 2021-04-14 | KEYS: trusted: Fix missing null return from kzalloc call | Colin Ian King | 1 | -2/+4 |
| 2021-04-14 | KEYS: trusted: Introduce TEE based Trusted Keys | Sumit Garg | 3 | -0/+324 |
| 2021-04-14 | KEYS: trusted: Add generic trusted keys framework | Sumit Garg | 3 | -297/+424 |
| 2021-04-14 | security: keys: trusted: Make sealed key properly interoperable | James Bottomley | 1 | -15/+38 |
| 2021-04-14 | security: keys: trusted: use ASN.1 TPM2 key format for the blobs | James Bottomley | 5 | -8/+221 |
| 2021-04-14 | security: keys: trusted: fix TPM2 authorizations | James Bottomley | 2 | -10/+32 |
| 2021-02-23 | Merge tag 'keys-misc-20210126' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 7 | -18/+16 |
| 2021-02-16 | KEYS: trusted: Reserve TPM for seal and unseal operations | Jarkko Sakkinen | 1 | -4/+18 |
| 2021-02-16 | KEYS: trusted: Fix migratable=1 failing | Jarkko Sakkinen | 1 | -1/+1 |
| 2021-02-16 | KEYS: trusted: Fix incorrect handling of tpm_get_random() | Jarkko Sakkinen | 1 | -3/+17 |
| 2021-01-21 | certs: Fix blacklist flag type confusion | David Howells | 1 | -0/+2 |
| 2021-01-21 | KEYS: remove redundant memset | Tom Rix | 1 | -2/+0 |
| 2021-01-21 | security: keys: delete repeated words in comments | Randy Dunlap | 2 | -3/+3 |
| 2021-01-21 | security/keys: use kvfree_sensitive() | Denis Efremov | 1 | -6/+3 |
| 2021-01-21 | watch_queue: Drop references to /dev/watch_queue | Gabriel Krisman Bertazi | 1 | -4/+4 |
| 2021-01-21 | keys: Remove outdated __user annotations | Jann Horn | 1 | -3/+3 |
| 2021-01-21 | security: keys: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 1 | -0/+1 |
| 2020-12-15 | Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -0/+2 |
| 2020-11-23 | keys: Provide the original description to the key preparser | David Howells | 1 | -0/+2 |
| 2020-11-20 | crypto: sha - split sha.h into sha1.h and sha2.h | Eric Biggers | 2 | -2/+2 |
| 2020-10-17 | task_work: cleanup notification modes | Jens Axboe | 1 | -1/+1 |
| 2020-10-12 | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -41/+3 |
| 2020-10-03 | security/keys: remove compat_keyctl_instantiate_key_iov | Christoph Hellwig | 3 | -40/+3 |
| 2020-10-03 | iov_iter: transparently handle compat iovecs in import_iovec | Christoph Hellwig | 1 | -3/+2 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2 | -7/+7 |
| 2020-08-11 | Merge tag 'for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris... | Linus Torvalds | 4 | -4/+4 |
| 2020-08-07 | mm, treewide: rename kzfree() to kfree_sensitive() | Waiman Long | 5 | -37/+37 |
| 2020-08-06 | Replace HTTP links with HTTPS ones: security | Alexander A. Klimov | 4 | -4/+4 |
| 2020-06-13 | Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 10 | -68/+239 |
| 2020-06-09 | mmap locking API: convert mmap_sem comments | Michel Lespinasse | 1 | -1/+1 |
| 2020-06-04 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -22/+5 |
| 2020-06-04 | mm: add kvfree_sensitive() for freeing sensitive data objects | Waiman Long | 2 | -22/+5 |
| 2020-06-04 | Merge tag 'keys-next-20200602' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -209/+52 |
| 2020-06-02 | keys: Implement update for the big_key type | David Howells | 1 | -1/+18 |
| 2020-06-02 | security/keys: rewrite big_key crypto to use library interface | Jason A. Donenfeld | 2 | -209/+35 |
| 2020-06-01 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -15/+3 |
| 2020-05-19 | keys: Make the KEY_NEED_* perms an enum rather than a mask | David Howells | 4 | -42/+59 |
| 2020-05-19 | watch_queue: Add a key/keyring notification facility | David Howells | 8 | -26/+180 |
| 2020-05-08 | KEYS: encrypted: use crypto_shash_tfm_digest() | Eric Biggers | 1 | -15/+3 |
| 2020-04-16 | keys: Fix proc_keys_next to increase position index | Vasily Averin | 1 | -0/+2 |
| 2020-04-04 | Merge tag 'keys-fixes-20200329' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 8 | -52/+113 |
| 2020-03-29 | KEYS: Avoid false positive ENOMEM error on key read | Waiman Long | 2 | -15/+55 |
| 2020-03-29 | KEYS: Don't write out to userspace while holding key semaphore | Waiman Long | 7 | -51/+72 |
| 2020-03-15 | KEYS: reaching the keys quotas correctly | Yang Xu | 2 | -3/+3 |
| 2020-01-28 | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+10 |
| 2019-12-17 | security: keys: trusted: fix lost handle flush | James Bottomley | 1 | -0/+1 |
| 2019-12-12 | KEYS: remove CONFIG_KEYS_COMPAT | Eric Biggers | 4 | -12/+3 |
| 2019-12-12 | KEYS: Call the IMA hook to measure keys | Lakshmi Ramasubramanian | 1 | -0/+10 |
| 2019-11-12 | KEYS: trusted: Remove set but not used variable 'keyhndl' | zhengbin | 1 | -2/+0 |
| 2019-11-12 | KEYS: trusted: Move TPM2 trusted keys code | Sumit Garg | 3 | -2/+317 |
| 2019-11-12 | KEYS: trusted: Create trusted keys subsystem | Sumit Garg | 3 | -2/+9 |
| 2019-11-12 | KEYS: Use common tpm_buf for trusted and asymmetric keys | Sumit Garg | 1 | -55/+43 |
| 2019-11-12 | tpm: Move tpm_buf code to include/linux/ | Sumit Garg | 1 | -6/+6 |
| 2019-09-25 | KEYS: trusted: correctly initialize digests and fix locking issue | Roberto Sassu | 1 | -0/+5 |
| 2019-09-05 | keys: Fix missing null pointer check in request_key_auth_describe() | Hillf Danton | 1 | -0/+6 |
| 2019-08-30 | keys: ensure that ->match_free() is called in request_key_and_link() | Eric Biggers | 1 | -1/+1 |
| 2019-08-13 | KEYS: trusted: allow module init if TPM is inactive or deactivated | Roberto Sassu | 1 | -13/+0 |
| 2019-07-18 | proc/sysctl: add shared variables for range check | Matteo Croce | 1 | -14/+12 |
| 2019-07-10 | Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 14 | -573/+156 |
| 2019-07-08 | Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 14 | -156/+573 |
| 2019-07-08 | Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 10 | -240/+386 |
| 2019-07-08 | Merge tag 'keys-request-20190626' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 8 | -106/+180 |
| 2019-07-08 | Merge tag 'keys-misc-20190619' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 8 | -78/+369 |
| 2019-07-03 | keys: Provide KEYCTL_GRANT_PERMISSION | David Howells | 4 | -1/+133 |
| 2019-06-27 | keys: Replace uid/gid/perm permissions checking with an ACL | David Howells | 13 | -155/+440 |
| 2019-06-27 | keys: Pass the network namespace into request_key mechanism | David Howells | 4 | -17/+36 |
| 2019-06-26 | keys: Network namespace domain tag | David Howells | 1 | -1/+6 |
| 2019-06-26 | keys: Garbage collect keys for which the domain has been removed | David Howells | 2 | -1/+17 |
| 2019-06-26 | keys: Include target namespace in match criteria | David Howells | 5 | -4/+39 |
| 2019-06-26 | keys: Move the user and user-session keyrings to the user_namespace | David Howells | 5 | -104/+187 |
| 2019-06-26 | keys: Namespace keyring names | David Howells | 2 | -57/+45 |
| 2019-06-26 | keys: Add a 'recurse' flag for keyring searches | David Howells | 7 | -7/+20 |
| 2019-06-26 | keys: Cache the hash value to avoid lots of recalculation | David Howells | 3 | -16/+22 |
| 2019-06-26 | keys: Simplify key description management | David Howells | 4 | -49/+30 |
| 2019-06-26 | keys: Kill off request_key_async{,_with_auxdata} | David Howells | 1 | -50/+0 |
| 2019-06-19 | keys: Cache result of request_key*() temporarily in task_struct | David Howells | 2 | -0/+55 |
| 2019-06-19 | keys: Provide request_key_rcu() | David Howells | 1 | -0/+44 |
| 2019-06-19 | keys: Move the RCU locks outwards from the keyring search functions | David Howells | 6 | -60/+75 |
| 2019-06-19 | keys: Invalidate used request_key authentication keys | David Howells | 2 | -3/+3 |
| 2019-06-19 | keys: Fix request_key() lack of Link perm check on found key | David Howells | 1 | -0/+10 |
| 2019-06-19 | keys: Add capability-checking keyctl function | David Howells | 3 | -0/+40 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 | Thomas Gleixner | 5 | -20/+5 |
| 2019-05-30 | keys: Reuse keyring_index_key::desc_len in lookup_user_key() | Eric Biggers | 1 | -3/+1 |
| 2019-05-30 | keys: Grant Link permission to possessers of request_key auth keys | David Howells | 1 | -1/+1 |
| 2019-05-30 | keys: Add a keyctl to move a key between keyrings | David Howells | 4 | -0/+166 |
| 2019-05-30 | keys: Hoist locking out of __key_link_begin() | David Howells | 4 | -38/+76 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 13 | -65/+13 |
| 2019-05-30 | keys: Break bits out of key_unlink() | David Howells | 1 | -21/+67 |
| 2019-05-30 | keys: Change keyring_serialise_link_sem to a mutex | David Howells | 1 | -6/+6 |
| 2019-05-29 | keys: sparse: Fix kdoc mismatches | David Howells | 2 | -4/+8 |
| 2019-05-29 | keys: sparse: Fix incorrect RCU accesses | David Howells | 2 | -2/+3 |
| 2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36 | Thomas Gleixner | 5 | -25/+5 |
| 2019-05-22 | keys: sparse: Fix key_fs[ug]id_changed() | David Howells | 1 | -12/+10 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-07 | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -30/+25 |
| 2019-05-06 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 3 | -3/+0 |
| 2019-04-25 | crypto: shash - remove shash_desc::flags | Eric Biggers | 3 | -3/+0 |
| 2019-04-10 | keys: safe concurrent user->{session,uid}_keyring access | Jann Horn | 2 | -16/+20 |
| 2019-04-10 | security: don't use RCU accessors for cred->session_keyring | Jann Horn | 2 | -15/+6 |
| 2019-04-08 | KEYS: trusted: fix -Wvarags warning | ndesaulniers@google.com | 1 | -2/+2 |
| 2019-04-08 | KEYS: trusted: allow trusted.ko to initialize w/o a TPM | Jarkko Sakkinen | 1 | -5/+23 |
| 2019-03-10 | Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor... | Linus Torvalds | 1 | -19/+54 |
| 2019-03-10 | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+2 |
| 2019-03-07 | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 4 | -1/+9 |
| 2019-03-04 | keys: fix missing __user in KEYCTL_PKEY_QUERY | Ben Dooks | 1 | -1/+1 |
| 2019-02-22 | KEYS: always initialize keyring_index_key::desc_len | Eric Biggers | 4 | -6/+4 |
| 2019-02-15 | keys: Timestamp new keys | David Howells | 1 | -0/+1 |
| 2019-02-15 | keys: Fix dependency loop between construction record and auth key | David Howells | 5 | -62/+41 |
| 2019-02-15 | KEYS: allow reaching the keys quotas exactly | Eric Biggers | 1 | -2/+2 |
| 2019-02-13 | tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend() | Roberto Sassu | 1 | -8/+33 |
| 2019-02-13 | KEYS: trusted: explicitly use tpm_chip structure from tpm_default_chip() | Roberto Sassu | 1 | -14/+24 |
| 2019-02-04 | encrypted-keys: fix Opt_err/Opt_error = -1 | Mimi Zohar | 1 | -2/+2 |
| 2019-01-22 | security: keys: annotate implicit fall throughs | Mathieu Malaterre | 1 | -0/+4 |
| 2019-01-22 | security: keys: annotate implicit fall throughs | Mathieu Malaterre | 1 | -0/+3 |
| 2019-01-22 | security: keys: annotate implicit fall through | Mathieu Malaterre | 1 | -0/+1 |
| 2019-01-01 | KEYS: fix parsing invalid pkey info string | Eric Biggers | 1 | -0/+2 |
| 2018-12-28 | Merge tag 'libnvdimm-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -11/+21 |
| 2018-12-27 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2 | -4/+4 |
| 2018-12-27 | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 12 | -14/+7 |
| 2018-12-17 | security: don't use a negative Opt_err token index | Linus Torvalds | 2 | -2/+2 |
| 2018-12-13 | keys-encrypted: add nvdimm key format type to encrypted keys | Dave Jiang | 1 | -9/+20 |
| 2018-12-13 | keys: Export lookup_user_key to external users | Dave Jiang | 2 | -2/+1 |
| 2018-12-12 | security: audit and remove any unnecessary uses of module.h | Paul Gortmaker | 11 | -11/+5 |
| 2018-12-12 | keys: remove needless modular infrastructure from ecryptfs_format | Paul Gortmaker | 1 | -3/+2 |
| 2018-11-20 | crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocations | Eric Biggers | 2 | -4/+4 |
| 2018-10-26 | KEYS: Move trusted.h to include/keys [ver #2] | Denis Kenzior | 2 | -137/+1 |
| 2018-10-26 | KEYS: trusted: Expose common functionality [ver #2] | Denis Kenzior | 2 | -5/+21 |
| 2018-10-26 | KEYS: Provide keyctls to drive the new key type ops for asymmetric keys [ver #2] | David Howells | 5 | -0/+405 |
| 2018-09-25 | Revert "uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct membe... | Lubomir Rintel | 1 | -1/+1 |
| 2018-09-04 | uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct member name | Randy Dunlap | 1 | -1/+1 |
| 2018-08-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux | Herbert Xu | 1 | -2/+4 |
| 2018-07-09 | crypto: remove redundant type flags from tfm allocation | Eric Biggers | 1 | -1/+1 |
| 2018-06-26 | dh key: fix rounding up KDF output length | Eric Biggers | 1 | -2/+4 |
| 2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -1/+1 |
| 2018-06-06 | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -23/+23 |
| 2018-05-16 | proc: introduce proc_create_seq{,_data} | Christoph Hellwig | 1 | -32/+2 |
| 2018-05-11 | dh key: get rid of stack allocated array for zeroes | Tycho Andersen | 1 | -3/+3 |
| 2018-05-11 | dh key: get rid of stack allocated array | Tycho Andersen | 1 | -19/+10 |
| 2018-05-11 | big key: get rid of stack array allocation | Tycho Andersen | 1 | -1/+10 |
| 2018-04-05 | headers: untangle kmemleak.h from mm.h | Randy Dunlap | 1 | -0/+1 |
| 2018-02-22 | KEYS: Use individual pages in big_key for crypto buffers | David Howells | 1 | -23/+87 |
| 2018-01-31 | Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor... | Linus Torvalds | 1 | -18/+17 |
| 2018-01-08 | tpm: use struct tpm_chip for tpm_chip_find_get() | Jarkko Sakkinen | 1 | -18/+17 |
| 2018-01-03 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 1 | -7/+0 |
| 2017-12-08 | KEYS: reject NULL restriction string when type is specified | Eric Biggers | 1 | -14/+10 |
| 2017-12-08 | security: keys: remove redundant assignment to key_ref | Colin Ian King | 1 | -1/+0 |
| 2017-12-08 | KEYS: add missing permission check for request_key() destination | Eric Biggers | 1 | -9/+37 |
| 2017-12-08 | KEYS: remove unnecessary get/put of explicit dest_keyring | Eric Biggers | 1 | -2/+0 |
| 2017-12-04 | keyring: Remove now-redundant smp_read_barrier_depends() | Paul E. McKenney | 1 | -7/+0 |
| 2017-11-25 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+2 |
| 2017-11-21 | treewide: Switch DEFINE_TIMER callbacks to struct timer_list * | Kees Cook | 1 | -2/+2 |
| 2017-11-15 | security: keys: Replace time_t with time64_t for struct key_preparsed_payload | Baolin Wang | 1 | -4/+4 |
| 2017-11-15 | security: keys: Replace time_t/timespec with time64_t | Baolin Wang | 7 | -52/+43 |
| 2017-11-13 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
| 2017-11-02 | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 4 | -0/+4 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 4 | -0/+4 |
| 2017-11-02 | KEYS: trusted: fix writing past end of buffer in trusted_read() | Eric Biggers | 1 | -11/+12 |
| 2017-11-02 | KEYS: return full count in keyring_read() if buffer is too small | Eric Biggers | 1 | -20/+19 |
| 2017-10-18 | KEYS: load key flags and expiry time atomically in proc_keys_show() | Eric Biggers | 1 | -10/+14 |
| 2017-10-18 | KEYS: Load key expiry time atomically in keyring_search_iterator() | Eric Biggers | 1 | -1/+3 |
| 2017-10-18 | KEYS: load key flags and expiry time atomically in key_validate() | Eric Biggers | 1 | -3/+4 |
| 2017-10-18 | KEYS: don't let add_key() update an uninstantiated key | David Howells | 1 | -0/+10 |
| 2017-10-18 | KEYS: Fix race between updating and finding a negative key | David Howells | 12 | -39/+49 |
| 2017-10-18 | security/keys: BIG_KEY requires CONFIG_CRYPTO | Arnd Bergmann | 1 | -0/+1 |
| 2017-10-12 | KEYS: encrypted: fix dereference of NULL user_key_payload | Eric Biggers | 1 | -0/+7 |
| 2017-10-05 | timer: Remove expires and data arguments from DEFINE_TIMER | Kees Cook | 1 | -1/+1 |
| 2017-09-25 | security/keys: rewrite all of big_key crypto | Jason A. Donenfeld | 2 | -70/+59 |
| 2017-09-25 | security/keys: properly zero out sensitive key material in big_key | Jason A. Donenfeld | 1 | -6/+6 |
| 2017-09-25 | KEYS: use kmemdup() in request_key_auth_new() | Eric Biggers | 1 | -3/+2 |
| 2017-09-25 | KEYS: restrict /proc/keys by credentials at open time | Eric Biggers | 1 | -6/+2 |
| 2017-09-25 | KEYS: reset parent each time before searching key_user_tree | Eric Biggers | 1 | -2/+2 |
| 2017-09-25 | KEYS: prevent KEYCTL_READ on negative key | Eric Biggers | 1 | -0/+5 |
| 2017-09-25 | KEYS: prevent creating a different user's keyrings | Eric Biggers | 4 | -12/+21 |
| 2017-09-25 | KEYS: fix writing past end of user-supplied buffer in keyring_read() | Eric Biggers | 1 | -9/+5 |
| 2017-09-25 | KEYS: fix key refcount leak in keyctl_read_key() | Eric Biggers | 1 | -1/+1 |
| 2017-09-25 | KEYS: fix key refcount leak in keyctl_assume_authority() | Eric Biggers | 1 | -4/+2 |