1. f72dae2 Merge tag 'selinux-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 6 years ago
  2. 9e0cfe2 selinux: remove useless assignments by Ondrej Mosnacek · 6 years ago
  3. 6a1afffb selinux: fix NULL dereference in policydb_destroy() by Ondrej Mosnacek · 6 years ago
  4. acdf52d selinux: convert to kvmalloc by Kent Overstreet · 6 years ago
  5. be37f21 Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 6 years ago
  6. 3ac96c3 Merge tag 'selinux-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 6 years ago
  7. 90462a5 audit: remove unused actx param from audit_rule_match by Richard Guy Briggs · 6 years ago
  8. fede148 selinux: log invalid contexts in AVCs by Ondrej Mosnacek · 6 years ago
  9. 9624d5c Merge tag 'v5.0-rc3' into next-general by James Morris · 6 years ago
  10. 47bfa6d Merge tag 'selinux-pr-20190115' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 6 years ago
  11. 5b0e731 selinux: fix GPF on invalid policy by Stephen Smalley · 6 years ago
  12. 3d25252 SELinux: Remove unused selinux_is_enabled by Casey Schaufler · 6 years ago
  13. fb2a624 Merge tag 'selinux-pr-20181224' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 6 years ago
  14. ee1a84f selinux: overhaul sidtab to fix bug and improve performance by Ondrej Mosnacek · 6 years ago
  15. 24ed7fd selinux: use separate table for initial SID lookup by Ondrej Mosnacek · 6 years ago
  16. 89f5beb selinux: make "selinux_policycap_names[]" const char * by Alexey Dobriyan · 6 years ago
  17. 5386e6c selinux: refactor sidtab conversion by Ondrej Mosnacek · 6 years ago
  18. 877181a selinux: fix non-MLS handling in mls_context_to_sid() by Paul Moore · 6 years ago
  19. 5df275c selinux: policydb - fix byte order and alignment issues by Ondrej Mosnacek · 6 years ago
  20. 4458bba selinux: Add __GFP_NOWARN to allocation at str_read() by Tetsuo Handa · 7 years ago
  21. 95ffe19 selinux: refactor mls_context_to_sid() and make it stricter by Jann Horn · 7 years ago
  22. b21a695 selinux: Cleanup printk logging in sidtab by peter enderborg · 7 years ago
  23. b54c85c15 selinux: Cleanup printk logging in services by peter enderborg · 7 years ago
  24. c87a7e7 selinux: Cleanup printk logging in avtab by peter enderborg · 7 years ago
  25. 9ffdd49 selinux: Cleanup printk logging in policydb by peter enderborg · 7 years ago
  26. 180cfc5 selinux: Cleanup printk logging in ebitmap by peter enderborg · 7 years ago
  27. ab48576 selinux: Cleanup printk logging in conditional by peter enderborg · 7 years ago
  28. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  29. 8b5c6a3 Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 7 years ago
  30. efe3de7 selinux: KASAN: slab-out-of-bounds in xattr_getsecurity by Sachin Grover · 7 years ago
  31. cdfb6b3 audit: use inline function to get audit context by Richard Guy Briggs · 7 years ago
  32. 6b6bc62 selinux: wrap AVC state by Stephen Smalley · 7 years ago
  33. 274f62e selinux: fix handling of uninitialized selinux state in get_bools/classes by Stephen Smalley · 7 years ago
  34. e5a5ca9 selinux: rename the {is,set}_enforcing() functions by Paul Moore · 7 years ago
  35. aa8e712 selinux: wrap global selinux state by Stephen Smalley · 7 years ago
  36. 2cfa1cd Merge tag 'selinux-pr-20180130' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 7 years ago
  37. 4b14752 selinux: skip bounded transition processing if the policy isn't loaded by Paul Moore · 7 years ago
  38. ef28df5 selinux: ensure the context is NUL terminated in security_context_to_sid_core() by Paul Moore · 7 years ago
  39. 8c38fb5 Merge tag 'selinux-pr-20171113' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 7 years ago
  40. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  41. 5794ed7 selinux: remove extraneous initialization of slots_used and max_chain_len by Colin Ian King · 7 years ago
  42. 73e4977 selinux: remove redundant assignment to len by Colin Ian King · 7 years ago
  43. 7c620ec selinux: Use kmem_cache for hashtab_node by Kyeongdon Kim · 8 years ago
  44. 7efbb60 selinux: update my email address by Stephen Smalley · 8 years ago
  45. af63f41 selinux: Generalize support for NNP/nosuid SELinux domain transitions by Stephen Smalley · 8 years ago
  46. b4958c8 selinux: use kmem_cache for ebitmap by Junil Lee · 8 years ago
  47. ab861df selinux: Add IB Port SMP access vector by Daniel Jurgens · 8 years ago
  48. cfc4d88 selinux: Implement Infiniband PKey "Access" access vector by Daniel Jurgens · 8 years ago
  49. a806f7a selinux: Create policydb version for Infiniband support by Daniel Jurgens · 8 years ago
  50. 4dc2fce selinux: log policy capability state when a policy is loaded by Stephen Smalley · 8 years ago
  51. 46be14d selinux: Return an error code only as a constant in sidtab_insert() by Markus Elfring · 8 years ago
  52. 62934ff selinux: Return directly after a failed memory allocation in policydb_index() by Markus Elfring · 8 years ago
  53. cae303d selinux: Fix an uninitialized variable bug by Dan Carpenter · 8 years ago
  54. 342e915 selinux: Remove unnecessary check of array base in selinux_set_mapping() by Matthias Kaehlcke · 8 years ago
  55. 8ee4586 selinux: Adjust two checks for null pointers by Markus Elfring · 8 years ago
  56. b380f78 selinux: Use kmalloc_array() in sidtab_init() by Markus Elfring · 8 years ago
  57. ebd2b47 selinux: Return directly after a failed kzalloc() in roles_init() by Markus Elfring · 8 years ago
  58. 7befb75 selinux: Return directly after a failed kzalloc() in perm_read() by Markus Elfring · 8 years ago
  59. 442ca4d selinux: Return directly after a failed kzalloc() in common_read() by Markus Elfring · 8 years ago
  60. df4a14d selinux: Return directly after a failed kzalloc() in class_read() by Markus Elfring · 8 years ago
  61. ea6e2f7 selinux: Return directly after a failed kzalloc() in role_read() by Markus Elfring · 8 years ago
  62. 549fe69 selinux: Return directly after a failed kzalloc() in type_read() by Markus Elfring · 8 years ago
  63. 4bd9f07 selinux: Return directly after a failed kzalloc() in user_read() by Markus Elfring · 8 years ago
  64. b592119 selinux: Improve another size determination in sens_read() by Markus Elfring · 8 years ago
  65. 3c354d7 selinux: Return directly after a failed kzalloc() in sens_read() by Markus Elfring · 8 years ago
  66. 7f6d0ad selinux: Return directly after a failed kzalloc() in cat_read() by Markus Elfring · 8 years ago
  67. 9c312e7 selinux: Delete an unnecessary variable initialisation in range_read() by Markus Elfring · 8 years ago
  68. 57152a5 selinux: Return directly after a failed next_entry() in range_read() by Markus Elfring · 8 years ago
  69. 02fcef2 selinux: Delete an unnecessary variable assignment in filename_trans_read() by Markus Elfring · 8 years ago
  70. 315e01a selinux: One function call less in genfs_read() after null pointer detection by Markus Elfring · 8 years ago
  71. 3a0aa56 selinux: Return directly after a failed next_entry() in genfs_read() by Markus Elfring · 8 years ago
  72. b4e4686 selinux: Delete an unnecessary return statement in policydb_destroy() by Markus Elfring · 8 years ago
  73. ad10a10 selinux: Use kcalloc() in policydb_index() by Markus Elfring · 8 years ago
  74. cb8d21e selinux: Adjust four checks for null pointers by Markus Elfring · 8 years ago
  75. 2f00e68 selinux: Use kmalloc_array() in hashtab_create() by Markus Elfring · 8 years ago
  76. fb13a31 selinux: Improve size determinations in four functions by Markus Elfring · 8 years ago
  77. e34cfef selinux: Delete an unnecessary return statement in cond_compute_av() by Markus Elfring · 8 years ago
  78. f6076f7 selinux: Use kmalloc_array() in cond_init_bool_indexes() by Markus Elfring · 8 years ago
  79. 2651225b selinux: wrap cgroup seclabel support with its own policy capability by Stephen Smalley · 8 years ago
  80. 5b5e092 lib/vsprintf.c: remove %Z support by Alexey Dobriyan · 8 years ago
  81. da69a53 selinux: support distinctions among all network address families by Stephen Smalley · 8 years ago
  82. 5638733 Merge branch 'printk-cleanups' by Linus Torvalds · 8 years ago
  83. 4bcc595 printk: reinstate KERN_CONT for printing continuation lines by Linus Torvalds · 8 years ago
  84. 9b6a9ecc selinux: fix error return code in policydb_read() by Wei Yongjun · 8 years ago
  85. 7c686af selinux: fix overflow and 0 length allocations by William Roberts · 9 years ago
  86. 3bc7bcf selinux: initialize structures by William Roberts · 9 years ago
  87. 74d977b selinux: detect invalid ebitmap by William Roberts · 9 years ago
  88. 8bebe88 selinux: import NetLabel category bitmaps correctly by Paul Moore · 9 years ago
  89. 7ea5920 selinux: Only apply bounds checking to source types by Stephen Smalley · 9 years ago
  90. 0fd71a6 selinux: Change bool variable name to index. by Prarit Bhargava · 9 years ago
  91. 5807fca Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  92. f9df645 selinux: export validatetrans decisions by Andrew Perepechko · 9 years ago
  93. f3bef67 selinux: fix bug in conditional rules handling by Stephen Smalley · 9 years ago
  94. 9529c78 selinux: use sprintf return value by Rasmus Villemoes · 9 years ago
  95. 21b76f1 selinux: use kstrdup() in security_get_bools() by Rasmus Villemoes · 9 years ago
  96. aa736c3 selinux: use kmemdup in security_sid_to_context_core() by Rasmus Villemoes · 9 years ago
  97. 44be2f6 selinux: introduce security_context_str_to_sid by Rasmus Villemoes · 9 years ago
  98. fa1aa14 selinux: extended permissions for ioctls by Jeff Vander Stoep · 10 years ago
  99. 3324603 selinux: don't waste ebitmap space when importing NetLabel categories by Paul Moore · 10 years ago
  100. cf7b6c0 selinux: increase avtab max buckets by Stephen Smalley · 10 years ago