summaryrefslogtreecommitdiffstats
path: root/net/ipv4/cipso_ipv4.c
Commit message (Expand)AuthorAgeFilesLines
...
* [NetLabel]: correct usage of RCU lockingPaul Moore2007-10-261-29/+10Star
* [CIPSO]: remove duplicated code in the cipso_v4_*_getattr() functionsPaul Moore2007-10-111-73/+42Star
* [CIPSO]: Fix several unaligned kernel accesses in the CIPSO engine.Paul Moore2007-06-081-10/+13
* [NetLabel]: consolidate the struct socket/sock handling to just struct sockPaul Moore2007-06-081-33/+8Star
* Fix occurrences of "the the "Michael Opdenacker2007-05-091-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2007-04-271-9/+32
|\
| * NetLabel: convert a BUG_ON in the CIPSO code to a runtime checkPaul Moore2007-04-261-1/+3
| * NetLabel: cleanup and document CIPSO constantsPaul Moore2007-04-261-8/+29
* | [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-261-1/+1
* | [IPV4]: cleanupStephen Hemminger2007-04-261-1/+1
|/
* [NetLabel]: parse the CIPSO ranged tag on incoming packetsPaul Moore2007-03-121-0/+5
* [NetLabel]: Verify sensitivity level has a valid CIPSO mappingPaul Moore2007-03-031-3/+4
* 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