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
2015-03-27
Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/selinux into...
James Morris
1
-1
/
+1
2015-03-25
selinux: fix sel_write_enforce broken return value
Joe Perches
1
-1
/
+1
2015-02-22
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
7
-23
/
+21
2015-02-22
VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)
David Howells
2
-3
/
+3
2015-02-22
SELinux: Use d_is_positive() rather than testing dentry->d_inode
David Howells
1
-2
/
+2
2015-02-22
Smack: Use d_is_positive() rather than testing dentry->d_inode
David Howells
1
-2
/
+2
2015-02-22
TOMOYO: Use d_is_dir() rather than d_inode and S_ISDIR()
David Howells
1
-3
/
+1
2015-02-22
Apparmor: Use d_is_positive/negative() rather than testing dentry->d_inode
David Howells
1
-1
/
+1
2015-02-22
Apparmor: mediated_filesystem() should use dentry->d_sb not inode->i_sb
David Howells
2
-12
/
+12
2015-02-19
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...
Linus Torvalds
2
-3
/
+3
2015-02-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-54
/
+4
2015-02-16
Merge branch 'smack-for-3.20-rebased' of git://git.gitorious.org/smack-next/k...
James Morris
1
-0
/
+16
2015-02-16
Don't leak a key reference if request_key() tries to use a revoked keyring
David Jeffery
1
-0
/
+1
2015-02-15
Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-0
/
+125
2015-02-12
Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-7
/
+6
2015-02-11
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
11
-107
/
+281
2015-02-11
Smack: secmark connections
Casey Schaufler
1
-0
/
+16
2015-02-04
SELinux: fix error code in policydb_init()
Dan Carpenter
1
-2
/
+6
2015-02-04
selinux: add security in-core xattr support for pstore and debugfs
Mark Salyzyn
1
-17
/
+8
2015-02-04
selinux: quiet the filesystem labeling behavior message
Paul Moore
1
-4
/
+0
2015-02-04
selinux: Remove unused function avc_sidcmp()
Rickard Strandqvist
1
-5
/
+0
2015-02-02
ima: /proc/keys is now mandatory
David Howells
1
-1
/
+0
2015-01-29
Merge tag 'keys-next-20150123' of git://git.kernel.org/pub/scm/linux/kernel/g...
James Morris
2
-26
/
+0
2015-01-25
file->f_path.dentry is pinned down for as long as the file is open...
Al Viro
1
-5
/
+1
2015-01-25
selinuxfs: don't open-code d_genocide()
Al Viro
1
-49
/
+3
2015-01-25
Add security hooks to binder and implement the hooks for SELinux.
Stephen Smalley
4
-0
/
+125
2015-01-23
Smack: Repair netfilter dependency
Casey Schaufler
1
-1
/
+1
2015-01-22
KEYS: Make /proc/keys unconditional if CONFIG_KEYS=y
David Howells
2
-26
/
+0
2015-01-21
smack: fix possible use after frees in task_security() callers
Andrey Ryabinin
2
-11
/
+23
2015-01-21
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
1
-0
/
+1
2015-01-20
smack: Add missing logging in bidirectional UDS connect check
Rafal Krypa
1
-1
/
+1
2015-01-20
Smack: secmark support for netfilter
Casey Schaufler
5
-8
/
+196
2015-01-20
Smack: Rework file hooks
Casey Schaufler
1
-21
/
+19
2015-01-20
fs: introduce f_op->mmap_capabilities for nommu mmap support
Christoph Hellwig
1
-7
/
+6
2015-01-19
smack: Fix a bidirectional UDS connect check typo
Zbigniew Jasinski
1
-1
/
+3
2015-01-19
smack: introduce a special case for tmpfs in smack_d_instantiate()
Ćukasz Stelmach
1
-2
/
+14
2015-01-19
smack: fix logic in smack_inode_init_security function
Lukasz Pawelczyk
1
-3
/
+2
2015-01-19
smack: miscellaneous small fixes in function comments
Lukasz Pawelczyk
1
-5
/
+9
2015-01-07
kconfig: use bool instead of boolean for type definition attributes
Christoph Jaeger
2
-3
/
+3
2015-01-06
rcu: Make SRCU optional by using CONFIG_SRCU
Pranith Kumar
1
-0
/
+1
2015-01-05
KEYS: close race between key lookup and freeing
Sasha Levin
1
-2
/
+2
2014-12-16
KEYS: remove a bogus NULL check
Dan Carpenter
1
-6
/
+4
2014-12-16
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li...
James Morris
2
-2
/
+5
2014-12-14
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
15
-133
/
+326
2014-12-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
6
-13
/
+13
2014-12-08
Merge branch 'iov_iter' into for-next
Al Viro
4
-6
/
+13
2014-12-06
ima: Fix build failure on powerpc when TCG_IBMVTPM dependencies are not met
Michael Ellerman
1
-1
/
+1
2014-12-06
KEYS: Fix stale key registration at error path
Takashi Iwai
1
-1
/
+4
2014-12-05
Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into next
James Morris
1
-6
/
+5
2014-12-01
KEYS: request_key() should reget expired keys rather than give EKEYEXPIRED
David Howells
3
-2
/
+5
[next]