aboutsummaryrefslogtreecommitdiff
path: root/include/net/netlabel.h
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Gravatar Thomas Gleixner 1-15/+1
2017-07-01net: convert netlbl_lsm_cache.refcount from atomic_t to refcount_tGravatar Reshetova, Elena 1-4/+4
2016-06-27netlabel: Implement CALIPSO config functions for SMACK.Gravatar Huw Davies 1-0/+26
2016-06-27calipso: Add a label cache.Gravatar Huw Davies 1-2/+7
2016-06-27netlabel: Pass a family parameter to netlbl_skbuff_err().Gravatar Huw Davies 1-1/+1
2016-06-27calipso: Allow the lsm to label the skbuff directly.Gravatar Huw Davies 1-0/+11
2016-06-27calipso: Allow request sockets to be relabelled by the lsm.Gravatar Huw Davies 1-0/+6
2016-06-27calipso: Set the calipso socket label to match the secattr.Gravatar Huw Davies 1-0/+9
2016-06-27netlabel: Move bitmap manipulation functions to the NetLabel core.Gravatar Huw Davies 1-0/+6
2016-06-27netlabel: Add support for removing a CALIPSO DOI.Gravatar Huw Davies 1-0/+1
2016-06-27netlabel: Add support for enumerating the CALIPSO DOI list.Gravatar Huw Davies 1-0/+4
2016-06-27netlabel: Add support for querying a CALIPSO DOI.Gravatar Huw Davies 1-0/+4
2016-06-27netlabel: Initial support for the CALIPSO netlink protocol.Gravatar Huw Davies 1-0/+23
2014-08-07netlabel: fix the netlbl_catmap_setlong() dummy functionGravatar Paul Moore 1-4/+4
2014-08-01netlabel: shorter names for the NetLabel catmap funcs/structsGravatar Paul Moore 1-55/+45
2014-08-01netlabel: fix the horribly broken catmap functionsGravatar Paul Moore 1-2/+24
2014-08-01netlabel: fix a problem when setting bits below the previously lowest bitGravatar Paul Moore 1-4/+4
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-2/+1
2014-01-13audit: convert all sessionid declaration to unsigned intGravatar Eric Paris 1-1/+1
2013-12-06include/net/: Fix FSF address in file headersGravatar Jeff Kirsher 1-2/+1
2012-09-17userns: Convert the audit loginuid to be a kuidGravatar Eric W. Biederman 1-1/+1
2011-08-01doc: Update the email address for Paul Moore in various source filesGravatar Paul Moore 1-1/+1
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 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-03-28netlabel: Cleanup the Smack/NetLabel code to fix incoming TCP connectionsGravatar Paul Moore 1-0/+5
2009-03-28netlabel: Label incoming TCP connections correctly in SELinuxGravatar Paul Moore 1-1/+11
2008-12-31netlabel: Update kernel configuration APIGravatar Paul Moore 1-6/+80
2008-10-10netlabel: Add configuration support for local labelingGravatar Paul Moore 1-1/+2
2008-10-10netlabel: Changes to the NetLabel security attributes to allow LSMs to pass f...Gravatar Paul Moore 1-1/+1
2008-10-10selinux: Set socket NetLabel based on connection endpointGravatar Paul Moore 1-0/+13
2008-10-10netlabel: Add functionality to set the security attributes of a packetGravatar Paul Moore 1-0/+9
2008-10-10netlabel: Add network address selectors to the NetLabel/LSM domain mappingGravatar Paul Moore 1-2/+5
2008-10-10selinux: Fix missing calls to netlbl_skbuff_err()Gravatar Paul Moore 1-2/+4
2008-10-10netlabel: Remove unneeded in-kernel API functionsGravatar Paul Moore 1-13/+0
2008-04-28Audit: collect sessionid in netlink messagesGravatar Eric Paris 1-0/+1
2008-04-12NetLabel: Allow passing the LSM domain as a shared pointerGravatar Paul Moore 1-4/+10
2008-02-05NetLabel: introduce a new kernel configuration API for NetLabelGravatar Paul Moore 1-6/+41
2008-01-30NetLabel: Introduce static network labels for unlabeled connectionsGravatar Paul Moore 1-1/+5
2008-01-30NetLabel: Add IP address family information to the netlbl_skbuff_getattr() fu...Gravatar Paul Moore 1-0/+2
2008-01-30NetLabel: Add secid token support to the NetLabel secattr structGravatar Paul Moore 1-18/+73
2007-08-02SELinux: restore proper NetLabel caching behaviorGravatar Paul Moore 1-0/+2
2007-07-19SELinux: enable dynamic activation/deactivation of NetLabel/SELinux enforcementGravatar Paul Moore 1-35/+27
2007-06-08[NetLabel]: consolidate the struct socket/sock handling to just struct sockGravatar Paul Moore 1-11/+3
2006-12-02NetLabel: convert to an extensibile/sparse category bitmapGravatar Paul Moore 1-3/+99
2006-12-02NetLabel: make netlbl_lsm_secattr struct easier/quicker to understandGravatar Paul Moore 1-2/+11
2006-12-02NetLabel: change netlbl_secattr_init() to return voidGravatar Paul Moore 1-4/+2
2006-12-02NetLabel: use gfp_t instead of int where it makes senseGravatar Paul Moore 1-1/+1
2006-10-15[PATCH] gfp_t in netlabelGravatar Al Viro 1-1/+1
2006-10-11NetLabel: fix a cache race conditionGravatar paul.moore@hp.com 1-15/+47
2006-09-29[NetLabel]: audit fixups due to delayed feedbackGravatar Paul Moore 1-1/+7