1. 505b050 Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  2. e0c38a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  3. fb2a624 Merge tag 'selinux-pr-20181224' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 6 years ago
  4. 757cbe5 LSM: new method: ->sb_add_mnt_opt() by Al Viro · 6 years ago
  5. 99dbbb5 selinux: rewrite selinux_sb_eat_lsm_opts() by Al Viro · 6 years ago
  6. da3d76a selinux: regularize Opt_... names a bit by Al Viro · 6 years ago
  7. 169d68efb selinux: switch away from match_token() by Al Viro · 6 years ago
  8. ba64186 selinux: new helper - selinux_add_opt() by Al Viro · 6 years ago
  9. bd32365 selinux: switch to private struct selinux_mnt_opts by Al Viro · 6 years ago
  10. 204cc0c LSM: hide struct security_mnt_opts from any generic code by Al Viro · 6 years ago
  11. e3489f8 selinux: kill selinux_sb_get_mnt_opts() by Al Viro · 6 years ago
  12. 5b40023 LSM: turn sb_eat_lsm_opts() into a method by Al Viro · 6 years ago
  13. 8d64124 selinux; don't open-code a loop in sb_finish_set_opts() by Al Viro · 6 years ago
  14. a10d7c2 LSM: split ->sb_set_mnt_opts() out of ->sb_kern_mount() by Al Viro · 6 years ago
  15. c039bc3 LSM: lift extracting and parsing LSM options into the caller of ->sb_remount() by Al Viro · 6 years ago
  16. 6be8750 LSM: lift parsing LSM options into the caller of ->sb_kern_mount() by Al Viro · 6 years ago
  17. 17f3b55 selinux: expand superblock_doinit() calls by Al Viro · 6 years ago
  18. e262e32d vfs: Suppress MS_* flag defs within the kernel unless explicitly enabled by David Howells · 6 years ago
  19. 2294be0f net: use skb_sec_path helper in more places by Florian Westphal · 6 years ago
  20. ee1a84f selinux: overhaul sidtab to fix bug and improve performance by Ondrej Mosnacek · 6 years ago
  21. 24ed7fd selinux: use separate table for initial SID lookup by Ondrej Mosnacek · 6 years ago
  22. f92a2eb Merge tag 'selinux-pr-20181129' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 6 years ago
  23. 598e1a4 selinux: add support for RTM_NEWCHAIN, RTM_DELCHAIN, and RTM_GETCHAIN by Paul Moore · 6 years ago
  24. 89f5beb selinux: make "selinux_policycap_names[]" const char * by Alexey Dobriyan · 6 years ago
  25. 2cbdcb8 selinux: always allow mounting submounts by Ondrej Mosnacek · 6 years ago
  26. 5386e6c selinux: refactor sidtab conversion by Ondrej Mosnacek · 6 years ago
  27. da5322e Merge tag 'selinux-pr-20181115' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 6 years ago
  28. 877181a selinux: fix non-MLS handling in mls_context_to_sid() by Paul Moore · 6 years ago
  29. c138325 selinux: check length properly in SCTP bind hook by Ondrej Mosnacek · 6 years ago
  30. 5df275c selinux: policydb - fix byte order and alignment issues by Ondrej Mosnacek · 6 years ago
  31. 638820d Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
  32. d5e4d81 Merge tag 'selinux-pr-20181022' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 6 years ago
  33. 07aed2f LSM: Record LSM name in struct lsm_info by Kees Cook · 6 years ago
  34. 3d6e5f6 LSM: Convert security_initcall() into DEFINE_LSM() by Kees Cook · 6 years ago
  35. ae7795b signal: Distinguish between kernel_siginfo and siginfo by Eric W. Biederman · 6 years ago
  36. 4458bba selinux: Add __GFP_NOWARN to allocation at str_read() by Tetsuo Handa · 6 years ago
  37. 95ffe19 selinux: refactor mls_context_to_sid() and make it stricter by Jann Horn · 6 years ago
  38. 7bb185e selinux: fix mounting of cgroup2 under older policies by Stephen Smalley · 6 years ago
  39. 9a76aba Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  40. 6f7dac1 Merge tag 'selinux-pr-20180814' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 6 years ago
  41. 92d4a03 Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
  42. a66b4cd Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  43. 7e4237f selinux: cleanup dentry and inodes on error in selinuxfs by nixiaoming · 6 years ago
  44. 32a4f5e net: sched: introduce chain object to uapi by Jiri Pirko · 6 years ago
  45. 631d2b4 selinux: constify write_op[] by Eric Biggers · 6 years ago
  46. c77b8cd module: replace the existing LSM hook in init_module by Mimi Zohar · 6 years ago
  47. 9481769 ->file_open(): lose cred argument by Al Viro · 6 years ago
  48. 34a484d Merge tag 'selinux-pr-20180629' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 6 years ago
  49. 0da7412 selinux: move user accesses in selinuxfs out of locked regions by Jann Horn · 6 years ago
  50. 67b0b4e selinux: Cleanup printk logging in netnode by peter enderborg · 6 years ago
  51. 07c81ac selinux: Cleanup printk logging in avc by peter enderborg · 6 years ago
  52. 0d3a115 selinux: Cleanup printk logging in netif by peter enderborg · 6 years ago
  53. d006469 selinux: Cleanup printk logging in netport by peter enderborg · 6 years ago
  54. b21a695 selinux: Cleanup printk logging in sidtab by peter enderborg · 6 years ago
  55. d85a783 selinux: Cleanup printk logging in netlink by peter enderborg · 6 years ago
  56. f8b69a5 selinux: Cleanup printk logging in selinuxfs by peter enderborg · 6 years ago
  57. b54c85c15 selinux: Cleanup printk logging in services by peter enderborg · 6 years ago
  58. c87a7e7 selinux: Cleanup printk logging in avtab by peter enderborg · 6 years ago
  59. c103a91 selinux: Cleanup printk logging in hooks by peter enderborg · 6 years ago
  60. 9ffdd49 selinux: Cleanup printk logging in policydb by peter enderborg · 6 years ago
  61. 180cfc5 selinux: Cleanup printk logging in ebitmap by peter enderborg · 6 years ago
  62. ab48576 selinux: Cleanup printk logging in conditional by peter enderborg · 6 years ago
  63. 5fb94e9 docs: Fix some broken references by Mauro Carvalho Chehab · 7 years ago
  64. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 6 years ago
  65. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  66. 8b5c6a3 Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 6 years ago
  67. 8b70543 Merge tag 'selinux-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 6 years ago
  68. 10b1eb7 Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
  69. f956d08a Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  70. 9c54aeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  71. 943cf9f Merge tag 'selinux-pr-20180530' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 6 years ago
  72. efe3de7 selinux: KASAN: slab-out-of-bounds in xattr_getsecurity by Sachin Grover · 6 years ago
  73. 5b79c2a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  74. 6f6e434 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  75. 5997aab Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  76. 305bb55 Merge tag 'selinux-pr-20180516' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 6 years ago
  77. cdfb6b3 audit: use inline function to get audit context by Richard Guy Briggs · 6 years ago
  78. 4152dc9 selinux: correctly handle sa_family cases in selinux_sctp_bind_connect() by Alexey Kodanev · 6 years ago
  79. 88b7d37 selinux: fix address family in bind() and connect() to match address/port by Alexey Kodanev · 6 years ago
  80. 0f8db8c selinux: add AF_UNSPEC and INADDR_ANY checks to selinux_socket_bind() by Alexey Kodanev · 6 years ago
  81. e919328 __inode_security_revalidate() never gets NULL opt_dentry by Al Viro · 7 years ago
  82. b127125 fix breakage caused by d_find_alias() semantics change by Al Viro · 7 years ago
  83. 0b811db selinux: provide socketpair callback by David Herrmann · 7 years ago
  84. 68e8b84 net: initial AF_XDP skeleton by Björn Töpel · 7 years ago
  85. d141136 audit: normalize MAC_POLICY_LOAD record by Richard Guy Briggs · 7 years ago
  86. 4195ed4 audit: normalize MAC_STATUS record by Richard Guy Briggs · 7 years ago
  87. ac9a1f6 security: selinux: Change return type to vm_fault_t by Souptick Joarder · 7 years ago
  88. 23c8cec ipc/msg: introduce msgctl(MSG_STAT_ANY) by Davidlohr Bueso · 7 years ago
  89. a280d6d ipc/sem: introduce semctl(SEM_STAT_ANY) by Davidlohr Bueso · 7 years ago
  90. c21a697 ipc/shm: introduce shmctl(SHM_STAT_ANY) by Davidlohr Bueso · 7 years ago
  91. fd40ffc selinux: fix missing dput() before selinuxfs unmount by Stephen Smalley · 7 years ago
  92. f8cf2f1 Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  93. 3612605 Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  94. 9eda2d2 Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 7 years ago
  95. 17dec0a Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  96. 350311a security: Remove rtnl_lock() in selinux_xfrm_notify_policyload() by Kirill Tkhai · 7 years ago
  97. f0b07bb1 net: Introduce net_rwsem to protect net_namespace_list by Kirill Tkhai · 7 years ago
  98. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
  99. 3ec3011 security: Add a cred_getsecid hook by Matthew Garrett · 7 years ago
  100. d8c6e85 msg/security: Pass kern_ipc_perm not msg_queue into the msg_queue security hooks by Eric W. Biederman · 7 years ago