1. b197367 selinux: Inode label revalidation performance fix by Andreas Gruenbacher · 9 years ago
  2. 7631994 selinux: rate-limit netlink message warnings in selinux_nlmsg_perm() by Vladis Dronov · 9 years ago
  3. 5d226df selinux: Revalidate invalid inode security labels by Andreas Gruenbacher · 9 years ago
  4. 6f3be9f security: Add hook to invalidate inode security labels by Andreas Gruenbacher · 9 years ago
  5. 83da53c5 selinux: Add accessor functions for inode->i_security by Andreas Gruenbacher · 9 years ago
  6. d6335d7 security: Make inode argument of inode_getsecid non-const by Andreas Gruenbacher · 9 years ago
  7. ea861df security: Make inode argument of inode_getsecurity non-const by Andreas Gruenbacher · 9 years ago
  8. a44ca52 selinux: Remove unused variable in selinux_inode_init_security by Andreas Gruenbacher · 9 years ago
  9. 2df4ee7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  10. 54abc68 net: add skb_to_full_sk() helper and use it in selinux_netlbl_skbuff_setsid() by Eric Dumazet · 9 years ago
  11. 1873499 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  12. 212cd08 selinux: fix random read in selinux_ip_postroute_compat() by Eric Dumazet · 9 years ago
  13. 6320565 selinux: Use a kmem_cache for allocation struct file_security_struct by Sangwoo · 9 years ago
  14. 1d2a168 selinux: ioctl_has_perm should be static by Geliang Tang · 9 years ago
  15. 20ba96a selinux: remove pointless cast in selinux_inode_setsecurity() by Rasmus Villemoes · 9 years ago
  16. 44be2f6 selinux: introduce security_context_str_to_sid by Rasmus Villemoes · 9 years ago
  17. 44d37ad selinux: do not check open perm on ftruncate call by Jeff Vander Stoep · 9 years ago
  18. f0a0a97 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Pablo Neira Ayuso · 9 years ago
  19. 2ffbceb netfilter: remove hook owner refcounting by Florian Westphal · 9 years ago
  20. e446f9d net: synack packets can be attached to request sockets by Eric Dumazet · 9 years ago
  21. 06198b3 netfilter: Pass priv instead of nf_hook_ops to netfilter hooks by Eric W. Biederman · 9 years ago
  22. b793c00 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  23. a068acf fs: create and use seq_show_option for escaping by Kees Cook · 9 years ago
  24. 3e5f206 Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into next by James Morris · 9 years ago
  25. c3c188b selinux: Create a common helper to determine an inode label [ver #3] by David Howells · 9 years ago
  26. 5dee25d selinux: initialize sock security class to default value by Stephen Smalley · 9 years ago
  27. 9629d04 selinux: reduce locking overhead in inode_free_security() by Waiman Long · 9 years ago
  28. fa1aa14 selinux: extended permissions for ioctls by Jeff Vander Stoep · 9 years ago
  29. 3dbbbe0 Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/selinux into for-linus2 by James Morris · 9 years ago
  30. 892e8ca selinux: fix mprotect PROT_EXEC regression caused by mm change by Stephen Smalley · 9 years ago
  31. e22619a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  32. 9fc2b4b selinux: fix setting of security labels on NFS by J. Bruce Fields · 9 years ago
  33. 8e01472 selinux: enable genfscon labeling for sysfs and pstore files by Stephen Smalley · 9 years ago
  34. 134509d selinux: enable per-file labeling for debugfs files. by Stephen Smalley · 9 years ago
  35. 6c6d2e9 selinux: update netlink socket classes by Stephen Smalley · 9 years ago
  36. 9e7c8f8 signals: don't abuse __flush_signals() in selinux_bprm_committed_creds() by Oleg Nesterov · 9 years ago
  37. cded3ff selinux: Print 'sclass' as string when unrecognized netlink message occurs by Marek Milkovic · 9 years ago
  38. b1d9e6b LSM: Switch to lists of hooks by Casey Schaufler · 9 years ago
  39. e20b043 LSM: Add security module hook list heads by Casey Schaufler · 9 years ago
  40. 3c4ed7b LSM: Split security.h by Casey Schaufler · 9 years ago
  41. bda0be7 security: make inode_follow_link RCU-walk aware by NeilBrown · 9 years ago
  42. 7b20ea2 security/selinux: pass 'flags' arg to avc_audit() and avc_has_perm_flags() by NeilBrown · 9 years ago
  43. 37882db SECURITY: remove nameidata arg from inode_follow_link. by NeilBrown · 9 years ago
  44. c6f493d VFS: security/: d_backing_inode() annotations by David Howells · 9 years ago
  45. 39c853e Merge branch 'for-davem' into for-next by Al Viro · 9 years ago
  46. 3f7036a switch security_inode_getattr() to struct path * by Al Viro · 9 years ago
  47. 238e54c netfilter: Make nf_hookfn use nf_hook_state. by David S. Miller · 9 years ago
  48. d3593b5 Revert "selinux: add a skb_owned_by() hook" by Eric Dumazet · 9 years ago
  49. e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 9 years ago
  50. 2c616d4 SELinux: Use d_is_positive() rather than testing dentry->d_inode by David Howells · 9 years ago
  51. 4ba6307 Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 9 years ago
  52. d5f3a5f selinux: add security in-core xattr support for pstore and debugfs by Mark Salyzyn · 9 years ago
  53. 2088d60 selinux: quiet the filesystem labeling behavior message by Paul Moore · 9 years ago
  54. 79af730 Add security hooks to binder and implement the hooks for SELinux. by Stephen Smalley · 9 years ago
  55. 67e2c38 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  56. 00fec2a selinux: Remove security_ops extern by Yao Dongdong · 10 years ago
  57. 09c6268 Merge branch 'stable-3.18' of git://git.infradead.org/users/pcmoore/selinux into for-linus by James Morris · 10 years ago
  58. d950f84 selinux: convert WARN_ONCE() to printk() in selinux_nlmsg_perm() by Richard Guy Briggs · 10 years ago
  59. 9b32011 Merge branch 'stable-3.18' of git://git.infradead.org/users/pcmoore/selinux into for-linus2 by James Morris · 10 years ago
  60. 923190d selinux: fix inode security list corruption by Stephen Smalley · 10 years ago
  61. 5e40d33 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  62. e173fb2 selinux: cleanup error reporting in selinux_nlmsg_perm() by Richard Guy Briggs · 10 years ago
  63. cbe0d6e selinux: make the netif cache namespace aware by Paul Moore · 10 years ago
  64. e0b93ed security: make security_file_set_fowner, f_setown and __f_setown void return by Jeff Layton · 10 years ago
  65. 25db6be selinux: register nf hooks with single nf_register_hooks call by Jiri Pirko · 10 years ago
  66. a7a91a1 selinux: fix a problem with IPv6 traffic denials in selinux_ip_postroute() by Paul Moore · 10 years ago
  67. 7b0d0b4 selinux: Permit bounded transitions under NO_NEW_PRIVS or NOSUID. by Stephen Smalley · 10 years ago
  68. aa9e0de Merge tag 'v3.16' into next by Paul Moore · 10 years ago
  69. 167225b Merge branch 'stable-3.16' of git://git.infradead.org/users/pcmoore/selinux into next by James Morris · 10 years ago
  70. 2873ead Revert "selinux: fix the default socket labeling in sock_graft()" by Paul Moore · 10 years ago
  71. 2ccf466 Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into next by James Morris · 10 years ago
  72. b6b8a37 Merge branch 'stable-3.16' of git://git.infradead.org/users/pcmoore/selinux into next by James Morris · 10 years ago
  73. 4da6daf selinux: fix the default socket labeling in sock_graft() by Paul Moore · 10 years ago
  74. 615e51f selinux: reduce the number of calls to synchronize_net() when flushing caches by Paul Moore · 10 years ago
  75. f01387d Merge commit 'v3.15' into next by James Morris · 10 years ago
  76. 170b591 Merge tag 'v3.15' into next by Paul Moore · 10 years ago
  77. fad0701 Merge branch 'serge-next-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sergeh/linux-security by Linus Torvalds · 10 years ago
  78. 5b589d4 selinux: reject setexeccon() on MNT_NOSUID applications with -EACCES by Paul Moore · 10 years ago
  79. ca7786a selinux: Report permissive mode in avc: denied messages. by Stephen Smalley · 10 years ago
  80. 92953ff Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into next by James Morris · 10 years ago
  81. 4f18998 selinux: reject setexeccon() on MNT_NOSUID applications with -EACCES by Paul Moore · 10 years ago
  82. 626b974 selinux: Report permissive mode in avc: denied messages. by Stephen Smalley · 10 years ago
  83. 0d3f7a2 locks: rename file-private locks to "open file description locks" by Jeff Layton · 10 years ago
  84. b13cebe Merge tag 'keys-20140314' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into next by James Morris · 10 years ago
  85. ecd740c Merge commit 'v3.14' into next by James Morris · 10 years ago
  86. f7789dc Merge branch 'locks-3.15' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  87. bea8031 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  88. 6d32c85 Merge tag 'v3.14' into next by Paul Moore · 10 years ago
  89. 5d50ffd locks: add new fcntl cmd values for handling file private locks by Jeff Layton · 10 years ago
  90. f64410e selinux: correctly label /proc inodes in use before the policy is loaded by Paul Moore · 10 years ago
  91. 98883bf selinux: put the mmap() DAC controls before the MAC controls by Paul Moore · 10 years ago
  92. f589594 KEYS: Move the flags representing required permission to linux/key.h by David Howells · 10 years ago
  93. 52a4c64 selinux: add gfp argument to security_xfrm_policy_alloc and fix callers by Nikolay Aleksandrov · 10 years ago
  94. eee3094 selinux: correctly label /proc inodes in use before the policy is loaded by Paul Moore · 10 years ago
  95. 0909c0a selinux: put the mmap() DAC controls before the MAC controls by Paul Moore · 10 years ago
  96. 29707b2 security: replace strict_strto*() with kstrto*() by Jingoo Han · 10 years ago
  97. 41be702 Merge tag 'v3.13' into next by Paul Moore · 10 years ago
  98. fb2e2c8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  99. 3dc91d4 SELinux: Fix possible NULL pointer dereference in selinux_inode_permission() by Steven Rostedt · 11 years ago
  100. d4a82a4 Merge branch 'master' of git://git.infradead.org/users/pcmoore/selinux into next by James Morris · 11 years ago