index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
security
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-01
ima: add regular file data hash signature version 3 support
Mimi Zohar
2
-2
/
+2
2026-04-01
ima: Define asymmetric_verify_v3() to verify IMA sigv3 signatures
Mimi Zohar
5
-56
/
+90
2026-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2026-03-26
Merge tag 'landlock-7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux
Linus Torvalds
3
-26
/
+78
2026-03-24
module: Give MODULE_SIG_STRING a more descriptive name
Thomas Weißschuh
1
-3
/
+3
2026-03-23
crypto: sm3 - Rename CRYPTO_SM3_GENERIC to CRYPTO_SM3
Eric Biggers
1
-1
/
+1
2026-03-20
xen/privcmd: add boot control for restricted usage in domU
Juergen Gross
1
-0
/
+1
2026-03-17
ima: remove buggy support for asynchronous hashes
Eric Biggers
1
-373
/
+9
2026-03-17
securityfs: use kstrdup_const() to manage symlink targets
Dmitry Antipov
1
-5
/
+5
2026-03-17
EVM: add comment describing why ino field is still unsigned long
Jeff Layton
1
-0
/
+6
2026-03-13
smack: Remove IPPROTO_UDPLITE support in security_sock_rcv_skb().
Kuniyuki Iwashima
1
-3
/
+1
2026-03-13
integrity: Eliminate weak definition of arch_get_secureboot()
Nathan Chancellor
2
-17
/
+1
2026-03-11
ima: Add code comments to explain IMA iint cache atomic_flags
Coiby Xu
1
-1
/
+26
2026-03-11
ima_fs: Correctly create securityfs files for unsupported hash algos
Dmitry Safonov
1
-4
/
+12
2026-03-10
landlock: Clean up interrupted thread logic in TSYNC
Yihan Ding
1
-7
/
+13
2026-03-10
landlock: Serialize TSYNC thread restriction
Yihan Ding
1
-1
/
+11
2026-03-09
apparmor: fix race between freeing data and fs accessing it
John Johansen
7
-101
/
+153
2026-03-09
apparmor: fix race on rawdata dereference
John Johansen
4
-57
/
+93
2026-03-09
apparmor: fix differential encoding verification
John Johansen
2
-4
/
+20
2026-03-09
apparmor: fix unprivileged local user can do privileged policy management
John Johansen
3
-9
/
+43
2026-03-09
apparmor: Fix double free of ns_name in aa_replace_profiles()
John Johansen
1
-0
/
+1
2026-03-09
apparmor: fix missing bounds check on DEFAULT table in verify_dfa()
Massimiliano Pellizzer
1
-2
/
+3
2026-03-09
apparmor: fix side-effect bug in match_char() macro usage
Massimiliano Pellizzer
1
-10
/
+20
2026-03-09
apparmor: fix: limit the number of levels of policy namespaces
John Johansen
2
-0
/
+4
2026-03-09
apparmor: replace recursive profile removal with iterative approach
Massimiliano Pellizzer
1
-3
/
+27
2026-03-09
apparmor: fix memory leak in verify_header
Massimiliano Pellizzer
1
-1
/
+0
2026-03-09
apparmor: validate DFA start states are in bounds in unpack_pdb
Massimiliano Pellizzer
1
-1
/
+11
2026-03-09
ima: check return value of crypto_shash_final() in boot aggregate
Daniel Hodges
1
-1
/
+1
2026-03-08
ima: Define and use a digest_size field in the ima_algo_desc structure
Roberto Sassu
3
-12
/
+13
2026-03-08
ima: efi: Drop unnecessary check for CONFIG_MODULE_SIG/CONFIG_KEXEC_SIG
Thomas Weißschuh
1
-4
/
+2
2026-03-08
ima: fallback to using i_version to detect file change
Mimi Zohar
2
-12
/
+35
2026-03-06
treewide: change inode->i_ino from unsigned long to u64
Jeff Layton
6
-20
/
+20
2026-03-06
selinux: Use simple_start_creating() / simple_done_creating()
NeilBrown
1
-9
/
+8
2026-03-06
Apparmor: Use simple_start_creating() / simple_done_creating()
NeilBrown
1
-27
/
+8
2026-03-05
evm: fix security.evm for a file with IMA signature
Coiby Xu
2
-0
/
+33
2026-03-05
evm: Don't enable fix mode when secure boot is enabled
Coiby Xu
1
-7
/
+17
2026-03-05
integrity: Make arch_ima_get_secureboot integrity-wide
Coiby Xu
8
-50
/
+80
2026-03-04
landlock: Improve TSYNC types
Mickaël Salaün
1
-5
/
+8
2026-03-04
landlock: Fully release unused TSYNC work entries
Mickaël Salaün
1
-6
/
+41
2026-03-04
landlock: Fix formatting
Mickaël Salaün
2
-7
/
+5
2026-02-23
apparmor: return error on namespace mismatch in verify_header
Massimiliano Pellizzer
1
-0
/
+1
2026-02-23
apparmor: use target task's context in apparmor_getprocattr()
Cengiz Can
1
-9
/
+7
2026-02-23
selinux: annotate intentional data race in inode_doinit_with_dentry()
Christian Göttsche
1
-1
/
+2
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
3
-9
/
+8
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
4
-8
/
+4
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
4
-4
/
+4
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
36
-87
/
+87
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
59
-168
/
+166
2026-02-20
Merge tag 'apparmor-pr-2026-02-18' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor
Linus Torvalds
21
-240
/
+687
2026-02-18
Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+1
[prev]
[next]