summaryrefslogtreecommitdiffstats
path: root/security/keys
Commit message (Expand)AuthorAgeFilesLines
* keys: Add capability-checking keyctl functionDavid Howells2019-06-193-0/+40
* keys: Reuse keyring_index_key::desc_len in lookup_user_key()Eric Biggers2019-05-301-3/+1Star
* keys: Grant Link permission to possessers of request_key auth keysDavid Howells2019-05-301-1/+1
* keys: Add a keyctl to move a key between keyringsDavid Howells2019-05-304-0/+166
* keys: Hoist locking out of __key_link_begin()David Howells2019-05-304-38/+76
* keys: Break bits out of key_unlink()David Howells2019-05-301-21/+67
* keys: Change keyring_serialise_link_sem to a mutexDavid Howells2019-05-301-6/+6
* keys: sparse: Fix kdoc mismatchesDavid Howells2019-05-292-4/+8
* keys: sparse: Fix incorrect RCU accessesDavid Howells2019-05-292-2/+3
* keys: sparse: Fix key_fs[ug]id_changed()David Howells2019-05-221-12/+10Star
* Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-05-072-30/+25Star
|\
| * keys: safe concurrent user->{session,uid}_keyring accessJann Horn2019-04-102-16/+20
| * security: don't use RCU accessors for cred->session_keyringJann Horn2019-04-102-15/+6Star
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-05-073-3/+0Star
|\ \
| * | crypto: shash - remove shash_desc::flagsEric Biggers2019-04-253-3/+0Star
| |/
* | KEYS: trusted: fix -Wvarags warningndesaulniers@google.com2019-04-091-2/+2
* | KEYS: trusted: allow trusted.ko to initialize w/o a TPMJarkko Sakkinen2019-04-091-5/+23
|/
* Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds2019-03-111-19/+54
|\
| * tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend()Roberto Sassu2019-02-131-8/+33
| * KEYS: trusted: explicitly use tpm_chip structure from tpm_default_chip()Roberto Sassu2019-02-131-14/+24
* | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-111-2/+2
|\ \
| * | encrypted-keys: fix Opt_err/Opt_error = -1Mimi Zohar2019-02-041-2/+2
| |/
* | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-074-1/+9
|\ \
| * | keys: fix missing __user in KEYCTL_PKEY_QUERYBen Dooks2019-03-051-1/+1
| |/
| * security: keys: annotate implicit fall throughsMathieu Malaterre2019-01-231-0/+4
| * security: keys: annotate implicit fall throughsMathieu Malaterre2019-01-231-0/+3
| * security: keys: annotate implicit fall throughMathieu Malaterre2019-01-231-0/+1
* | KEYS: always initialize keyring_index_key::desc_lenEric Biggers2019-02-224-6/+4Star
* | keys: Timestamp new keysDavid Howells2019-02-151-0/+1
* | keys: Fix dependency loop between construction record and auth keyDavid Howells2019-02-155-62/+41Star
* | KEYS: allow reaching the keys quotas exactlyEric Biggers2019-02-151-2/+2
|/
* KEYS: fix parsing invalid pkey info stringEric Biggers2019-01-011-0/+2
* Merge tag 'libnvdimm-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-12-293-11/+21
|\
| * keys-encrypted: add nvdimm key format type to encrypted keysDave Jiang2018-12-141-9/+20
| * keys: Export lookup_user_key to external usersDave Jiang2018-12-142-2/+1Star
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-12-272-4/+4
|\ \
| * | crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsEric Biggers2018-11-202-4/+4
| |/
* | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-12-2712-14/+7Star
|\ \
| * | security: audit and remove any unnecessary uses of module.hPaul Gortmaker2018-12-1211-11/+5Star
| * | keys: remove needless modular infrastructure from ecryptfs_formatPaul Gortmaker2018-12-121-3/+2Star
| |/
* / security: don't use a negative Opt_err token indexLinus Torvalds2018-12-182-2/+2
|/
* KEYS: Move trusted.h to include/keys [ver #2]Denis Kenzior2018-10-262-137/+1Star
* KEYS: trusted: Expose common functionality [ver #2]Denis Kenzior2018-10-262-5/+21
* KEYS: Provide keyctls to drive the new key type ops for asymmetric keys [ver #2]David Howells2018-10-265-0/+405
* Revert "uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct membe...Lubomir Rintel2018-09-251-1/+1
* uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct member nameRandy Dunlap2018-09-051-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2018-08-031-2/+4
|\
| * dh key: fix rounding up KDF output lengthEric Biggers2018-06-261-2/+4
* | crypto: remove redundant type flags from tfm allocationEric Biggers2018-07-081-1/+1
|/
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+1