index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-12
KEYS: Add KEYCTL_DH_COMPUTE command
Mat Martineau
6
-0
/
+193
2016-04-12
Security: Keys: Big keys stored encrypted
Kirill Marinushkin
2
-18
/
+184
2016-04-12
KEYS: user_update should use copy of payload made during preparsing
David Howells
1
-31
/
+11
2016-04-12
security: integrity: Remove select to deleted option PUBLIC_KEY_ALGO_RSA
Andreas Ziegler
1
-1
/
+0
2016-04-11
IMA: Use the the system trusted keyrings instead of .ima_mok
David Howells
4
-53
/
+32
2016-04-11
KEYS: Remove KEY_FLAG_TRUSTED and KEY_ALLOC_TRUSTED
David Howells
3
-39
/
+4
2016-04-11
KEYS: Move the point of trust determination to __key_link()
David Howells
2
-4
/
+35
2016-04-11
KEYS: Add a facility to restrict new links into a keyring
David Howells
8
-33
/
+124
2016-04-11
->getxattr(): pass dentry and inode as separate arguments
Al Viro
4
-10
/
+11
2016-04-11
security: drop the unused hook skb_owned_by
Paolo Abeni
1
-1
/
+0
2016-04-10
don't bother with ->d_inode->i_sb - it's always equal to ->d_sb
Al Viro
3
-4
/
+4
2016-04-05
selinux: restrict kernel module loading
Jeff Vander Stoep
2
-1
/
+48
2016-04-05
selinux: consolidate the ptrace parent lookup code
Paul Moore
1
-21
/
+17
2016-04-05
selinux: simply inode label states to INVALID and INITIALIZED
Paul Moore
2
-4
/
+3
2016-04-05
selinux: don't revalidate inodes in selinux_socket_getpeersec_dgram()
Paul Moore
1
-3
/
+5
2016-03-28
constify ima_d_path()
Al Viro
2
-2
/
+2
2016-03-28
constify security_sb_pivotroot()
Al Viro
2
-2
/
+2
2016-03-28
constify security_path_chroot()
Al Viro
2
-2
/
+2
2016-03-28
constify security_path_{link,rename}
Al Viro
3
-9
/
+9
2016-03-28
apparmor: remove useless checks for NULL ->mnt
Al Viro
1
-2
/
+2
2016-03-28
constify security_path_{mkdir,mknod,symlink}
Al Viro
3
-9
/
+9
2016-03-28
constify security_path_{unlink,rmdir}
Al Viro
3
-6
/
+6
2016-03-28
apparmor: constify common_perm_...()
Al Viro
1
-4
/
+4
2016-03-28
apparmor: constify aa_path_link()
Al Viro
2
-2
/
+2
2016-03-28
apparmor: new helper - common_path_perm()
Al Viro
1
-35
/
+12
2016-03-28
constify chmod_common/security_path_chmod
Al Viro
3
-3
/
+3
2016-03-28
constify security_sb_mount()
Al Viro
3
-3
/
+3
2016-03-28
constify chown_common/security_path_chown
Al Viro
3
-3
/
+3
2016-03-28
tomoyo: constify assorted struct path *
Al Viro
3
-13
/
+13
2016-03-28
apparmor_path_truncate(): path->mnt is never NULL
Al Viro
1
-1
/
+1
2016-03-28
constify security_path_truncate()
Al Viro
3
-3
/
+3
2016-03-27
[apparmor] constify struct path * in a bunch of helpers
Al Viro
5
-8
/
+8
2016-03-20
Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+8
2016-03-17
Merge tag 'tty-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-2
/
+2
2016-03-17
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
20
-227
/
+450
2016-03-17
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-32
/
+50
2016-03-04
Merge tag 'keys-next-20160303' of git://git.kernel.org/pub/scm/linux/kernel/g...
James Morris
5
-25
/
+12
2016-03-04
Merge branch 'stable-4.6' of git://git.infradead.org/users/pcmoore/selinux in...
James Morris
1
-1
/
+1
2016-03-03
X.509: Make algo identifiers text instead of enum
David Howells
2
-4
/
+5
2016-03-03
akcipher: Move the RSA DER encoding check to the crypto layer
David Howells
1
-0
/
+1
2016-02-26
Merge branch 'stable-4.5' of git://git.infradead.org/users/pcmoore/selinux in...
James Morris
1
-1
/
+1
2016-02-26
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li...
James Morris
13
-163
/
+418
2016-02-22
Merge branch 'smack-for-4.6' of https://github.com/cschaufler/smack-next into...
James Morris
1
-32
/
+14
2016-02-21
ima: require signed IMA policy
Mimi Zohar
1
-0
/
+7
2016-02-21
ima: measure and appraise the IMA policy itself
Mimi Zohar
4
-3
/
+24
2016-02-21
ima: load policy using path
Dmitry Kasatkin
1
-2
/
+43
2016-02-21
ima: support for kexec image and initramfs
Mimi Zohar
3
-7
/
+27
2016-02-21
ima: remove firmware and module specific cached status info
Mimi Zohar
5
-39
/
+28
2016-02-21
module: replace copy_module_from_fd with kernel version
Mimi Zohar
2
-34
/
+13
2016-02-21
security: define kernel_read_file hook
Mimi Zohar
2
-0
/
+29
[prev]
[next]