index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
/
integrity
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-24
Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-18
/
+39
2022-03-21
Merge tag 'integrity-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
8
-35
/
+49
2022-03-21
Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+0
2022-03-10
ima: Always return a file measurement in ima_file_hash()
Roberto Sassu
1
-13
/
+33
2022-03-10
ima: Fix documentation-related warnings in ima_main.c
Roberto Sassu
1
-5
/
+6
2022-03-08
integrity: Only use machine keyring when uefi_check_trust_mok_keys is true
Eric Snowberg
4
-2
/
+23
2022-03-08
integrity: Trust MOK keys if MokListTrustedRT found
Eric Snowberg
1
-0
/
+19
2022-03-08
KEYS: store reference to machine keyring
Eric Snowberg
1
-0
/
+2
2022-03-08
integrity: add new keyring handler for mok keys
Eric Snowberg
3
-3
/
+23
2022-03-08
integrity: Introduce a Linux keyring called machine
Eric Snowberg
5
-3
/
+78
2022-03-08
integrity: Fix warning about missing prototypes
Eric Snowberg
1
-0
/
+1
2022-02-22
EVM: fix the evm= __setup handler return value
Randy Dunlap
1
-1
/
+1
2022-02-15
ima: define ima_max_digest_data struct without a flexible array variable
Mimi Zohar
5
-18
/
+17
2022-02-15
ima: rename IMA_ACTION_FLAGS to IMA_NONACTION_FLAGS
Mimi Zohar
3
-4
/
+4
2022-02-15
ima: Return error code obtained from securityfs functions
Stefan Berger
1
-8
/
+23
2022-02-15
ima: Fix trivial typos in the comments
Austin Kim
4
-4
/
+4
2022-02-02
ima: Do not print policy rule with inactive LSM labels
Stefan Berger
1
-0
/
+8
2022-02-02
ima: Allow template selection with ima_template[_fmt]= after ima_hash=
Roberto Sassu
1
-3
/
+7
2022-02-02
ima: Remove ima_policy file before directory
Stefan Berger
1
-1
/
+1
2022-02-02
integrity: check the return value of audit_log_start()
Xiaoke Wang
1
-0
/
+2
2022-02-02
block: remove genhd.h
Christoph Hellwig
1
-1
/
+0
2022-01-24
ima: fix reference leak in asymmetric_verify()
Eric Biggers
1
-6
/
+9
2022-01-11
Merge tag 'integrity-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-3
/
+8
2022-01-05
ima: silence measurement list hexdump during kexec
Bruno Meneguele
1
-3
/
+3
2021-12-24
integrity: Do not load MOK and MOKx when secure boot be disabled
Lee, Chun-Yi
1
-0
/
+5
2021-11-22
lsm: security_task_getsecid_subj() -> security_current_getsecid_subj()
Paul Moore
2
-8
/
+8
2021-10-28
evm: mark evm_fixmode as __ro_after_init
Austin Kim
1
-1
/
+1
2021-10-09
ima: Use strscpy instead of strlcpy
Petr Vorel
2
-2
/
+2
2021-10-09
ima_policy: Remove duplicate 'the' in docs comment
Petr Vorel
1
-2
/
+1
2021-10-09
ima: add gid support
Curtis Veit
1
-27
/
+174
2021-10-09
ima: fix uid code style problems
Alex Henrie
1
-4
/
+6
2021-10-09
ima: fix deadlock when traversing "ima_default_rules".
liqiong
1
-9
/
+18
2021-09-02
Merge tag 'integrity-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
10
-65
/
+316
2021-08-31
Merge tag 'for-5.15/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+1
2021-08-27
efi: Don't use knowledge about efi_guid_t internals
Andy Shevchenko
1
-1
/
+1
2021-08-23
IMA: reject unknown hash algorithms in ima_get_hash_algo
THOBY Simon
1
-1
/
+2
2021-08-16
IMA: prevent SETXATTR_CHECK policy rules with unavailable algorithms
THOBY Simon
1
-0
/
+6
2021-08-16
IMA: introduce a new policy option func=SETXATTR_CHECK
THOBY Simon
4
-17
/
+96
2021-08-16
IMA: add a policy option to restrict xattr hash algorithms on appraisal
THOBY Simon
1
-4
/
+70
2021-08-16
IMA: add support to restrict the hash algorithms used for file appraisal
THOBY Simon
5
-12
/
+41
2021-08-16
IMA: block writes of the security.ima xattr with unsupported algorithms
THOBY Simon
2
-4
/
+47
2021-08-16
IMA: remove the dependency on CRYPTO_MD5
THOBY Simon
1
-1
/
+0
2021-08-10
dm ima: measure data on table load
Tushar Sugandhi
1
-0
/
+1
2021-07-23
ima: Add digest and digest_len params to the functions to measure a buffer
Roberto Sassu
6
-15
/
+32
2021-07-23
ima: Return int in the functions to measure a buffer
Roberto Sassu
2
-22
/
+28
2021-07-23
ima: Introduce ima_get_current_hash_algo()
Roberto Sassu
1
-1
/
+6
2021-07-23
IMA: remove -Wmissing-prototypes warning
Austin Kim
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
2
-0
/
+47
2021-06-11
IMA: support for duplicate measurement records
Tushar Sugandhi
2
-2
/
+10
[next]