index
:
Linux Stable
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.13.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
/
selinux
Commit message (
Expand
)
Author
Age
Files
Lines
*
LSM: new method: ->sb_add_mnt_opt()
Al Viro
2018-12-21
1
-26
/
+19
*
selinux: rewrite selinux_sb_eat_lsm_opts()
Al Viro
2018-12-21
1
-92
/
+54
*
selinux: regularize Opt_... names a bit
Al Viro
2018-12-21
1
-8
/
+8
*
selinux: switch away from match_token()
Al Viro
2018-12-21
1
-27
/
+55
*
selinux: new helper - selinux_add_opt()
Al Viro
2018-12-21
1
-73
/
+53
*
selinux: switch to private struct selinux_mnt_opts
Al Viro
2018-12-21
1
-161
/
+101
*
LSM: hide struct security_mnt_opts from any generic code
Al Viro
2018-12-21
1
-15
/
+37
*
selinux: kill selinux_sb_get_mnt_opts()
Al Viro
2018-12-21
1
-147
/
+51
*
LSM: turn sb_eat_lsm_opts() into a method
Al Viro
2018-12-21
1
-1
/
+15
*
selinux; don't open-code a loop in sb_finish_set_opts()
Al Viro
2018-12-21
1
-4
/
+2
*
LSM: split ->sb_set_mnt_opts() out of ->sb_kern_mount()
Al Viro
2018-12-21
1
-9
/
+1
*
LSM: lift extracting and parsing LSM options into the caller of ->sb_remount()
Al Viro
2018-12-21
1
-35
/
+12
*
LSM: lift parsing LSM options into the caller of ->sb_kern_mount()
Al Viro
2018-12-21
1
-21
/
+3
*
selinux: expand superblock_doinit() calls
Al Viro
2018-12-20
1
-30
/
+24
*
vfs: Suppress MS_* flag defs within the kernel unless explicitly enabled
David Howells
2018-12-20
1
-0
/
+1
*
Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-10-24
1
-1
/
+4
|
\
|
*
LSM: Record LSM name in struct lsm_info
Kees Cook
2018-10-10
1
-0
/
+1
|
*
LSM: Convert security_initcall() into DEFINE_LSM()
Kees Cook
2018-10-10
1
-1
/
+3
*
|
Merge tag 'selinux-pr-20181022' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2018-10-24
5
-111
/
+88
|
\
\
|
*
|
selinux: Add __GFP_NOWARN to allocation at str_read()
Tetsuo Handa
2018-09-13
1
-1
/
+1
|
*
|
selinux: refactor mls_context_to_sid() and make it stricter
Jann Horn
2018-09-05
3
-110
/
+82
|
*
|
selinux: fix mounting of cgroup2 under older policies
Stephen Smalley
2018-09-04
1
-0
/
+5
|
|
/
*
/
signal: Distinguish between kernel_siginfo and siginfo
Eric W. Biederman
2018-10-03
1
-1
/
+1
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-08-15
1
-1
/
+1
|
\
|
*
net: sched: introduce chain object to uapi
Jiri Pirko
2018-07-23
1
-1
/
+1
*
|
Merge tag 'selinux-pr-20180814' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2018-08-15
13
-189
/
+198
|
\
\
|
*
|
selinux: cleanup dentry and inodes on error in selinuxfs
nixiaoming
2018-08-07
1
-8
/
+25
|
*
|
selinux: constify write_op[]
Eric Biggers
2018-07-17
1
-1
/
+1
|
*
|
selinux: Cleanup printk logging in netnode
peter enderborg
2018-06-19
1
-3
/
+2
|
*
|
selinux: Cleanup printk logging in avc
peter enderborg
2018-06-19
1
-1
/
+1
|
*
|
selinux: Cleanup printk logging in netif
peter enderborg
2018-06-19
1
-7
/
+4
|
*
|
selinux: Cleanup printk logging in netport
peter enderborg
2018-06-19
1
-3
/
+2
|
*
|
selinux: Cleanup printk logging in sidtab
peter enderborg
2018-06-19
1
-3
/
+2
|
*
|
selinux: Cleanup printk logging in netlink
peter enderborg
2018-06-19
1
-1
/
+1
|
*
|
selinux: Cleanup printk logging in selinuxfs
peter enderborg
2018-06-19
1
-5
/
+5
|
*
|
selinux: Cleanup printk logging in services
peter enderborg
2018-06-19
1
-36
/
+35
|
*
|
selinux: Cleanup printk logging in avtab
peter enderborg
2018-06-19
1
-25
/
+26
|
*
|
selinux: Cleanup printk logging in hooks
peter enderborg
2018-06-19
1
-35
/
+33
|
*
|
selinux: Cleanup printk logging in policydb
peter enderborg
2018-06-19
1
-45
/
+46
|
*
|
selinux: Cleanup printk logging in ebitmap
peter enderborg
2018-06-19
1
-8
/
+7
|
*
|
selinux: Cleanup printk logging in conditional
peter enderborg
2018-06-19
1
-8
/
+8
*
|
|
Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-08-15
1
-0
/
+15
|
\
\
\
|
*
|
|
module: replace the existing LSM hook in init_module
Mimi Zohar
2018-07-16
1
-0
/
+15
|
|
/
/
*
|
|
Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2018-08-13
1
-2
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
->file_open(): lose cred argument
Al Viro
2018-07-12
1
-2
/
+2
|
|
/
*
|
Merge tag 'selinux-pr-20180629' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2018-06-30
1
-45
/
+33
|
\
\
|
|
/
|
/
|
|
*
selinux: move user accesses in selinuxfs out of locked regions
Jann Horn
2018-06-28
1
-45
/
+33
*
|
docs: Fix some broken references
Mauro Carvalho Chehab
2018-06-15
1
-1
/
+1
*
|
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-06-06
2
-2
/
+6
|
\
\
[next]