summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-0946-325/+992
|\
| * keys: Provide KEYCTL_GRANT_PERMISSIONDavid Howells2019-07-035-1/+135
| * keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells2019-06-2845-324/+857
* | Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-0936-310/+589
|\|
| * keys: Pass the network namespace into request_key mechanismDavid Howells2019-06-2816-49/+145
| * keys: Network namespace domain tagDavid Howells2019-06-266-1/+35
| * keys: Garbage collect keys for which the domain has been removedDavid Howells2019-06-263-1/+19
| * keys: Include target namespace in match criteriaDavid Howells2019-06-267-4/+50
| * keys: Move the user and user-session keyrings to the user_namespaceDavid Howells2019-06-269-129/+196
| * keys: Namespace keyring namesDavid Howells2019-06-267-60/+60
| * keys: Add a 'recurse' flag for keyring searchesDavid Howells2019-06-2614-18/+34
| * keys: Cache the hash value to avoid lots of recalculationDavid Howells2019-06-264-16/+25
| * keys: Simplify key description managementDavid Howells2019-06-265-50/+43
* | Merge tag 'keys-request-20190626' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-0915-164/+229
|\|
| * keys: Kill off request_key_async{,_with_auxdata}David Howells2019-06-264-114/+2
| * keys: Cache result of request_key*() temporarily in task_structDavid Howells2019-06-196-1/+82
| * keys: Provide request_key_rcu()David Howells2019-06-194-0/+66
| * keys: Move the RCU locks outwards from the keyring search functionsDavid Howells2019-06-198-61/+77
| * keys: Invalidate used request_key authentication keysDavid Howells2019-06-192-3/+3
| * keys: Fix request_key() lack of Link perm check on found keyDavid Howells2019-06-192-0/+14
* | Merge tag 'keys-misc-20190619' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-0912-84/+418
|\|
| * keys: Add capability-checking keyctl functionDavid Howells2019-06-194-0/+54
| * keys: Reuse keyring_index_key::desc_len in lookup_user_key()Eric Biggers2019-05-301-3/+1
| * 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-307-0/+195
| * 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-223-18/+16
* | Merge tag 'selinux-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-093-23/+31
|\ \
| * | selinux: format all invalid context as untrustedRichard Guy Briggs2019-07-011-10/+19
| * | selinux: fix empty write to keycreate fileOndrej Mosnacek2019-06-121-5/+6
| * | selinux: remove some no-op BUG_ONsOndrej Mosnacek2019-05-211-4/+0
| * | selinux: provide __le variables explicitlyNicholas Mc Guire2019-05-211-4/+6
| |/
* | Merge tag 'audit-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-097-46/+105
|\ \
| * | audit: remove the BUG() calls in the audit rule comparison functionsPaul Moore2019-05-301-3/+0
| * | audit: enforce op for string fieldsRichard Guy Briggs2019-05-281-3/+15
| * | audit: add saddr_fam filter fieldRichard Guy Briggs2019-05-243-0/+11
| * | audit: re-structure audit field valid checksRichard Guy Briggs2019-05-241-22/+34
| * | audit: deliver signal_info regarless of syscallRichard Guy Briggs2019-05-225-19/+46
| |/
* | Merge tag 'tpmdd-next-20190625' of git://git.infradead.org/users/jjs/linux-tpmddLinus Torvalds2019-07-0913-99/+378
|\ \
| * | tpm: Don't duplicate events from the final event log in the TCG2 logMatthew Garrett2019-06-243-1/+41
| * | Abstract out support for locating an EFI config tableMatthew Garrett2019-06-243-18/+26
| * | tpm: Fix TPM 1.2 Shutdown sequence to prevent future TPM operationsVadim Sukhomlinov2019-06-241-3/+3
| * | efi: Attempt to get the TCG2 event log in the boot stubMatthew Garrett2019-06-241-17/+33
| * | tpm: Append the final event log to the TPM event logMatthew Garrett2019-06-241-7/+43
| * | tpm: Reserve the TPM final events tableMatthew Garrett2019-06-245-14/+164
| * | tpm: Abstract crypto agile event size calculationsMatthew Garrett2019-06-242-46/+69