1. 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
  2. d6f50c9 key: convert use of typedef ctl_table to struct ctl_table by Joe Perches · 10 years ago
  3. f589594 KEYS: Move the flags representing required permission to linux/key.h by David Howells · 10 years ago
  4. 008643b KEYS: Add a 'trusted' flag and a 'trusted only' flag by David Howells · 11 years ago
  5. ab3c358 KEYS: Implement a big key type that can save to tmpfs by David Howells · 11 years ago
  6. b2a4df2 KEYS: Expand the capacity of a keyring by David Howells · 11 years ago
  7. ccc3e6d KEYS: Define a __key_get() wrapper to use rather than atomic_inc() by David Howells · 11 years ago
  8. 16feef4 KEYS: Consolidate the concept of an 'index key' for key access by David Howells · 11 years ago
  9. a5b4bd2 KEYS: Use bool in make_key_ref() and is_key_possessed() by David Howells · 11 years ago
  10. 2a74dbb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  11. 96b5c8f KEYS: Reduce initial permissions on keys by David Howells · 12 years ago
  12. 9a56c2d userns: Convert security/keys to the new userns infrastructure by Eric W. Biederman · 12 years ago
  13. e5c1f44 key: Remove extraneous parentheses from rcu_assign_keypointer() by Paul E. McKenney · 12 years ago
  14. dea649b keys: kill the dummy key_replace_session_keyring() by Oleg Nesterov · 12 years ago
  15. 413cd3d keys: change keyctl_session_to_parent() to use task_work_add() by Oleg Nesterov · 12 years ago
  16. b404aef KEYS: Don't check for NULL key pointer in key_validate() by David Howells · 12 years ago
  17. fd75815 KEYS: Add invalidation support by David Howells · 12 years ago
  18. 31d5a79 KEYS: Do LRU discard in full keyrings by David Howells · 12 years ago
  19. 65d87fe KEYS: Perform RCU synchronisation on keys prior to key destruction by David Howells · 12 years ago
  20. f63d395 Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  21. 59e6b9c Created a function for setting timeouts on keys by Bryan Schumaker · 12 years ago
  22. 9e3ff38 Merge branch 'next-queue' into next by James Morris · 12 years ago
  23. 456a816 KEYS: Permit key_serial() to be called with a const key pointer by David Howells · 13 years ago
  24. 700920e KEYS: Allow special keyrings to be cleared by David Howells · 13 years ago
  25. ee0b31a keys: fix trusted/encrypted keys sparse rcu_assign_pointer messages by Mimi Zohar · 13 years ago
  26. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  27. e52e713 Merge branch 'docs-move' of git://git.kernel.org/pub/scm/linux/kernel/git/rdunlap/linux-docs by Linus Torvalds · 13 years ago
  28. d410fa4 Create Documentation/security/, by Randy Dunlap · 13 years ago
  29. 78b7280 KEYS: Improve /proc/keys by David Howells · 13 years ago
  30. fdd1b94 KEYS: Add a new keyctl op to reject a key with a specified error code by David Howells · 13 years ago
  31. 633e804 KEYS: Add an RCU payload dereference macro by David Howells · 13 years ago
  32. e63ba74 keys: __rcu annotations by Arnd Bergmann · 14 years ago
  33. ee18d64 KEYS: Add a keyctl to install a process's session keyring on its parent [try #6] by David Howells · 15 years ago
  34. 5d13544 KEYS: Add garbage collection for dead, revoked and expired keys. [try #6] by David Howells · 15 years ago
  35. aa84442 kmemtrace, security: fix linux/key.h header file dependencies by Pekka Enberg · 15 years ago
  36. a6f76f2 CRED: Make execve() take advantage of copy-on-write credentials by David Howells · 16 years ago
  37. d84f4f9 CRED: Inaugurate COW credentials by David Howells · 16 years ago
  38. bb952bb CRED: Separate per-task-group keyrings from signal_struct by David Howells · 16 years ago
  39. 8bbf4976 KEYS: Alter use of key instantiation link-to-keyring argument by David Howells · 16 years ago
  40. 0dab9cf add key_revoke() dummy for KEYS=n by Adrian Bunk · 16 years ago
  41. 7249db2 keys: make key_serial() a function if CONFIG_KEYS=y by David Howells · 16 years ago
  42. 0b77f5b keys: make the keyring quotas controllable through /proc/sys by David Howells · 16 years ago
  43. 69664cf keys: don't generate user and user session keyrings unless they're accessed by David Howells · 16 years ago
  44. 6b79ccb keys: allow clients to set key perms in key_create_or_update() by Arun Raghavan · 16 years ago
  45. 4a38e12 keys: allow the callout data to be passed as a blob rather than a string by David Howells · 16 years ago
  46. 5b7741b KEYS: fix macro by Sebastian Siewior · 17 years ago
  47. 76181c1 KEYS: Make request_key() and co fundamentally asynchronous by David Howells · 17 years ago
  48. 7318226 [AF_RXRPC]: Key facility changes for AF_RXRPC by David Howells · 17 years ago
  49. 4e54f08 [PATCH] Keys: Allow in-kernel key requestor to pass auxiliary data to upcaller by David Howells · 18 years ago
  50. 7e047ef [PATCH] keys: sort out key quota system by David Howells · 18 years ago
  51. 04c567d [PATCH] Keys: Fix race between two instantiators of a key by David Howells · 18 years ago
  52. d720024 [PATCH] selinux: add hooks for key subsystem by Michael LeMay · 18 years ago
  53. b5f545c [PATCH] keys: Permit running process to instantiate keys by David Howells · 19 years ago
  54. 8d9067b [PATCH] Keys: Remove key duplication by David Howells · 19 years ago
  55. 29db919 [PATCH] Keys: Add LSM hooks for key management [try #3] by David Howells · 19 years ago
  56. 664cceb [PATCH] Keys: Add possessor permissions to keys [try #3] by David Howells · 19 years ago
  57. 3e30148 [PATCH] Keys: Make request-key create an authorisation key by David Howells · 19 years ago
  58. 7888e7f [PATCH] Keys: Pass session keyring to call_usermodehelper() by David Howells · 19 years ago
  59. 76d8aea [PATCH] keys: Discard key spinlock and use RCU for key payload by David Howells · 19 years ago
  60. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago