1. e9fd729 selinux: fix all of the W=1 build warnings by Paul Moore · 4 years, 1 month ago
  2. d99cf13 selinux: kill 'flags' argument in avc_has_perm_flags() and avc_audit() by Al Viro · 4 years ago
  3. b17ec22 selinux: slow_avc_audit has become non-blocking by Al Viro · 4 years ago
  4. 648f2c6 selinux: use __GFP_NOWARN with GFP_NOWAIT in the AVC by Minchan Kim · 3 years, 7 months ago
  5. 7cffc37 selinux: Corrected comment to match kernel-doc comment by Souptick Joarder · 3 years, 8 months ago
  6. cd2bb4c selinux: mark some global variables __ro_after_init by Ondrej Mosnacek · 4 years ago
  7. 30969bc selinux: add basic filtering for audit trace events by Peter Enderborg · 4 years, 4 months ago
  8. dd81662 selinux: add tracepoint on audited events by Thiébaud Weksteen · 4 years, 4 months ago
  9. 030b995 selinux: ensure we cleanup the internal AVC counters on error in avc_update() by Jaihind Yadav · 5 years ago
  10. d8db60c selinux: ensure we cleanup the internal AVC counters on error in avc_insert() by Paul Moore · 5 years ago
  11. 0188d5c selinux: fall back to ref-walk if audit is required by Stephen Smalley · 5 years ago
  12. 1a37079 selinux: revert "stop passing MAY_NOT_BLOCK to the AVC upon follow_link" by Stephen Smalley · 5 years ago
  13. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  14. aff7ed4 selinux: log raw contexts as untrusted strings by Ondrej Mosnacek · 6 years ago
  15. 45189a1 selinux: fix avc audit messages by Stephen Smalley · 6 years ago
  16. e6f2f38 selinux: replace BUG_ONs with WARN_ONs in avc.c by Ondrej Mosnacek · 6 years ago
  17. fede148 selinux: log invalid contexts in AVCs by Ondrej Mosnacek · 6 years ago
  18. 994fb06 selinux: replace some BUG_ON()s with a WARN_ON() by Ondrej Mosnacek · 6 years ago
  19. a2c5138 selinux: inline some AVC functions used only once by Ondrej Mosnacek · 6 years ago
  20. e46e01e selinux: stop passing MAY_NOT_BLOCK to the AVC upon follow_link by Stephen Smalley · 6 years ago
  21. 3a28cff selinux: avoid silent denials in permissive mode under RCU walk by Stephen Smalley · 6 years ago
  22. 07c81ac selinux: Cleanup printk logging in avc by peter enderborg · 7 years ago
  23. 6b6bc62 selinux: wrap AVC state by Stephen Smalley · 7 years ago
  24. e5a5ca9 selinux: rename the {is,set}_enforcing() functions by Paul Moore · 7 years ago
  25. aa8e712 selinux: wrap global selinux state by Stephen Smalley · 7 years ago
  26. 7f85565 Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 7 years ago
  27. 1912834 selinux: remove AVC init audit log message by Richard Guy Briggs · 7 years ago
  28. 7efbb60 selinux: update my email address by Stephen Smalley · 7 years ago
  29. 476accb selinux: use GFP_NOWAIT in the AVC kmem_caches by Michal Hocko · 7 years ago
  30. 3e5f206 Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into next by James Morris · 9 years ago
  31. bd1741f selinux: Augment BUG_ON assertion for secclass_map. by Stephen Smalley · 9 years ago
  32. fa1aa14 selinux: extended permissions for ioctls by Jeff Vander Stoep · 9 years ago
  33. 7b20ea2 security/selinux: pass 'flags' arg to avc_audit() and avc_has_perm_flags() by NeilBrown · 10 years ago
  34. 83d4a80 selinux: remove unnecessary pointer reassignment by Jeff Vander Stoep · 10 years ago
  35. e230f12 selinux: Remove unused function avc_sidcmp() by Rickard Strandqvist · 10 years ago
  36. ca7786a selinux: Report permissive mode in avc: denied messages. by Stephen Smalley · 11 years ago
  37. ab35406 selinux: remove 'flags' parameter from avc_audit() by Linus Torvalds · 11 years ago
  38. cb4fbe5 selinux: avc_has_perm_flags has no more users by Linus Torvalds · 11 years ago
  39. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  40. 6290c2c selinux: tag avc cache alloc as non-critical by Mel Gorman · 12 years ago
  41. 562c99f SELinux: avc: remove the useless fields in avc_add_callback by Wanlong Gao · 13 years ago
  42. 0b36e44 SELinux: replace weak GFP_ATOMIC to GFP_KERNEL in avc_add_callback by Wanlong Gao · 13 years ago
  43. 899838b SELinux: unify the selinux_audit_data and selinux_late_audit_data by Eric Paris · 13 years ago
  44. 50c205f LSM: do not initialize common_audit_data to 0 by Eric Paris · 13 years ago
  45. bd5e50f LSM: remove the COMMON_AUDIT_DATA_INIT type expansion by Eric Paris · 13 years ago
  46. 2e33405 SELinux: delay initialization of audit data in selinux_inode_permission by Eric Paris · 13 years ago
  47. b61c37f lsm_audit: don't specify the audit pre/post callbacks in 'struct common_audit_data' by Linus Torvalds · 13 years ago
  48. 3f0882c SELinux: do not allocate stack space for AVC data unless needed by Eric Paris · 13 years ago
  49. f8294f1 SELinux: remove avd from slow_avc_audit() by Eric Paris · 13 years ago
  50. 3b3b0e4 LSM: shrink sizeof LSM specific portion of common_audit_data by Eric Paris · 13 years ago
  51. cdb0f9a selinux: inline avc_audit() and avc_has_perm_noaudit() into caller by Linus Torvalds · 13 years ago
  52. a554bea selinux: don't inline slow-path code into avc_has_perm_noaudit() by Linus Torvalds · 13 years ago
  53. 48aab2f security: optimize avc_audit() common path by Linus Torvalds · 13 years ago
  54. cf1dd1d selinux: don't transliterate MAY_NOT_BLOCK to IPERM_FLAG_RCU by Al Viro · 14 years ago
  55. f01e1af selinux: don't pass in NULL avd to avc_has_perm_noaudit by Linus Torvalds · 14 years ago
  56. b7b5755 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into for-linus by James Morris · 14 years ago
  57. 257313b selinux: avoid unnecessary avc cache stat hit count by Linus Torvalds · 14 years ago
  58. 044aea9 selinux: de-crapify avc cache stat code generation by Linus Torvalds · 14 years ago
  59. 9ade0cf SELINUX: Make selinux cache VFS RCU walks safe by Eric Paris · 14 years ago
  60. f48b739 LSM: split LSM_AUDIT_DATA_FS into _PATH and _INODE by Eric Paris · 14 years ago
  61. 0dc1ba2 SELINUX: Make selinux cache VFS RCU walks safe by Eric Paris · 14 years ago
  62. b782e0a SELinux: special dontaudit for access checks by Eric Paris · 14 years ago
  63. babcd37 selinux: remove all rcu head initializations by Paul E. McKenney · 15 years ago
  64. cb84aa9 LSM Audit: rename LSM_AUDIT_NO_AUDIT to LSM_AUDIT_DATA_NONE by Eric Paris · 15 years ago
  65. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  66. 6382dc3 fix comment typos in avc.c by Justin P. Mattock · 15 years ago
  67. b6cac5a selinux: Only audit permissions specified in policy by Stephen Smalley · 15 years ago
  68. 19439d0 selinux: change the handling of unknown classes by Stephen Smalley · 15 years ago
  69. 0bce952 SELinux: print denials for buggy kernel with unknown perms by Eric Paris · 15 years ago
  70. c6d3aaa selinux: dynamic class/perm discovery by Stephen Smalley · 15 years ago
  71. 5224ee0 SELinux: do not destroy the avc_cache_nodep by Eric Paris · 15 years ago
  72. 4e6d0bf SELinux: flush the avc before disabling SELinux by Eric Paris · 15 years ago
  73. 008574b SELinux: seperate avc_cache flushing by Eric Paris · 15 years ago
  74. 2bf4969 SELinux: Convert avc_audit to use lsm_audit.h by Thomas Liu · 15 years ago
  75. be940d6 Revert "SELinux: Convert avc_audit to use lsm_audit.h" by James Morris · 15 years ago
  76. 8113a8d SELinux: Convert avc_audit to use lsm_audit.h by Thomas Liu · 15 years ago
  77. 89c8657 selinux: clean up avc node cache when disabling selinux by Thomas Liu · 16 years ago
  78. d905163 Merge branch 'master' into next by James Morris · 16 years ago
  79. 44c2d9b Add audit messages on type boundary violations by KaiGai Kohei · 16 years ago
  80. 8a6f83a Permissive domain in userspace object manager by KaiGai Kohei · 16 years ago
  81. 2603665 SELinux: convert the avc cache hash list to an hlist by Eric Paris · 16 years ago
  82. edf3d1a SELinux: code readability with avc_cache by Eric Paris · 16 years ago
  83. f1c6381 SELinux: remove unused av.decided field by Eric Paris · 16 years ago
  84. 21193dc SELinux: more careful use of avd in avc_has_perm_noaudit by Eric Paris · 16 years ago
  85. 906d27d SELinux: remove the unused ae.used by Eric Paris · 16 years ago
  86. a5dda683 SELinux: check seqno when updating an avc_node by Eric Paris · 16 years ago
  87. 76f7ba3 SELinux: shrink sizeof av_inhert selinux_class_perm and context by Eric Paris · 16 years ago
  88. 3685f25d misc: replace NIPQUAD() by Harvey Harrison · 16 years ago
  89. 5b095d989 net: replace %p6 with %pI6 by Harvey Harrison · 16 years ago
  90. 1afa67f misc: replace NIP6_FMT with %p6 format specifier by Harvey Harrison · 16 years ago
  91. d9250de SELinux: add boundary support and thread context assignment by KaiGai Kohei · 16 years ago
  92. b556f8a Audit: standardize string audit interfaces by Eric Paris · 17 years ago
  93. 6184425 SELinux fixups needed for preemptable RCU from -rt by Paul E. McKenney · 17 years ago
  94. 95fff33 SELinux: one little, two little, three little whitespaces, the avc.c saga. by Eric Paris · 17 years ago
  95. 744ba35 SELinux: clean up printks by Eric Paris · 17 years ago
  96. 64dbf07 selinux: introduce permissive types by Eric Paris · 17 years ago
  97. eda4f69 SELinux: requesting no permissions in avc_has_perm_noaudit is a BUG() by Eric Paris · 17 years ago
  98. 44707fd d_path: Use struct path in struct avc_audit_data by Jan Blunck · 17 years ago
  99. da5645a2 SELinux: Only store the network interface's ifindex by Paul Moore · 17 years ago
  100. 788e7dd SELinux: Improve read/write performance by Yuichi Nakamura · 17 years ago