1. 87f4dcb KEYS: Fix race between read and revoke by David Howells · 11 years ago
  2. b0cce01 fs: create and use seq_show_option for escaping by Kees Cook · 11 years ago
  3. 9793b7b KEYS: Fix crash when attempt to garbage collect an uninstantiated keyring by David Howells · 11 years ago
  4. 48ec02c KEYS: Fix race between key destruction and finding a keyring by name by David Howells · 11 years ago
  5. 6ebf033 selinux/nlmsg: add XFRM_MSG_MAPPING by Nicolas Dichtel · 11 years ago
  6. fa0ed22 selinux/nlmsg: add XFRM_MSG_MIGRATE by Nicolas Dichtel · 11 years ago
  7. 0fcabf0 selinux/nlmsg: add XFRM_MSG_REPORT by Nicolas Dichtel · 11 years ago
  8. ac18a53 selinux/nlmsg: add XFRM_MSG_[NEW|GET]SADINFO by Nicolas Dichtel · 11 years ago
  9. 7cddc7d selinux/nlmsg: add XFRM_MSG_GETSPDINFO by Nicolas Dichtel · 11 years ago
  10. d4cd899 selinux: fix sel_write_enforce broken return value by Joe Perches · 11 years ago
  11. 6b96263 smack: fix possible use after frees in task_security() callers by Andrey Ryabinin · 11 years ago
  12. 6fd17de move d_rcu from overlapping d_child to overlapping d_alias by Al Viro · 12 years ago
  13. a42e15a KEYS: close race between key lookup and freeing by Sasha Levin · 12 years ago
  14. 187c38d KEYS: Fix stale key registration at error path by Takashi Iwai · 12 years ago
  15. 63578cc evm: check xattr value length and type in evm_inode_setxattr() by Dmitry Kasatkin · 12 years ago
  16. e8ab53a selinux: fix inode security list corruption by Stephen Smalley · 12 years ago
  17. 12a38b8 evm: prohibit userspace writing 'security.evm' HMAC value by Mimi Zohar · 12 years ago
  18. 23a5a7a selinux: correctly label /proc inodes in use before the policy is loaded by Paul Moore · 12 years ago
  19. 186ef23 SELinux: bigendian problems with filename trans rules by Eric Paris · 12 years ago
  20. a0f916d SELinux: Fix kernel BUG on empty security contexts. by Stephen Smalley · 12 years ago
  21. ef609ed SELinux: Fix memory leak upon loading policy by Tetsuo Handa · 13 years ago
  22. 9e74d93 SELinux: Fix possible NULL pointer dereference in selinux_inode_permission() by Steven Rostedt · 13 years ago
  23. 420cc6d selinux: process labeled IPsec TCP SYN-ACK packets properly in selinux_ip_postroute() by Paul Moore · 13 years ago
  24. 73ec955 selinux: look for IPsec labels on both inbound and outbound packets by Paul Moore · 13 years ago
  25. 58c2314 selinux: selinux_setprocattr()->ptrace_parent() needs rcu_read_lock() by Oleg Nesterov · 13 years ago
  26. 351381d selinux: fix broken peer recv check by Chad Hanson · 13 years ago
  27. 2ea04e5 selinux: handle TCP SYN-ACK packets correctly in selinux_ip_postroute() by Paul Moore · 13 years ago
  28. 1c5d9d1 selinux: handle TCP SYN-ACK packets correctly in selinux_ip_output() by Paul Moore · 13 years ago
  29. 17af9d9 selinux: correct locking in selinux_netlbl_socket_connect) by Paul Moore · 13 years ago
  30. 7288f91 Revert "ima: policy for RAMFS" by Mimi Zohar · 13 years ago
  31. b647ebe key: Fix resource leak by Alan Cox · 14 years ago
  32. 8c97feb selinux: use GFP_ATOMIC under spin_lock by Dan Carpenter · 13 years ago
  33. 3126603 Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and security keys by Mathieu Desnoyers · 13 years ago
  34. 96ace77 keys: fix race with concurrent install_user_keyrings() by David Howells · 13 years ago
  35. 9c5f1b4 evm: checking if removexattr is not a NULL by Dmitry Kasatkin · 13 years ago
  36. 5564921 selinux: fix sel_netnode_insert() suspicious rcu dereference by Dave Jones · 14 years ago
  37. 7d0fcfe Yama: handle 32-bit userspace prctl by Kees Cook · 14 years ago
  38. 27cd8f5 posix_types.h: Cleanup stale __NFDBITS and related definitions by Josh Boyer · 14 years ago
  39. c3083d9 SELinux: if sel_make_bools errors don't leave inconsistent state by Eric Paris · 14 years ago
  40. 51b79be security: fix compile error in commoncap.c by Jonghwan Choi · 14 years ago
  41. d52fc5d fcaps: clear the same personality flags as suid when fcaps are used by Eric Paris · 14 years ago
  42. 86812bb Smack: move label list initialization by Casey Schaufler · 14 years ago
  43. 923e9a1 Smack: build when CONFIG_AUDIT not defined by Kees Cook · 14 years ago
  44. b61c37f lsm_audit: don't specify the audit pre/post callbacks in 'struct common_audit_data' by Linus Torvalds · 14 years ago
  45. 3f0882c SELinux: do not allocate stack space for AVC data unless needed by Eric Paris · 14 years ago
  46. f8294f1 SELinux: remove avd from slow_avc_audit() by Eric Paris · 14 years ago
  47. 7f6a47c SELinux: remove avd from selinux_audit_data by Eric Paris · 14 years ago
  48. 48c62af LSM: shrink the common_audit_data data union by Eric Paris · 14 years ago
  49. 3b3b0e4 LSM: shrink sizeof LSM specific portion of common_audit_data by Eric Paris · 14 years ago
  50. 8bb1f22 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 14 years ago
  51. 2f99c36 get rid of pointless includes of ext2_fs.h by Al Viro · 14 years ago
  52. a1c2aa1 selinuxfs: merge dentry allocation into sel_make_dir() by Al Viro · 14 years ago
  53. cdb0f9a selinux: inline avc_audit() and avc_has_perm_noaudit() into caller by Linus Torvalds · 14 years ago
  54. a554bea selinux: don't inline slow-path code into avc_has_perm_noaudit() by Linus Torvalds · 14 years ago
  55. a591afc Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  56. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 14 years ago
  57. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 14 years ago
  58. 0421ea9 apparmor: Fix change_onexec when called from a confined task by John Johansen · 14 years ago
  59. 778aae8 SELinux: selinux/xfrm.h needs net/flow.h by David Howells · 14 years ago
  60. 9d944ef usermodehelper: kill umh_wait, renumber UMH_* constants by Oleg Nesterov · 14 years ago
  61. 70834d3 usermodehelper: use UMH_WAIT_PROC consistently by Oleg Nesterov · 14 years ago
  62. f63d395 Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 14 years ago
  63. 48aab2f security: optimize avc_audit() common path by Linus Torvalds · 14 years ago
  64. e2a0883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 14 years ago
  65. 3556485 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 14 years ago
  66. 9f39383 Merge branch 'kmap_atomic' of git://github.com/congwang/linux by Linus Torvalds · 14 years ago
  67. 40ffe67 switch unix_sock to struct path by Al Viro · 14 years ago
  68. 0d9cabd Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 14 years ago
  69. c58e037 tomoyo: remove the second argument of k[un]map_atomic() by Cong Wang · 15 years ago
  70. 09f61cd Merge branch 'for-security' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor into next by James Morris · 14 years ago
  71. 7e57014 AppArmor: Fix location of const qualifier on generated string tables by Tetsuo Handa · 14 years ago
  72. 7d7473d TOMOYO: Return error if fails to delete a domain by Tetsuo Handa · 14 years ago
  73. b01d3fb Merge branch 'for-security' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor into next by James Morris · 14 years ago
  74. 2d4cee7 AppArmor: add const qualifiers to string arrays by Jan Engelhardt · 14 years ago
  75. ad5ff3d AppArmor: Add ability to load extended policy by John Johansen · 14 years ago
  76. 6041e83 TOMOYO: Return appropriate value to poll(). by Tetsuo Handa · 14 years ago
  77. 57fa1e1 AppArmor: Move path failure information into aa_get_name and rename by John Johansen · 14 years ago
  78. 0fe1212 AppArmor: Update dfa matching routines. by John Johansen · 14 years ago
  79. 3372b68 AppArmor: Minor cleanup of d_namespace_path to consolidate error handling by John Johansen · 14 years ago
  80. fbba8d8 AppArmor: Retrieve the dentry_path for error reporting when path lookup fails by John Johansen · 14 years ago
  81. 33e521a AppArmor: Add const qualifiers to generated string tables by John Johansen · 14 years ago
  82. b1b4bc2 AppArmor: Fix oops in policy unpack auditing by John Johansen · 14 years ago
  83. ef9a762 AppArmor: Fix error returned when a path lookup is disconnected by John Johansen · 14 years ago
  84. f67dabb KEYS: testing wrong bit for KEY_FLAG_REVOKED by Dan Carpenter · 14 years ago
  85. 59e6b9c Created a function for setting timeouts on keys by Bryan Schumaker · 14 years ago
  86. df91e49 TOMOYO: Fix mount flags checking order. by Tetsuo Handa · 14 years ago
  87. a69f158 security: fix ima kconfig warning by Randy Dunlap · 14 years ago
  88. 28042fa AppArmor: Fix the error case for chroot relative path name lookup by John Johansen · 14 years ago
  89. 38305a4 AppArmor: fix mapping of META_READ to audit and quiet flags by John Johansen · 14 years ago
  90. 8b964ea AppArmor: Fix underflow in xindex calculation by John Johansen · 14 years ago
  91. ade3ddc AppArmor: Fix dropping of allowed operations that are force audited by John Johansen · 14 years ago
  92. cdbd288 AppArmor: Add mising end of structure test to caps unpacking by John Johansen · 14 years ago
  93. d384b0a AppArmor: export known rlimit names/value mappings in securityfs by Kees Cook · 14 years ago
  94. a9bf8e9 AppArmor: add "file" details to securityfs by Kees Cook · 14 years ago
  95. e74abcf AppArmor: add initial "features" directory to securityfs by Kees Cook · 14 years ago
  96. 9acd494 AppArmor: refactor securityfs to use structures by Kees Cook · 14 years ago
  97. 1fd36ad Replace the fd_sets in struct fdtable with an array of unsigned longs by David Howells · 14 years ago
  98. b0d5de4 IMA: fix audit res field to indicate 1 for success and 0 for failure by Eric Paris · 14 years ago
  99. bf06189 Yama: add PR_SET_PTRACER_ANY by Kees Cook · 14 years ago
  100. 4040153 security: trim security.h by Al Viro · 14 years ago