1. e94f8cc Merge tag 'smack-for-5.4-rc1' of git://github.com/cschaufler/smack-next by Linus Torvalds · 5 years ago
  2. e5bfad3 smack: use GFP_NOFS while holding inode_smack::smk_lock by Eric Biggers · 5 years ago
  3. 3f4287e security: smack: Fix possible null-pointer dereferences in smack_socket_sock_rcv_skb() by Jia-Ju Bai · 5 years ago
  4. a1a07f2 smack: fix some kernel-doc notations by luanshi · 5 years ago
  5. 3675f05 Smack: Don't ignore other bprm->unsafe flags if LSM_UNSAFE_PTRACE is set by Jann Horn · 6 years ago
  6. 933a90b Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  7. 028db3e Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs" by Linus Torvalds · 5 years ago
  8. 0f75ef6 Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 5 years ago
  9. 5afdd0f vfs: Convert smackfs to use the new mount API by David Howells · 6 years ago
  10. 2e12256 keys: Replace uid/gid/perm permissions checking with an ACL by David Howells · 6 years ago
  11. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  12. 6e7739f Smack: Restore the smackfsdef mount option and add missing prefixes by Casey Schaufler · 6 years ago
  13. a10e763 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372 by Thomas Gleixner · 6 years ago
  14. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  15. 619ae03 Smack: Fix kbuild reported build error by Casey Schaufler · 6 years ago
  16. b9ef551 smack: Check address length before reading address family by Tetsuo Handa · 6 years ago
  17. f7450bc Smack: Fix IPv6 handling of 0 secmark by Casey Schaufler · 6 years ago
  18. 4e328b0 Smack: Create smack_rule cache to optimize memory usage by Casey Schaufler · 6 years ago
  19. 460d95a smack: removal of global rule list by Vishal Goel · 6 years ago
  20. 7b47a9e Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  21. be37f21 Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 6 years ago
  22. 0b52075 introduce cloning of fs_context by Al Viro · 6 years ago
  23. 2febd25 smack: Implement filesystem context security hooks by David Howells · 6 years ago
  24. 09186e5 security: mark expected switch fall-throughs and add a missing break by Gustavo A. R. Silva · 6 years ago
  25. 90462a5 audit: remove unused actx param from audit_rule_match by Richard Guy Briggs · 6 years ago
  26. 1cfb2a5 LSM: Make lsm_early_cred() and lsm_early_task() local functions. by Tetsuo Handa · 6 years ago
  27. c1a85a0 LSM: generalize flag passing to security_capable by Micah Morton · 6 years ago
  28. ecd5f82 LSM: Infrastructure management of the ipc security blob by Casey Schaufler · 6 years ago
  29. 019bcca Smack: Abstract use of ipc security blobs by Casey Schaufler · 6 years ago
  30. afb1cbe3 LSM: Infrastructure management of the inode security by Casey Schaufler · 6 years ago
  31. fb4021b Smack: Abstract use of inode security blob by Casey Schaufler · 6 years ago
  32. 33bf60c LSM: Infrastructure management of the file security by Casey Schaufler · 6 years ago
  33. f28952a Smack: Abstract use of file security blob by Casey Schaufler · 6 years ago
  34. bbd3662 Infrastructure management of the cred security blob by Casey Schaufler · 6 years ago
  35. b17103a Smack: Abstract use of cred security blob by Casey Schaufler · 6 years ago
  36. 14bd99c LSM: Separate idea of "major" LSM from "exclusive" LSM by Kees Cook · 6 years ago
  37. f4941d7 LSM: Lift LSM selection out of individual LSMs by Kees Cook · 6 years ago
  38. 47008e5 LSM: Introduce LSM_FLAG_LEGACY_MAJOR by Kees Cook · 6 years ago
  39. 505b050 Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  40. d2497e1 smack: rewrite smack_sb_eat_lsm_opts() by Al Viro · 6 years ago
  41. c3300aa smack: get rid of match_token() by Al Viro · 6 years ago
  42. 55c0e5b smack: take the guts of smack_parse_opts_str() into a new helper by Al Viro · 6 years ago
  43. 757cbe5 LSM: new method: ->sb_add_mnt_opt() by Al Viro · 6 years ago
  44. 12085b1 smack: switch to private smack_mnt_opts by Al Viro · 6 years ago
  45. 204cc0c LSM: hide struct security_mnt_opts from any generic code by Al Viro · 6 years ago
  46. 5b40023 LSM: turn sb_eat_lsm_opts() into a method by Al Viro · 6 years ago
  47. a10d7c2 LSM: split ->sb_set_mnt_opts() out of ->sb_kern_mount() by Al Viro · 6 years ago
  48. 6be8750 LSM: lift parsing LSM options into the caller of ->sb_kern_mount() by Al Viro · 6 years ago
  49. 6466f3d smack: make smack_parse_opts_str() clean up on failure by Al Viro · 6 years ago
  50. 5b841bf smack: fix access permissions for keyring by Zoran Markovic · 6 years ago
  51. e80bc22 Merge branch 'next-smack' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
  52. 638820d Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
  53. 07aed2f LSM: Record LSM name in struct lsm_info by Kees Cook · 6 years ago
  54. 3d6e5f6 LSM: Convert security_initcall() into DEFINE_LSM() by Kees Cook · 6 years ago
  55. ae7795b signal: Distinguish between kernel_siginfo and siginfo by Eric W. Biederman · 6 years ago
  56. b1fed3e Smack: Mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  57. dcb569c Smack: ptrace capability use fixes by Casey Schaufler · 6 years ago
  58. 76c9805 Smack: remove set but not used variable 'root_inode' by YueHaibing · 6 years ago
  59. 04743f8 Merge branch 'next-smack' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
  60. a66b4cd Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  61. d66a8ac Smack: Inform peer that IPv6 traffic has been blocked by Piotr Sawicki · 6 years ago
  62. a07ef95 Smack: Check UDP-Lite and DCCP protocols during IPv6 handling by Piotr Sawicki · 6 years ago
  63. 129a998 Smack: Fix handling of IPv4 traffic received by PF_INET6 sockets by Piotr Sawicki · 6 years ago
  64. 9481769 ->file_open(): lose cred argument by Al Viro · 6 years ago
  65. 7b4e884 Smack: Mark inode instant in smack_task_to_inode by Casey Schaufler · 7 years ago
  66. 2531a0c Merge branch 'smack-for-4.18' of https://github.com/cschaufler/next-smack into next-smack by James Morris · 7 years ago
  67. 0f8983c Smack: Fix memory leak in smack_inode_getsecctx by Casey Schaufler · 7 years ago
  68. 5859cdf smack: provide socketpair callback by Tom Gundersen · 7 years ago
  69. 23c8cec ipc/msg: introduce msgctl(MSG_STAT_ANY) by Davidlohr Bueso · 7 years ago
  70. a280d6d ipc/sem: introduce semctl(SEM_STAT_ANY) by Davidlohr Bueso · 7 years ago
  71. c21a697 ipc/shm: introduce shmctl(SHM_STAT_ANY) by Davidlohr Bueso · 7 years ago
  72. f8cf2f1 Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  73. 706ffc8 Merge branch 'next-smack' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  74. 3612605 Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  75. 0d79cbf ipc/smack: Tidy up from the change in type of the ipc security hooks by Eric W. Biederman · 7 years ago
  76. d54d27c Merge branch 'smack-for-4.17' of git://github.com/cschaufler/next-smack into next-smack by James Morris · 7 years ago
  77. 3ec3011 security: Add a cred_getsecid hook by Matthew Garrett · 7 years ago
  78. d8c6e85 msg/security: Pass kern_ipc_perm not msg_queue into the msg_queue security hooks by Eric W. Biederman · 7 years ago
  79. 7191adf shm/security: Pass kern_ipc_perm not shmid_kernel into the shm security hooks by Eric W. Biederman · 7 years ago
  80. aefad95 sem/security: Pass kern_ipc_perm not sem_array into the sem security hooks by Eric W. Biederman · 7 years ago
  81. 6b4f3d0 usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as_cred and security_task_kill by Stephen Smalley · 7 years ago
  82. 58c442f Smack: Handle CGROUP2 in the same way that CGROUP by José Bollo · 7 years ago
  83. d19dfe5 Smack: Privilege check on key operations by Casey Schaufler · 7 years ago
  84. da49b5d Smack: fix dereferenced before check by Vasyl Gomonovych · 7 years ago
  85. 55b3a0c Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  86. d6d80cb Smack: Base support for overlayfs by Casey Schaufler · 7 years ago
  87. 57e7ba0 lsm: fix smack_inode_removexattr and xattr_getsecurity memleak by Casey Schaufler · 7 years ago
  88. 828f425 Merge tag 'secureexec-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  89. 35b372b smack: Remove redundant pdeath_signal clearing by Kees Cook · 7 years ago
  90. ccbb6e1 smack: Refactor to remove bprm_secureexec hook by Kees Cook · 7 years ago
  91. ddb4a14 exec: Rename bprm->cred_prepared to called_set_creds by Kees Cook · 7 years ago
  92. 591bb27 netfilter: nf_hook_ops structs can be const by Florian Westphal · 7 years ago
  93. f28e783 Smack: Use cap_capable in privilege check by Casey Schaufler · 8 years ago
  94. 51d59af Smack: Safer check for a socket in file_receive by Casey Schaufler · 8 years ago
  95. e661a58 smack: use pernet operations for hook registration by Florian Westphal · 8 years ago
  96. 11fbf53 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  97. cda3712 fs: constify tree_descr arrays passed to simple_fill_super() by Eric Biggers · 8 years ago
  98. af96f0d Smack: Use GFP_KERNEL for smk_netlbl_mls(). by Tetsuo Handa · 8 years ago
  99. c3c8dc9 smack: fix double free in smack_parse_opts_str() by Tetsuo Handa · 8 years ago
  100. ca97d93 security: mark LSM hooks as __ro_after_init by James Morris · 8 years ago