index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-15
ima: Fix trivial typos in the comments
Austin Kim
4
-4
/
+4
2022-02-14
fortify: Add Clang support
Kees Cook
1
-2
/
+3
2022-02-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-10
/
+27
2022-02-08
tomoyo: Use str_yes_no()
Lucas De Marchi
3
-16
/
+6
2022-02-07
Merge tag 'integrity-v5.17-fix' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
5
-10
/
+27
2022-02-06
gcc-plugins/stackleak: Provide verbose mode
Kees Cook
1
-0
/
+10
2022-02-04
selinux: parse contexts for mount options early
Ondrej Mosnacek
1
-149
/
+53
2022-02-04
landlock: Use square brackets around "landlock-ruleset"
Christian Brauner
1
-1
/
+1
2022-02-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-3
/
+15
2022-02-04
Merge tag 'selinux-pr-20220203' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+2
2022-02-02
ima: Do not print policy rule with inactive LSM labels
Stefan Berger
1
-0
/
+8
2022-02-02
ima: Allow template selection with ima_template[_fmt]= after ima_hash=
Roberto Sassu
1
-3
/
+7
2022-02-02
ima: Remove ima_policy file before directory
Stefan Berger
1
-1
/
+1
2022-02-02
integrity: check the return value of audit_log_start()
Xiaoke Wang
1
-0
/
+2
2022-02-02
selinux: fix double free of cond_list on error paths
Vratislav Bendel
1
-1
/
+2
2022-02-02
block: remove genhd.h
Christoph Hellwig
1
-1
/
+0
2022-02-02
selinux: various sparse fixes
Paul Moore
4
-7
/
+8
2022-02-02
selinux: try to use preparsed sid before calling parse_sid()
Scott Mayhew
1
-29
/
+59
2022-02-02
selinux: Fix selinux_sb_mnt_opts_compat()
Scott Mayhew
1
-34
/
+41
2022-01-29
Merge tag 'fixes-v5.17-lsm-ceph-null' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+13
2022-01-28
security, lsm: dentry_init_security() Handle multi LSM registration
Vivek Goyal
1
-2
/
+13
2022-01-28
LSM: general protection fault in legacy_parse_param
Casey Schaufler
2
-5
/
+17
2022-01-27
selinux: fix a type cast problem in cred_init_security()
Paul Moore
1
-1
/
+1
2022-01-27
selinux: drop unused macro
Christian Göttsche
1
-2
/
+0
2022-01-26
selinux: simplify cred_init_security
Christian Göttsche
1
-2
/
+1
2022-01-26
selinux: do not discard const qualifier in cast
Christian Göttsche
1
-2
/
+2
2022-01-26
selinux: drop unused parameter of avtab_insert_node
Christian Göttsche
1
-3
/
+3
2022-01-26
selinux: drop cast to same type
Christian Göttsche
1
-1
/
+1
2022-01-26
selinux: enclose macro arguments in parenthesis
Christian Göttsche
3
-7
/
+7
2022-01-26
selinux: declare name parameter of hash_eval const
Christian Göttsche
1
-1
/
+1
2022-01-26
selinux: declare path parameters of _genfs_sid const
Christian Göttsche
2
-5
/
+5
2022-01-26
selinux: check return value of sel_make_avc_files
Christian Göttsche
1
-0
/
+2
2022-01-26
selinux: access superblock_security_struct in LSM blob way
GONG, Ruiqi
1
-2
/
+2
2022-01-25
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-1
/
+1
2022-01-25
ima: fix reference leak in asymmetric_verify()
Eric Biggers
1
-6
/
+9
2022-01-19
bpf: Make BPF_PROG_RUN_ARRAY return -err instead of allow boolean
YiFei Zhu
1
-1
/
+1
2022-01-12
Merge tag 'fs.idmapped.v5.17' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-6
/
+9
2022-01-12
Merge tag 'integrity-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-3
/
+8
2022-01-12
Merge tag 'selinux-pr-20220110' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
9
-109
/
+49
2022-01-11
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2
-111
/
+21
2022-01-05
ima: silence measurement list hexdump during kexec
Bruno Meneguele
1
-3
/
+3
2021-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+1
2021-12-29
Merge tag 'selinux-pr-20211228' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2021-12-27
selinux: initialize proto variable in selinux_ip_postroute_compat()
Tom Rix
1
-1
/
+1
2021-12-24
integrity: Do not load MOK and MOKx when secure boot be disabled
Lee, Chun-Yi
1
-0
/
+5
2021-12-22
Merge tag 'tomoyo-pr-20211222' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1
Linus Torvalds
1
-17
/
+14
2021-12-21
selinux: minor tweaks to selinux_add_opt()
Paul Moore
1
-8
/
+10
2021-12-21
selinux: fix potential memleak in selinux_add_opt()
Bernard Zhao
1
-2
/
+10
2021-12-17
add missing bpf-cgroup.h includes
Jakub Kicinski
1
-0
/
+1
2021-12-17
selinux: fix sleeping function called from invalid context
Scott Mayhew
1
-14
/
+19
[prev]
[next]