1. 0ff08ba Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  2. 649f6e7 LSM: Add flags field to security_sb_set_mnt_opts for in kernel mount data. by David Quigley · 11 years ago
  3. 746df9b Security: Add Hook to test if the particular xattr is part of a MAC model. by David Quigley · 11 years ago
  4. d47be3d Security: Add hook to calculate context based on a negative dentry. by David Quigley · 11 years ago
  5. 0d422af security: cap_inode_getsecctx returning garbage by J. Bruce Fields · 11 years ago
  6. 2e1deaa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 11 years ago
  7. ca10b9e selinux: add a skb_owned_by() hook by Eric Dumazet · 11 years ago
  8. 094f7b6 selinux: make security_sb_clone_mnt_opts return an error on context mismatch by Jeff Layton · 11 years ago
  9. 5dbbaf2 tun: fix LSM/SELinux labeling of tun/tap devices by Paul Moore · 11 years ago
  10. 2e72d51 security: introduce kernel_module_from_file hook by Kees Cook · 12 years ago
  11. 808d4e3 consitify do_mount() arguments by Al Viro · 12 years ago
  12. d2b31ca userns: Teach security_path_chown to take kuids and kgids by Eric W. Biederman · 12 years ago
  13. e546785 split ->file_mmap() into ->mmap_addr()/->mmap_file() by Al Viro · 12 years ago
  14. 83d4985 SELinux: rename dentry_open to file_open by Eric Paris · 12 years ago
  15. 1a2a4d0 security: create task_free security callback by Kees Cook · 13 years ago
  16. c49c41a Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 12 years ago
  17. cdcf116 switch security_path_chmod() to struct path * by Al Viro · 13 years ago
  18. fd77846 security: remove the security_netlink_recv hook as it is equivalent to capable() by Eric Paris · 12 years ago
  19. 04fc66e switch ->path_mknod() to umode_t by Al Viro · 13 years ago
  20. 4572bef switch ->path_mkdir() to umode_t by Al Viro · 13 years ago
  21. 910f4ece switch security_path_chmod() to umode_t by Al Viro · 13 years ago
  22. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  23. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  24. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  25. e74f71e ->permission() sanitizing: don't pass flags to ->inode_permission() by Al Viro · 13 years ago
  26. 8c9e80e SECURITY: Move exec_permission RCU checks into security modules by Andi Kleen · 13 years ago
  27. 7a63628 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  28. ff36fe2 LSM: Pass -o remount options to the LSM by Eric Paris · 13 years ago
  29. e33f770 xfrm: Mark flowi arg to security_xfrm_state_pol_flow_match() const. by David S. Miller · 13 years ago
  30. 4916ca4 security: remove unused security_sysctl hook by Lucian Adrian Grijincu · 13 years ago
  31. 2a7dba3 fs/vfs/security: pass last path component to LSM on inode creation by Eric Paris · 13 years ago
  32. 3610cda af_unix: Avoid socket->sk NULL OOPS in stream connect security hooks. by David S. Miller · 13 years ago
  33. 12b3052 capabilities/syslog: open code cap_syslog logic to fix build failure by Eric Paris · 14 years ago
  34. 2606fd1 secmark: make secmark object handling generic by Eric Paris · 14 years ago
  35. b34d891 Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linux by Linus Torvalds · 14 years ago
  36. dce3a3d Security: capability: code style issue by Chihau Chau · 14 years ago
  37. ea0d3ab LSM: Remove unused arguments from security_path_truncate(). by Tetsuo Handa · 14 years ago
  38. 8fd00b4 rlimits: security, add task_struct to setrlimit by Jiri Slaby · 15 years ago
  39. c80901f LSM: Add __init to fixup function. by Tetsuo Handa · 14 years ago
  40. 05b9049 security: remove dead hook acct by Eric Paris · 14 years ago
  41. 3011a34 security: remove dead hook key_session_to_parent by Eric Paris · 14 years ago
  42. 6307f8f security: remove dead hook task_setgroups by Eric Paris · 14 years ago
  43. 06ad187 security: remove dead hook task_setgid by Eric Paris · 14 years ago
  44. 43ed8c3 security: remove dead hook task_setuid by Eric Paris · 14 years ago
  45. 0968d00 security: remove dead hook cred_commit by Eric Paris · 14 years ago
  46. 9d5ed77 security: remove dead hook inode_delete by Eric Paris · 14 years ago
  47. 91a9420 security: remove dead hook sb_post_pivotroot by Eric Paris · 14 years ago
  48. 3db2910 security: remove dead hook sb_post_addmount by Eric Paris · 14 years ago
  49. 82dab10 security: remove dead hook sb_post_remount by Eric Paris · 14 years ago
  50. 4b61d12 security: remove dead hook sb_umount_busy by Eric Paris · 14 years ago
  51. 231923b security: remove dead hook sb_umount_close by Eric Paris · 14 years ago
  52. 3536331 security: remove sb_check_sb hooks by Eric Paris · 14 years ago
  53. 189b3b1 Security: add static to security_ops and default_security_ops variable by wzt.wzt@gmail.com · 14 years ago
  54. dd8dbf2 security: report the module name to security_module_request by Eric Paris · 15 years ago
  55. 8b8efb4 LSM: Add security_path_chroot(). by Tetsuo Handa · 15 years ago
  56. 89eda06 LSM: Add security_path_chmod() and security_path_chown(). by Tetsuo Handa · 15 years ago
  57. 1ee65e3 LSM/SELinux: inode_{get,set,notify}secctx hooks to access LSM security context information. by David P. Quigley · 15 years ago
  58. ee18d64 KEYS: Add a keyctl to install a process's session keyring on its parent [try #6] by David Howells · 15 years ago
  59. 2b980db lsm: Add hooks to the TUN driver by Paul Moore · 15 years ago
  60. 9188499 security: introducing security_request_module by Eric Paris · 15 years ago
  61. 7c73875 Capabilities: move cap_file_mmap to commoncap.c by Eric Paris · 15 years ago
  62. 9e48858 security: rename ptrace_may_access => ptrace_access_check by Ingo Molnar · 15 years ago
  63. 8651d5c lsm: Remove the socket_post_accept() hook by Paul Moore · 15 years ago
  64. be6d3e5 introduce new LSM hooks where vfsmount is available. by Kentaro Takeda · 16 years ago
  65. 12204e2 security: pass mount flags to security_sb_kern_mount() by James Morris · 16 years ago
  66. 3a3b7ce CRED: Allow kernel services to override LSM settings for task actions by David Howells · 16 years ago
  67. a6f76f2 CRED: Make execve() take advantage of copy-on-write credentials by David Howells · 16 years ago
  68. d84f4f9 CRED: Inaugurate COW credentials by David Howells · 16 years ago
  69. 745ca24 CRED: Pass credentials through dentry_open() by David Howells · 16 years ago
  70. f1752ee CRED: Detach the credentials from task_struct by David Howells · 16 years ago
  71. 5cd9c58 security: Fix setting of PF_SUPERPRIV by __capable() by David Howells · 16 years ago
  72. b77b064 [PATCH] pass MAY_OPEN to vfs_permission() explicitly by Al Viro · 16 years ago
  73. 6f0f0fd security: remove register_security hook by James Morris · 16 years ago
  74. 5915eb5 security: remove dummy module by Miklos Szeredi · 16 years ago
  75. 3898b1b capabilities: implement per-process securebits by Andrew G. Morgan · 16 years ago
  76. aedb60a file capabilities: remove cap_task_kill() by Serge Hallyn · 16 years ago
  77. b537677 Implement file posix capabilities by Serge E. Hallyn · 17 years ago
  78. 20510f2 security: Convert LSM into a static interface by James Morris · 17 years ago
  79. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  80. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  81. 367cb70 kbuild: un-stringnify KBUILD_MODNAME by Sam Ravnborg · 18 years ago
  82. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago