1. 44fc7ea selinux: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 13 years ago
  2. 7b98a58 selinux: sparse fix: fix several warnings in the security server code by James Morris · 13 years ago
  3. 0ff53f5 selinux: sparse fix: include selinux.h in exports.c by James Morris · 13 years ago
  4. 6a3fbe8 selinux: sparse fix: fix warnings in netlink code by James Morris · 13 years ago
  5. ad3fa08 selinux: sparse fix: eliminate warnings for selinuxfs by James Morris · 13 years ago
  6. 58982b7 selinux: sparse fix: declare selinux_disable() in security.h by James Morris · 13 years ago
  7. cc59a58 selinux: sparse fix: move selinux_complete_init by James Morris · 13 years ago
  8. 56a4ca9 selinux: sparse fix: make selinux_secmark_refcount static by James Morris · 13 years ago
  9. 82c21bf doc: Update the email address for Paul Moore in various source files by Paul Moore · 13 years ago
  10. 6006349 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  11. 423e0ab VFS : mount lock scalability for internal mounts by Tim Chen · 13 years ago
  12. bbd9d6f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  13. 0342cbc 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
  14. 8209f53 Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc by Linus Torvalds · 13 years ago
  15. 449a68c security,rcu: Convert call_rcu(sel_netport_free) to kfree_rcu() by Lai Jiangshan · 13 years ago
  16. 9801c60 security,rcu: Convert call_rcu(sel_netnode_free) to kfree_rcu() by Lai Jiangshan · 13 years ago
  17. cf1dd1d selinux: don't transliterate MAY_NOT_BLOCK to IPERM_FLAG_RCU by Al Viro · 13 years ago
  18. e74f71e ->permission() sanitizing: don't pass flags to ->inode_permission() by Al Viro · 13 years ago
  19. 06d9847 ptrace: s/tracehook_tracer_task()/ptrace_parent()/ by Tejun Heo · 13 years ago
  20. 82b88bb Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into for-linus by James Morris · 13 years ago
  21. ded5098 SELinux: skip file_name_trans_write() when policy downgraded. by Roy.Li · 13 years ago
  22. 95f4efb selinux: simplify and clean up inode_has_perm() by Linus Torvalds · 13 years ago
  23. f01e1af selinux: don't pass in NULL avd to avc_has_perm_noaudit by Linus Torvalds · 13 years ago
  24. 0f7e4c3 selinux: fix case of names with whitespace/multibytes on /selinux/create by Kohei Kaigai · 13 years ago
  25. ea77f7a Merge commit 'v2.6.39' into 20110526 by Eric Paris · 13 years ago
  26. b7b5755 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into for-linus by James Morris · 13 years ago
  27. 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  28. 257313b selinux: avoid unnecessary avc cache stat hit count by Linus Torvalds · 13 years ago
  29. 044aea9 selinux: de-crapify avc cache stat code generation by Linus Torvalds · 13 years ago
  30. 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
  31. ca7d120 Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into for-linus by James Morris · 13 years ago
  32. 93826c0 SELinux: delete debugging printks from filename_trans rule processing by Eric Paris · 13 years ago
  33. 7a627e3 SELINUX: add /sys/fs/selinux mount point to put selinuxfs by Greg Kroah-Hartman · 13 years ago
  34. 690273f security,rcu: convert call_rcu(sel_netif_free) to kfree_rcu() by Lai Jiangshan · 13 years ago
  35. 6f23928 Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into for-linus by James Morris · 13 years ago
  36. 5d30b10 flex_array: flex_array_prealloc takes a number of elements, not an end by Eric Paris · 13 years ago
  37. cb1e922 SELinux: pass last path component in may_create by Eric Paris · 13 years ago
  38. 2875fa0 SELinux: introduce path_has_perm by Eric Paris · 13 years ago
  39. 5a3ea87 flex_array: flex_array_prealloc takes a number of elements, not an end by Eric Paris · 13 years ago
  40. 562abf6 SELinux: pass last path component in may_create by Eric Paris · 13 years ago
  41. 2463c26d SELinux: put name based create rules in a hashtable by Eric Paris · 13 years ago
  42. 3f058ef SELinux: generic hashtab entry counter by Eric Paris · 13 years ago
  43. be30b16 SELinux: calculate and print hashtab stats with a generic function by Eric Paris · 13 years ago
  44. 03a4c01 SELinux: skip filename trans rules if ttype does not match parent dir by Eric Paris · 13 years ago
  45. 2667991 SELinux: rename filename_compute_type argument to *type instead of *con by Eric Paris · 13 years ago
  46. 4742600 SELinux: fix comment to state filename_compute_type takes an objname not a qstr by Eric Paris · 13 years ago
  47. 07f9479 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  48. 9ade0cf SELINUX: Make selinux cache VFS RCU walks safe by Eric Paris · 13 years ago
  49. a269434 LSM: separate LSM_AUDIT_DATA_DENTRY from LSM_AUDIT_DATA_PATH by Eric Paris · 13 years ago
  50. f48b739 LSM: split LSM_AUDIT_DATA_FS into _PATH and _INODE by Eric Paris · 13 years ago
  51. 0dc1ba2 SELINUX: Make selinux cache VFS RCU walks safe by Eric Paris · 13 years ago
  52. 1c99042 SECURITY: Move exec_permission RCU checks into security modules by Andi Kleen · 13 years ago
  53. 6b69732 SELinux: security_read_policy should take a size_t not ssize_t by Eric Paris · 13 years ago
  54. a35c6c8 SELinux: silence build warning when !CONFIG_BUG by Eric Paris · 13 years ago
  55. 8c9e80e SECURITY: Move exec_permission RCU checks into security modules by Andi Kleen · 13 years ago
  56. 425b473 SELinux: delete debugging printks from filename_trans rule processing by Eric Paris · 13 years ago
  57. 6eab04a treewide: remove extra semicolons by Justin P. Mattock · 13 years ago
  58. 1214eac Initialize policydb.process_class eariler. by Harry Ciao · 13 years ago
  59. eba71de selinux: Fix regression for Xorg by Stephen Smalley · 13 years ago
  60. f50a3ec selinux: add type_transition with name extension support for selinuxfs by Kohei Kaigai · 13 years ago
  61. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  62. 85cd6da selinux: Fix regression for Xorg by Stephen Smalley · 13 years ago
  63. c900ff3 SELinux: Write class field in role_trans_write. by Harry Ciao · 13 years ago
  64. 63a312c SELinux: Compute role in newcontext for all classes by Harry Ciao · 13 years ago
  65. 8023976 SELinux: Add class support to the role_trans structure by Harry Ciao · 13 years ago
  66. 2e14967 userns: rename is_owner_or_cap to inode_owner_or_capable by Serge E. Hallyn · 13 years ago
  67. 3486740 userns: security: make capabilities relative to the user namespace by Serge E. Hallyn · 13 years ago
  68. 7a63628 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  69. 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 13 years ago
  70. fe3fa43 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next by James Morris · 13 years ago
  71. 1cc26ba Merge branch 'master'; commit 'v2.6.38-rc7' into next by James Morris · 13 years ago
  72. 026eb16 SELinux: implement the new sb_remount LSM hook by Eric Paris · 13 years ago
  73. 2ad18bd SELinux: Compute SID for the newly created socket by Harry Ciao · 13 years ago
  74. 6f5317e SELinux: Socket retains creator role and MLS attribute by Harry Ciao · 13 years ago
  75. 4bc6c2d SELinux: Auto-generate security_is_socket_class by Harry Ciao · 13 years ago
  76. c53fa1e netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parms by Patrick McHardy · 13 years ago
  77. 0b24dcb Revert "selinux: simplify ioctl checking" by Eric Paris · 13 years ago
  78. 47ac19e selinux: drop unused packet flow permissions by Eric Paris · 13 years ago
  79. 4a7ab3d selinux: Fix packet forwarding checks on postrouting by Steffen Klassert · 13 years ago
  80. b9679a7 selinux: Fix wrong checks for selinux_policycap_netpeer by Steffen Klassert · 13 years ago
  81. 8f82a68 selinux: Fix check for xfrm selinux context algorithm by Steffen Klassert · 13 years ago
  82. e33f770 xfrm: Mark flowi arg to security_xfrm_state_pol_flow_match() const. by David S. Miller · 13 years ago
  83. 2edeaa3 CRED: Fix BUG() upon security_cred_alloc_blank() failure by Tetsuo Handa · 13 years ago
  84. 8e6c969 security/selinux: fix /proc/sys/ labeling by Lucian Adrian Grijincu · 13 years ago
  85. 652bb9b SELinux: Use dentry name in new object labeling by Eric Paris · 13 years ago
  86. 2a7dba3 fs/vfs/security: pass last path component to LSM on inode creation by Eric Paris · 13 years ago
  87. 3ac285f selinux: return -ENOMEM when memory allocation fails by Davidlohr Bueso · 13 years ago
  88. ced3b93 security:selinux: kill unused MAX_AVTAB_HASH_MASK and ebitmap_startbit by Shan Wei · 13 years ago
  89. e0e736f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 14 years ago
  90. 37721e1 headers: path.h redux by Alexey Dobriyan · 14 years ago
  91. aeda4ac Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next by James Morris · 14 years ago
  92. d2e7ad1 Merge branch 'master' into next by James Morris · 14 years ago
  93. b4a45f5 Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel/git/npiggin/linux-npiggin by Linus Torvalds · 14 years ago
  94. dc0474b fs: dcache rationalise dget variants by Nick Piggin · 14 years ago
  95. b5c84bf fs: dcache remove dcache_lock by Nick Piggin · 14 years ago
  96. 2fd6b7f fs: dcache scale subdirs by Nick Piggin · 14 years ago
  97. 3610cda af_unix: Avoid socket->sk NULL OOPS in stream connect security hooks. by David S. Miller · 14 years ago
  98. 17f7f4d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  99. 350e4f3 SELinux: define permissions for DCB netlink messages by Eric Paris · 14 years ago
  100. 73ff5fc selinux: cache sidtab_context_to_sid results by Eric Paris · 14 years ago