index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
integrity
/
evm
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-22
EVM: fix return value check in evm_write_xattrs()
Wei Yongjun
1
-2
/
+2
2018-07-18
evm: Allow non-SHA1 digital signatures
Matthew Garrett
4
-31
/
+46
2018-07-18
evm: Don't deadlock if a crypto algorithm is unavailable
Matthew Garrett
1
-1
/
+2
2018-06-08
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-42
/
+271
2018-06-01
EVM: unlock on error path in evm_read_xattrs()
Dan Carpenter
1
-1
/
+3
2018-05-31
EVM: prevent array underflow in evm_write_xattrs()
Dan Carpenter
1
-1
/
+1
2018-05-31
EVM: Fix null dereference on xattr when xattr fails to allocate
Colin Ian King
1
-2
/
+4
2018-05-31
EVM: fix memory leak of temporary buffer 'temp'
Colin Ian King
1
-0
/
+2
2018-05-18
EVM: Allow runtime modification of the set of verified xattrs
Matthew Garrett
4
-4
/
+188
2018-05-18
EVM: turn evm_config_xattrnames into a list
Matthew Garrett
3
-39
/
+57
2018-05-17
integrity: Add an integrity directory in securityfs
Matthew Garrett
1
-3
/
+24
2018-05-03
evm: Don't update hmacs in user ns mounts
Seth Forshee
1
-1
/
+2
2018-03-25
evm: check for remount ro in progress before writing
Sascha Hauer
1
-2
/
+6
2018-03-23
evm: Constify *integrity_status_msg[]
Hernán Gonzalez
1
-1
/
+1
2018-03-23
evm: Move evm_hmac and evm_hash from evm_main.c to evm_crypto.c
Hernán Gonzalez
3
-4
/
+3
2017-12-12
EVM: Add support for portable signature format
Matthew Garrett
3
-20
/
+86
2017-12-11
EVM: Allow userland to permit modification of EVM-protected metadata
Matthew Garrett
3
-12
/
+53
2017-11-08
EVM: Only complain about a missing HMAC key once
Matthew Garrett
1
-1
/
+1
2017-11-08
EVM: Allow userspace to signal an RSA key has been loaded
Matthew Garrett
2
-12
/
+20
2017-11-08
EVM: Include security.apparmor in EVM measurements
Matthew Garrett
1
-0
/
+3
2017-06-05
fs: switch ->s_uuid to uuid_t
Christoph Hellwig
1
-1
/
+1
2017-03-02
sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sche...
Ingo Molnar
1
-0
/
+2
2016-12-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-2
/
+10
2016-12-03
Revert "evm: Translate user/group ids relative to s_user_ns when computing HMAC"
Eric W. Biederman
1
-2
/
+10
2016-11-14
security/integrity: Harden against malformed xattrs
Seth Forshee
1
-0
/
+4
2016-10-08
xattr: Add __vfs_{get,set,remove}xattr helpers
Andreas Gruenbacher
2
-5
/
+6
2016-07-05
evm: Translate user/group ids relative to s_user_ns when computing HMAC
Seth Forshee
1
-2
/
+2
2016-04-11
->getxattr(): pass dentry and inode as separate arguments
Al Viro
1
-1
/
+1
2016-04-11
don't bother with ->d_inode->i_sb - it's always equal to ->d_sb
Al Viro
1
-2
/
+2
2016-02-12
EVM: Use crypto_memneq() for digest comparisons
Ryan Ware
1
-1
/
+2
2015-12-15
evm: EVM_LOAD_X509 depends on EVM
Arnd Bergmann
1
-1
/
+1
2015-12-15
evm: reset EVM status when file attributes change
Dmitry Kasatkin
1
-0
/
+13
2015-12-15
evm: provide a function to set the EVM key from the kernel
Dmitry Kasatkin
2
-14
/
+46
2015-12-15
evm: enable EVM when X509 certificate is loaded
Dmitry Kasatkin
4
-3
/
+14
2015-12-15
evm: load an x509 certificate from the kernel
Dmitry Kasatkin
2
-0
/
+24
2015-11-23
integrity: define '.evm' as a builtin 'trusted' keyring
Dmitry Kasatkin
1
-3
/
+5
2015-10-21
KEYS: Merge the type-specific data with the payload data
David Howells
1
-1
/
+1
2015-05-21
evm: fix potential race when removing xattrs
Dmitry Kasatkin
1
-4
/
+3
2015-05-21
evm: labeling pseudo filesystems exception
Mimi Zohar
1
-0
/
+11
2015-04-15
VFS: security/: d_backing_inode() annotations
David Howells
2
-11
/
+11
2015-01-07
kconfig: use bool instead of boolean for type definition attributes
Christoph Jaeger
1
-1
/
+1
2014-12-15
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
1
-3
/
+8
2014-10-28
evm: check xattr value length and type in evm_inode_setxattr()
Dmitry Kasatkin
1
-3
/
+6
2014-10-07
evm: skip replacing EVM signature with HMAC on read-only filesystem
Dmitry Kasatkin
1
-3
/
+8
2014-09-09
integrity: base integrity subsystem kconfig options on integrity
Dmitry Kasatkin
1
-8
/
+0
2014-09-09
evm: properly handle INTEGRITY_NOXATTRS EVM status
Dmitry Kasatkin
1
-0
/
+7
2014-09-09
evm: prevent passing integrity check if xattr read fails
Dmitry Kasatkin
1
-3
/
+4
2014-09-03
evm: fix checkpatch warnings
Dmitry Kasatkin
1
-3
/
+0
2014-06-13
evm: prohibit userspace writing 'security.evm' HMAC value
Mimi Zohar
1
-2
/
+10
2014-06-13
evm: provide option to protect additional SMACK xattrs
Dmitry Kasatkin
2
-0
/
+22
[next]