Age | Commit message (Expand) | Author |
2024-02-15 | ima: Move to LSM infrastructure | Roberto Sassu |
2024-02-15 | security: Introduce key_post_create_or_update hook | Roberto Sassu |
2024-01-24 | Revert "KEYS: encrypted: Add check for strsep" | Mimi Zohar |
2024-01-09 | Merge tag 'integrity-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/z... | Linus Torvalds |
2024-01-08 | Merge tag 'vfs-6.8.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2023-12-21 | keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiry | David Howells |
2023-12-05 | iov_iter: replace import_single_range() with import_ubuf() | Jens Axboe |
2023-12-05 | iov_iter: remove unused 'iov' argument from import_single_range() | Jens Axboe |
2023-11-27 | KEYS: encrypted: Add check for strsep | Chen Ni |
2023-11-02 | Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds |
2023-11-01 | Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linux | Linus Torvalds |
2023-10-24 | keys: Remove unused extern declarations | YueHaibing |
2023-10-24 | KEYS: trusted: tee: Refactor register SHM usage | Sumit Garg |
2023-10-24 | KEYS: trusted: Rollback init_trusted() consistently | Jarkko Sakkinen |
2023-10-11 | security/keys: export key_lookup() | Hannes Reinecke |
2023-10-10 | KEYS: trusted: Remove redundant static calls usage | Sumit Garg |
2023-09-15 | KEYS: encrypted: Do not include crypto/algapi.h | Herbert Xu |
2023-08-17 | KEYS: Replace all non-returning strlcpy with strscpy | Azeem Shaikh |
2023-08-07 | sysctl: set variable key_sysctls storage-class-specifier to static | Tom Rix |
2023-07-28 | security: keys: perform capable check only on privileged operations | Christian Göttsche |
2023-07-17 | security: keys: Modify mismatched function name | Jiapeng Chong |
2023-07-17 | keys: Fix linking a duplicate key to a keyring's assoc_array | Petr Pavlu |
2023-06-08 | sysctl: move security keys sysctl registration to its own file | Luis Chamberlain |
2023-03-21 | keys: Do not cache key in task struct if key is requested from kernel thread | David Howells |
2023-02-21 | Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds |
2023-02-13 | KEYS: DH: Use crypto_wait_req | Herbert Xu |
2023-02-13 | KEYS: Add new function key_create() | Thomas Weißschuh |
2022-12-13 | Merge tag 'integrity-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/z... | Linus Torvalds |
2022-12-12 | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds |
2022-12-08 | KEYS: trusted: tee: Make registered shm dependency explicit | Sumit Garg |
2022-11-25 | use less confusing names for iov_iter direction initializers | Al Viro |
2022-10-19 | KEYS: encrypted: fix key instantiation with user-provided data | Nikolaus Voss |
2022-10-10 | Merge tag 'tpmdd-next-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2022-10-05 | security/keys: Remove inconsistent __user annotation | Vincenzo Frascino |
2022-09-21 | KEYS: Move KEY_LOOKUP_ to include/linux/key.h and define KEY_LOOKUP_ALL | Roberto Sassu |
2022-06-08 | KEYS: trusted: tpm2: Fix migratable logic | David Safford |
2022-05-24 | Merge tag 'tpmdd-next-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-05-23 | KEYS: trusted: Introduce support for NXP CAAM-based trusted keys | Ahmad Fatoum |
2022-05-23 | KEYS: trusted: allow use of kernel RNG for key material | Ahmad Fatoum |
2022-05-23 | KEYS: trusted: allow use of TEE as backend without TCG_TPM support | Ahmad Fatoum |
2022-05-16 | big_keys: Use struct for internal payload | Kees Cook |
2022-03-23 | Merge tag 'arm-drivers-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2022-03-21 | Merge tag 'integrity-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2022-03-21 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2022-03-08 | KEYS: trusted: Avoid calling null function trusted_key_exit | Dave Kleikamp |
2022-03-08 | KEYS: trusted: Fix trusted key backends when building as module | Andreas Rammhold |
2022-03-08 | KEYS: fix length validation in keyctl_pkey_params_get_2() | Eric Biggers |
2022-03-03 | crypto: dh - constify struct dh's pointer members | Nicolai Stange |
2022-02-21 | KEYS: encrypted: Instantiate key with user-provided decrypted data | Yael Tzur |
2022-02-16 | KEYS: trusted: tee: use tee_shm_register_kernel_buf() | Jens Wiklander |