aboutsummaryrefslogtreecommitdiff
path: root/security/selinux/xfrm.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-18selinux: de-brand SELinuxGravatar Stephen Smalley 1-1/+1
2023-03-14selinux: stop passing selinux_state pointers and their offspringGravatar Stephen Smalley 1-12/+8
2022-02-18selinux: use correct type for context lengthGravatar Christian Göttsche 1-1/+1
2021-12-05selinux: Use struct_size() helper in kmalloc()Gravatar Xiu Jianfeng 1-2/+2
2021-05-10selinux: delete selinux_xfrm_policy_lookup() useless argumentGravatar Zhongjun Tan 1-1/+1
2021-01-12selinux: mark selinux_xfrm_refcount as __read_mostlyGravatar Ondrej Mosnacek 1-1/+1
2020-11-23lsm,selinux: pass flowi_common instead of flowi to the LSM hooksGravatar Paul Moore 1-6/+7
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-01-08SELinux: Abstract use of cred security blobGravatar Casey Schaufler 1-2/+2
2018-12-19net: use skb_sec_path helper in more placesGravatar Florian Westphal 1-2/+2
2018-03-20selinux: wrap AVC stateGravatar Stephen Smalley 1-6/+11
2018-03-01selinux: wrap global selinux stateGravatar Stephen Smalley 1-2/+4
2017-11-30net: Create and use new helper xfrm_dst_child().Gravatar David Miller 1-1/+1
2015-06-18netfilter: Remove spurios included of netfilter.hGravatar Eric W Biederman 1-3/+0
2014-03-10selinux: add gfp argument to security_xfrm_policy_alloc and fix callersGravatar Nikolay Aleksandrov 1-6/+8
2013-12-12selinux: look for IPsec labels on both inbound and outbound packetsGravatar Paul Moore 1-10/+41
2013-12-04selinux: fix possible memory leakGravatar Geyslan G. Bem 1-4/+7
2013-09-26selinux: Use kmemdup instead of kmalloc + memcpyGravatar Duan Jiong 1-2/+2
2013-07-25selinux: cleanup selinux_xfrm_decode_session()Gravatar Paul Moore 1-11/+12
2013-07-25selinux: cleanup some comment and whitespace issues in the XFRM codeGravatar Paul Moore 1-13/+10
2013-07-25selinux: cleanup selinux_xfrm_sock_rcv_skb() and selinux_xfrm_postroute_last()Gravatar Paul Moore 1-52/+33
2013-07-25selinux: cleanup selinux_xfrm_policy_lookup() and selinux_xfrm_state_pol_flow...Gravatar Paul Moore 1-36/+18
2013-07-25selinux: cleanup and consolidate the XFRM alloc/clone/delete/free codeGravatar Paul Moore 1-31/+40
2013-07-25lsm: split the xfrm_state_alloc_security() hook implementationGravatar Paul Moore 1-109/+90
2013-05-31selinux: fix the labeled xfrm/IPsec reference count handlingGravatar Paul Moore 1-20/+14
2013-03-19selinux: use GFP_ATOMIC under spin_lockGravatar Dan Carpenter 1-1/+1
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 1-3/+3
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiGravatar David S. Miller 1-2/+2
2011-02-25selinux: Fix check for xfrm selinux context algorithmGravatar Steffen Klassert 1-1/+1
2011-02-22xfrm: Mark flowi arg to security_xfrm_state_pol_flow_match() const.Gravatar David S. Miller 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-08-17SELinux: Convert avc_audit to use lsm_audit.hGravatar Thomas Liu 1-2/+2
2009-07-13Revert "SELinux: Convert avc_audit to use lsm_audit.h"Gravatar James Morris 1-2/+2
2009-07-13SELinux: Convert avc_audit to use lsm_audit.hGravatar Thomas Liu 1-2/+2
2009-06-03net: skb->dst accessorsGravatar Eric Dumazet 1-1/+1
2008-11-14CRED: Wrap current->cred and a few other accessorsGravatar David Howells 1-3/+3
2008-11-14CRED: Separate task security context from task_structGravatar David Howells 1-3/+3
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-6/+3
2008-04-21SELinux: xfrm.c whitespace, syntax, and static declaraction cleanupsGravatar Eric Paris 1-6/+3
2008-04-18security: Remove unnecessary inclusions of asm/semaphore.hGravatar Matthew Wilcox 1-1/+0
2008-04-12LSM: Make the Labeled IPsec hooks more stack friendlyGravatar Paul Moore 1-23/+16
2008-01-30SELinux: Enable dynamic enable/disable of the network access checksGravatar Paul Moore 1-2/+16
2007-11-08SELinux: suppress a warning for 64k pages.Gravatar Stephen Rothwell 1-6/+7
2007-10-18sparse pointer use of zero as nullGravatar Stephen Hemminger 1-1/+1
2007-10-17security: Convert LSM into a static interfaceGravatar James Morris 1-1/+0
2007-07-25SELinux: null-terminate context string in selinux_xfrm_sec_ctx_allocGravatar Venkat Yekkirala 1-1/+2
2006-12-02SELinux: peer secid consolidation for external network labelingGravatar Paul Moore 1-33/+0
2006-12-02SELinux: Fix SA selection semanticsGravatar Venkat Yekkirala 1-52/+49
2006-12-02SELinux: Return correct context for SO_PEERSECGravatar Venkat Yekkirala 1-37/+3