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
/
landlock
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-07
landlock: Clarify BUILD_BUG_ON check in scoping logic
Günther Noack
2
-6
/
+12
2026-04-07
landlock: Control pathname UNIX domain socket resolution by path
Günther Noack
5
-5
/
+134
2026-04-07
landlock: Use mem_is_zero() in is_layer_masks_allowed()
Günther Noack
1
-1
/
+1
2026-04-07
landlock: Fix kernel-doc warning for pointer-to-array parameters
Mickaël Salaün
1
-2
/
+2
2026-04-07
landlock: Fix formatting in tsync.c
Mickaël Salaün
1
-49
/
+58
2026-04-07
landlock: Improve kernel-doc "Return:" section consistency
Mickaël Salaün
8
-34
/
+25
2026-04-07
landlock: Add missing kernel-doc "Return:" sections
Mickaël Salaün
5
-14
/
+24
2026-04-07
landlock: Allow TSYNC with LOG_SUBDOMAINS_OFF and fd=-1
Mickaël Salaün
1
-5
/
+9
2026-04-07
landlock: Fix LOG_SUBDOMAINS_OFF inheritance across fork()
Mickaël Salaün
1
-4
/
+2
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-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-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
4
-9
/
+9
2026-02-10
landlock: Transpose the layer masks data structure
Günther Noack
9
-340
/
+271
2026-02-10
landlock: Add access_mask_subset() helper
Günther Noack
2
-2
/
+9
2026-02-06
landlock: Add errata documentation section
Samasth Norway Ananda
4
-1
/
+28
2026-02-06
landlock: Refactor TCP socket type check
Matthieu Buffet
1
-5
/
+16
2026-02-06
landlock: Multithreading support for landlock_restrict_self()
Günther Noack
6
-28
/
+635
2025-12-29
landlock: Improve the comment for domain_is_scoped
Tingmao Wang
1
-4
/
+4
2025-12-29
landlock: Optimize stack usage when !CONFIG_AUDIT
Mickaël Salaün
1
-2
/
+9
2025-12-26
landlock: Fix spelling
Mickaël Salaün
1
-1
/
+1
2025-12-26
landlock: Clean up hook_ptrace_access_check()
Mickaël Salaün
1
-2
/
+2
2025-12-26
landlock: Improve erratum documentation
Mickaël Salaün
1
-1
/
+1
2025-12-26
landlock: Remove useless include
Mickaël Salaün
1
-1
/
+0
2025-12-26
landlock: Fix wrong type usage
Tingmao Wang
1
-1
/
+1
2025-12-26
landlock: Fix TCP handling of short AF_UNSPEC addresses
Matthieu Buffet
1
-51
/
+67
2025-12-26
landlock: Fix formatting
Mickaël Salaün
1
-1
/
+2
2025-12-06
Merge tag 'landlock-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux
Linus Torvalds
4
-17
/
+59
2025-12-03
Merge tag 'lsm-pr-20251201' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm
Linus Torvalds
1
-1
/
+1
2025-12-01
Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-1
/
+1
2025-11-28
landlock: Improve variable scope
Mickaël Salaün
1
-2
/
+3
2025-11-28
landlock: Fix handling of disconnected directories
Mickaël Salaün
2
-12
/
+44
2025-11-26
landlock: Minor comments improvements
Tingmao Wang
3
-4
/
+13
2025-11-12
landlock: fix splats from iput() after it started calling might_sleep()
Mateusz Guzik
1
-4
/
+3
2025-10-22
lsm: replace the name field with a pointer to the lsm_id struct
Paul Moore
1
-1
/
+1
2025-10-20
Coccinelle-based conversion to use ->i_state accessors
Mateusz Guzik
1
-1
/
+1
2025-09-01
fs: add an icount_read helper
Josef Bacik
1
-1
/
+1
2025-07-28
Merge tag 'landlock-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux
Linus Torvalds
2
-27
/
+43
2025-07-19
landlock: Fix cosmetic change
Mickaël Salaün
1
-0
/
+1
2025-06-27
landlock: Fix warning from KUnit tests
Tingmao Wang
1
-27
/
+42
2025-06-17
landlock: opened file never has a negative dentry
Al Viro
1
-1
/
+0
2025-05-12
landlock: Improve bit operations in audit code
Mickaël Salaün
3
-4
/
+34
2025-05-03
landlock: Remove KUnit test that triggers a warning
Mickaël Salaün
1
-1
/
+1
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-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
[next]