index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
integrity
/
evm
/
evm_crypto.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-10
evm: Store and detect metadata inode attributes changes
Stefan Berger
1
-6
/
+17
2024-04-10
evm: Use the metadata inode to calculate metadata hash
Stefan Berger
1
-1
/
+1
2024-02-16
evm: Make it independent from 'integrity' LSM
Roberto Sassu
1
-2
/
+2
2023-07-10
evm: Support multiple LSMs providing an xattr
Roberto Sassu
1
-2
/
+9
2023-06-06
evm: Fix build warnings
Roberto Sassu
1
-1
/
+1
2023-02-22
Merge tag 'integrity-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/z...
Linus Torvalds
1
-17
/
+16
2023-01-31
evm: call dump_security_xattr() in all cases to remove code duplication
Xiu Jianfeng
1
-17
/
+16
2023-01-19
fs: port xattr to mnt_idmap
Christian Brauner
1
-2
/
+2
2023-01-19
fs: port ->permission() to pass mnt_idmap
Christian Brauner
1
-3
/
+3
2022-11-19
lsm,fs: fix vfs_getxattr_alloc() return type and caller error paths
Paul Moore
1
-2
/
+3
2022-06-15
Revert "evm: Fix memleak in init_desc"
Xiu Jianfeng
1
-5
/
+2
2022-05-16
evm: Clean up some variables
Stefan Berger
1
-1
/
+1
2021-06-21
evm: Check xattr size discrepancy between kernel and user
Roberto Sassu
1
-1
/
+7
2021-06-20
evm: output EVM digest calculation info
Mimi Zohar
1
-0
/
+43
2021-06-01
evm: Verify portable signatures against all protected xattrs
Roberto Sassu
1
-0
/
+7
2021-02-24
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-5
/
+6
2021-01-24
xattr: handle idmapped mounts
Tycho Andersen
1
-5
/
+6
2021-01-13
evm: Fix memleak in init_desc
Dinghao Liu
1
-2
/
+5
2020-06-06
Merge tag 'integrity-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/z...
Linus Torvalds
1
-1
/
+1
2020-05-15
evm: Fix a small race in init_desc()
Dan Carpenter
1
-22
/
+22
2020-05-08
evm: Fix possible memory leak in evm_calc_hmac_or_hash()
Roberto Sassu
1
-1
/
+1
2020-05-08
evm: Fix RCU list related warnings
Madhuparna Bhowmik
1
-1
/
+1
2020-05-08
evm: Check also if *tfm is an error pointer in init_desc()
Roberto Sassu
1
-1
/
+1
2020-02-28
integrity: Remove duplicate pr_fmt definitions
Tushar Sugandhi
1
-2
/
+0
2019-07-11
Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2019-07-09
Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2019-06-28
keys: Replace uid/gid/perm permissions checking with an ACL
David Howells
1
-1
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
1
-4
/
+1
2019-05-30
evm: check hash algorithm passed to init_desc()
Roberto Sassu
1
-0
/
+3
2019-04-25
crypto: shash - remove shash_desc::flags
Eric Biggers
1
-1
/
+0
2019-02-05
evm: Use defined constant for UUID representation
Andy Shevchenko
1
-2
/
+1
2018-12-28
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-2
/
+1
2018-12-13
security: audit and remove any unnecessary uses of module.h
Paul Gortmaker
1
-1
/
+1
2018-11-20
crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocations
Eric Biggers
1
-2
/
+1
2018-10-10
security/integrity: constify some read-only data
Eric Biggers
1
-2
/
+2
2018-07-18
evm: Allow non-SHA1 digital signatures
Matthew Garrett
1
-22
/
+25
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
1
-5
/
+5
2018-05-18
EVM: Allow runtime modification of the set of verified xattrs
Matthew Garrett
1
-1
/
+1
2018-05-18
EVM: turn evm_config_xattrnames into a list
Matthew Garrett
1
-5
/
+5
2018-05-03
evm: Don't update hmacs in user ns mounts
Seth Forshee
1
-1
/
+2
2018-03-23
evm: Move evm_hmac and evm_hash from evm_main.c to evm_crypto.c
HernĂ¡n Gonzalez
1
-0
/
+3
2017-12-12
EVM: Add support for portable signature format
Matthew Garrett
1
-9
/
+66
2017-11-08
EVM: Only complain about a missing HMAC key once
Matthew Garrett
1
-1
/
+1
2017-06-05
fs: switch ->s_uuid to uuid_t
Christoph Hellwig
1
-1
/
+1
2016-12-03
Revert "evm: Translate user/group ids relative to s_user_ns when computing HMAC"
Eric W. Biederman
1
-2
/
+10
2016-10-08
xattr: Add __vfs_{get,set,remove}xattr helpers
Andreas Gruenbacher
1
-3
/
+4
2016-07-05
evm: Translate user/group ids relative to s_user_ns when computing HMAC
Seth Forshee
1
-2
/
+2
2015-12-15
evm: provide a function to set the EVM key from the kernel
Dmitry Kasatkin
1
-7
/
+43
2015-12-15
evm: enable EVM when X509 certificate is loaded
Dmitry Kasatkin
1
-0
/
+4
[next]