summaryrefslogtreecommitdiffstats
path: root/security/keys
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-1310-69/+240
|\
| * keys: Make the KEY_NEED_* perms an enum rather than a maskDavid Howells2020-05-194-42/+59
| * watch_queue: Add a key/keyring notification facilityDavid Howells2020-05-198-27/+181
* | mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-042-22/+5
|\ \
| * | mm: add kvfree_sensitive() for freeing sensitive data objectsWaiman Long2020-06-042-22/+5
* | | Merge tag 'keys-next-20200602' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-042-209/+52
|\ \ \ | |/ / |/| |
| * | keys: Implement update for the big_key typeDavid Howells2020-06-021-1/+18
| * | security/keys: rewrite big_key crypto to use library interfaceJason A. Donenfeld2020-06-022-209/+35
| |/
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-06-011-15/+3
|\ \ | |/ |/|
| * KEYS: encrypted: use crypto_shash_tfm_digest()Eric Biggers2020-05-081-15/+3
* | keys: Fix proc_keys_next to increase position indexVasily Averin2020-04-161-0/+2
|/
* Merge tag 'keys-fixes-20200329' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-04-048-52/+113
|\
| * KEYS: Avoid false positive ENOMEM error on key readWaiman Long2020-03-292-15/+55
| * KEYS: Don't write out to userspace while holding key semaphoreWaiman Long2020-03-297-51/+72
* | KEYS: reaching the keys quotas correctlyYang Xu2020-03-152-3/+3
|/
* Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-01-281-0/+10
|\
| * KEYS: Call the IMA hook to measure keysLakshmi Ramasubramanian2019-12-121-0/+10
* | security: keys: trusted: fix lost handle flushJames Bottomley2019-12-171-0/+1
* | KEYS: remove CONFIG_KEYS_COMPATEric Biggers2019-12-124-12/+3
|/
* KEYS: trusted: Remove set but not used variable 'keyhndl'zhengbin2019-11-121-2/+0
* KEYS: trusted: Move TPM2 trusted keys codeSumit Garg2019-11-123-2/+317
* KEYS: trusted: Create trusted keys subsystemSumit Garg2019-11-123-2/+9
* KEYS: Use common tpm_buf for trusted and asymmetric keysSumit Garg2019-11-121-55/+43
* tpm: Move tpm_buf code to include/linux/Sumit Garg2019-11-121-6/+6
* KEYS: trusted: correctly initialize digests and fix locking issueRoberto Sassu2019-09-251-0/+5
* keys: Fix missing null pointer check in request_key_auth_describe()Hillf Danton2019-09-051-0/+6
* keys: ensure that ->match_free() is called in request_key_and_link()Eric Biggers2019-08-301-1/+1
* KEYS: trusted: allow module init if TPM is inactive or deactivatedRoberto Sassu2019-08-131-13/+0
* proc/sysctl: add shared variables for range checkMatteo Croce2019-07-181-14/+12
* Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-1014-573/+156
* Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-0814-156/+573
|\
| * keys: Provide KEYCTL_GRANT_PERMISSIONDavid Howells2019-07-034-1/+133
| * keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells2019-06-2713-155/+440
* | Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-0810-241/+387
|\|
| * keys: Pass the network namespace into request_key mechanismDavid Howells2019-06-274-17/+36
| * keys: Network namespace domain tagDavid Howells2019-06-261-1/+6
| * keys: Garbage collect keys for which the domain has been removedDavid Howells2019-06-262-1/+17
| * keys: Include target namespace in match criteriaDavid Howells2019-06-265-4/+39
| * keys: Move the user and user-session keyrings to the user_namespaceDavid Howells2019-06-265-104/+187
| * keys: Namespace keyring namesDavid Howells2019-06-262-57/+45
| * keys: Add a 'recurse' flag for keyring searchesDavid Howells2019-06-267-7/+20
| * keys: Cache the hash value to avoid lots of recalculationDavid Howells2019-06-263-16/+22
| * keys: Simplify key description managementDavid Howells2019-06-264-49/+30
* | Merge tag 'keys-request-20190626' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-088-106/+180
|\|
| * keys: Kill off request_key_async{,_with_auxdata}David Howells2019-06-261-50/+0
| * keys: Cache result of request_key*() temporarily in task_structDavid Howells2019-06-192-0/+55
| * keys: Provide request_key_rcu()David Howells2019-06-191-0/+44
| * keys: Move the RCU locks outwards from the keyring search functionsDavid Howells2019-06-196-60/+75
| * keys: Invalidate used request_key authentication keysDavid Howells2019-06-192-3/+3