Age | Commit message (Expand) | Author |
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-08 | apparmor: fix '*seclen' is never less than zero | John Johansen |
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 |
2018-05-03 | evm: Don't update hmacs in user ns mounts | Seth Forshee |
2018-05-03 | apparmor: fix typo "preconfinement" | Zygmunt Krynicki |
2018-05-03 | apparmor: fix typo "independent" | Zygmunt Krynicki |
2018-05-03 | apparmor: fix typo "traverse" | Zygmunt Krynicki |
2018-05-03 | apparmor: fix typo "type" | Zygmunt Krynicki |
2018-05-03 | apparmor: fix typo "replace" | Zygmunt Krynicki |
2018-05-03 | apparmor: fix typo "comparison" | Zygmunt Krynicki |
2018-05-03 | apparmor: fix typo "loosen" | Zygmunt Krynicki |
2018-05-02 | apparmor: add the ability to get a task's secid | John Johansen |
2018-05-02 | apparmor: add support for mapping secids and using secctxes | John Johansen |
2018-04-24 | Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2018-04-17 | audit: normalize MAC_POLICY_LOAD record | Richard Guy Briggs |
2018-04-17 | audit: normalize MAC_STATUS record | Richard Guy Briggs |
2018-04-16 | security: selinux: Change return type to vm_fault_t | Souptick Joarder |
2018-04-13 | Merge tag 'apparmor-pr-2018-04-10' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2018-04-11 | ipc/msg: introduce msgctl(MSG_STAT_ANY) | Davidlohr Bueso |
2018-04-11 | ipc/sem: introduce semctl(SEM_STAT_ANY) | Davidlohr Bueso |
2018-04-11 | ipc/shm: introduce shmctl(SHM_STAT_ANY) | Davidlohr Bueso |
2018-04-10 | commoncap: Handle memory allocation failure. | Tetsuo Handa |
2018-04-10 | Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds |
2018-04-09 | selinux: fix missing dput() before selinuxfs unmount | Stephen Smalley |
2018-04-07 | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2018-04-07 | Merge branch 'next-smack' of git://git.kernel.org/pub/scm/linux/kernel/git/jm... | Linus Torvalds |
2018-04-07 | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2018-04-06 | Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2018-04-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2018-04-06 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2018-04-06 | init, tracing: instrument security and console initcall trace events | Abderrahmane Benbachir |
2018-04-05 | headers: untangle kmemleak.h from mm.h | Randy Dunlap |
2018-04-03 | Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2018-03-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2018-03-30 | apparmor: fix memory leak on buffer on error exit path | Colin Ian King |
2018-03-31 | security: convert security hooks to use hlist | Sargun Dhillon |
2018-03-29 | security: Remove rtnl_lock() in selinux_xfrm_notify_policyload() | Kirill Tkhai |
2018-03-29 | net: Introduce net_rwsem to protect net_namespace_list | Kirill Tkhai |
2018-03-28 | macro: introduce COUNT_ARGS() macro | Alexei Starovoitov |