1. 78bb5d0 ima: report policy load status by Dmitry Kasatkin · 10 years ago
  2. 456f5fd ima: use path names cache by Dmitry Kasatkin · 10 years ago
  3. c2baec7 evm: skip replacing EVM signature with HMAC on read-only filesystem by Dmitry Kasatkin · 10 years ago
  4. d16a858 integrity: add missing '__init' keyword for integrity_init_keyring() by Dmitry Kasatkin · 10 years ago
  5. 0f34a00 ima: check ima_policy_flag in the ima_file_free() hook by Dmitry Kasatkin · 10 years ago
  6. 594081e integrity: do zero padding of the key id by Dmitry Kasatkin · 10 years ago
  7. d401658 KEYS: output last portion of fingerprint in /proc/keys by Dmitry Kasatkin · 10 years ago
  8. 7a224e7 KEYS: strip 'id:' from ca_keyid by Dmitry Kasatkin · 10 years ago
  9. 8dd6098 KEYS: use swapped SKID for performing partial matching by Dmitry Kasatkin · 10 years ago
  10. f1b731d KEYS: Restore partial ID matching functionality for asymmetric keys by Dmitry Kasatkin · 10 years ago
  11. dd2f6c4 X.509: If available, use the raw subjKeyId to form the key description by David Howells · 10 years ago
  12. 40b50e8 KEYS: handle error code encoded in pointer by Dmitry Kasatkin · 10 years ago
  13. c867d07 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity into next by James Morris · 10 years ago
  14. 858f61c Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into next by James Morris · 10 years ago
  15. 6c8ff87 Merge commit 'v3.16' into next by James Morris · 10 years ago
  16. 4093a84 selinux: normalize audit log formatting by Richard Guy Briggs · 10 years ago
  17. e173fb2 selinux: cleanup error reporting in selinux_nlmsg_perm() by Richard Guy Briggs · 10 years ago
  18. 35e1efd Merge tag 'keys-next-20140922' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into next by James Morris · 10 years ago
  19. d1ac554 KEYS: Check hex2bin()'s return when generating an asymmetric key ID by David Howells · 10 years ago
  20. 1b68bdf ima: detect violations for mmaped files by Roberto Sassu · 10 years ago
  21. f7a859f ima: fix race condition on ima_rdwr_violation_check and process_measurement by Roberto Sassu · 10 years ago
  22. 6f98e89 Merge branch 'smack-for-3.18' of git://git.gitorious.org/smack-next/kernel into next by James Morris · 10 years ago
  23. a756024 ima: added ima_policy_flag variable by Roberto Sassu · 10 years ago
  24. be39ffc ima: return an error code from ima_add_boot_aggregate() by Roberto Sassu · 10 years ago
  25. 2faa6ef ima: provide 'ima_appraise=log' kernel option by Dmitry Kasatkin · 11 years ago
  26. 31b70f6 ima: move keyring initialization to ima_init() by Dmitry Kasatkin · 10 years ago
  27. d3e4f41 Merge tag 'keys-pkcs7-20140916' into keys-next by David Howells · 10 years ago
  28. 757932e PKCS#7: Handle PKCS#7 messages that contain no X.509 certs by David Howells · 10 years ago
  29. 4155942 PKCS#7: Better handling of unsupported crypto by David Howells · 10 years ago
  30. 46963b7 KEYS: Overhaul key identification when searching for asymmetric keys by David Howells · 10 years ago
  31. 7901c1a KEYS: Implement binary asymmetric key ID handling by David Howells · 10 years ago
  32. f93b3cc KEYS: Update the keyrings documentation for match changes by David Howells · 10 years ago
  33. 0c903ab KEYS: Make the key matching functions return bool by David Howells · 10 years ago
  34. c06cfb0 KEYS: Remove key_type::match in favour of overriding default by match_preparse by David Howells · 10 years ago
  35. 614d8c3 KEYS: Remove key_type::def_lookup_type by David Howells · 10 years ago
  36. 4629195 KEYS: Preparse match data by David Howells · 10 years ago
  37. 53d91c5 Provide a binary to hex conversion function by David Howells · 10 years ago
  38. 1c9c115 Merge tag 'keys-next-fixes-20140916' into keys-next by David Howells · 10 years ago
  39. 68c45c7 Merge tag 'keys-fixes-20140916' into keys-next by David Howells · 10 years ago
  40. cecf5d2e PKCS#7: Fix the parser cleanup to drain parsed out X.509 certs by David Howells · 10 years ago
  41. 3cd0920 PKCS#7: Provide a single place to do signed info block freeing by David Howells · 10 years ago
  42. 54e2c2c KEYS: Reinstate EPERM for a key type name beginning with a '.' by David Howells · 10 years ago
  43. 15155b9 PKCS#7: Add a missing static by David Howells · 10 years ago
  44. 8da79b6 KEYS: Fix missing statics by David Howells · 10 years ago
  45. ac60ab4 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity into next by James Morris · 10 years ago
  46. cbe0d6e selinux: make the netif cache namespace aware by Paul Moore · 10 years ago
  47. a2d61ed integrity: make integrity files as 'integrity' module by Dmitry Kasatkin · 10 years ago
  48. 7ef84e6 integrity: base integrity subsystem kconfig options on integrity by Dmitry Kasatkin · 11 years ago
  49. 1ae8f41 integrity: move asymmetric keys config option by Dmitry Kasatkin · 11 years ago
  50. b4148db ima: initialize only required template by Dmitry Kasatkin · 11 years ago
  51. 17f4bad ima: remove usage of filename parameter by Dmitry Kasatkin · 10 years ago
  52. 86f2bc0 ima: remove unnecessary appraisal test by Dmitry Kasatkin · 10 years ago
  53. e4a9c51 ima: add missing '__init' keywords by Dmitry Kasatkin · 10 years ago
  54. 3a8a2ea ima: remove unnecessary extra variable by Dmitry Kasatkin · 10 years ago
  55. f68c05f ima: simplify conditional statement to improve performance by Dmitry Kasatkin · 10 years ago
  56. 65d98f3 integrity: remove declaration of non-existing functions by Dmitry Kasatkin · 10 years ago
  57. d9a2e5d integrity: prevent flooding with 'Request for unknown key' by Dmitry Kasatkin · 10 years ago
  58. 3034a14 ima: pass 'opened' flag to identify newly created files by Dmitry Kasatkin · 10 years ago
  59. 3dcbad5 evm: properly handle INTEGRITY_NOXATTRS EVM status by Dmitry Kasatkin · 10 years ago
  60. 25db6be selinux: register nf hooks with single nf_register_hooks call by Jiri Pirko · 10 years ago
  61. b151d6b ima: provide flag to identify new empty files by Dmitry Kasatkin · 10 years ago
  62. 1f10097 evm: prevent passing integrity check if xattr read fails by Dmitry Kasatkin · 10 years ago
  63. a0cfd75 seccomp: Add reviewers to MAINTAINERS by Kees Cook · 10 years ago
  64. a7a91a1 selinux: fix a problem with IPv6 traffic denials in selinux_ip_postroute() by Paul Moore · 10 years ago
  65. c3ce6df KEYS: Set pr_fmt() in asymmetric key signature handling by David Howells · 10 years ago
  66. e7d021e evm: fix checkpatch warnings by Dmitry Kasatkin · 10 years ago
  67. 27cd1fc ima: fix fallback to use new_sync_read() by Dmitry Kasatkin · 10 years ago
  68. 23c19e2 ima: prevent buffer overflow in ima_alloc_tfm() by Dmitry Kasatkin · 10 years ago
  69. 9a8d289 ima: fix ima_alloc_atfm() by Mimi Zohar · 10 years ago
  70. fbff661 security: Silence shadow warning by Mark Rustad · 10 years ago
  71. 21c7eae Make Smack operate on smack_known struct where it still used char* by Lukasz Pawelczyk · 10 years ago
  72. d0175790 Fix a bidirectional UDS connect check typo by Lukasz Pawelczyk · 10 years ago
  73. e95ef49 Small fixes in comments describing function parameters by Lukasz Pawelczyk · 10 years ago
  74. d166c80 Smack: Bring-up access mode by Casey Schaufler · 10 years ago
  75. 7b0d0b4 selinux: Permit bounded transitions under NO_NEW_PRIVS or NOSUID. by Stephen Smalley · 10 years ago
  76. d83d2c2 Smack: Fix setting label on successful file open by Marcin Niesluchowski · 10 years ago
  77. da1b635 Smack: remove unneeded NULL-termination from securtity label by Konstantin Khlebnikov · 10 years ago
  78. b862e56 Smack: handle zero-length security labels without panic by Konstantin Khlebnikov · 10 years ago
  79. fd5c9d2 Smack: fix behavior of smack_inode_listsecurity by Konstantin Khlebnikov · 10 years ago
  80. aa9e0de Merge tag 'v3.16' into next by Paul Moore · 10 years ago
  81. 478d085 Merge tag 'keys-next-20140805' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into next by James Morris · 10 years ago
  82. 19583ca Linux 3.16 by Linus Torvalds · 10 years ago
  83. 8d71844 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  84. cf5b50f X.509: Need to export x509_request_asymmetric_key() by David Howells · 10 years ago
  85. 3f9c08f Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
  86. 6bf755d ARM: 8124/1: don't enter kgdb when userspace executes a kgdb break instruction by Omar Sandoval · 10 years ago
  87. c5cc87f ARM: idmap: add identity mapping usage note by Russell King · 10 years ago
  88. 103ae67 Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into next by James Morris · 10 years ago
  89. 1f26094 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  90. f88cf23 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  91. ecb679f Merge tag 'staging-3.16-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 10 years ago
  92. 818be58 Merge tag 'dm-3.16-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 10 years ago
  93. 9642a10 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  94. 44fa816 dm cache: fix race affecting dirty block count by Anssi Hannula · 10 years ago
  95. d8c712e dm bufio: fully initialize shrinker by Greg Thelen · 10 years ago
  96. 4fbe63d netlabel: shorter names for the NetLabel catmap funcs/structs by Paul Moore · 10 years ago
  97. d960a61 netlabel: fix the catmap walking functions by Paul Moore · 10 years ago
  98. 4b8feff netlabel: fix the horribly broken catmap functions by Paul Moore · 10 years ago
  99. 41c3bd2 netlabel: fix a problem when setting bits below the previously lowest bit by Paul Moore · 10 years ago
  100. 504d587 timer: Fix lock inversion between hrtimer_bases.lock and scheduler locks by Jan Kara · 10 years ago