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-05-13
integrity: Check that algo parameter is within valid range
Stefan Berger
1
-1
/
+4
2026-05-13
integrity: Check for NULL returned by asymmetric_key_public_key
Stefan Berger
1
-0
/
+4
2026-05-11
fs: add icount_read_once() and stop open-coding ->i_count loads
Mateusz Guzik
1
-1
/
+1
2026-05-06
selinux: check for simple types
Christian Göttsche
3
-2
/
+29
2026-05-06
selinux: more strict bounds check
Christian Göttsche
3
-2
/
+31
2026-05-06
selinux: beef up isvalid checks
Christian Göttsche
8
-58
/
+83
2026-05-06
selinux: reorder policydb_index()
Christian Göttsche
1
-5
/
+6
2026-05-06
selinux: check type attr map overflows
Christian Göttsche
3
-0
/
+33
2026-05-06
selinux: check length fields in policies
Christian Göttsche
4
-0
/
+68
2026-05-06
selinux: more strict policy parsing
Christian Göttsche
8
-60
/
+233
2026-05-06
selinux: use u16 for security classes
Christian Göttsche
3
-8
/
+9
2026-05-06
selinux: avoid nontransitive comparison
Christian Göttsche
1
-8
/
+9
2026-05-05
selinux: shrink critical section in sel_write_load()
Stephen Smalley
1
-10
/
+8
2026-05-05
selinux: allow multiple opens of /sys/fs/selinux/policy
Stephen Smalley
1
-23
/
+4
2026-05-05
selinux: prune /sys/fs/selinux/user
Stephen Smalley
3
-190
/
+5
2026-05-05
selinux: prune /sys/fs/selinux/disable
Stephen Smalley
1
-29
/
+7
2026-05-05
selinux: prune /sys/fs/selinux/checkreqprot
Stephen Smalley
1
-40
/
+7
2026-05-01
security,fs,nfs,net: update security_inode_listsecurity() interface
Stephen Smalley
3
-24
/
+15
2026-04-29
smack: simplify write handlers of sysfs entries
Dmitry Antipov
1
-59
/
+22
2026-04-29
selinux: switch two allocations to use kzalloc_objs()
Stephen Smalley
1
-2
/
+2
2026-04-29
selinux: fix sel_kill_sb()
Stephen Smalley
1
-5
/
+5
2026-04-28
selinux: fix avdcache auditing
Stephen Smalley
2
-21
/
+14
2026-04-27
selinux: don't reserve xattr slot when we won't fill it
David Windsor
1
-1
/
+2
2026-04-27
selinux: use sk blob accessor in socket permission helpers
Zongyao Chen
1
-2
/
+2
2026-04-27
selinux: use QSTR() instead of QSTR_INIT() in init_sel_fs
Thorsten Blum
1
-2
/
+1
2026-04-27
ima: return error early if file xattr cannot be changed
Goldwyn Rodrigues
1
-0
/
+5
2026-04-27
ima: Fix sigv3 signature handling for EVM_IMA_XATTR_DIGSIG
Kamlesh Kumar
2
-3
/
+5
2026-04-24
Merge tag 'apparmor-pr-2026-04-23' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor
Linus Torvalds
4
-26
/
+22
2026-04-22
apparmor/lsm: Fix aa_dfa_unpack's error handling in aa_setup_dfa_engine
GONG Ruiqi
1
-0
/
+1
2026-04-22
apparmor: Fix string overrun due to missing termination
Daniel J Blueman
1
-3
/
+5
2026-04-22
apparmor: Fix wrong dentry in RENAME_EXCHANGE uid check
Dudu Lu
1
-1
/
+1
2026-04-22
apparmor: fix unpack_tags to properly return error in failure cases
John Johansen
1
-0
/
+1
2026-04-22
apparmor: fix dfa size check
John Johansen
1
-1
/
+1
2026-04-22
Merge tag 'tomoyo-pr-20260422' of git://git.code.sf.net/p/tomoyo/tomoyo
Linus Torvalds
3
-10
/
+8
2026-04-22
apparmor: Use sysfs_emit in param_get_{audit,mode}
Thorsten Blum
1
-3
/
+3
2026-04-22
apparmor: Remove redundant if check in sk_peer_get_label
Thorsten Blum
1
-5
/
+1
2026-04-22
apparmor: Replace memcpy + NUL termination with kmemdup_nul in do_setattr
Thorsten Blum
1
-4
/
+1
2026-04-17
Merge tag 'integrity-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity
Linus Torvalds
16
-533
/
+337
2026-04-15
Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+3
2026-04-14
Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-3
/
+1
2026-04-14
Merge tag 'modules-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/modules/linux
Linus Torvalds
1
-3
/
+3
2026-04-15
tomoyo: use u64 for holding inode->i_ino value
Tetsuo Handa
3
-10
/
+8
2026-04-13
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux
Linus Torvalds
1
-1
/
+1
2026-04-13
Merge tag 'landlock-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux
Linus Torvalds
14
-117
/
+284
2026-04-13
Merge tag 'selinux-pr-20260410' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux
Linus Torvalds
1
-1
/
+2
2026-04-13
Merge tag 'lsm-pr-20260410' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm
Linus Torvalds
6
-69
/
+306
2026-04-13
Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
7
-20
/
+26
2026-04-13
Merge tag 'vfs-7.1-rc1.directory' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
2
-35
/
+16
2026-04-13
proc: make PROC_MEM_FORCE_PTRACE the Kconfig default
Linus Torvalds
1
-4
/
+2
2026-04-07
landlock: Clarify BUILD_BUG_ON check in scoping logic
Günther Noack
2
-6
/
+12
[prev]
[next]