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-08-17
landlock: Add tracepoints for ptrace and scope denials
Mickaël Salaün
3
-7
/
+76
2026-08-17
landlock: Add landlock_deny_access_fs and landlock_deny_access_net
Mickaël Salaün
3
-1
/
+136
2026-08-17
landlock: Add tracepoints for rule checking
Mickaël Salaün
4
-65
/
+147
2026-08-17
landlock: Add landlock_enforce_domain tracepoint
Mickaël Salaün
2
-1
/
+29
2026-08-17
landlock: Add create_domain and free_domain tracepoints
Mickaël Salaün
6
-17
/
+137
2026-08-17
landlock: Add landlock_add_rule_fs and landlock_add_rule_net tracepoints
Mickaël Salaün
5
-2
/
+80
2026-08-17
landlock: Add create_ruleset and free_ruleset tracepoints
Mickaël Salaün
6
-1
/
+48
2026-08-17
landlock: Consolidate access-right and scope names in a shared header
Mickaël Salaün
1
-31
/
+53
2026-08-17
landlock: Decouple the per-denial logging decision from CONFIG_AUDIT
Mickaël Salaün
3
-95
/
+98
2026-08-17
landlock: Split denial logging from audit into common framework
Mickaël Salaün
17
-570
/
+681
2026-08-17
landlock: Split struct landlock_domain from struct landlock_ruleset
Mickaël Salaün
13
-480
/
+403
2026-08-17
landlock: Move domain query functions to domain.c
Mickaël Salaün
5
-188
/
+201
2026-08-17
landlock: Prepare ruleset and domain type split
Mickaël Salaün
5
-60
/
+202
2026-08-15
landlock: Add LANDLOCK_RESTRICT_SELF_NO_NEW_PRIVS
Justin Suess
4
-11
/
+30
2026-08-15
landlock: Check landlock_restrict_self(2)'s flags before privileges
Justin Suess
1
-4
/
+4
2026-08-15
landlock: Require LANDLOCK_ACCESS_FS_MAKE_REG for whiteout creation
Günther Noack
2
-9
/
+55
2026-08-14
landlock: Harden sock_is_scoped() against file-less sockets
Mickaël Salaün
1
-0
/
+11
2026-07-10
landlock: Update formatting
Mickaël Salaün
1
-6
/
+3
2026-07-10
landlock: Fix kernel-doc for the nested quiet layer flag
Mickaël Salaün
1
-2
/
+2
2026-07-10
landlock: Fix TCP Fast Open connection bypass
Matthieu Buffet
1
-0
/
+8
2026-06-19
Merge tag 'landlock-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux
Linus Torvalds
14
-190
/
+788
2026-06-14
landlock: Suppress logging when quiet flag is present
Tingmao Wang
7
-16
/
+324
2026-06-14
landlock: Add API support and docs for the quiet flags
Tingmao Wang
8
-27
/
+89
2026-06-14
landlock: Add a place for flags to layer rules
Tingmao Wang
10
-112
/
+176
2026-06-13
landlock: Add UDP send+connect access control
Matthieu Buffet
3
-18
/
+134
2026-06-13
landlock: Add UDP bind() access control
Matthieu Buffet
4
-8
/
+15
2026-06-13
landlock: Fix unmarked concurrent access to socket family
Matthieu Buffet
1
-2
/
+9
2026-06-13
landlock: Fix LANDLOCK_SCOPE_SIGNAL bypass on the SIGIO path
Bryam Vargas
3
-0
/
+35
2026-06-13
landlock: Account all audit data allocations to user space
Mickaël Salaün
2
-8
/
+6
2026-06-13
landlock: Set audit_net.sk for socket access checks
Mickaël Salaün
1
-0
/
+1
2026-05-11
fs: add icount_read_once() and stop open-coding ->i_count loads
Mateusz Guzik
1
-1
/
+1
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
[next]