1. 46650ac selinux: fix memory leak in policydb_init() by Ondrej Mosnacek · 5 years ago
  2. 5a79e71 selinux: fix GPF on invalid policy by Stephen Smalley · 6 years ago
  3. b37fdd9 selinux: policydb - fix byte order and alignment issues by Ondrej Mosnacek · 6 years ago
  4. 3962e78 selinux: Add __GFP_NOWARN to allocation at str_read() by Tetsuo Handa · 6 years ago
  5. b21a695 selinux: Cleanup printk logging in sidtab by peter enderborg · 6 years ago
  6. b54c85c15 selinux: Cleanup printk logging in services by peter enderborg · 6 years ago
  7. c87a7e7 selinux: Cleanup printk logging in avtab by peter enderborg · 6 years ago
  8. 9ffdd49 selinux: Cleanup printk logging in policydb by peter enderborg · 6 years ago
  9. 180cfc5 selinux: Cleanup printk logging in ebitmap by peter enderborg · 6 years ago
  10. ab48576 selinux: Cleanup printk logging in conditional by peter enderborg · 6 years ago
  11. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 6 years ago
  12. 8b5c6a3 Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 6 years ago
  13. efe3de7 selinux: KASAN: slab-out-of-bounds in xattr_getsecurity by Sachin Grover · 6 years ago
  14. cdfb6b3 audit: use inline function to get audit context by Richard Guy Briggs · 6 years ago
  15. 6b6bc62 selinux: wrap AVC state by Stephen Smalley · 7 years ago
  16. 274f62e selinux: fix handling of uninitialized selinux state in get_bools/classes by Stephen Smalley · 7 years ago
  17. e5a5ca9 selinux: rename the {is,set}_enforcing() functions by Paul Moore · 7 years ago
  18. aa8e712 selinux: wrap global selinux state by Stephen Smalley · 7 years ago
  19. 2cfa1cd Merge tag 'selinux-pr-20180130' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 7 years ago
  20. 4b14752 selinux: skip bounded transition processing if the policy isn't loaded by Paul Moore · 7 years ago
  21. ef28df5 selinux: ensure the context is NUL terminated in security_context_to_sid_core() by Paul Moore · 7 years ago
  22. 8c38fb5 Merge tag 'selinux-pr-20171113' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 7 years ago
  23. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  24. 5794ed7 selinux: remove extraneous initialization of slots_used and max_chain_len by Colin Ian King · 7 years ago
  25. 73e4977 selinux: remove redundant assignment to len by Colin Ian King · 7 years ago
  26. 7c620ec selinux: Use kmem_cache for hashtab_node by Kyeongdon Kim · 7 years ago
  27. 7efbb60 selinux: update my email address by Stephen Smalley · 7 years ago
  28. af63f41 selinux: Generalize support for NNP/nosuid SELinux domain transitions by Stephen Smalley · 7 years ago
  29. b4958c8 selinux: use kmem_cache for ebitmap by Junil Lee · 7 years ago
  30. ab861df selinux: Add IB Port SMP access vector by Daniel Jurgens · 7 years ago
  31. cfc4d88 selinux: Implement Infiniband PKey "Access" access vector by Daniel Jurgens · 7 years ago
  32. a806f7a selinux: Create policydb version for Infiniband support by Daniel Jurgens · 7 years ago
  33. 4dc2fce selinux: log policy capability state when a policy is loaded by Stephen Smalley · 7 years ago
  34. 46be14d selinux: Return an error code only as a constant in sidtab_insert() by Markus Elfring · 8 years ago
  35. 62934ff selinux: Return directly after a failed memory allocation in policydb_index() by Markus Elfring · 8 years ago
  36. cae303d selinux: Fix an uninitialized variable bug by Dan Carpenter · 8 years ago
  37. 342e915 selinux: Remove unnecessary check of array base in selinux_set_mapping() by Matthias Kaehlcke · 8 years ago
  38. 8ee4586 selinux: Adjust two checks for null pointers by Markus Elfring · 8 years ago
  39. b380f78 selinux: Use kmalloc_array() in sidtab_init() by Markus Elfring · 8 years ago
  40. ebd2b47 selinux: Return directly after a failed kzalloc() in roles_init() by Markus Elfring · 8 years ago
  41. 7befb75 selinux: Return directly after a failed kzalloc() in perm_read() by Markus Elfring · 8 years ago
  42. 442ca4d selinux: Return directly after a failed kzalloc() in common_read() by Markus Elfring · 8 years ago
  43. df4a14d selinux: Return directly after a failed kzalloc() in class_read() by Markus Elfring · 8 years ago
  44. ea6e2f7 selinux: Return directly after a failed kzalloc() in role_read() by Markus Elfring · 8 years ago
  45. 549fe69 selinux: Return directly after a failed kzalloc() in type_read() by Markus Elfring · 8 years ago
  46. 4bd9f07 selinux: Return directly after a failed kzalloc() in user_read() by Markus Elfring · 8 years ago
  47. b592119 selinux: Improve another size determination in sens_read() by Markus Elfring · 8 years ago
  48. 3c354d7 selinux: Return directly after a failed kzalloc() in sens_read() by Markus Elfring · 8 years ago
  49. 7f6d0ad selinux: Return directly after a failed kzalloc() in cat_read() by Markus Elfring · 8 years ago
  50. 9c312e7 selinux: Delete an unnecessary variable initialisation in range_read() by Markus Elfring · 8 years ago
  51. 57152a5 selinux: Return directly after a failed next_entry() in range_read() by Markus Elfring · 8 years ago
  52. 02fcef2 selinux: Delete an unnecessary variable assignment in filename_trans_read() by Markus Elfring · 8 years ago
  53. 315e01a selinux: One function call less in genfs_read() after null pointer detection by Markus Elfring · 8 years ago
  54. 3a0aa56 selinux: Return directly after a failed next_entry() in genfs_read() by Markus Elfring · 8 years ago
  55. b4e4686 selinux: Delete an unnecessary return statement in policydb_destroy() by Markus Elfring · 8 years ago
  56. ad10a10 selinux: Use kcalloc() in policydb_index() by Markus Elfring · 8 years ago
  57. cb8d21e selinux: Adjust four checks for null pointers by Markus Elfring · 8 years ago
  58. 2f00e68 selinux: Use kmalloc_array() in hashtab_create() by Markus Elfring · 8 years ago
  59. fb13a31 selinux: Improve size determinations in four functions by Markus Elfring · 8 years ago
  60. e34cfef selinux: Delete an unnecessary return statement in cond_compute_av() by Markus Elfring · 8 years ago
  61. f6076f7 selinux: Use kmalloc_array() in cond_init_bool_indexes() by Markus Elfring · 8 years ago
  62. 2651225b selinux: wrap cgroup seclabel support with its own policy capability by Stephen Smalley · 8 years ago
  63. 5b5e092 lib/vsprintf.c: remove %Z support by Alexey Dobriyan · 8 years ago
  64. da69a53 selinux: support distinctions among all network address families by Stephen Smalley · 8 years ago
  65. 5638733 Merge branch 'printk-cleanups' by Linus Torvalds · 8 years ago
  66. 4bcc595 printk: reinstate KERN_CONT for printing continuation lines by Linus Torvalds · 8 years ago
  67. 9b6a9ec selinux: fix error return code in policydb_read() by Wei Yongjun · 8 years ago
  68. 7c686af selinux: fix overflow and 0 length allocations by William Roberts · 8 years ago
  69. 3bc7bcf selinux: initialize structures by William Roberts · 8 years ago
  70. 74d977b selinux: detect invalid ebitmap by William Roberts · 8 years ago
  71. 8bebe88 selinux: import NetLabel category bitmaps correctly by Paul Moore · 8 years ago
  72. 7ea5920 selinux: Only apply bounds checking to source types by Stephen Smalley · 8 years ago
  73. 0fd71a6 selinux: Change bool variable name to index. by Prarit Bhargava · 9 years ago
  74. 5807fca Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  75. f9df645 selinux: export validatetrans decisions by Andrew Perepechko · 9 years ago
  76. f3bef67 selinux: fix bug in conditional rules handling by Stephen Smalley · 9 years ago
  77. 9529c78 selinux: use sprintf return value by Rasmus Villemoes · 9 years ago
  78. 21b76f1 selinux: use kstrdup() in security_get_bools() by Rasmus Villemoes · 9 years ago
  79. aa736c3 selinux: use kmemdup in security_sid_to_context_core() by Rasmus Villemoes · 9 years ago
  80. 44be2f6 selinux: introduce security_context_str_to_sid by Rasmus Villemoes · 9 years ago
  81. fa1aa14 selinux: extended permissions for ioctls by Jeff Vander Stoep · 9 years ago
  82. 3324603 selinux: don't waste ebitmap space when importing NetLabel categories by Paul Moore · 9 years ago
  83. cf7b6c0 selinux: increase avtab max buckets by Stephen Smalley · 10 years ago
  84. 33ebc193 selinux: Use a better hash function for avtab by John Brooks · 10 years ago
  85. ba39db6 selinux: convert avtab hash table to flex_array by Stephen Smalley · 10 years ago
  86. da8026f selinux: reconcile security_netlbl_secattr_to_sid() and mls_import_netlbl_cat() by Paul Moore · 10 years ago
  87. 6eb4e2b SELinux: fix error code in policydb_init() by Dan Carpenter · 10 years ago
  88. 4093a84 selinux: normalize audit log formatting by Richard Guy Briggs · 10 years ago
  89. 4fbe63d netlabel: shorter names for the NetLabel catmap funcs/structs by Paul Moore · 10 years ago
  90. 4b8feff netlabel: fix the horribly broken catmap functions by Paul Moore · 10 years ago
  91. f31e799 selinux: no recursive read_lock of policy_rwlock in security_genfs_sid() by Waiman Long · 10 years ago
  92. 6e51f9c selinux: fix a possible memory leak in cond_read_node() by Namhyung Kim · 10 years ago
  93. f004afe selinux: simple cleanup for cond_read_node() by Namhyung Kim · 10 years ago
  94. 4b6f405 selinux: introduce str_read() helper by Namhyung Kim · 10 years ago
  95. 5c7001b8 SELinux: use ARRAY_SIZE by Himangi Saraogi · 10 years ago
  96. 47dd0b7 selinux: conditionally reschedule in hashtab_insert while loading selinux policy by Dave Jones · 10 years ago
  97. 612c353 selinux: conditionally reschedule in mls_convert_context while loading selinux policy by Dave Jones · 10 years ago
  98. 52a4c64 selinux: add gfp argument to security_xfrm_policy_alloc and fix callers by Nikolay Aleksandrov · 11 years ago
  99. e4e027e Merge branch 'stable-3.14' of git://git.infradead.org/users/pcmoore/selinux into for-linus by James Morris · 11 years ago
  100. 9085a64 SELinux: bigendian problems with filename trans rules by Eric Paris · 11 years ago