index
:
linux/linux-stable.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.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
selinux
/
xfrm.c
Age
Commit message (
Expand
)
Author
2025-06-27
selinux: fix selinux_xfrm_alloc_user() to set correct ctx_len
Stephen Smalley
2024-03-27
selinux: make more use of current_sid()
Christian Göttsche
2023-07-18
selinux: de-brand SELinux
Stephen Smalley
2023-03-14
selinux: stop passing selinux_state pointers and their offspring
Stephen Smalley
2022-02-18
selinux: use correct type for context length
Christian Göttsche
2021-12-05
selinux: Use struct_size() helper in kmalloc()
Xiu Jianfeng
2021-05-10
selinux: delete selinux_xfrm_policy_lookup() useless argument
Zhongjun Tan
2021-01-12
selinux: mark selinux_xfrm_refcount as __read_mostly
Ondrej Mosnacek
2020-11-23
lsm,selinux: pass flowi_common instead of flowi to the LSM hooks
Paul Moore
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-01-08
SELinux: Abstract use of cred security blob
Casey Schaufler
2018-12-19
net: use skb_sec_path helper in more places
Florian Westphal
2018-03-20
selinux: wrap AVC state
Stephen Smalley
2018-03-01
selinux: wrap global selinux state
Stephen Smalley
2017-11-30
net: Create and use new helper xfrm_dst_child().
David Miller
2015-06-18
netfilter: Remove spurios included of netfilter.h
Eric W Biederman
2014-03-10
selinux: add gfp argument to security_xfrm_policy_alloc and fix callers
Nikolay Aleksandrov
2013-12-12
selinux: look for IPsec labels on both inbound and outbound packets
Paul Moore
2013-12-04
selinux: fix possible memory leak
Geyslan G. Bem
2013-09-26
selinux: Use kmemdup instead of kmalloc + memcpy
Duan Jiong
2013-07-25
selinux: cleanup selinux_xfrm_decode_session()
Paul Moore
2013-07-25
selinux: cleanup some comment and whitespace issues in the XFRM code
Paul Moore
2013-07-25
selinux: cleanup selinux_xfrm_sock_rcv_skb() and selinux_xfrm_postroute_last()
Paul Moore
2013-07-25
selinux: cleanup selinux_xfrm_policy_lookup() and selinux_xfrm_state_pol_flow...
Paul Moore
2013-07-25
selinux: cleanup and consolidate the XFRM alloc/clone/delete/free code
Paul Moore
2013-07-25
lsm: split the xfrm_state_alloc_security() hook implementation
Paul Moore
2013-05-31
selinux: fix the labeled xfrm/IPsec reference count handling
Paul Moore
2013-03-19
selinux: use GFP_ATOMIC under spin_lock
Dan Carpenter
2011-07-26
atomic: use <linux/atomic.h>
Arun Sharma
2011-03-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
2011-03-12
net: Put flowi_* prefix on AF independent members of struct flowi
David S. Miller
2011-02-25
selinux: Fix check for xfrm selinux context algorithm
Steffen Klassert
2011-02-22
xfrm: Mark flowi arg to security_xfrm_state_pol_flow_match() const.
David S. Miller
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2009-08-17
SELinux: Convert avc_audit to use lsm_audit.h
Thomas Liu
2009-07-13
Revert "SELinux: Convert avc_audit to use lsm_audit.h"
James Morris
2009-07-13
SELinux: Convert avc_audit to use lsm_audit.h
Thomas Liu
2009-06-03
net: skb->dst accessors
Eric Dumazet
2008-11-14
CRED: Wrap current->cred and a few other accessors
David Howells
2008-11-14
CRED: Separate task security context from task_struct
David Howells
2008-04-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
2008-04-21
SELinux: xfrm.c whitespace, syntax, and static declaraction cleanups
Eric Paris
2008-04-18
security: Remove unnecessary inclusions of asm/semaphore.h
Matthew Wilcox
2008-04-12
LSM: Make the Labeled IPsec hooks more stack friendly
Paul Moore
2008-01-30
SELinux: Enable dynamic enable/disable of the network access checks
Paul Moore
2007-11-08
SELinux: suppress a warning for 64k pages.
Stephen Rothwell
2007-10-18
sparse pointer use of zero as null
Stephen Hemminger
2007-10-17
security: Convert LSM into a static interface
James Morris
2007-07-25
SELinux: null-terminate context string in selinux_xfrm_sec_ctx_alloc
Venkat Yekkirala
2006-12-02
SELinux: peer secid consolidation for external network labeling
Paul Moore
[next]