aboutsummaryrefslogtreecommitdiff
path: root/security/selinux/netlabel.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-27calipso: Add a label cache.Gravatar Huw Davies 1-3/+6
2016-06-27netlabel: Pass a family parameter to netlbl_skbuff_err().Gravatar Huw Davies 1-3/+3
2016-06-27calipso: Allow request sockets to be relabelled by the lsm.Gravatar Huw Davies 1-1/+1
2016-06-27netlabel: Prevent setsockopt() from changing the hop-by-hop option.Gravatar Huw Davies 1-1/+16
2016-06-27calipso: Set the calipso socket label to match the secattr.Gravatar Huw Davies 1-1/+1
2015-11-08net: add skb_to_full_sk() helper and use it in selinux_netlbl_skbuff_setsid()Gravatar Eric Dumazet 1-1/+1
2013-12-04selinux: ensure that the cached NetLabel secattr matches the desired SIDGravatar Paul Moore 1-1/+30
2013-09-26selinux: correct locking in selinux_netlbl_socket_connect)Gravatar Paul Moore 1-4/+2
2011-08-01doc: Update the email address for Paul Moore in various source filesGravatar Paul Moore 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2010-05-06Merge branch 'master' into nextGravatar James Morris 1-0/+1
2010-04-08selinux: always call sk_security_struct sksecGravatar Eric Paris 1-7/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-12-04tree-wide: fix assorted typos all over the placeGravatar André Goddard Rosa 1-1/+1
2009-08-17SELinux: Convert avc_audit to use lsm_audit.hGravatar Thomas Liu 1-1/+1
2009-07-13Revert "SELinux: Convert avc_audit to use lsm_audit.h"Gravatar James Morris 1-1/+1
2009-07-13SELinux: Convert avc_audit to use lsm_audit.hGravatar Thomas Liu 1-1/+1
2009-03-28netlabel: Label incoming TCP connections correctly in SELinuxGravatar Paul Moore 1-133/+53
2009-03-02selinux: Fix a panic in selinux_netlbl_inode_permission()Gravatar Paul Moore 1-2/+3
2009-02-23selinux: Fix the NetLabel glue code for setsockopt()Gravatar Paul Moore 1-1/+3
2008-10-10selinux: Cache NetLabel secattrs in the socket's security structGravatar Paul Moore 1-36/+79
2008-10-10selinux: Set socket NetLabel based on connection endpointGravatar Paul Moore 1-28/+119
2008-10-10netlabel: Add functionality to set the security attributes of a packetGravatar Paul Moore 1-2/+66
2008-10-10selinux: Fix missing calls to netlbl_skbuff_err()Gravatar Paul Moore 1-1/+19
2008-10-10selinux: Cleanup the NetLabel glue codeGravatar Paul Moore 1-28/+10
2008-04-21SELinux: netlabel.c whitespace, syntax, and static declaraction cleanupsGravatar Eric Paris 1-1/+1
2008-04-18selinux: selinux/netlabel.c should #include "netlabel.h"Gravatar Adrian Bunk 1-0/+1
2008-04-18SELinux: Correct the NetLabel locking for the sk_security_structGravatar Paul Moore 1-68/+13
2008-01-30SELinux: Allow NetLabel to directly cache SIDsGravatar Paul Moore 1-21/+34
2008-01-30SELinux: Better integration between peer labeling subsystemsGravatar Paul Moore 1-7/+3
2008-01-30NetLabel: Add IP address family information to the netlbl_skbuff_getattr() fu...Gravatar Paul Moore 1-3/+9
2008-01-22selinux: fix memory leak in netlabel codeGravatar Paul Moore 1-2/+5
2007-08-02SELinux: restore proper NetLabel caching behaviorGravatar Paul Moore 1-4/+12
2007-07-19SELinux: use SECINITSID_NETMSG instead of SECINITSID_UNLABELED for NetLabelGravatar Paul Moore 1-21/+20
2007-07-19SELinux: enable dynamic activation/deactivation of NetLabel/SELinux enforcementGravatar Paul Moore 1-0/+8
2007-07-13Revert "SELinux: use SECINITSID_NETMSG instead of SECINITSID_UNLABELED for Ne...Gravatar Linus Torvalds 1-13/+21
2007-07-11SELinux: use SECINITSID_NETMSG instead of SECINITSID_UNLABELED for NetLabelGravatar Paul Moore 1-21/+13
2007-06-08[NetLabel]: consolidate the struct socket/sock handling to just struct sockGravatar Paul Moore 1-15/+21
2007-04-26SELinux: extract the NetLabel SELinux support from the security serverGravatar Paul Moore 1-0/+363