1. 3b3b0e4 LSM: shrink sizeof LSM specific portion of common_audit_data by Eric Paris · 12 years ago
  2. 2f99c36 get rid of pointless includes of ext2_fs.h by Al Viro · 12 years ago
  3. a591afc Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  4. 1fd36ad Replace the fd_sets in struct fdtable with an array of unsigned longs by David Howells · 12 years ago
  5. 4040153 security: trim security.h by Al Viro · 12 years ago
  6. c49c41a Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 13 years ago
  7. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  8. d8c9584 vfs: prefer ->dentry->d_sb to ->mnt->mnt_sb by Al Viro · 13 years ago
  9. fd77846 security: remove the security_netlink_recv hook as it is equivalent to capable() by Eric Paris · 13 years ago
  10. 69f594a ptrace: do not audit capability check when outputing /proc/pid/stat by Eric Paris · 13 years ago
  11. 6a9de49 capabilities: remove the task from capable LSM hook entirely by Eric Paris · 13 years ago
  12. 2653812 selinux: sparse fix: fix several warnings in the security server cod by James Morris · 13 years ago
  13. 02f5daa selinux: sparse fix: fix warnings in netlink code by James Morris · 13 years ago
  14. e8a65a3 selinux: sparse fix: eliminate warnings for selinuxfs by James Morris · 13 years ago
  15. b46610c selinux: sparse fix: make selinux_secmark_refcount static by James Morris · 13 years ago
  16. dba19c6 get rid of open-coded S_ISREG(), etc. by Al Viro · 13 years ago
  17. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  18. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  19. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  20. 7f1fb60 inet_diag: Partly rename inet_ to sock_ by Pavel Emelyanov · 13 years ago
  21. 75f2811 ipv6: Add fragment reporting to ipv6_skip_exthdr(). by Jesse Gross · 13 years ago
  22. 4e3fd7a net: remove ipv6_addr_copy() by Alexey Dobriyan · 13 years ago
  23. 44fc7ea selinux: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 13 years ago
  24. 7b98a58 selinux: sparse fix: fix several warnings in the security server code by James Morris · 13 years ago
  25. 6a3fbe8 selinux: sparse fix: fix warnings in netlink code by James Morris · 13 years ago
  26. ad3fa08 selinux: sparse fix: eliminate warnings for selinuxfs by James Morris · 13 years ago
  27. 56a4ca9 selinux: sparse fix: make selinux_secmark_refcount static by James Morris · 13 years ago
  28. 82c21bf doc: Update the email address for Paul Moore in various source files by Paul Moore · 13 years ago
  29. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  30. 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
  31. 8209f53 Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc by Linus Torvalds · 13 years ago
  32. cf1dd1d selinux: don't transliterate MAY_NOT_BLOCK to IPERM_FLAG_RCU by Al Viro · 13 years ago
  33. e74f71e ->permission() sanitizing: don't pass flags to ->inode_permission() by Al Viro · 13 years ago
  34. 06d9847 ptrace: s/tracehook_tracer_task()/ptrace_parent()/ by Tejun Heo · 13 years ago
  35. 95f4efb selinux: simplify and clean up inode_has_perm() by Linus Torvalds · 13 years ago
  36. b7b5755 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into for-linus by James Morris · 13 years ago
  37. 6f23928 Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into for-linus by James Morris · 13 years ago
  38. cb1e922 SELinux: pass last path component in may_create by Eric Paris · 13 years ago
  39. 2875fa0 SELinux: introduce path_has_perm by Eric Paris · 13 years ago
  40. 562abf6 SELinux: pass last path component in may_create by Eric Paris · 13 years ago
  41. 9ade0cf SELINUX: Make selinux cache VFS RCU walks safe by Eric Paris · 13 years ago
  42. a269434 LSM: separate LSM_AUDIT_DATA_DENTRY from LSM_AUDIT_DATA_PATH by Eric Paris · 13 years ago
  43. f48b739 LSM: split LSM_AUDIT_DATA_FS into _PATH and _INODE by Eric Paris · 13 years ago
  44. 0dc1ba2 SELINUX: Make selinux cache VFS RCU walks safe by Eric Paris · 13 years ago
  45. 1c99042 SECURITY: Move exec_permission RCU checks into security modules by Andi Kleen · 13 years ago
  46. a35c6c8 SELinux: silence build warning when !CONFIG_BUG by Eric Paris · 13 years ago
  47. 8c9e80e SECURITY: Move exec_permission RCU checks into security modules by Andi Kleen · 13 years ago
  48. 2e14967 userns: rename is_owner_or_cap to inode_owner_or_capable by Serge E. Hallyn · 13 years ago
  49. 3486740 userns: security: make capabilities relative to the user namespace by Serge E. Hallyn · 13 years ago
  50. 7a63628 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  51. 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 13 years ago
  52. fe3fa43 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next by James Morris · 13 years ago
  53. 026eb16 SELinux: implement the new sb_remount LSM hook by Eric Paris · 13 years ago
  54. 2ad18bd SELinux: Compute SID for the newly created socket by Harry Ciao · 13 years ago
  55. c53fa1e netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parms by Patrick McHardy · 13 years ago
  56. 0b24dcb Revert "selinux: simplify ioctl checking" by Eric Paris · 13 years ago
  57. 4a7ab3d selinux: Fix packet forwarding checks on postrouting by Steffen Klassert · 13 years ago
  58. b9679a7 selinux: Fix wrong checks for selinux_policycap_netpeer by Steffen Klassert · 13 years ago
  59. 2edeaa3 CRED: Fix BUG() upon security_cred_alloc_blank() failure by Tetsuo Handa · 13 years ago
  60. 8e6c969 security/selinux: fix /proc/sys/ labeling by Lucian Adrian Grijincu · 13 years ago
  61. 652bb9b SELinux: Use dentry name in new object labeling by Eric Paris · 13 years ago
  62. 2a7dba3 fs/vfs/security: pass last path component to LSM on inode creation by Eric Paris · 13 years ago
  63. aeda4ac Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next by James Morris · 14 years ago
  64. 3610cda af_unix: Avoid socket->sk NULL OOPS in stream connect security hooks. by David S. Miller · 14 years ago
  65. 17f7f4d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  66. 415103f SELinux: do not compute transition labels on mountpoint labeled filesystems by Eric Paris · 14 years ago
  67. 2fe66ec SELinux: indicate fatal error in compat netfilter code by Eric Paris · 14 years ago
  68. 04f6d70 SELinux: Only return netlink error when we know the return is fatal by Eric Paris · 14 years ago
  69. 1f1aaf8 SELinux: return -ECONNREFUSED from ip_postroute to signal fatal error by Eric Paris · 14 years ago
  70. 12b3052 capabilities/syslog: open code cap_syslog logic to fix build failure by Eric Paris · 14 years ago
  71. 2606fd1 secmark: make secmark object handling generic by Eric Paris · 14 years ago
  72. b0ae198 security: remove unused parameter from security_task_setscheduler() by KOSAKI Motohiro · 14 years ago
  73. d996b62 tty: fix fu_list abuse by Nick Piggin · 14 years ago
  74. ee2ffa0 fs: cleanup files_lock locking by Nick Piggin · 14 years ago
  75. b34d891 Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linux by Linus Torvalds · 14 years ago
  76. 49b7b8d selinux: place open in the common file perms by Eric Paris · 14 years ago
  77. b782e0a SELinux: special dontaudit for access checks by Eric Paris · 14 years ago
  78. d09ca73 security: make LSMs explicitly mask off permissions by Eric Paris · 14 years ago
  79. af4f136 security: move LSM xattrnames to xattr.h by Mimi Zohar · 14 years ago
  80. 5fb4987 selinux: Use current_security() when possible by Paul Moore · 14 years ago
  81. 253bfae selinux: Convert socket related access controls to use socket labels by Paul Moore · 14 years ago
  82. 84914b7 selinux: Shuffle the sk_security_struct alloc and free routines by Paul Moore · 14 years ago
  83. d4f2d97 selinux: Consolidate sockcreate_sid logic by Paul Moore · 14 years ago
  84. 4d1e245 selinux: Set the peer label correctly on connected UNIX domain sockets by Paul Moore · 14 years ago
  85. eb2d55a rlimits: selinux, do rlimits changes under task_lock by Oleg Nesterov · 14 years ago
  86. 5ab46b3 rlimits: add task_struct to update_rlimit_cpu by Jiri Slaby · 15 years ago
  87. 8fd00b4 rlimits: security, add task_struct to setrlimit by Jiri Slaby · 15 years ago
  88. e8c2625 switch selinux delayed superblock handling to iterate_supers() by Al Viro · 14 years ago
  89. fcaaade selinux: generalize disabling of execmem for plt-in-heap archs by Stephen Smalley · 14 years ago
  90. dd3e783 selinux: always call sk_security_struct sksec by Eric Paris · 14 years ago
  91. c43a752 Merge branch 'next-queue' into next by James Morris · 14 years ago
  92. 634a539 selinux: const strings in tables by Stephen Hemminger · 14 years ago
  93. ef57471 SELinux: Make selinux_kernel_create_files_as() shouldn't just always return 0 by David Howells · 14 years ago
  94. 189b3b1 Security: add static to security_ops and default_security_ops variable by wzt.wzt@gmail.com · 14 years ago
  95. d78ca3c syslog: use defined constants instead of raw numbers by Kees Cook · 14 years ago
  96. 0023459 syslog: distinguish between /proc/kmsg and syscalls by Kees Cook · 14 years ago
  97. 17740d8 SECURITY: selinux, fix update_rlimit_cpu parameter by Jiri Slaby · 15 years ago
  98. 28b4d5c Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  99. 8964be4 net: rename skb->iif to skb->skb_iif by Eric Dumazet · 15 years ago
  100. dd8dbf2 security: report the module name to security_module_request by Eric Paris · 15 years ago