index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
integrity
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-20
evm: fix writing <securityfs>/evm overflow
Mimi Zohar
1
-2
/
+3
2021-07-20
evm: Refuse EVM_ALLOW_METADATA_WRITES only if an HMAC key is loaded
Roberto Sassu
1
-4
/
+4
2021-07-20
evm: Execute evm_inode_init_security() only when an HMAC key is loaded
Roberto Sassu
1
-2
/
+3
2021-03-04
certs: Fix blacklist flag type confusion
David Howells
1
-3
/
+2
2021-03-04
ima: Free IMA measurement buffer after kexec syscall
Lakshmi Ramasubramanian
1
-0
/
+2
2021-03-04
ima: Free IMA measurement buffer on error
Lakshmi Ramasubramanian
1
-0
/
+1
2021-01-19
ima: Remove __init annotation from ima_pcrread()
Roberto Sassu
1
-1
/
+1
2020-12-30
ima: Don't modify file descriptor mode on the fly
Roberto Sassu
1
-15
/
+5
2020-11-05
evm: Check size of security.evm before using it
Roberto Sassu
1
-0
/
+6
2020-10-29
ima: Don't ignore errors from crypto_shash_update()
Roberto Sassu
1
-0
/
+2
2020-06-22
ima: Call ima_calc_boot_aggregate() in ima_eventdigest_init()
Roberto Sassu
4
-5
/
+24
2020-06-22
evm: Fix possible memory leak in evm_calc_hmac_or_hash()
Roberto Sassu
1
-1
/
+1
2020-06-22
ima: Directly assign the ima_default_policy pointer to ima_rules
Roberto Sassu
1
-2
/
+1
2020-06-22
ima: Fix ima digest hash table key calculation
Krzysztof Struczynski
1
-3
/
+4
2020-06-07
evm: Fix RCU list related warnings
Madhuparna Bhowmik
3
-4
/
+11
2020-05-27
ima: Fix return value of ima_write_policy()
Roberto Sassu
1
-2
/
+1
2020-05-27
evm: Check also if *tfm is an error pointer in init_desc()
Roberto Sassu
1
-1
/
+1
2020-05-27
ima: Set file->f_mode instead of file->f_flags in ima_calc_file_hash()
Roberto Sassu
1
-6
/
+6
2019-10-11
ima: fix freeing ongoing ahash_request
Sascha Hauer
1
-0
/
+5
2019-10-11
ima: always return negative code for error
Sascha Hauer
1
-1
/
+4
2019-06-09
evm: check hash algorithm passed to init_desc()
Roberto Sassu
1
-0
/
+3
2019-06-09
ima: show rules with IMA_INMASK correctly
Roberto Sassu
1
-9
/
+12
2018-11-13
ima: open a new file instance if no read permissions
Goldwyn Rodrigues
1
-20
/
+34
2018-11-13
ima: fix showing large 'violations' or 'runtime_measurements_count'
Eric Biggers
1
-3
/
+3
2018-08-15
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
11
-45
/
+102
2018-08-15
Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...
Linus Torvalds
4
-16
/
+10
2018-08-15
Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-17
/
+158
2018-07-28
ima: Get rid of ima_used_chip and use ima_tpm_chip != NULL instead
Stefan Berger
4
-8
/
+4
2018-07-28
ima: Use tpm_default_chip() and call TPM functions with a tpm_chip
Stefan Berger
4
-9
/
+7
2018-07-22
EVM: fix return value check in evm_write_xattrs()
Wei Yongjun
1
-2
/
+2
2018-07-18
integrity: prevent deadlock during digsig verification.
Mikhail Kurinnoi
1
-0
/
+23
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-07-18
integrity: silence warning when CONFIG_SECURITYFS is not enabled
Sudeep Holla
1
-3
/
+6
2018-07-18
ima: Differentiate auditing policy rules from "audit" actions
Stefan Berger
1
-2
/
+2
2018-07-18
ima: Do not audit if CONFIG_INTEGRITY_AUDIT is not set
Stefan Berger
3
-1
/
+21
2018-07-18
ima: Use audit_log_format() rather than audit_log_string()
Stefan Berger
2
-7
/
+2
2018-07-18
ima: Call audit_log_string() rather than logging it untrusted
Stefan Berger
1
-1
/
+1
2018-07-16
ima: based on policy warn about loading firmware (pre-allocated buffer)
Mimi Zohar
1
-0
/
+8
2018-07-16
module: replace the existing LSM hook in init_module
Mimi Zohar
1
-13
/
+10
2018-07-16
ima: add build time policy
Mimi Zohar
2
-3
/
+101
2018-07-16
ima: based on policy require signed firmware (sysfs fallback)
Mimi Zohar
1
-1
/
+9
2018-07-16
ima: based on policy require signed kexec kernel images
Mimi Zohar
3
-0
/
+30
2018-07-12
IMA: don't propagate opened through the entire thing
Al Viro
3
-12
/
+12
2018-06-07
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
13
-83
/
+362
2018-06-06
Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-2
/
+2
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
[next]