1. a7fd20d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  2. c52b761 Merge branch 'work.const-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  3. 7f427d3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  4. 91e8d0cb Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  5. 0e0162b Merge branch 'ovl-fixes' into for-linus by Al Viro · 8 years ago
  6. e800072 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  7. cf90ea9 ima: fix the string representation of the LSM/IMA hook enumeration ordering by Mimi Zohar · 8 years ago
  8. 457db29 security: Introduce security_settime64() by Baolin Wang · 8 years ago
  9. 10c9ead rtnetlink: add new RTM_GETSTATS message to dump link stats by Roopa Prabhu · 8 years ago
  10. ce23e64 ->getxattr(): pass dentry and inode as separate arguments by Al Viro · 8 years ago
  11. fc64005 don't bother with ->d_inode->i_sb - it's always equal to ->d_sb by Al Viro · 8 years ago
  12. 81cd889 constify ima_d_path() by Al Viro · 8 years ago
  13. 3b73b68 constify security_sb_pivotroot() by Al Viro · 8 years ago
  14. 77b286c constify security_path_chroot() by Al Viro · 8 years ago
  15. 3ccee46 constify security_path_{link,rename} by Al Viro · 8 years ago
  16. 8db0185 apparmor: remove useless checks for NULL ->mnt by Al Viro · 8 years ago
  17. d360775 constify security_path_{mkdir,mknod,symlink} by Al Viro · 8 years ago
  18. 989f74e constify security_path_{unlink,rmdir} by Al Viro · 8 years ago
  19. d6b49f7 apparmor: constify common_perm_...() by Al Viro · 8 years ago
  20. 3539aaf apparmor: constify aa_path_link() by Al Viro · 8 years ago
  21. 741aca7 apparmor: new helper - common_path_perm() by Al Viro · 8 years ago
  22. be01f9f constify chmod_common/security_path_chmod by Al Viro · 8 years ago
  23. 8a04c43 constify security_sb_mount() by Al Viro · 8 years ago
  24. 7fd25da constify chown_common/security_path_chown by Al Viro · 8 years ago
  25. e6641ed tomoyo: constify assorted struct path * by Al Viro · 8 years ago
  26. 928e1eb apparmor_path_truncate(): path->mnt is never NULL by Al Viro · 8 years ago
  27. 81f4c50 constify security_path_truncate() by Al Viro · 8 years ago
  28. 2c7661f [apparmor] constify struct path * in a bunch of helpers by Al Viro · 8 years ago
  29. 643ad15 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  30. 96b9b1c Merge tag 'tty-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 8 years ago
  31. bb7aeae Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  32. 7047737 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  33. 88a1b56 Merge tag 'keys-next-20160303' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into next by James Morris · 8 years ago
  34. 5804602 Merge branch 'stable-4.6' of git://git.infradead.org/users/pcmoore/selinux into next by James Morris · 8 years ago
  35. 4e8ae72 X.509: Make algo identifiers text instead of enum by David Howells · 8 years ago
  36. d43de6c akcipher: Move the RSA DER encoding check to the crypto layer by David Howells · 8 years ago
  37. 34d47a7 Merge branch 'stable-4.5' of git://git.infradead.org/users/pcmoore/selinux into for-linus by James Morris · 8 years ago
  38. 481873d Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity into next by James Morris · 8 years ago
  39. 6020944 Merge branch 'smack-for-4.6' of https://github.com/cschaufler/smack-next into next by James Morris · 8 years ago
  40. 95ee08f ima: require signed IMA policy by Mimi Zohar · 9 years ago
  41. 19f8a84 ima: measure and appraise the IMA policy itself by Mimi Zohar · 8 years ago
  42. 7429b09 ima: load policy using path by Dmitry Kasatkin · 10 years ago
  43. d9ddf07 ima: support for kexec image and initramfs by Mimi Zohar · 8 years ago
  44. c6af8ef ima: remove firmware and module specific cached status info by Mimi Zohar · 9 years ago
  45. a1db742 module: replace copy_module_from_fd with kernel version by Mimi Zohar · 8 years ago
  46. 39eeb4f security: define kernel_read_file hook by Mimi Zohar · 8 years ago
  47. e40ba6d firmware: replace call to fw_read_file_contents() with kernel version by Mimi Zohar · 9 years ago
  48. cf22221 ima: define a new hook to measure and appraise a file already in memory by Mimi Zohar · 8 years ago
  49. e817c2f selinux: Don't sleep inside inode_getsecid hook by Andreas Gruenbacher · 8 years ago
  50. 98304bc ima: calculate the hash of a buffer using aynchronous hash(ahash) by Mimi Zohar · 8 years ago
  51. 11d7646 ima: provide buffer hash calculation function by Dmitry Kasatkin · 10 years ago
  52. bc8ca5b vfs: define kernel_read_file_id enumeration by Mimi Zohar · 8 years ago
  53. b44a7df vfs: define a generic function to read a file from the kernel by Mimi Zohar · 8 years ago
  54. 4ad87a3 ima: use "ima_hooks" enum as function argument by Mimi Zohar · 8 years ago
  55. b5269ab ima: refactor ima_policy_show() to display "ima_hooks" rules by Mimi Zohar · 8 years ago
  56. 1525b06 ima: separate 'security.ima' reading functionality from collect by Dmitry Kasatkin · 10 years ago
  57. a1f2bdf security/keys: make big_key.c explicitly non-modular by Paul Gortmaker · 9 years ago
  58. eb5798f integrity: convert digsig to akcipher api by Tadeusz Struk · 8 years ago
  59. 8012495 smack: fix cache of access labels by José Bollo · 8 years ago
  60. 1e98779 mm/gup: Introduce get_user_pages_remote() by Dave Hansen · 8 years ago
  61. 249f3c4 Merge 4.5-rc4 into tty-next by Greg Kroah-Hartman · 8 years ago
  62. 613317b EVM: Use crypto_memneq() for digest comparisons by Ryan Ware · 8 years ago
  63. 491a0b0 Smack: Remove pointless hooks by Casey Schaufler · 8 years ago
  64. 50d3501 KEYS: CONFIG_KEYS_DEBUG_PROC_KEYS is no longer an option by David Howells · 8 years ago
  65. f3c82ad tpm: fix checks for policy digest existence in tpm2_seal_trusted() by Jarkko Sakkinen · 8 years ago
  66. 5d2787c KEYS: Add an alloc flag to convey the builtinness of a key by David Howells · 8 years ago
  67. 08ff924 selinux: nlmsgtab: add SOCK_DESTROY to the netlink mapping tables by Lorenzo Colitti · 8 years ago
  68. f75516a crypto: keys - Revert "convert public key to akcipher api" by Herbert Xu · 8 years ago
  69. c75d8e9 IMA: fix non-ANSI declaration of ima_check_policy() by Colin Ian King · 8 years ago
  70. 42bbaab integrity: convert digsig to akcipher api by Tadeusz Struk · 8 years ago
  71. 6e9131c Merge 4.5-rc2 into tty-next by Greg Kroah-Hartman · 8 years ago
  72. 9090a2d selinux: use absolute path to include directory by Andy Shevchenko · 8 years ago
  73. eee0450 KEYS: Only apply KEY_FLAG_KEEP to a key if a parent keyring has it set by David Howells · 8 years ago
  74. 4a51096 tty: Make tty_files_lock per-tty by Peter Hurley · 8 years ago
  75. c3917fd KEYS: Use skcipher by Herbert Xu · 8 years ago
  76. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  77. caaee62 ptrace: use fsuid, fsgid, effective creds for fs access checks by Jann Horn · 8 years ago
  78. 3dfb7d8 security: let security modules use PTRACE_MODE_* with bitmasks by Jann Horn · 8 years ago
  79. 23567fd KEYS: Fix keyring ref leak in join_session_keyring() by Yevgeny Pats · 8 years ago
  80. 5807fca Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  81. acb2cfd Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/selinux into next by James Morris · 8 years ago
  82. 33caf82 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  83. ddf1d62 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  84. 607259e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity into ra-next by James Morris · 8 years ago
  85. 6108209 Merge branch 'for-linus' into work.misc by Al Viro · 8 years ago
  86. b197367 selinux: Inode label revalidation performance fix by Andreas Gruenbacher · 8 years ago
  87. 1d6d167 KEYS: refcount bug fix by Mimi Zohar · 8 years ago
  88. cc4e719 fix the leak in integrity_read_file() by Al Viro · 8 years ago
  89. 8365a71 selinuxfs: switch to memdup_user_nul() by Al Viro · 8 years ago
  90. 16e5c1f convert a bunch of open-coded instances of memdup_user_nul() by Al Viro · 8 years ago
  91. 6427e6c ima: ima_write_policy() limit locking by Petko Manolov · 8 years ago
  92. aa98b94 Merge branch 'smack-for-4.5' of https://github.com/cschaufler/smack-next into next by James Morris · 8 years ago
  93. 37babe4 Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/selinux into next by James Morris · 8 years ago
  94. 3cb92fe Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity into next by James Morris · 8 years ago
  95. 0112721 IMA: policy can be updated zero times by Sasha Levin · 8 years ago
  96. 7631994 selinux: rate-limit netlink message warnings in selinux_nlmsg_perm() by Vladis Dronov · 8 years ago
  97. f9df645 selinux: export validatetrans decisions by Andrew Perepechko · 8 years ago
  98. 5d226df selinux: Revalidate invalid inode security labels by Andreas Gruenbacher · 8 years ago
  99. 6f3be9f security: Add hook to invalidate inode security labels by Andreas Gruenbacher · 8 years ago
  100. 83da53c5 selinux: Add accessor functions for inode->i_security by Andreas Gruenbacher · 8 years ago