1. ca4da5d KEYS: ensure we free the assoc array edit if edit is valid by Colin Ian King · 9 years ago
  2. b353a1f switch keyctl_instantiate_key_common() to iov_iter by Al Viro · 9 years ago
  3. d0709f1 Don't leak a key reference if request_key() tries to use a revoked keyring by David Jeffery · 9 years ago
  4. dabd39c KEYS: Make /proc/keys unconditional if CONFIG_KEYS=y by David Howells · 9 years ago
  5. a3a8784 KEYS: close race between key lookup and freeing by Sasha Levin · 10 years ago
  6. 5057975 KEYS: remove a bogus NULL check by Dan Carpenter · 10 years ago
  7. d0bffab Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity into for-linus by James Morris · 10 years ago
  8. b26bdde KEYS: Fix stale key registration at error path by Takashi Iwai · 10 years ago
  9. 0b0a841 KEYS: request_key() should reget expired keys rather than give EKEYEXPIRED by David Howells · 10 years ago
  10. 054f618 KEYS: Simplify KEYRING_SEARCH_{NO,DO}_STATE_CHECK flags by David Howells · 10 years ago
  11. aa9d443 KEYS: Fix the size of the key description passed to/from userspace by David Howells · 10 years ago
  12. b10778a Merge commit 'v3.17' into next by James Morris · 10 years ago
  13. 5e40d33 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  14. 0c903ab KEYS: Make the key matching functions return bool by David Howells · 10 years ago
  15. c06cfb0 KEYS: Remove key_type::match in favour of overriding default by match_preparse by David Howells · 10 years ago
  16. 614d8c3 KEYS: Remove key_type::def_lookup_type by David Howells · 10 years ago
  17. 4629195 KEYS: Preparse match data by David Howells · 10 years ago
  18. 1c9c115 Merge tag 'keys-next-fixes-20140916' into keys-next by David Howells · 10 years ago
  19. 54e2c2c KEYS: Reinstate EPERM for a key type name beginning with a '.' by David Howells · 10 years ago
  20. 8da79b6 KEYS: Fix missing statics by David Howells · 10 years ago
  21. 738c5d1 KEYS: Increase root_maxkeys and root_maxbytes sizes by Steve Dickson · 10 years ago
  22. bb2cbf5 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  23. b64cc5f KEYS: revert encrypted key change by Mimi Zohar · 10 years ago
  24. 633706a Merge branch 'keys-fixes' into keys-next by David Howells · 10 years ago
  25. 64724cf Merge remote-tracking branch 'integrity/next-with-keys' into keys-next by David Howells · 10 years ago
  26. f1dcde9 KEYS: request_key_auth: Provide key preparsing by David Howells · 10 years ago
  27. 5d19e20 KEYS: keyring: Provide key preparsing by David Howells · 10 years ago
  28. 002edaf KEYS: big_key: Use key preparsing by David Howells · 10 years ago
  29. f916778 KEYS: user: Use key preparsing by David Howells · 10 years ago
  30. 4d8c025 KEYS: Call ->free_preparse() even after ->preparse() returns an error by David Howells · 10 years ago
  31. 7dfa0ca KEYS: Allow expiry time to be set when preparsing a key by David Howells · 10 years ago
  32. fc7c70e KEYS: struct key_preparsed_payload should have two payload pointers by David Howells · 10 years ago
  33. 6a09d17 KEYS: Provide a generic instantiation function by David Howells · 10 years ago
  34. 0c7774a KEYS: Allow special keys (eg. DNS results) to be invalidated by CAP_SYS_ADMIN by David Howells · 10 years ago
  35. a4e3b8d KEYS: special dot prefixed keyring name bug fix by Mimi Zohar · 10 years ago
  36. 7431620 sched: Remove proliferation of wait_on_bit() action functions by NeilBrown · 10 years ago
  37. f01387d Merge commit 'v3.15' into next by James Morris · 10 years ago
  38. fad0701 Merge branch 'serge-next-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sergeh/linux-security by Linus Torvalds · 10 years ago
  39. fab71a9 security: Convert use of typedef ctl_table to struct ctl_table by Joe Perches · 10 years ago
  40. b13cebe Merge tag 'keys-20140314' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into next by James Morris · 10 years ago
  41. ecd740c Merge commit 'v3.14' into next by James Morris · 10 years ago
  42. bea8031 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  43. 190f918 Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  44. f589594 KEYS: Move the flags representing required permission to linux/key.h by David Howells · 10 years ago
  45. 979e0d7 KEYS: Make the keyring cycle detector ignore other keyrings of the same name by David Howells · 10 years ago
  46. 875ec3d security/compat: convert to COMPAT_SYSCALL_DEFINE by Heiko Carstens · 10 years ago
  47. 29707b2 security: replace strict_strto*() with kstrto*() by Jingoo Han · 10 years ago
  48. c727709 security: shmem: implement kernel private shmem inodes by Eric Paris · 11 years ago
  49. 9c5e45d KEYS: Fix searching of nested keyrings by David Howells · 11 years ago
  50. 23fd78d KEYS: Fix multiple key add into associative array by David Howells · 11 years ago
  51. d54e58b KEYS: Fix the keyring hash function by David Howells · 11 years ago
  52. 2480f57 KEYS: Pre-clear struct key on allocation by David Howells · 11 years ago
  53. 62fe318 KEYS: Fix keyring content gc scanner by David Howells · 11 years ago
  54. 97826c8 KEYS: Fix error handling in big_key instantiation by David Howells · 11 years ago
  55. fbf8c53f KEYS: Fix UID check in keyctl_get_persistent() by David Howells · 11 years ago
  56. d2b8697 KEYS: fix error return code in big_key_instantiate() by Wei Yongjun · 11 years ago
  57. 034faeb KEYS: Fix keyring quota misaccounting on key replacement and unlink by David Howells · 11 years ago
  58. 74792b0 KEYS: Fix a race between negating a key and reading the error set by David Howells · 11 years ago
  59. 2eaf6b5 KEYS: Make BIG_KEYS boolean by Josh Boyer · 11 years ago
  60. c124bde KEYS: initialize root uid and session keyrings early by Mimi Zohar · 11 years ago
  61. 008643b KEYS: Add a 'trusted' flag and a 'trusted only' flag by David Howells · 11 years ago
  62. f36f8c7 KEYS: Add per-user_namespace registers for persistent per-UID kerberos caches by David Howells · 11 years ago
  63. ab3c358 KEYS: Implement a big key type that can save to tmpfs by David Howells · 11 years ago
  64. b2a4df2 KEYS: Expand the capacity of a keyring by David Howells · 11 years ago
  65. e57e866 KEYS: Drop the permissions argument from __keyring_search_one() by David Howells · 11 years ago
  66. ccc3e6d KEYS: Define a __key_get() wrapper to use rather than atomic_inc() by David Howells · 11 years ago
  67. d0a059c KEYS: Search for auth-key by name rather than target key ID by David Howells · 11 years ago
  68. 4bdf0bc KEYS: Introduce a search context structure by David Howells · 11 years ago
  69. 16feef4 KEYS: Consolidate the concept of an 'index key' for key access by David Howells · 11 years ago
  70. 7e55ca6 KEYS: key_is_dead() should take a const key pointer argument by David Howells · 11 years ago
  71. a5b4bd2 KEYS: Use bool in make_key_ref() and is_key_possessed() by David Howells · 11 years ago
  72. 61ea0c0 KEYS: Skip key state checks when checking for possession by David Howells · 11 years ago
  73. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  74. 93997f6 KEYS: split call to call_usermodehelper_fns() by Lucas De Marchi · 11 years ago
  75. 8aec0f5 Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and security keys by Mathieu Desnoyers · 11 years ago
  76. 0da9dfd keys: fix race with concurrent install_user_keyrings() by David Howells · 11 years ago
  77. ba0e342 userns: Stop oopsing in key_change_session_keyring by Eric W. Biederman · 11 years ago
  78. fe9453a KEYS: Revert one application of "Fix unreachable code" patch by David Howells · 11 years ago
  79. e67eab3 keys: fix unreachable code by Alan Cox · 12 years ago
  80. 2a74dbb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  81. 3bd7bf1 Merge branch 'master' into for-next by Jiri Kosina · 12 years ago
  82. b010520 keys: Fix unreachable code by Alan Cox · 12 years ago
  83. d25282d Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  84. cf7f601 KEYS: Add payload preparsing opportunity prior to key instantiate or update by David Howells · 12 years ago
  85. 88265322 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  86. 4442d77 Merge branch 'modsign-keys-devel' into security-next-keys by David Howells · 12 years ago
  87. f8aa23a KEYS: Use keyring_alloc() to create special keyrings by David Howells · 12 years ago
  88. 96b5c8f KEYS: Reduce initial permissions on keys by David Howells · 12 years ago
  89. 3a50597 KEYS: Make the session and process keyrings per-thread by David Howells · 12 years ago
  90. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  91. 033d995 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  92. a84a921 key: Fix resource leak by Alan Cox · 12 years ago
  93. 6315277 keys: Fix unreachable code by Alan Cox · 12 years ago
  94. 9a56c2d userns: Convert security/keys to the new userns infrastructure by Eric W. Biederman · 12 years ago
  95. b3f68f1 task_work: Revert "hold task_lock around checks in keyctl" by Oleg Nesterov · 12 years ago
  96. d4f65b5 KEYS: Add payload preparsing opportunity prior to key instantiate or update by David Howells · 12 years ago
  97. 41ab999 tpm: Move tpm_get_random api into the TPM device driver by Kent Yoder · 12 years ago
  98. 3b07e9c workqueue: deprecate system_nrt[_freezable]_wq by Tejun Heo · 12 years ago
  99. e05644e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  100. d35abdb hold task_lock around checks in keyctl by Al Viro · 12 years ago