index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
/
landlock
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-9
/
+9
2026-02-10
landlock: Transpose the layer masks data structure
Günther Noack
-341
/
+272
2026-02-10
landlock: Add access_mask_subset() helper
Günther Noack
-2
/
+9
2026-02-06
landlock: Add errata documentation section
Samasth Norway Ananda
-1
/
+28
2026-02-06
landlock: Refactor TCP socket type check
Matthieu Buffet
-5
/
+16
2026-02-06
landlock: Multithreading support for landlock_restrict_self()
Günther Noack
-28
/
+635
2025-12-29
landlock: Improve the comment for domain_is_scoped
Tingmao Wang
-4
/
+4
2025-12-29
landlock: Optimize stack usage when !CONFIG_AUDIT
Mickaël Salaün
-2
/
+9
2025-12-26
landlock: Fix spelling
Mickaël Salaün
-1
/
+1
2025-12-26
landlock: Clean up hook_ptrace_access_check()
Mickaël Salaün
-2
/
+2
2025-12-26
landlock: Improve erratum documentation
Mickaël Salaün
-1
/
+1
2025-12-26
landlock: Remove useless include
Mickaël Salaün
-1
/
+0
2025-12-26
landlock: Fix wrong type usage
Tingmao Wang
-1
/
+1
2025-12-26
landlock: Fix TCP handling of short AF_UNSPEC addresses
Matthieu Buffet
-51
/
+67
2025-12-26
landlock: Fix formatting
Mickaël Salaün
-1
/
+2
2025-12-06
Merge tag 'landlock-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-17
/
+59
2025-12-03
Merge tag 'lsm-pr-20251201' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-1
/
+1
2025-12-01
Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-1
/
+1
2025-11-28
landlock: Improve variable scope
Mickaël Salaün
-2
/
+3
2025-11-28
landlock: Fix handling of disconnected directories
Mickaël Salaün
-12
/
+44
2025-11-26
landlock: Minor comments improvements
Tingmao Wang
-4
/
+13
2025-11-12
landlock: fix splats from iput() after it started calling might_sleep()
Mateusz Guzik
-4
/
+3
2025-10-22
lsm: replace the name field with a pointer to the lsm_id struct
Paul Moore
-1
/
+1
2025-10-20
Coccinelle-based conversion to use ->i_state accessors
Mateusz Guzik
-1
/
+1
2025-09-01
fs: add an icount_read helper
Josef Bacik
-1
/
+1
2025-07-28
Merge tag 'landlock-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-27
/
+43
2025-07-19
landlock: Fix cosmetic change
Mickaël Salaün
-0
/
+1
2025-06-27
landlock: Fix warning from KUnit tests
Tingmao Wang
-27
/
+42
2025-06-17
landlock: opened file never has a negative dentry
Al Viro
-1
/
+0
2025-05-12
landlock: Improve bit operations in audit code
Mickaël Salaün
-4
/
+34
2025-05-03
landlock: Remove KUnit test that triggers a warning
Mickaël Salaün
-1
/
+1
2025-04-17
landlock: Fix documentation for landlock_restrict_self(2)
Mickaël Salaün
-6
/
+6
2025-04-17
landlock: Fix documentation for landlock_create_ruleset(2)
Mickaël Salaün
-8
/
+7
2025-04-11
landlock: Log the TGID of the domain creator
Mickaël Salaün
-2
/
+2
2025-04-08
landlock: Remove incorrect warning
Mickaël Salaün
-1
/
+1
2025-03-28
Merge tag 'landlock-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-255
/
+2265
2025-03-26
landlock: Add LANDLOCK_RESTRICT_SELF_LOG_SUBDOMAINS_OFF
Mickaël Salaün
-7
/
+43
2025-03-26
landlock: Add LANDLOCK_RESTRICT_SELF_LOG_*_EXEC_* flags
Mickaël Salaün
-12
/
+63
2025-03-26
landlock: Log scoped denials
Mickaël Salaün
-18
/
+97
2025-03-26
landlock: Log TCP bind and connect denials
Mickaël Salaün
-4
/
+60
2025-03-26
landlock: Log truncate and IOCTL denials
Mickaël Salaün
-6
/
+307
2025-03-26
landlock: Factor out IOCTL hooks
Mickaël Salaün
-21
/
+11
2025-03-26
landlock: Log file-related denials
Mickaël Salaün
-16
/
+233
2025-03-26
landlock: Log mount-related denials
Mickaël Salaün
-41
/
+74
2025-03-26
landlock: Add AUDIT_LANDLOCK_DOMAIN and log domain status
Mickaël Salaün
-4
/
+285
2025-03-26
landlock: Add AUDIT_LANDLOCK_ACCESS and log ptrace denials
Mickaël Salaün
-24
/
+336
2025-03-26
landlock: Identify domain execution crossing
Mickaël Salaün
-6
/
+59
2025-03-26
landlock: Prepare to use credential instead of domain for fowner
Mickaël Salaün
-21
/
+39
2025-03-26
landlock: Prepare to use credential instead of domain for scope
Mickaël Salaün
-24
/
+28
[next]