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
2025-05-25
apparmor: move the "conflicting profile attachments" infostr to a const declaration
Ryan Lee
1
-1
/
+3
2025-05-25
apparmor: force audit on unconfined exec if info is set by find_attach
Ryan Lee
1
-0
/
+16
2025-05-25
apparmor: make all generated string array headers const char *const
Ryan Lee
1
-2
/
+2
2025-05-25
apparmor: fix loop detection used in conflicting attachment resolution
Ryan Lee
2
-15
/
+12
2025-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-5
/
+35
2025-05-19
security/smack/smackfs: small kernel-doc fixes
Randy Dunlap
1
-7
/
+5
2025-05-17
apparmor: ensure WB_HISTORY_SIZE value is a power of 2
Ryan Lee
2
-1
/
+3
2025-05-17
apparmor: fix some kernel-doc issues in header files
Randy Dunlap
5
-8
/
+8
2025-05-17
apparmor: Fix incorrect profile->signal range check
Colin Ian King
1
-1
/
+1
2025-05-17
apparmor: use SHA-256 library API instead of crypto_shash API
Eric Biggers
2
-75
/
+13
2025-05-17
security/apparmor: use kfree_sensitive() in unpack_secmark()
Zilin Guan
1
-2
/
+2
2025-05-14
ima: do not copy measurement list to kdump kernel
Steven Chen
1
-0
/
+3
2025-05-12
landlock: Improve bit operations in audit code
Mickaël Salaün
3
-4
/
+34
2025-05-08
Revert "hardening: Disable GCC randstruct for COMPILE_TEST"
Kees Cook
1
-1
/
+1
2025-05-03
landlock: Remove KUnit test that triggers a warning
Mickaël Salaün
1
-1
/
+1
2025-05-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-17
/
+16
2025-04-30
Kbuild: remove structleak gcc plugin
Arnd Bergmann
1
-76
/
+0
2025-04-29
ima: measure kexec load and exec events as critical data
Steven Chen
3
-0
/
+32
2025-04-29
ima: make the kexec extra memory configurable
Steven Chen
2
-5
/
+22
2025-04-29
ima: verify if the segment size has changed
Steven Chen
1
-0
/
+10
2025-04-29
ima: kexec: move IMA log copy from kexec load to execute
Steven Chen
1
-14
/
+29
2025-04-29
ima: kexec: define functions to copy IMA log at soft boot
Steven Chen
1
-0
/
+47
2025-04-29
ima: kexec: skip IMA segment validation after kexec soft reboot
Steven Chen
1
-0
/
+3
2025-04-29
ima: define and call ima_alloc_kexec_file_buf()
Steven Chen
1
-11
/
+35
2025-04-29
ima: rename variable the seq_file "file" to "ima_kexec_file"
Steven Chen
1
-15
/
+16
2025-04-24
Merge tag 'landlock-6.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux
Linus Torvalds
3
-17
/
+16
2025-04-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-2
/
+4
2025-04-22
lsm: Move security_netlink_send to under CONFIG_SECURITY_NETWORK
Song Liu
1
-18
/
+18
2025-04-22
ima: process_measurement() needlessly takes inode_lock() on MAY_READ
Frederick Lawler
1
-1
/
+3
2025-04-17
landlock: Fix documentation for landlock_restrict_self(2)
Mickaël Salaün
1
-6
/
+6
2025-04-17
landlock: Fix documentation for landlock_create_ruleset(2)
Mickaël Salaün
1
-8
/
+7
2025-04-15
hardening: Disable GCC randstruct for COMPILE_TEST
Kees Cook
1
-1
/
+1
2025-04-12
selinux: fix the kdoc header for task_avdcache_update
Paul Moore
1
-1
/
+1
2025-04-12
selinux: remove a duplicated include
Paul Moore
1
-1
/
+0
2025-04-11
net: Retire DCCP socket.
Kuniyuki Iwashima
5
-70
/
+2
2025-04-11
selinux: reduce path walk overhead
Paul Moore
2
-54
/
+185
2025-04-11
selinux: support wildcard match in genfscon
Takaya Saeki
3
-4
/
+17
2025-04-11
selinux: drop copy-paste comment
Christian Göttsche
1
-6
/
+0
2025-04-11
selinux: unify OOM handling in network hashtables
Christian Göttsche
4
-9
/
+19
2025-04-11
selinux: add likely hints for fast paths
Christian Göttsche
3
-3
/
+3
2025-04-11
selinux: contify network namespace pointer
Christian Göttsche
1
-1
/
+1
2025-04-11
selinux: constify network address pointer
Christian Göttsche
4
-8
/
+8
2025-04-11
landlock: Log the TGID of the domain creator
Mickaël Salaün
1
-2
/
+2
2025-04-08
landlock: Remove incorrect warning
Mickaël Salaün
1
-1
/
+1
2025-04-08
Use try_lookup_noperm() instead of d_hash_and_lookup() outside of VFS
NeilBrown
1
-2
/
+2
2025-04-08
VFS: rename lookup_one_len family to lookup_noperm and remove permission check
NeilBrown
2
-3
/
+3
2025-04-01
mseal sysmap: kernel config and header change
Jeff Xu
1
-0
/
+21
2025-04-01
Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-2
/
+5
2025-03-30
Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Linus Torvalds
2
-9
/
+12
2025-03-29
Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-1
/
+1
[prev]
[next]