summaryrefslogtreecommitdiffstats
path: root/include/net/netlabel.h
Commit message (Expand)AuthorAgeFilesLines
* netlabel: Implement CALIPSO config functions for SMACK.Huw Davies2016-06-271-0/+26
* calipso: Add a label cache.Huw Davies2016-06-271-2/+7
* netlabel: Pass a family parameter to netlbl_skbuff_err().Huw Davies2016-06-271-1/+1
* calipso: Allow the lsm to label the skbuff directly.Huw Davies2016-06-271-0/+11
* calipso: Allow request sockets to be relabelled by the lsm.Huw Davies2016-06-271-0/+6
* calipso: Set the calipso socket label to match the secattr.Huw Davies2016-06-271-0/+9
* netlabel: Move bitmap manipulation functions to the NetLabel core.Huw Davies2016-06-271-0/+6
* netlabel: Add support for removing a CALIPSO DOI.Huw Davies2016-06-271-0/+1
* netlabel: Add support for enumerating the CALIPSO DOI list.Huw Davies2016-06-271-0/+4
* netlabel: Add support for querying a CALIPSO DOI.Huw Davies2016-06-271-0/+4
* netlabel: Initial support for the CALIPSO netlink protocol.Huw Davies2016-06-271-0/+23
* netlabel: fix the netlbl_catmap_setlong() dummy functionPaul Moore2014-08-071-4/+4
* netlabel: shorter names for the NetLabel catmap funcs/structsPaul Moore2014-08-011-55/+45
* netlabel: fix the horribly broken catmap functionsPaul Moore2014-08-011-2/+24
* netlabel: fix a problem when setting bits below the previously lowest bitPaul Moore2014-08-011-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-251-2/+1
|\
| * include/net/: Fix FSF address in file headersJeff Kirsher2013-12-061-2/+1
* | audit: convert all sessionid declaration to unsigned intEric Paris2014-01-131-1/+1
|/
* userns: Convert the audit loginuid to be a kuidEric W. Biederman2012-09-171-1/+1
* doc: Update the email address for Paul Moore in various source filesPaul Moore2011-08-011-1/+1
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* netlabel: Cleanup the Smack/NetLabel code to fix incoming TCP connectionsPaul Moore2009-03-281-0/+5
* netlabel: Label incoming TCP connections correctly in SELinuxPaul Moore2009-03-281-1/+11
* netlabel: Update kernel configuration APIPaul Moore2008-12-311-6/+80
* netlabel: Add configuration support for local labelingPaul Moore2008-10-101-1/+2
* netlabel: Changes to the NetLabel security attributes to allow LSMs to pass f...Paul Moore2008-10-101-1/+1
* selinux: Set socket NetLabel based on connection endpointPaul Moore2008-10-101-0/+13
* netlabel: Add functionality to set the security attributes of a packetPaul Moore2008-10-101-0/+9
* netlabel: Add network address selectors to the NetLabel/LSM domain mappingPaul Moore2008-10-101-2/+5
* selinux: Fix missing calls to netlbl_skbuff_err()Paul Moore2008-10-101-2/+4
* netlabel: Remove unneeded in-kernel API functionsPaul Moore2008-10-101-13/+0
* Audit: collect sessionid in netlink messagesEric Paris2008-04-281-0/+1
* NetLabel: Allow passing the LSM domain as a shared pointerPaul Moore2008-04-121-4/+10
* NetLabel: introduce a new kernel configuration API for NetLabelPaul Moore2008-02-051-6/+41
* NetLabel: Introduce static network labels for unlabeled connectionsPaul Moore2008-01-301-1/+5
* NetLabel: Add IP address family information to the netlbl_skbuff_getattr() fu...Paul Moore2008-01-301-0/+2
* NetLabel: Add secid token support to the NetLabel secattr structPaul Moore2008-01-301-18/+73
* SELinux: restore proper NetLabel caching behaviorPaul Moore2007-08-021-0/+2
* SELinux: enable dynamic activation/deactivation of NetLabel/SELinux enforcementPaul Moore2007-07-191-35/+27
* [NetLabel]: consolidate the struct socket/sock handling to just struct sockPaul Moore2007-06-081-11/+3
* NetLabel: convert to an extensibile/sparse category bitmapPaul Moore2006-12-021-3/+99
* NetLabel: make netlbl_lsm_secattr struct easier/quicker to understandPaul Moore2006-12-021-2/+11
* NetLabel: change netlbl_secattr_init() to return voidPaul Moore2006-12-021-4/+2
* NetLabel: use gfp_t instead of int where it makes sensePaul Moore2006-12-021-1/+1
* [PATCH] gfp_t in netlabelAl Viro2006-10-151-1/+1
* NetLabel: fix a cache race conditionpaul.moore@hp.com2006-10-111-15/+47
* [NetLabel]: audit fixups due to delayed feedbackPaul Moore2006-09-291-1/+7
* [NetLabel]: add audit support for configuration changesPaul Moore2006-09-281-1/+1
* [NetLabel]: rework the Netlink attribute handling (part 1)Paul Moore2006-09-251-47/+2