summaryrefslogtreecommitdiffstats
path: root/net/ipv4/cipso_ipv4.c
Commit message (Expand)AuthorAgeFilesLines
* NetLabel: add the ranged tag to the CIPSOv4 protocolPaul Moore2006-12-031-0/+268
* NetLabel: add the enumerated tag to the CIPSOv4 protocolPaul Moore2006-12-031-0/+233
* NetLabel: convert to an extensibile/sparse category bitmapPaul Moore2006-12-031-99/+69Star
* [CIPSO]: Missing annotation in cipso_ipv4 update.Al Viro2006-12-031-1/+1
* NetLabel: use cipso_v4_doi_search() for local CIPSOv4 functionsPaul Moore2006-12-031-3/+3
* NetLabel: return the correct error for translated CIPSOv4 tagsPaul Moore2006-12-031-0/+4
* NetLabel: fixup the handling of CIPSOv4 tags to allow for multiple tag typesPaul Moore2006-12-031-60/+53Star
* NetLabel: add tag verification when adding new CIPSOv4 DOI definitionsPaul Moore2006-12-031-0/+14
* NetLabel: check for a CIPSOv4 option before we do call into the CIPSOv4 layerPaul Moore2006-12-031-2/+0Star
* NetLabel: make netlbl_lsm_secattr struct easier/quicker to understandPaul Moore2006-12-031-8/+14
* [NETLABEL]: Use kmemdup in cipso_ipv4.cArnaldo Carvalho de Melo2006-12-031-2/+1Star
* [IPV6]: Assorted trivial endianness annotations.Al Viro2006-12-031-4/+4
* [NetLabel]: protect the CIPSOv4 socket option from setsockopt()Paul Moore2006-10-311-4/+3Star
* NetLabel: the CIPSOv4 passthrough mapping does not pass categories correctlyPaul Moore2006-10-161-2/+2
* NetLabel: only deref the CIPSOv4 standard map fields when using standard mappingPaul Moore2006-10-161-6/+12
* NetLabel: fix a cache race conditionpaul.moore@hp.com2006-10-121-8/+10
* [NetLabel]: audit fixups due to delayed feedbackPaul Moore2006-09-301-2/+2
* [NetLabel]: add audit support for configuration changesPaul Moore2006-09-291-2/+6
* [NetLabel]: rework the Netlink attribute handling (part 1)Paul Moore2006-09-261-179/+24Star
* [NetLabel]: make the CIPSOv4 cache spinlocks bottom half safePaul Moore2006-09-261-8/+8
* [NetLabel]: correct improper handling of non-NetLabel peer contextsPaul Moore2006-09-261-15/+33
* [NET]: Make code static.Adrian Bunk2006-09-221-1/+1
* [NetLabel]: CIPSOv4 enginePaul Moore2006-09-221-0/+1607