aboutsummaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2015-11-26Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/selinux into...Gravatar James Morris 1-2/+2
2015-11-25KEYS: Fix handling of stored error in a negatively instantiated user keyGravatar David Howells 3-2/+10
2015-11-24selinux: fix bug in conditional rules handlingGravatar Stephen Smalley 1-2/+2
2015-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 3-9/+10
2015-11-08smack: use skb_to_full_sk() helperGravatar Eric Dumazet 1-4/+7
2015-11-08net: add skb_to_full_sk() helper and use it in selinux_netlbl_skbuff_setsid()Gravatar Eric Dumazet 2-15/+3
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMGravatar Mel Gorman 1-1/+1
2015-11-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 25-183/+393
2015-11-05selinux: fix random read in selinux_ip_postroute_compat()Gravatar Eric Dumazet 1-4/+14
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-2/+7
2015-10-23Merge tag 'keys-next-20151021' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar James Morris 13-75/+84
2015-10-22Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/selinux into...Gravatar James Morris 5-45/+36
2015-10-22apparmor: clarify CRYPTO dependencyGravatar Arnd Bergmann 1-1/+1
2015-10-21selinux: Use a kmem_cache for allocation struct file_security_structGravatar Sangwoo 1-2/+6
2015-10-21selinux: ioctl_has_perm should be staticGravatar Geliang Tang 1-1/+1
2015-10-21selinux: use sprintf return valueGravatar Rasmus Villemoes 1-4/+1
2015-10-21selinux: use kstrdup() in security_get_bools()Gravatar Rasmus Villemoes 1-7/+1
2015-10-21selinux: use kmemdup in security_sid_to_context_core()Gravatar Rasmus Villemoes 1-2/+2
2015-10-21selinux: remove pointless cast in selinux_inode_setsecurity()Gravatar Rasmus Villemoes 1-1/+1
2015-10-21selinux: introduce security_context_str_to_sidGravatar Rasmus Villemoes 4-25/+20
2015-10-21selinux: do not check open perm on ftruncate callGravatar Jeff Vander Stoep 1-1/+2
2015-10-21selinux: change CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE defaultGravatar Paul Moore 1-2/+2
2015-10-21KEYS: Merge the type-specific data with the payload dataGravatar David Howells 13-67/+82
2015-10-21keys: Be more consistent in selection of union members usedGravatar Insu Yun 1-1/+1
2015-10-21KEYS: use kvfree() in add_keyGravatar Geliang Tang 1-7/+1
2015-10-21Merge branch 'smack-for-4.4' of https://github.com/cschaufler/smack-next into...Gravatar James Morris 4-47/+238
2015-10-20Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li...Gravatar James Morris 1-1/+1
2015-10-19Smack: limited capability for changing process labelGravatar Zbigniew Jasinski 4-41/+229
2015-10-19KEYS: Don't permit request_key() to construct a new keyringGravatar David Howells 1-0/+3
2015-10-19keys, trusted: seal/unseal with TPM 2.0 chipsGravatar Jarkko Sakkinen 1-3/+33
2015-10-19keys, trusted: move struct trusted_key_options to trusted-type.hGravatar Jarkko Sakkinen 1-11/+0
2015-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Gravatar Pablo Neira Ayuso 1-4/+8
2015-10-16netfilter: remove hook owner refcountingGravatar Florian Westphal 2-7/+0
2015-10-15KEYS: Fix crash when attempt to garbage collect an uninstantiated keyringGravatar David Howells 1-2/+4
2015-10-11net: synack packets can be attached to request socketsGravatar Eric Dumazet 1-4/+8
2015-10-09Smack: pipefs fix in smack_d_instantiateGravatar Roman Kubiak 1-0/+3
2015-10-09Smack: Minor initialisation improvementGravatar José Bollo 2-3/+3
2015-10-09smack: smk_ipv6_port_list should be staticGravatar Geliang Tang 1-1/+1
2015-10-09Smack: fix a NULL dereference in wrong smack_import_entry() usageGravatar Lukasz Pawelczyk 1-2/+2
2015-10-09integrity: prevent loading untrusted certificates on the IMA trusted keyringGravatar Dmitry Kasatkin 1-1/+1
2015-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-4/+4
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2015-09-25KEYS: Fix race between key destruction and finding a keyring by nameGravatar David Howells 1-4/+4
2015-09-18netfilter: Pass priv instead of nf_hook_ops to netfilter hooksGravatar Eric W. Biederman 2-7/+7
2015-09-17Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2015-09-12Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 1-1/+1
2015-09-10mm: mark most vm_operations_struct constGravatar Kirill A. Shutemov 1-1/+1
2015-09-08Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 20-362/+1732
2015-09-04fs: create and use seq_show_option for escapingGravatar Kees Cook 1-1/+1
2015-09-04capabilities: add a securebit to disable PR_CAP_AMBIENT_RAISEGravatar Andy Lutomirski 1-1/+2