1. 4e3fd7a net: remove ipv6_addr_copy() by Alexey Dobriyan · 13 years ago
  2. 44fc7ea selinux: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 13 years ago
  3. 7b98a58 selinux: sparse fix: fix several warnings in the security server code 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. 56a4ca9 selinux: sparse fix: make selinux_secmark_refcount static by James Morris · 13 years ago
  7. 82c21bf doc: Update the email address for Paul Moore in various source files by Paul Moore · 13 years ago
  8. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  9. 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
  10. 8209f53 Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc by Linus Torvalds · 13 years ago
  11. cf1dd1d selinux: don't transliterate MAY_NOT_BLOCK to IPERM_FLAG_RCU by Al Viro · 13 years ago
  12. e74f71e ->permission() sanitizing: don't pass flags to ->inode_permission() by Al Viro · 13 years ago
  13. 06d9847 ptrace: s/tracehook_tracer_task()/ptrace_parent()/ by Tejun Heo · 13 years ago
  14. 95f4efb selinux: simplify and clean up inode_has_perm() by Linus Torvalds · 13 years ago
  15. b7b5755 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into for-linus by James Morris · 13 years ago
  16. 6f23928 Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into for-linus by James Morris · 13 years ago
  17. cb1e922 SELinux: pass last path component in may_create by Eric Paris · 13 years ago
  18. 2875fa0 SELinux: introduce path_has_perm by Eric Paris · 13 years ago
  19. 562abf6 SELinux: pass last path component in may_create by Eric Paris · 13 years ago
  20. 9ade0cf SELINUX: Make selinux cache VFS RCU walks safe by Eric Paris · 13 years ago
  21. a269434 LSM: separate LSM_AUDIT_DATA_DENTRY from LSM_AUDIT_DATA_PATH by Eric Paris · 13 years ago
  22. f48b739 LSM: split LSM_AUDIT_DATA_FS into _PATH and _INODE by Eric Paris · 13 years ago
  23. 0dc1ba2 SELINUX: Make selinux cache VFS RCU walks safe by Eric Paris · 13 years ago
  24. 1c99042 SECURITY: Move exec_permission RCU checks into security modules by Andi Kleen · 13 years ago
  25. a35c6c8 SELinux: silence build warning when !CONFIG_BUG by Eric Paris · 13 years ago
  26. 8c9e80e SECURITY: Move exec_permission RCU checks into security modules by Andi Kleen · 13 years ago
  27. 2e14967 userns: rename is_owner_or_cap to inode_owner_or_capable by Serge E. Hallyn · 13 years ago
  28. 3486740 userns: security: make capabilities relative to the user namespace by Serge E. Hallyn · 13 years ago
  29. 7a63628 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  30. 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 13 years ago
  31. fe3fa43 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next by James Morris · 13 years ago
  32. 026eb16 SELinux: implement the new sb_remount LSM hook by Eric Paris · 13 years ago
  33. 2ad18bd SELinux: Compute SID for the newly created socket by Harry Ciao · 13 years ago
  34. c53fa1e netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parms by Patrick McHardy · 13 years ago
  35. 0b24dcb Revert "selinux: simplify ioctl checking" by Eric Paris · 13 years ago
  36. 4a7ab3d selinux: Fix packet forwarding checks on postrouting by Steffen Klassert · 13 years ago
  37. b9679a7 selinux: Fix wrong checks for selinux_policycap_netpeer by Steffen Klassert · 13 years ago
  38. 2edeaa3 CRED: Fix BUG() upon security_cred_alloc_blank() failure by Tetsuo Handa · 13 years ago
  39. 8e6c969 security/selinux: fix /proc/sys/ labeling by Lucian Adrian Grijincu · 13 years ago
  40. 652bb9b SELinux: Use dentry name in new object labeling by Eric Paris · 13 years ago
  41. 2a7dba3 fs/vfs/security: pass last path component to LSM on inode creation by Eric Paris · 13 years ago
  42. aeda4ac Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next by James Morris · 13 years ago
  43. 3610cda af_unix: Avoid socket->sk NULL OOPS in stream connect security hooks. by David S. Miller · 13 years ago
  44. 17f7f4d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  45. 415103f SELinux: do not compute transition labels on mountpoint labeled filesystems by Eric Paris · 13 years ago
  46. 2fe66ec SELinux: indicate fatal error in compat netfilter code by Eric Paris · 13 years ago
  47. 04f6d70 SELinux: Only return netlink error when we know the return is fatal by Eric Paris · 13 years ago
  48. 1f1aaf8 SELinux: return -ECONNREFUSED from ip_postroute to signal fatal error by Eric Paris · 14 years ago
  49. 12b3052 capabilities/syslog: open code cap_syslog logic to fix build failure by Eric Paris · 14 years ago
  50. 2606fd1 secmark: make secmark object handling generic by Eric Paris · 14 years ago
  51. b0ae198 security: remove unused parameter from security_task_setscheduler() by KOSAKI Motohiro · 14 years ago
  52. d996b62 tty: fix fu_list abuse by Nick Piggin · 14 years ago
  53. ee2ffa0 fs: cleanup files_lock locking by Nick Piggin · 14 years ago
  54. b34d891 Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linux by Linus Torvalds · 14 years ago
  55. 49b7b8d selinux: place open in the common file perms by Eric Paris · 14 years ago
  56. b782e0a SELinux: special dontaudit for access checks by Eric Paris · 14 years ago
  57. d09ca73 security: make LSMs explicitly mask off permissions by Eric Paris · 14 years ago
  58. af4f136 security: move LSM xattrnames to xattr.h by Mimi Zohar · 14 years ago
  59. 5fb4987 selinux: Use current_security() when possible by Paul Moore · 14 years ago
  60. 253bfae selinux: Convert socket related access controls to use socket labels by Paul Moore · 14 years ago
  61. 84914b7 selinux: Shuffle the sk_security_struct alloc and free routines by Paul Moore · 14 years ago
  62. d4f2d97 selinux: Consolidate sockcreate_sid logic by Paul Moore · 14 years ago
  63. 4d1e245 selinux: Set the peer label correctly on connected UNIX domain sockets by Paul Moore · 14 years ago
  64. eb2d55a rlimits: selinux, do rlimits changes under task_lock by Oleg Nesterov · 14 years ago
  65. 5ab46b3 rlimits: add task_struct to update_rlimit_cpu by Jiri Slaby · 15 years ago
  66. 8fd00b4 rlimits: security, add task_struct to setrlimit by Jiri Slaby · 15 years ago
  67. e8c2625 switch selinux delayed superblock handling to iterate_supers() by Al Viro · 14 years ago
  68. fcaaade selinux: generalize disabling of execmem for plt-in-heap archs by Stephen Smalley · 14 years ago
  69. dd3e783 selinux: always call sk_security_struct sksec by Eric Paris · 14 years ago
  70. c43a752 Merge branch 'next-queue' into next by James Morris · 14 years ago
  71. 634a539 selinux: const strings in tables by Stephen Hemminger · 14 years ago
  72. ef57471 SELinux: Make selinux_kernel_create_files_as() shouldn't just always return 0 by David Howells · 14 years ago
  73. 189b3b1 Security: add static to security_ops and default_security_ops variable by wzt.wzt@gmail.com · 14 years ago
  74. d78ca3c syslog: use defined constants instead of raw numbers by Kees Cook · 14 years ago
  75. 0023459 syslog: distinguish between /proc/kmsg and syscalls by Kees Cook · 14 years ago
  76. 17740d8 SECURITY: selinux, fix update_rlimit_cpu parameter by Jiri Slaby · 15 years ago
  77. 28b4d5c Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 14 years ago
  78. 8964be4 net: rename skb->iif to skb->skb_iif by Eric Dumazet · 15 years ago
  79. dd8dbf2 security: report the module name to security_module_request by Eric Paris · 15 years ago
  80. 941fc5b selinux: drop remapping of netlink classes by Stephen Smalley · 15 years ago
  81. af8ff04 SELinux: reset the security_ops before flushing the avc cache by Eric Paris · 15 years ago
  82. 0b7570e do_wait() wakeup optimization: change __wake_up_parent() to use filtered wakeup by Oleg Nesterov · 15 years ago
  83. ddd29ec sysfs: Add labeling support for sysfs by David P. Quigley · 15 years ago
  84. 1ee65e3 LSM/SELinux: inode_{get,set,notify}secctx hooks to access LSM security context information. by David P. Quigley · 15 years ago
  85. ee18d64 KEYS: Add a keyctl to install a process's session keyring on its parent [try #6] by David Howells · 15 years ago
  86. e0e8173 CRED: Add some configurable debugging [try #6] by David Howells · 15 years ago
  87. ed6d76e selinux: Support for the new TUN LSM hooks by Paul Moore · 15 years ago
  88. bc6a600 selinux: adjust rules for ATTR_FORCE by Amerigo Wang · 15 years ago
  89. ece1387 Merge branch 'master' into next by James Morris · 15 years ago
  90. 788084a Security/SELinux: seperate lsm specific mmap_min_addr by Eric Paris · 15 years ago
  91. 8cf948e SELinux: call cap_file_mmap in selinux_file_mmap by Eric Paris · 15 years ago
  92. 2bf4969 SELinux: Convert avc_audit to use lsm_audit.h by Thomas Liu · 15 years ago
  93. 25354c4 SELinux: add selinux_kernel_module_request by Eric Paris · 15 years ago
  94. 314dabb SELinux: fix memory leakage in /security/selinux/hooks.c by James Morris · 15 years ago
  95. a2551df Security/SELinux: seperate lsm specific mmap_min_addr by Eric Paris · 15 years ago
  96. 84336d1a SELinux: call cap_file_mmap in selinux_file_mmap by Eric Paris · 15 years ago
  97. 5bb459b kernel: rename is_single_threaded(task) to current_is_single_threaded(void) by Oleg Nesterov · 15 years ago
  98. be940d6 Revert "SELinux: Convert avc_audit to use lsm_audit.h" by James Morris · 15 years ago
  99. 8113a8d SELinux: Convert avc_audit to use lsm_audit.h by Thomas Liu · 15 years ago
  100. 89c8657 selinux: clean up avc node cache when disabling selinux by Thomas Liu · 15 years ago