index
:
kernel/git/torvalds/linux.git
master
Linux kernel source tree
Linus Torvalds
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
landlock
/
net.c
Age
Commit message (
Expand
)
Author
2026-06-14
landlock: Add API support and docs for the quiet flags
Tingmao Wang
2026-06-14
landlock: Add a place for flags to layer rules
Tingmao Wang
2026-06-13
landlock: Add UDP send+connect access control
Matthieu Buffet
2026-06-13
landlock: Add UDP bind() access control
Matthieu Buffet
2026-06-13
landlock: Fix unmarked concurrent access to socket family
Matthieu Buffet
2026-06-13
landlock: Set audit_net.sk for socket access checks
Mickaël Salaün
2026-02-10
landlock: Transpose the layer masks data structure
Günther Noack
2026-02-06
landlock: Refactor TCP socket type check
Matthieu Buffet
2025-12-26
landlock: Fix TCP handling of short AF_UNSPEC addresses
Matthieu Buffet
2025-03-26
landlock: Log TCP bind and connect denials
Mickaël Salaün
2025-03-26
landlock: Prepare to use credential instead of domain for network
Mickaël Salaün
2025-02-14
landlock: Fix non-TCP sockets restriction
Mikhail Ivanov
2024-11-09
landlock: Refactor network access mask management
Mickaël Salaün
2024-03-08
landlock: Simplify current_check_access_socket()
Mickaël Salaün
2023-11-12
LSM: Identify modules by more than name
Casey Schaufler
2023-10-26
landlock: Support network rules with TCP bind and connect
Konstantin Meskhidze