1. 4993e1f certs: Fix blacklist flag type confusion by David Howells · 4 years, 1 month ago
  2. 8eb6216 keys: Provide the original description to the key preparser by David Howells · 4 years, 3 months ago
  3. f7e4767 watch_queue: Add a key/keyring notification facility by David Howells · 5 years ago
  4. 2e35610 KEYS: reaching the keys quotas correctly by Yang Xu · 4 years, 10 months ago
  5. cb1aa38 KEYS: Call the IMA hook to measure keys by Lakshmi Ramasubramanian · 5 years ago
  6. 028db3e Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs" by Linus Torvalds · 5 years ago
  7. 0f75ef6 Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 5 years ago
  8. c84ca91 Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 5 years ago
  9. c236b6d Merge tag 'keys-request-20190626' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 5 years ago
  10. d44a627 Merge tag 'keys-misc-20190619' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 5 years ago
  11. 2e12256 keys: Replace uid/gid/perm permissions checking with an ACL by David Howells · 6 years ago
  12. 3b6e4de keys: Include target namespace in match criteria by David Howells · 6 years ago
  13. 355ef8e keys: Cache the hash value to avoid lots of recalculation by David Howells · 6 years ago
  14. f771fde keys: Simplify key description management by David Howells · 6 years ago
  15. a09003b keys: Invalidate used request_key authentication keys by David Howells · 6 years ago
  16. df593ee keys: Hoist locking out of __key_link_begin() by David Howells · 6 years ago
  17. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  18. 7c1857b keys: Timestamp new keys by David Howells · 6 years ago
  19. a08bf91 KEYS: allow reaching the keys quotas exactly by Eric Biggers · 6 years ago
  20. 876979c security: audit and remove any unnecessary uses of module.h by Paul Gortmaker · 6 years ago
  21. 3d1f025 security: keys: remove redundant assignment to key_ref by Colin Ian King · 7 years ago
  22. 0a9dd0e security: keys: Replace time_t with time64_t for struct key_preparsed_payload by Baolin Wang · 7 years ago
  23. 074d589 security: keys: Replace time_t/timespec with time64_t by Baolin Wang · 7 years ago
  24. 60ff5b2 KEYS: don't let add_key() update an uninstantiated key by David Howells · 7 years ago
  25. 363b02d KEYS: Fix race between updating and finding a negative key by David Howells · 7 years ago
  26. 8f67456 KEYS: reset parent each time before searching key_user_tree by Eric Biggers · 7 years ago
  27. 237bbd2 KEYS: prevent creating a different user's keyrings by Eric Biggers · 7 years ago
  28. 92347cf KEYS: fix refcount_inc() on zero by Mark Rutland · 8 years ago
  29. 63a0b05 KEYS: fix freeing uninitialized memory in key_update() by Eric Biggers · 8 years ago
  30. 4a42089 KEYS: Consistent ordering for __key_link_begin and restrict check by Mat Martineau · 8 years ago
  31. 2b6aa41 KEYS: Use structure to capture key restriction function and data by Mat Martineau · 8 years ago
  32. aaf66c8 KEYS: Split role of the keyring pointer for keyring restrict functions by Mat Martineau · 8 years ago
  33. 469ff8f KEYS: Use a typedef for restrict_link function pointers by Mat Martineau · 9 years ago
  34. ddb99e1 security, keys: convert key_user.usage from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  35. fff2929 security, keys: convert key.usage from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  36. 3832742 KEYS: potential uninitialized variable by Dan Carpenter · 9 years ago
  37. 77f68ba KEYS: Remove KEY_FLAG_TRUSTED and KEY_ALLOC_TRUSTED by David Howells · 9 years ago
  38. 5ac7eac KEYS: Add a facility to restrict new links into a keyring by David Howells · 9 years ago
  39. 5d2787c KEYS: Add an alloc flag to convey the builtinness of a key by David Howells · 9 years ago
  40. eee0450 KEYS: Only apply KEY_FLAG_KEEP to a key if a parent keyring has it set by David Howells · 9 years ago
  41. 1d6d167 KEYS: refcount bug fix by Mimi Zohar · 9 years ago
  42. d3600bc KEYS: prevent keys from being removed from specified keyrings by Mimi Zohar · 9 years ago
  43. 146aa8b KEYS: Merge the type-specific data with the payload data by David Howells · 9 years ago
  44. 27720e7 keys: Be more consistent in selection of union members used by Insu Yun · 9 years ago
  45. 5057975 KEYS: remove a bogus NULL check by Dan Carpenter · 10 years ago
  46. 5e40d33 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  47. c06cfb0 KEYS: Remove key_type::match in favour of overriding default by match_preparse by David Howells · 10 years ago
  48. 738c5d1 KEYS: Increase root_maxkeys and root_maxbytes sizes by Steve Dickson · 10 years ago
  49. 4d8c025 KEYS: Call ->free_preparse() even after ->preparse() returns an error by David Howells · 10 years ago
  50. 7dfa0ca6 KEYS: Allow expiry time to be set when preparsing a key by David Howells · 10 years ago
  51. fc7c70e KEYS: struct key_preparsed_payload should have two payload pointers by David Howells · 10 years ago
  52. 6a09d17 KEYS: Provide a generic instantiation function by David Howells · 10 years ago
  53. f589594 KEYS: Move the flags representing required permission to linux/key.h by David Howells · 11 years ago
  54. 2480f57 KEYS: Pre-clear struct key on allocation by David Howells · 11 years ago
  55. 74792b0 KEYS: Fix a race between negating a key and reading the error set by David Howells · 11 years ago
  56. 008643b KEYS: Add a 'trusted' flag and a 'trusted only' flag by David Howells · 11 years ago
  57. b2a4df2 KEYS: Expand the capacity of a keyring by David Howells · 11 years ago
  58. e57e866 KEYS: Drop the permissions argument from __keyring_search_one() by David Howells · 11 years ago
  59. ccc3e6d KEYS: Define a __key_get() wrapper to use rather than atomic_inc() by David Howells · 11 years ago
  60. 16feef4 KEYS: Consolidate the concept of an 'index key' for key access by David Howells · 11 years ago
  61. 2a74dbb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  62. d25282d Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  63. cf7f601 KEYS: Add payload preparsing opportunity prior to key instantiate or update by David Howells · 12 years ago
  64. 4442d77 Merge branch 'modsign-keys-devel' into security-next-keys by David Howells · 12 years ago
  65. 96b5c8f KEYS: Reduce initial permissions on keys by David Howells · 12 years ago
  66. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  67. 9a56c2d userns: Convert security/keys to the new userns infrastructure by Eric W. Biederman · 13 years ago
  68. d4f65b5 KEYS: Add payload preparsing opportunity prior to key instantiate or update by David Howells · 12 years ago
  69. 3b07e9c workqueue: deprecate system_nrt[_freezable]_wq by Tejun Heo · 12 years ago
  70. 644473e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 13 years ago
  71. fd75815 KEYS: Add invalidation support by David Howells · 13 years ago
  72. 1eb1bcf KEYS: Announce key type (un)registration by David Howells · 13 years ago
  73. c4a4d60 userns: Use cred->user_ns instead of cred->user->user_ns by Eric W. Biederman · 13 years ago
  74. 59e6b9c Created a function for setting timeouts on keys by Bryan Schumaker · 13 years ago
  75. 9f6ed2c keys: add a "logon" key type by Jeff Layton · 13 years ago
  76. 7845bc39 KEYS: Give key types their own lockdep class for key->sem by David Howells · 13 years ago
  77. 0c061b5 KEYS: Correctly destroy key payloads when their keytype is removed by David Howells · 13 years ago
  78. b072e9b KEYS: Make the key reaper non-reentrant by David Howells · 13 years ago
  79. 8bc16de KEYS: Move the unreferenced key reaper to the keys garbage collector file by David Howells · 13 years ago
  80. fdd1b94 KEYS: Add a new keyctl op to reject a key with a specified error code by David Howells · 14 years ago
  81. b9fffa3 KEYS: Add a key type op to permit the key description to be vetted by David Howells · 14 years ago
  82. ceb73c1 KEYS: Fix __key_link_end() quota fixup on error by David Howells · 14 years ago
  83. 973c9f4 KEYS: Fix up comments in key management code by David Howells · 14 years ago
  84. a8b17ed KEYS: Do some style cleanup in the key management code. by David Howells · 14 years ago
  85. f70e2e0 KEYS: Do preallocation for __key_link() by David Howells · 15 years ago
  86. c5b60b5 security: whitespace coding style fixes by Justin P. Mattock · 15 years ago
  87. c08ef80 KEYS: Fix garbage collector by David Howells · 15 years ago
  88. 5d13544 KEYS: Add garbage collection for dead, revoked and expired keys. [try #6] by David Howells · 15 years ago
  89. f041ae2 KEYS: Flag dead keys to induce EKEYREVOKED [try #6] by David Howells · 15 years ago
  90. 5593122 KEYS: Deal with dead-type keys appropriately [try #6] by David Howells · 15 years ago
  91. 1d1e975 keys: distinguish per-uid keys in different namespaces by Serge E. Hallyn · 16 years ago
  92. d84f4f9 CRED: Inaugurate COW credentials by David Howells · 16 years ago
  93. 47d804b CRED: Wrap task credential accesses in the key management code by David Howells · 16 years ago
  94. 0b77f5b keys: make the keyring quotas controllable through /proc/sys by David Howells · 17 years ago
  95. 69664cf keys: don't generate user and user session keyrings unless they're accessed by David Howells · 17 years ago
  96. 6b79ccb keys: allow clients to set key perms in key_create_or_update() by Arun Raghavan · 17 years ago
  97. e231c2e Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) by David Howells · 17 years ago
  98. 76181c1 KEYS: Make request_key() and co fundamentally asynchronous by David Howells · 17 years ago
  99. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  100. 9ad0830 [PATCH] Keys: Fix key serial number collision handling by David Howells · 18 years ago