Age | Commit message (Expand) | Author |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook |
2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook |
2018-06-07 | Merge branch 'next-smack' of git://git.kernel.org/pub/scm/linux/kernel/git/jm... | Linus Torvalds |
2018-06-07 | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2018-06-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2018-06-06 | Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2018-06-06 | Merge tag 'selinux-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2018-06-06 | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2018-06-05 | Merge branch 'smack-for-4.18' of https://github.com/cschaufler/next-smack int... | James Morris |
2018-06-05 | Smack: Fix memory leak in smack_inode_getsecctx | Casey Schaufler |
2018-06-04 | Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2018-06-04 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2018-06-04 | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds |
2018-06-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-06-01 | EVM: unlock on error path in evm_read_xattrs() | Dan Carpenter |
2018-05-31 | EVM: prevent array underflow in evm_write_xattrs() | Dan Carpenter |
2018-05-31 | EVM: Fix null dereference on xattr when xattr fails to allocate | Colin Ian King |
2018-05-31 | EVM: fix memory leak of temporary buffer 'temp' | Colin Ian King |
2018-05-31 | IMA: use list_splice_tail_init_rcu() instead of its open coded variant | Petko Manolov |
2018-05-31 | ima: use match_string() helper | Yisheng Xie |
2018-05-30 | Merge tag 'selinux-pr-20180530' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2018-05-29 | selinux: KASAN: slab-out-of-bounds in xattr_getsecurity | Sachin Grover |
2018-05-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-05-24 | capabilities: Allow privileged user in s_user_ns to set security.* xattrs | Eric W. Biederman |
2018-05-22 | ima: fix updating the ima_appraise flag | Mimi Zohar |
2018-05-22 | ima: based on policy verify firmware signatures (pre-allocated buffer) | Mimi Zohar |
2018-05-22 | ima: define a new policy condition based on the filesystem name | Mimi Zohar |
2018-05-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-05-21 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds |
2018-05-18 | EVM: Allow runtime modification of the set of verified xattrs | Matthew Garrett |
2018-05-18 | EVM: turn evm_config_xattrnames into a list | Matthew Garrett |
2018-05-17 | Merge tag 'selinux-pr-20180516' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2018-05-17 | integrity: Add an integrity directory in securityfs | Matthew Garrett |
2018-05-17 | ima: Remove unused variable ima_initialized | Petr Vorel |
2018-05-17 | ima: Unify logging | Petr Vorel |
2018-05-17 | ima: Reflect correct permissions for policy | Petr Vorel |
2018-05-16 | proc: introduce proc_create_seq{,_data} | Christoph Hellwig |
2018-05-14 | audit: use inline function to get audit context | Richard Guy Briggs |
2018-05-14 | selinux: correctly handle sa_family cases in selinux_sctp_bind_connect() | Alexey Kodanev |
2018-05-14 | selinux: fix address family in bind() and connect() to match address/port | Alexey Kodanev |
2018-05-14 | selinux: add AF_UNSPEC and INADDR_ANY checks to selinux_socket_bind() | Alexey Kodanev |
2018-05-14 | __inode_security_revalidate() never gets NULL opt_dentry | Al Viro |
2018-05-13 | fix breakage caused by d_find_alias() semantics change | Al Viro |
2018-05-11 | dh key: get rid of stack allocated array for zeroes | Tycho Andersen |
2018-05-11 | dh key: get rid of stack allocated array | Tycho Andersen |
2018-05-11 | big key: get rid of stack array allocation | Tycho Andersen |
2018-05-04 | smack: provide socketpair callback | Tom Gundersen |
2018-05-04 | selinux: provide socketpair callback | David Herrmann |
2018-05-04 | security: add hook for socketpair() | David Herrmann |
2018-05-03 | net: initial AF_XDP skeleton | Björn Töpel |