1. cae303d selinux: Fix an uninitialized variable bug by Dan Carpenter · 7 years ago
  2. 342e915 selinux: Remove unnecessary check of array base in selinux_set_mapping() by Matthias Kaehlcke · 8 years ago
  3. 8ee4586 selinux: Adjust two checks for null pointers by Markus Elfring · 8 years ago
  4. b380f78 selinux: Use kmalloc_array() in sidtab_init() by Markus Elfring · 8 years ago
  5. ebd2b47 selinux: Return directly after a failed kzalloc() in roles_init() by Markus Elfring · 8 years ago
  6. 7befb75 selinux: Return directly after a failed kzalloc() in perm_read() by Markus Elfring · 8 years ago
  7. 442ca4d selinux: Return directly after a failed kzalloc() in common_read() by Markus Elfring · 8 years ago
  8. df4a14d selinux: Return directly after a failed kzalloc() in class_read() by Markus Elfring · 8 years ago
  9. ea6e2f7 selinux: Return directly after a failed kzalloc() in role_read() by Markus Elfring · 8 years ago
  10. 549fe69 selinux: Return directly after a failed kzalloc() in type_read() by Markus Elfring · 8 years ago
  11. 4bd9f07 selinux: Return directly after a failed kzalloc() in user_read() by Markus Elfring · 8 years ago
  12. b592119 selinux: Improve another size determination in sens_read() by Markus Elfring · 8 years ago
  13. 3c354d7 selinux: Return directly after a failed kzalloc() in sens_read() by Markus Elfring · 8 years ago
  14. 7f6d0ad selinux: Return directly after a failed kzalloc() in cat_read() by Markus Elfring · 8 years ago
  15. 9c312e7 selinux: Delete an unnecessary variable initialisation in range_read() by Markus Elfring · 8 years ago
  16. 57152a5 selinux: Return directly after a failed next_entry() in range_read() by Markus Elfring · 8 years ago
  17. 02fcef2 selinux: Delete an unnecessary variable assignment in filename_trans_read() by Markus Elfring · 8 years ago
  18. 315e01a selinux: One function call less in genfs_read() after null pointer detection by Markus Elfring · 8 years ago
  19. 3a0aa56 selinux: Return directly after a failed next_entry() in genfs_read() by Markus Elfring · 8 years ago
  20. b4e4686 selinux: Delete an unnecessary return statement in policydb_destroy() by Markus Elfring · 8 years ago
  21. ad10a10 selinux: Use kcalloc() in policydb_index() by Markus Elfring · 8 years ago
  22. cb8d21e selinux: Adjust four checks for null pointers by Markus Elfring · 8 years ago
  23. 2f00e68 selinux: Use kmalloc_array() in hashtab_create() by Markus Elfring · 8 years ago
  24. fb13a31 selinux: Improve size determinations in four functions by Markus Elfring · 8 years ago
  25. e34cfef selinux: Delete an unnecessary return statement in cond_compute_av() by Markus Elfring · 8 years ago
  26. f6076f7 selinux: Use kmalloc_array() in cond_init_bool_indexes() by Markus Elfring · 8 years ago
  27. 2651225b selinux: wrap cgroup seclabel support with its own policy capability by Stephen Smalley · 8 years ago
  28. 5b5e092 lib/vsprintf.c: remove %Z support by Alexey Dobriyan · 8 years ago
  29. da69a53 selinux: support distinctions among all network address families by Stephen Smalley · 8 years ago
  30. 5638733 Merge branch 'printk-cleanups' by Linus Torvalds · 8 years ago
  31. 4bcc595 printk: reinstate KERN_CONT for printing continuation lines by Linus Torvalds · 8 years ago
  32. 9b6a9ec selinux: fix error return code in policydb_read() by Wei Yongjun · 8 years ago
  33. 7c686af selinux: fix overflow and 0 length allocations by William Roberts · 8 years ago
  34. 3bc7bcf selinux: initialize structures by William Roberts · 8 years ago
  35. 74d977b selinux: detect invalid ebitmap by William Roberts · 8 years ago
  36. 8bebe88 selinux: import NetLabel category bitmaps correctly by Paul Moore · 8 years ago
  37. 7ea5920 selinux: Only apply bounds checking to source types by Stephen Smalley · 8 years ago
  38. 0fd71a6 selinux: Change bool variable name to index. by Prarit Bhargava · 8 years ago
  39. 5807fca Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  40. f9df645 selinux: export validatetrans decisions by Andrew Perepechko · 9 years ago
  41. f3bef67 selinux: fix bug in conditional rules handling by Stephen Smalley · 9 years ago
  42. 9529c78 selinux: use sprintf return value by Rasmus Villemoes · 9 years ago
  43. 21b76f1 selinux: use kstrdup() in security_get_bools() by Rasmus Villemoes · 9 years ago
  44. aa736c3 selinux: use kmemdup in security_sid_to_context_core() by Rasmus Villemoes · 9 years ago
  45. 44be2f6 selinux: introduce security_context_str_to_sid by Rasmus Villemoes · 9 years ago
  46. fa1aa14 selinux: extended permissions for ioctls by Jeff Vander Stoep · 9 years ago
  47. 3324603 selinux: don't waste ebitmap space when importing NetLabel categories by Paul Moore · 9 years ago
  48. cf7b6c0 selinux: increase avtab max buckets by Stephen Smalley · 9 years ago
  49. 33ebc193 selinux: Use a better hash function for avtab by John Brooks · 9 years ago
  50. ba39db6 selinux: convert avtab hash table to flex_array by Stephen Smalley · 9 years ago
  51. da8026f selinux: reconcile security_netlbl_secattr_to_sid() and mls_import_netlbl_cat() by Paul Moore · 10 years ago
  52. 6eb4e2b SELinux: fix error code in policydb_init() by Dan Carpenter · 10 years ago
  53. 4093a84 selinux: normalize audit log formatting by Richard Guy Briggs · 10 years ago
  54. 4fbe63d netlabel: shorter names for the NetLabel catmap funcs/structs by Paul Moore · 10 years ago
  55. 4b8feff netlabel: fix the horribly broken catmap functions by Paul Moore · 10 years ago
  56. f31e799 selinux: no recursive read_lock of policy_rwlock in security_genfs_sid() by Waiman Long · 10 years ago
  57. 6e51f9c selinux: fix a possible memory leak in cond_read_node() by Namhyung Kim · 10 years ago
  58. f004afe selinux: simple cleanup for cond_read_node() by Namhyung Kim · 10 years ago
  59. 4b6f405 selinux: introduce str_read() helper by Namhyung Kim · 10 years ago
  60. 5c7001b8 SELinux: use ARRAY_SIZE by Himangi Saraogi · 10 years ago
  61. 47dd0b7 selinux: conditionally reschedule in hashtab_insert while loading selinux policy by Dave Jones · 10 years ago
  62. 612c353 selinux: conditionally reschedule in mls_convert_context while loading selinux policy by Dave Jones · 10 years ago
  63. 52a4c64 selinux: add gfp argument to security_xfrm_policy_alloc and fix callers by Nikolay Aleksandrov · 11 years ago
  64. e4e027e Merge branch 'stable-3.14' of git://git.infradead.org/users/pcmoore/selinux into for-linus by James Morris · 11 years ago
  65. 9085a64 SELinux: bigendian problems with filename trans rules by Eric Paris · 11 years ago
  66. f743166 Merge branch 'stable-3.14' of git://git.infradead.org/users/pcmoore/selinux into for-linus by James Morris · 11 years ago
  67. 2172fa7 SELinux: Fix kernel BUG on empty security contexts. by Stephen Smalley · 11 years ago
  68. 6dd9158 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 11 years ago
  69. 9ad42a7 selinux: call WARN_ONCE() instead of calling audit_log_start() by Richard Guy Briggs · 11 years ago
  70. 8ed8146 SELinux: Fix memory leak upon loading policy by Tetsuo Handa · 11 years ago
  71. 4d546f8 selinux: revert 102aefdda4d8275ce7d7100bc16c88c74272b260 by Paul Moore · 11 years ago
  72. b5495b4 SELinux: security_load_policy: Silence frame-larger-than warning by Tim Gardner · 11 years ago
  73. a660bec SELinux: Update policy version to support constraints info by Richard Haines · 11 years ago
  74. 98f700f Merge git://git.infradead.org/users/eparis/selinux by Paul Moore · 11 years ago
  75. 102aefd selinux: consider filesystem subtype in policies by Anand Avati · 11 years ago
  76. 2be4d74 Add SELinux policy capability for always checking packet and peer classes. by Chris PeBenito · 11 years ago
  77. a64c54c SELinux: pass a superblock to security_fs_use by Eric Paris · 12 years ago
  78. f936c6e SELinux: change sbsec->behavior to short by Eric Paris · 12 years ago
  79. b138004 SELinux: fix selinuxfs policy file on big endian systems by Eric Paris · 11 years ago
  80. a767f68 SELinux: Increase ebitmap_node size for 64-bit configuration by Waiman Long · 11 years ago
  81. fee7114 SELinux: Reduce overhead of mls_level_isvalid() function call by Waiman Long · 11 years ago
  82. eb9ae68 SELinux: Add new labeling type native labels by David Quigley · 11 years ago
  83. 581abc0 userns: Convert selinux to use kuid and kgid where appropriate by Eric W. Biederman · 12 years ago
  84. 562c99f SELinux: avc: remove the useless fields in avc_add_callback by Wanlong Gao · 13 years ago
  85. bb7081a SELinux: possible NULL deref in context_struct_to_string by Eric Paris · 12 years ago
  86. eed7795 SELinux: add default_type statements by Eric Paris · 13 years ago
  87. aa89326 SELinux: allow default source/target selectors for user/role/range by Eric Paris · 13 years ago
  88. 2ff6fa8 selinux: Casting (void *) value returned by kmalloc is useless by Thomas Meyer · 13 years ago
  89. 7b98a58 selinux: sparse fix: fix several warnings in the security server code by James Morris · 13 years ago
  90. 6a3fbe8 selinux: sparse fix: fix warnings in netlink code by James Morris · 13 years ago
  91. cc59a58 selinux: sparse fix: move selinux_complete_init by James Morris · 13 years ago
  92. 82c21bf doc: Update the email address for Paul Moore in various source files by Paul Moore · 13 years ago
  93. 82b88bb Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into for-linus by James Morris · 13 years ago
  94. ded5098 SELinux: skip file_name_trans_write() when policy downgraded. by Roy.Li · 13 years ago
  95. f01e1af selinux: don't pass in NULL avd to avc_has_perm_noaudit by Linus Torvalds · 13 years ago
  96. ea77f7a Merge commit 'v2.6.39' into 20110526 by Eric Paris · 13 years ago
  97. b7b5755 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into for-linus by James Morris · 13 years ago
  98. ca7d120 Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into for-linus by James Morris · 13 years ago
  99. 93826c0 SELinux: delete debugging printks from filename_trans rule processing by Eric Paris · 13 years ago
  100. 6f23928 Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into for-linus by James Morris · 13 years ago