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
/
selinux
/
hooks.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-02-19
selinux: Don't sleep inside inode_getsecid hook
Andreas Gruenbacher
1
-1
/
+1
2016-01-27
tty: Make tty_files_lock per-tty
Peter Hurley
1
-2
/
+2
2016-01-08
selinux: Inode label revalidation performance fix
Andreas Gruenbacher
1
-8
/
+2
2015-12-24
selinux: rate-limit netlink message warnings in selinux_nlmsg_perm()
Vladis Dronov
1
-4
/
+5
2015-12-24
selinux: Revalidate invalid inode security labels
Andreas Gruenbacher
1
-8
/
+68
2015-12-24
security: Add hook to invalidate inode security labels
Andreas Gruenbacher
1
-10
/
+20
2015-12-24
selinux: Add accessor functions for inode->i_security
Andreas Gruenbacher
1
-41
/
+56
2015-12-24
security: Make inode argument of inode_getsecid non-const
Andreas Gruenbacher
1
-1
/
+1
2015-12-24
security: Make inode argument of inode_getsecurity non-const
Andreas Gruenbacher
1
-1
/
+1
2015-12-24
selinux: Remove unused variable in selinux_inode_init_security
Andreas Gruenbacher
1
-2
/
+0
2015-11-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-4
/
+2
2015-11-08
net: add skb_to_full_sk() helper and use it in selinux_netlbl_skbuff_setsid()
Eric Dumazet
1
-14
/
+2
2015-11-05
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
1
-13
/
+14
2015-11-05
selinux: fix random read in selinux_ip_postroute_compat()
Eric Dumazet
1
-4
/
+14
2015-10-21
selinux: Use a kmem_cache for allocation struct file_security_struct
Sangwoo
1
-2
/
+6
2015-10-21
selinux: ioctl_has_perm should be static
Geliang Tang
1
-1
/
+1
2015-10-21
selinux: remove pointless cast in selinux_inode_setsecurity()
Rasmus Villemoes
1
-1
/
+1
2015-10-21
selinux: introduce security_context_str_to_sid
Rasmus Villemoes
1
-8
/
+4
2015-10-21
selinux: do not check open perm on ftruncate call
Jeff Vander Stoep
1
-1
/
+2
2015-10-17
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
Pablo Neira Ayuso
1
-4
/
+8
2015-10-16
netfilter: remove hook owner refcounting
Florian Westphal
1
-5
/
+0
2015-10-11
net: synack packets can be attached to request sockets
Eric Dumazet
1
-4
/
+8
2015-09-18
netfilter: Pass priv instead of nf_hook_ops to netfilter hooks
Eric W. Biederman
1
-5
/
+5
2015-09-08
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
1
-50
/
+97
2015-09-04
fs: create and use seq_show_option for escaping
Kees Cook
1
-1
/
+1
2015-08-15
Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into next
James Morris
1
-50
/
+97
2015-07-13
selinux: Create a common helper to determine an inode label [ver #3]
David Howells
1
-46
/
+41
2015-07-13
selinux: initialize sock security class to default value
Stephen Smalley
1
-0
/
+1
2015-07-13
selinux: reduce locking overhead in inode_free_security()
Waiman Long
1
-3
/
+14
2015-07-13
selinux: extended permissions for ioctls
Jeff Vander Stoep
1
-1
/
+41
2015-07-11
Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/selinux into...
James Morris
1
-1
/
+2
2015-07-10
selinux: fix mprotect PROT_EXEC regression caused by mm change
Stephen Smalley
1
-1
/
+2
2015-06-27
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
1
-305
/
+262
2015-06-05
selinux: fix setting of security labels on NFS
J. Bruce Fields
1
-0
/
+1
2015-06-04
selinux: enable genfscon labeling for sysfs and pstore files
Stephen Smalley
1
-1
/
+3
2015-06-04
selinux: enable per-file labeling for debugfs files.
Stephen Smalley
1
-22
/
+21
2015-06-04
selinux: update netlink socket classes
Stephen Smalley
1
-4
/
+16
2015-06-04
signals: don't abuse __flush_signals() in selinux_bprm_committed_creds()
Oleg Nesterov
1
-2
/
+4
2015-06-04
selinux: Print 'sclass' as string when unrecognized netlink message occurs
Marek Milkovic
1
-2
/
+3
2015-05-12
LSM: Switch to lists of hooks
Casey Schaufler
1
-79
/
+15
2015-05-12
LSM: Add security module hook list heads
Casey Schaufler
1
-197
/
+201
2015-05-12
LSM: Split security.h
Casey Schaufler
1
-1
/
+1
2015-05-11
security: make inode_follow_link RCU-walk aware
NeilBrown
1
-2
/
+14
2015-05-11
security/selinux: pass 'flags' arg to avc_audit() and avc_has_perm_flags()
NeilBrown
1
-1
/
+1
2015-05-10
SECURITY: remove nameidata arg from inode_follow_link.
NeilBrown
1
-1
/
+1
2015-04-15
VFS: security/: d_backing_inode() annotations
David Howells
1
-18
/
+18
2015-04-11
Merge branch 'for-davem' into for-next
Al Viro
1
-26
/
+9
2015-04-11
switch security_inode_getattr() to struct path *
Al Viro
1
-9
/
+3
2015-04-04
netfilter: Make nf_hookfn use nf_hook_state.
David S. Miller
1
-19
/
+9
[next]