summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAge
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-12
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-12
* Merge branch 'next-smack' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds2018-06-07
|\
| * Merge branch 'smack-for-4.18' of https://github.com/cschaufler/next-smack int...James Morris2018-06-05
| |\
| | * Smack: Fix memory leak in smack_inode_getsecctxCasey Schaufler2018-06-05
* | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-07
|\ \ \
| * | | EVM: unlock on error path in evm_read_xattrs()Dan Carpenter2018-06-01
| * | | EVM: prevent array underflow in evm_write_xattrs()Dan Carpenter2018-05-31
| * | | EVM: Fix null dereference on xattr when xattr fails to allocateColin Ian King2018-05-31
| * | | EVM: fix memory leak of temporary buffer 'temp'Colin Ian King2018-05-31
| * | | IMA: use list_splice_tail_init_rcu() instead of its open coded variantPetko Manolov2018-05-31
| * | | ima: use match_string() helperYisheng Xie2018-05-31
| * | | ima: fix updating the ima_appraise flagMimi Zohar2018-05-22
| * | | ima: based on policy verify firmware signatures (pre-allocated buffer)Mimi Zohar2018-05-22
| * | | ima: define a new policy condition based on the filesystem nameMimi Zohar2018-05-22
| * | | EVM: Allow runtime modification of the set of verified xattrsMatthew Garrett2018-05-18
| * | | EVM: turn evm_config_xattrnames into a listMatthew Garrett2018-05-18
| * | | integrity: Add an integrity directory in securityfsMatthew Garrett2018-05-17
| * | | ima: Remove unused variable ima_initializedPetr Vorel2018-05-17
| * | | ima: Unify loggingPetr Vorel2018-05-17
| * | | ima: Reflect correct permissions for policyPetr Vorel2018-05-17
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-06
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-03
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-26
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-21
| |\ \ \ \ \
| * | | | | | net: initial AF_XDP skeletonBjörn Töpel2018-05-03
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-06
|\ \ \ \ \ \
| * | | | | | audit: use inline function to get audit contextRichard Guy Briggs2018-05-14
* | | | | | | Merge tag 'selinux-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-06-06
|\ \ \ \ \ \ \
| * | | | | | | audit: normalize MAC_POLICY_LOAD recordRichard Guy Briggs2018-04-17
| * | | | | | | audit: normalize MAC_STATUS recordRichard Guy Briggs2018-04-17
| * | | | | | | security: selinux: Change return type to vm_fault_tSouptick Joarder2018-04-16
| |/ / / / / /
* | | | | | | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-06
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | dh key: get rid of stack allocated array for zeroesTycho Andersen2018-05-11
| * | | | | | dh key: get rid of stack allocated arrayTycho Andersen2018-05-11
| * | | | | | big key: get rid of stack array allocationTycho Andersen2018-05-11
| * | | | | | smack: provide socketpair callbackTom Gundersen2018-05-04
| * | | | | | selinux: provide socketpair callbackDavid Herrmann2018-05-04
| * | | | | | security: add hook for socketpair()David Herrmann2018-05-04
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-04
|\ \ \ \ \ \
| * | | | | | capabilities: Allow privileged user in s_user_ns to set security.* xattrsEric W. Biederman2018-05-24
| * | | | | | evm: Don't update hmacs in user ns mountsSeth Forshee2018-05-03
| |/ / / / /
* | | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-06-04
|\ \ \ \ \ \
| * | | | | | __inode_security_revalidate() never gets NULL opt_dentryAl Viro2018-05-14
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-04
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-16
| | |/ / / | |/| | |
* | | | | Merge tag 'selinux-pr-20180530' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-05-30
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | selinux: KASAN: slab-out-of-bounds in xattr_getsecuritySachin Grover2018-05-29
* | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-05-21
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | fix breakage caused by d_find_alias() semantics changeAl Viro2018-05-13
| | |_|/ | |/| |