| Commit message (Expand) | Author | Age | Files | Lines |
* | docs: Fix some broken references | Mauro Carvalho Chehab | 2018-06-15 | 1 | -1/+1 |
* | treewide: kzalloc() -> kcalloc() | Kees Cook | 2018-06-12 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2018-06-06 | 2 | -2/+6 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-06-03 | 1 | -1/+1 |
| |\ |
|
| * \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-05-26 | 1 | -4/+16 |
| |\ \ |
|
| * \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-05-21 | 1 | -22/+28 |
| |\ \ \ |
|
| * | | | | net: initial AF_XDP skeleton | Björn Töpel | 2018-05-03 | 2 | -2/+6 |
* | | | | | Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2018-06-06 | 3 | -11/+14 |
|\ \ \ \ \ |
|
| * | | | | | audit: use inline function to get audit context | Richard Guy Briggs | 2018-05-14 | 3 | -11/+14 |
| |/ / / / |
|
* | | | | | Merge tag 'selinux-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2018-06-06 | 1 | -6/+12 |
|\ \ \ \ \ |
|
| * | | | | | audit: normalize MAC_POLICY_LOAD record | Richard Guy Briggs | 2018-04-17 | 1 | -1/+1 |
| * | | | | | audit: normalize MAC_STATUS record | Richard Guy Briggs | 2018-04-17 | 1 | -4/+10 |
| * | | | | | security: selinux: Change return type to vm_fault_t | Souptick Joarder | 2018-04-16 | 1 | -1/+1 |
| |/ / / / |
|
* | | | | | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2018-06-06 | 1 | -0/+13 |
|\ \ \ \ \ |
|
| * | | | | | selinux: provide socketpair callback | David Herrmann | 2018-05-04 | 1 | -0/+13 |
| |/ / / / |
|
* | | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2018-06-04 | 1 | -4/+3 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | __inode_security_revalidate() never gets NULL opt_dentry | Al Viro | 2018-05-14 | 1 | -4/+3 |
| |/ / / |
|
* | | | | Merge tag 'selinux-pr-20180530' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2018-05-30 | 1 | -1/+1 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | selinux: KASAN: slab-out-of-bounds in xattr_getsecurity | Sachin Grover | 2018-05-29 | 1 | -1/+1 |
* | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 2018-05-21 | 1 | -4/+16 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | fix breakage caused by d_find_alias() semantics change | Al Viro | 2018-05-13 | 1 | -4/+16 |
| | |/
| |/| |
|
* | | | Merge tag 'selinux-pr-20180516' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2018-05-17 | 1 | -22/+28 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | selinux: correctly handle sa_family cases in selinux_sctp_bind_connect() | Alexey Kodanev | 2018-05-14 | 1 | -1/+2 |
| * | selinux: fix address family in bind() and connect() to match address/port | Alexey Kodanev | 2018-05-14 | 1 | -11/+7 |
| * | selinux: add AF_UNSPEC and INADDR_ANY checks to selinux_socket_bind() | Alexey Kodanev | 2018-05-14 | 1 | -10/+19 |
* | | ipc/msg: introduce msgctl(MSG_STAT_ANY) | Davidlohr Bueso | 2018-04-11 | 1 | -0/+1 |
* | | ipc/sem: introduce semctl(SEM_STAT_ANY) | Davidlohr Bueso | 2018-04-11 | 1 | -0/+1 |
* | | ipc/shm: introduce shmctl(SHM_STAT_ANY) | Davidlohr Bueso | 2018-04-11 | 1 | -0/+1 |
* | | selinux: fix missing dput() before selinuxfs unmount | Stephen Smalley | 2018-04-09 | 1 | -0/+1 |
* | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2018-04-07 | 1 | -0/+6 |
|\ \ |
|
| * | | security: Add a cred_getsecid hook | Matthew Garrett | 2018-03-23 | 1 | -0/+6 |
* | | | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2018-04-07 | 1 | -2/+5 |
|\| | |
|
| * | | usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as... | Stephen Smalley | 2018-03-07 | 1 | -2/+5 |
* | | | Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2018-04-06 | 27 | -1224/+2289 |
|\ \ \
| | |/
| |/| |
|
| * | | selinux: wrap AVC state | Stephen Smalley | 2018-03-20 | 9 | -297/+512 |
| * | | selinux: wrap selinuxfs state | Stephen Smalley | 2018-03-20 | 1 | -177/+261 |
| * | | selinux: fix handling of uninitialized selinux state in get_bools/classes | Stephen Smalley | 2018-03-20 | 1 | -0/+13 |
| * | | selinux: Fix ltp test connect-syscall failure | Richard Haines | 2018-03-02 | 1 | -12/+30 |
| * | | selinux: rename the {is,set}_enforcing() functions | Paul Moore | 2018-03-02 | 6 | -14/+14 |
| * | | selinux: wrap global selinux state | Stephen Smalley | 2018-03-01 | 25 | -797/+1155 |
| * | | selinux: fix typo in selinux_netlbl_sctp_sk_clone declaration | Arnd Bergmann | 2018-02-26 | 1 | -1/+2 |
| * | | selinux: Add SCTP support | Richard Haines | 2018-02-26 | 5 | -32/+408 |
| |/ |
|
* | | Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2018-04-03 | 1 | -46/+46 |
|\ \ |
|
| * | | msg/security: Pass kern_ipc_perm not msg_queue into the msg_queue security hooks | Eric W. Biederman | 2018-03-22 | 1 | -18/+18 |
| * | | shm/security: Pass kern_ipc_perm not shmid_kernel into the shm security hooks | Eric W. Biederman | 2018-03-22 | 1 | -14/+14 |
| * | | sem/security: Pass kern_ipc_perm not sem_array into the sem security hooks | Eric W. Biederman | 2018-03-22 | 1 | -14/+14 |
| |/ |
|
* | | security: Remove rtnl_lock() in selinux_xfrm_notify_policyload() | Kirill Tkhai | 2018-03-29 | 1 | -2/+0 |
* | | net: Introduce net_rwsem to protect net_namespace_list | Kirill Tkhai | 2018-03-29 | 1 | -0/+2 |
* | | net: Drop pernet_operations::async | Kirill Tkhai | 2018-03-27 | 1 | -1/+0 |
* | | net: Convert selinux_net_ops | Kirill Tkhai | 2018-02-27 | 1 | -0/+1 |
|/ |
|