aboutsummaryrefslogtreecommitdiff
path: root/security/selinux/xfrm.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-12-02SELinux: Various xfrm labeling fixesGravatar Venkat Yekkirala 1-26/+9
2006-10-11IPsec: correct semantics for SELinux policy matchingGravatar Venkat Yekkirala 1-12/+41
2006-09-22[MLSXFRM]: Auto-labeling of child socketsGravatar Venkat Yekkirala 1-1/+0
2006-09-22[MLSXFRM]: Default labeling of socket specific IPSec policiesGravatar Venkat Yekkirala 1-11/+22
2006-09-22[MLSXFRM]: Add flow labelingGravatar Venkat Yekkirala 1-4/+7
2006-09-22[MLSXFRM]: Flow based matching of xfrm policy and stateGravatar Venkat Yekkirala 1-33/+166
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-17[SECMARK]: Add new packet controls to SELinuxGravatar James Morris 1-9/+3
2006-06-17[LSM-IPsec]: SELinux AuthorizeGravatar Catherine Zhang 1-4/+35
2006-04-09[SELINUX] Fix build after ipsec decap state changes.Gravatar Dave Jones 1-2/+2
2006-03-20[SECURITY]: TCP/UDP getpeersecGravatar Catherine Zhang 1-0/+68
2006-01-07[XFRM]: Fix sparse warning.Gravatar Luiz Capitulino 1-1/+1
2006-01-06[LSM-IPSec]: Corrections to LSM-IPSec NethooksGravatar Trent Jaeger 1-7/+1
2006-01-03[LSM-IPSec]: Per-packet access control.Gravatar Trent Jaeger 1-0/+311