1. b7b5755 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into for-linus by James Morris · 13 years ago
  2. 434d42c Merge branch 'next' into for-linus by James Morris · 13 years ago
  3. 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  4. 257313b selinux: avoid unnecessary avc cache stat hit count by Linus Torvalds · 13 years ago
  5. 044aea9 selinux: de-crapify avc cache stat code generation by Linus Torvalds · 13 years ago
  6. eb04f2f Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  7. 12a5a26 Merge branch 'master' into next by James Morris · 13 years ago
  8. ca7d120 Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into for-linus by James Morris · 13 years ago
  9. 93826c0 SELinux: delete debugging printks from filename_trans rule processing by Eric Paris · 13 years ago
  10. e77dc34 TOMOYO: Fix wrong domainname validation. by Tetsuo Handa · 13 years ago
  11. 7a627e3 SELINUX: add /sys/fs/selinux mount point to put selinuxfs by Greg Kroah-Hartman · 13 years ago
  12. 690273f security,rcu: convert call_rcu(sel_netif_free) to kfree_rcu() by Lai Jiangshan · 13 years ago
  13. 3acb458 security,rcu: convert call_rcu(user_update_rcu_disposal) to kfree_rcu() by Lai Jiangshan · 13 years ago
  14. 6f23928 Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into for-linus by James Morris · 13 years ago
  15. 5d30b10 flex_array: flex_array_prealloc takes a number of elements, not an end by Eric Paris · 13 years ago
  16. cb1e922 SELinux: pass last path component in may_create by Eric Paris · 13 years ago
  17. 2875fa0 SELinux: introduce path_has_perm by Eric Paris · 13 years ago
  18. 5a3ea87 flex_array: flex_array_prealloc takes a number of elements, not an end by Eric Paris · 13 years ago
  19. 562abf6 SELinux: pass last path component in may_create by Eric Paris · 13 years ago
  20. 2463c26d SELinux: put name based create rules in a hashtable by Eric Paris · 13 years ago
  21. 3f058ef SELinux: generic hashtab entry counter by Eric Paris · 13 years ago
  22. be30b16 SELinux: calculate and print hashtab stats with a generic function by Eric Paris · 13 years ago
  23. 03a4c01 SELinux: skip filename trans rules if ttype does not match parent dir by Eric Paris · 13 years ago
  24. 2667991 SELinux: rename filename_compute_type argument to *type instead of *con by Eric Paris · 13 years ago
  25. 4742600 SELinux: fix comment to state filename_compute_type takes an objname not a qstr by Eric Paris · 13 years ago
  26. 07f9479 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  27. 9ade0cf SELINUX: Make selinux cache VFS RCU walks safe by Eric Paris · 13 years ago
  28. 92f4250 SMACK: smack_file_lock can use the struct path by Eric Paris · 13 years ago
  29. a269434 LSM: separate LSM_AUDIT_DATA_DENTRY from LSM_AUDIT_DATA_PATH by Eric Paris · 13 years ago
  30. f48b739 LSM: split LSM_AUDIT_DATA_FS into _PATH and _INODE by Eric Paris · 13 years ago
  31. 0dc1ba2 SELINUX: Make selinux cache VFS RCU walks safe by Eric Paris · 13 years ago
  32. 1c99042 SECURITY: Move exec_permission RCU checks into security modules by Andi Kleen · 13 years ago
  33. 6b69732 SELinux: security_read_policy should take a size_t not ssize_t by Eric Paris · 13 years ago
  34. a35c6c8 SELinux: silence build warning when !CONFIG_BUG by Eric Paris · 13 years ago
  35. 8c9e80e SECURITY: Move exec_permission RCU checks into security modules by Andi Kleen · 13 years ago
  36. 425b473 SELinux: delete debugging printks from filename_trans rule processing by Eric Paris · 13 years ago
  37. db5ca35 TOMOYO: Fix refcount leak in tomoyo_mount_acl(). by Tetsuo Handa · 13 years ago
  38. d4ab4e6 Merge branch 'master'; commit 'v2.6.39-rc3' into next by James Morris · 13 years ago
  39. c0fa797 TOMOYO: Fix infinite loop bug when reading /sys/kernel/security/tomoyo/audit by Tetsuo Handa · 13 years ago
  40. e4f5f26 TOMOYO: Don't add / for allow_unmount permission check. by Tetsuo Handa · 13 years ago
  41. 2a086e5 TOMOYO: Fix race on updating profile's comment line. by Tetsuo Handa · 13 years ago
  42. 6eab04a treewide: remove extra semicolons by Justin P. Mattock · 13 years ago
  43. 1214eac Initialize policydb.process_class eariler. by Harry Ciao · 13 years ago
  44. eba71de selinux: Fix regression for Xorg by Stephen Smalley · 13 years ago
  45. 4bf2ea7 capabilities: do not special case exec of init by Eric Paris · 13 years ago
  46. f50a3ec selinux: add type_transition with name extension support for selinuxfs by Kohei Kaigai · 13 years ago
  47. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  48. cfc64fd tomoyo: fix memory leak in tomoyo_commit_ok() by Xiaochen Wang · 13 years ago
  49. 93b9c98b Merge branch 'next-queue' into next by James Morris · 13 years ago
  50. 85cd6da selinux: Fix regression for Xorg by Stephen Smalley · 13 years ago
  51. c900ff3 SELinux: Write class field in role_trans_write. by Harry Ciao · 13 years ago
  52. 63a312c SELinux: Compute role in newcontext for all classes by Harry Ciao · 13 years ago
  53. 8023976 SELinux: Add class support to the role_trans structure by Harry Ciao · 13 years ago
  54. 2e14967 userns: rename is_owner_or_cap to inode_owner_or_capable by Serge E. Hallyn · 13 years ago
  55. 8409cca userns: allow ptrace from non-init user namespaces by Serge E. Hallyn · 13 years ago
  56. 3486740 userns: security: make capabilities relative to the user namespace by Serge E. Hallyn · 13 years ago
  57. 5806896 security: select correct default LSM_MMAP_MIN_ADDR on ARM. by Paul Gortmaker · 13 years ago
  58. 4aab1e8 KEYS: Make request_key() and co. return an error for a negative key by David Howells · 13 years ago
  59. 78b7280 KEYS: Improve /proc/keys by David Howells · 13 years ago
  60. 7a63628 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  61. 0f6e0e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 13 years ago
  62. 420c1c5 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  63. 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 13 years ago
  64. c151694 Merge branch 'security-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev into next by James Morris · 13 years ago
  65. 1936113 AppArmor: kill unused macros in lsm.c by Shan Wei · 13 years ago
  66. 0f82502 AppArmor: cleanup generated files correctly by Michal Hocko · 13 years ago
  67. fe3fa43 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next by James Morris · 13 years ago
  68. ee009e4a0 KEYS: Add an iovec version of KEYCTL_INSTANTIATE by David Howells · 13 years ago
  69. fdd1b94 KEYS: Add a new keyctl op to reject a key with a specified error code by David Howells · 13 years ago
  70. b9fffa3 KEYS: Add a key type op to permit the key description to be vetted by David Howells · 13 years ago
  71. 633e804 KEYS: Add an RCU payload dereference macro by David Howells · 13 years ago
  72. 1cc26ba Merge branch 'master'; commit 'v2.6.38-rc7' into next by James Morris · 13 years ago
  73. 4fdef21 AppArmor: Cleanup make file to remove cruft and make it easier to read by John Johansen · 13 years ago
  74. 01a16b2 netlink: kill eff_cap from struct netlink_skb_parms by Patrick McHardy · 13 years ago
  75. 026eb16 SELinux: implement the new sb_remount LSM hook by Eric Paris · 13 years ago
  76. ff36fe2 LSM: Pass -o remount options to the LSM by Eric Paris · 13 years ago
  77. 2ad18bd SELinux: Compute SID for the newly created socket by Harry Ciao · 13 years ago
  78. 6f5317e SELinux: Socket retains creator role and MLS attribute by Harry Ciao · 13 years ago
  79. 4bc6c2d SELinux: Auto-generate security_is_socket_class by Harry Ciao · 13 years ago
  80. c53fa1e netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parms by Patrick McHardy · 13 years ago
  81. eae61f3 TOMOYO: Fix memory leak upon file open. by Tetsuo Handa · 13 years ago
  82. 0b24dcb Revert "selinux: simplify ioctl checking" by Eric Paris · 13 years ago
  83. 47ac19e selinux: drop unused packet flow permissions by Eric Paris · 13 years ago
  84. 4a7ab3d selinux: Fix packet forwarding checks on postrouting by Steffen Klassert · 13 years ago
  85. b9679a7 selinux: Fix wrong checks for selinux_policycap_netpeer by Steffen Klassert · 13 years ago
  86. 8f82a68 selinux: Fix check for xfrm selinux context algorithm by Steffen Klassert · 13 years ago
  87. 1adace9 ima: remove unnecessary call to ima_must_measure by Mimi Zohar · 13 years ago
  88. e33f770 xfrm: Mark flowi arg to security_xfrm_state_pol_flow_match() const. by David S. Miller · 13 years ago
  89. 6037b71 security: add cred argument to security_capable() by Chris Wright · 13 years ago
  90. 854fdd5 IMA: remove IMA imbalance checking by Mimi Zohar · 14 years ago
  91. 890275b5 IMA: maintain i_readcount in the VFS layer by Mimi Zohar · 14 years ago
  92. a68a27b IMA: convert i_readcount to atomic by Mimi Zohar · 14 years ago
  93. 75a2563 Smack: correct final mmap check comparison by Casey Schaufler · 13 years ago
  94. db904aa security:smack: kill unused SMACK_LIST_MAX, MAY_ANY and MAY_ANYWRITE by Shan Wei · 13 years ago
  95. 0e0a070 Smack: correct behavior in the mmap hook by Casey Schaufler · 13 years ago
  96. 2edeaa3 CRED: Fix BUG() upon security_cred_alloc_blank() failure by Tetsuo Handa · 13 years ago
  97. 1e6d767 time: Correct the *settime* parameters by Richard Cochran · 13 years ago
  98. 4916ca4 security: remove unused security_sysctl hook by Lucian Adrian Grijincu · 13 years ago
  99. 8e6c969 security/selinux: fix /proc/sys/ labeling by Lucian Adrian Grijincu · 13 years ago
  100. 652bb9b SELinux: Use dentry name in new object labeling by Eric Paris · 13 years ago