index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
selinux
/
xfrm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-18
selinux: use correct type for context length
Christian Göttsche
1
-1
/
+1
2021-12-06
selinux: Use struct_size() helper in kmalloc()
Xiu Jianfeng
1
-2
/
+2
2021-05-11
selinux: delete selinux_xfrm_policy_lookup() useless argument
Zhongjun Tan
1
-1
/
+1
2021-01-12
selinux: mark selinux_xfrm_refcount as __read_mostly
Ondrej Mosnacek
1
-1
/
+1
2020-11-24
lsm,selinux: pass flowi_common instead of flowi to the LSM hooks
Paul Moore
1
-6
/
+7
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-01-09
SELinux: Abstract use of cred security blob
Casey Schaufler
1
-2
/
+2
2018-12-19
net: use skb_sec_path helper in more places
Florian Westphal
1
-2
/
+2
2018-03-20
selinux: wrap AVC state
Stephen Smalley
1
-6
/
+11
2018-03-02
selinux: wrap global selinux state
Stephen Smalley
1
-2
/
+4
2017-11-30
net: Create and use new helper xfrm_dst_child().
David Miller
1
-1
/
+1
2015-06-18
netfilter: Remove spurios included of netfilter.h
Eric W Biederman
1
-3
/
+0
2014-03-10
selinux: add gfp argument to security_xfrm_policy_alloc and fix callers
Nikolay Aleksandrov
1
-6
/
+8
2013-12-13
selinux: look for IPsec labels on both inbound and outbound packets
Paul Moore
1
-10
/
+41
2013-12-05
selinux: fix possible memory leak
Geyslan G. Bem
1
-4
/
+7
2013-09-26
selinux: Use kmemdup instead of kmalloc + memcpy
Duan Jiong
1
-2
/
+2
2013-07-25
selinux: cleanup selinux_xfrm_decode_session()
Paul Moore
1
-11
/
+12
2013-07-25
selinux: cleanup some comment and whitespace issues in the XFRM code
Paul Moore
1
-13
/
+10
2013-07-25
selinux: cleanup selinux_xfrm_sock_rcv_skb() and selinux_xfrm_postroute_last()
Paul Moore
1
-52
/
+33
2013-07-25
selinux: cleanup selinux_xfrm_policy_lookup() and selinux_xfrm_state_pol_flow...
Paul Moore
1
-36
/
+18
2013-07-25
selinux: cleanup and consolidate the XFRM alloc/clone/delete/free code
Paul Moore
1
-31
/
+40
2013-07-25
lsm: split the xfrm_state_alloc_security() hook implementation
Paul Moore
1
-109
/
+90
2013-06-01
selinux: fix the labeled xfrm/IPsec reference count handling
Paul Moore
1
-20
/
+14
2013-03-18
selinux: use GFP_ATOMIC under spin_lock
Dan Carpenter
1
-1
/
+1
2011-07-27
atomic: use <linux/atomic.h>
Arun Sharma
1
-1
/
+1
2011-03-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
1
-3
/
+3
2011-03-13
net: Put flowi_* prefix on AF independent members of struct flowi
David S. Miller
1
-2
/
+2
2011-02-25
selinux: Fix check for xfrm selinux context algorithm
Steffen Klassert
1
-1
/
+1
2011-02-23
xfrm: Mark flowi arg to security_xfrm_state_pol_flow_match() const.
David S. Miller
1
-1
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-08-17
SELinux: Convert avc_audit to use lsm_audit.h
Thomas Liu
1
-2
/
+2
2009-07-13
Revert "SELinux: Convert avc_audit to use lsm_audit.h"
James Morris
1
-2
/
+2
2009-07-13
SELinux: Convert avc_audit to use lsm_audit.h
Thomas Liu
1
-2
/
+2
2009-06-03
net: skb->dst accessors
Eric Dumazet
1
-1
/
+1
2008-11-14
CRED: Wrap current->cred and a few other accessors
David Howells
1
-3
/
+3
2008-11-14
CRED: Separate task security context from task_struct
David Howells
1
-3
/
+3
2008-04-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
1
-6
/
+3
2008-04-21
SELinux: xfrm.c whitespace, syntax, and static declaraction cleanups
Eric Paris
1
-6
/
+3
2008-04-19
security: Remove unnecessary inclusions of asm/semaphore.h
Matthew Wilcox
1
-1
/
+0
2008-04-13
LSM: Make the Labeled IPsec hooks more stack friendly
Paul Moore
1
-23
/
+16
2008-01-30
SELinux: Enable dynamic enable/disable of the network access checks
Paul Moore
1
-2
/
+16
2007-11-08
SELinux: suppress a warning for 64k pages.
Stephen Rothwell
1
-6
/
+7
2007-10-19
sparse pointer use of zero as null
Stephen Hemminger
1
-1
/
+1
2007-10-17
security: Convert LSM into a static interface
James Morris
1
-1
/
+0
2007-07-25
SELinux: null-terminate context string in selinux_xfrm_sec_ctx_alloc
Venkat Yekkirala
1
-1
/
+2
2006-12-03
SELinux: peer secid consolidation for external network labeling
Paul Moore
1
-33
/
+0
2006-12-03
SELinux: Fix SA selection semantics
Venkat Yekkirala
1
-52
/
+49
2006-12-03
SELinux: Return correct context for SO_PEERSEC
Venkat Yekkirala
1
-37
/
+3
2006-12-03
SELinux: Various xfrm labeling fixes
Venkat Yekkirala
1
-26
/
+9
2006-10-12
IPsec: correct semantics for SELinux policy matching
Venkat Yekkirala
1
-12
/
+41
[next]