summaryrefslogtreecommitdiffstats
path: root/security/keys/keyring.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-111-18/+9Star
* Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-091-9/+18
|\
| * keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells2019-06-281-9/+18
* | Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-091-114/+149
|\|
| * keys: Pass the network namespace into request_key mechanismDavid Howells2019-06-281-4/+7
| * keys: Network namespace domain tagDavid Howells2019-06-261-1/+6
| * keys: Garbage collect keys for which the domain has been removedDavid Howells2019-06-261-0/+15
| * keys: Include target namespace in match criteriaDavid Howells2019-06-261-2/+34
| * keys: Move the user and user-session keyrings to the user_namespaceDavid Howells2019-06-261-0/+1
| * keys: Namespace keyring namesDavid Howells2019-06-261-56/+43Star
| * keys: Add a 'recurse' flag for keyring searchesDavid Howells2019-06-261-2/+10
| * keys: Cache the hash value to avoid lots of recalculationDavid Howells2019-06-261-8/+20
| * keys: Simplify key description managementDavid Howells2019-06-261-49/+21Star
* | Merge tag 'keys-request-20190626' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-091-7/+9
|\|
| * keys: Move the RCU locks outwards from the keyring search functionsDavid Howells2019-06-191-7/+9
* | Merge tag 'keys-misc-20190619' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-091-52/+226
|\|
| * keys: Add a keyctl to move a key between keyringsDavid Howells2019-05-301-0/+108
| * keys: Hoist locking out of __key_link_begin()David Howells2019-05-301-31/+47
| * 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-291-3/+7
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
|/
* Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-071-0/+1
|\
| * security: keys: annotate implicit fall throughMathieu Malaterre2019-01-231-0/+1
* | KEYS: always initialize keyring_index_key::desc_lenEric Biggers2019-02-221-3/+1Star
|/
* security: audit and remove any unnecessary uses of module.hPaul Gortmaker2018-12-121-1/+1
* keyring: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney2017-12-041-7/+0Star
* security: keys: Replace time_t/timespec with time64_tBaolin Wang2017-11-151-10/+10
* KEYS: return full count in keyring_read() if buffer is too smallEric Biggers2017-11-021-20/+19Star
* KEYS: Load key expiry time atomically in keyring_search_iterator()Eric Biggers2017-10-181-1/+3
* KEYS: Fix race between updating and finding a negative keyDavid Howells2017-10-181-5/+5
* KEYS: prevent creating a different user's keyringsEric Biggers2017-09-251-9/+14
* KEYS: fix writing past end of user-supplied buffer in keyring_read()Eric Biggers2017-09-251-9/+5Star
* security: use READ_ONCE instead of deprecated ACCESS_ONCEDavidlohr Bueso2017-06-091-6/+6
* KEYS: Add KEYCTL_RESTRICT_KEYRINGMat Martineau2017-04-041-0/+105
* KEYS: Use structure to capture key restriction function and dataMat Martineau2017-04-041-5/+63
* KEYS: Split role of the keyring pointer for keyring restrict functionsMat Martineau2017-04-031-2/+4
* KEYS: Use a typedef for restrict_link function pointersMat Martineau2017-04-031-3/+1Star
* security, keys: convert key.usage from atomic_t to refcount_tElena Reshetova2017-04-031-4/+4
* KEYS: Remove KEY_FLAG_TRUSTED and KEY_ALLOC_TRUSTEDDavid Howells2016-04-111-28/+1Star
* KEYS: Add a facility to restrict new links into a keyringDavid Howells2016-04-111-7/+66
* KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-211-6/+6
* KEYS: ensure we free the assoc array edit if edit is validColin Ian King2015-07-281-3/+5
* KEYS: request_key() should reget expired keys rather than give EKEYEXPIREDDavid Howells2014-12-011-1/+2
* KEYS: Simplify KEYRING_SEARCH_{NO,DO}_STATE_CHECK flagsDavid Howells2014-12-011-3/+4
* KEYS: Make the key matching functions return boolDavid Howells2014-09-161-2/+2
* KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells2014-09-161-5/+10
* KEYS: Preparse match dataDavid Howells2014-09-161-19/+30
* KEYS: keyring: Provide key preparsingDavid Howells2014-07-221-11/+23
* KEYS: Move the flags representing required permission to linux/key.hDavid Howells2014-03-141-4/+4