aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/cipso_ipv4.c
Commit message (Expand)AuthorAgeFilesLines
* cipso: don't follow a NULL pointer when setsockopt() is calledPaul Moore2012-08-091-2/+4
* inet: add RCU protection to inet->optEric Dumazet2011-04-281-50/+63
* Fix common misspellingsLucas De Marchi2011-03-311-4/+4
* Update broken web addresses in the kernel.Justin P. Mattock2010-10-181-1/+1
* net: Remove unnecessary returns from void function()sJoe Perches2010-05-171-2/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* ipv4: Define cipso_v4_delopt staticHagen Paul Pfeifer2009-10-071-1/+1
* netlabel: Label incoming TCP connections correctly in SELinuxPaul Moore2009-03-281-12/+118
* cipso: Fix documentation commentPaul Moore2009-02-231-2/+7
* netlabel: Update kernel configuration APIPaul Moore2008-12-311-21/+65
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-311-3/+4
|\
| * cipso: unsigned buf_len cannot be negativeroel kluin2008-10-291-3/+4
* | net: don't use INIT_RCU_HEADAlexey Dobriyan2008-10-281-1/+0
|/
* cipso: Add support for native local labeling and fixup mapping namesPaul Moore2008-10-101-20/+107
* selinux: Set socket NetLabel based on connection endpointPaul Moore2008-10-101-0/+74
* netlabel: Add functionality to set the security attributes of a packetPaul Moore2008-10-101-39/+183
* netlabel: Replace protocol/NetLabel linking with refrerence countsPaul Moore2008-10-101-137/+98
* cipso: Relax too much careful cipso hash function.Pavel Emelyanov2008-05-131-2/+2
* net: use get/put_unaligned_* helpersHarvey Harrison2008-05-021-10/+8
* [IPV4]: Remove unused ip_options->is_data.Denis V. Lunev2008-03-221-1/+0
* NetLabel: introduce a new kernel configuration API for NetLabelPaul Moore2008-02-051-2/+2
* NetLabel: Add secid token support to the NetLabel secattr structPaul Moore2008-01-301-22/+37
* [IPV4] net/ipv4/cipso_ipv4.c: use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng2008-01-281-1/+1
* [NetLabel]: correct usage of RCU lockingPaul Moore2007-10-261-29/+10
* [CIPSO]: remove duplicated code in the cipso_v4_*_getattr() functionsPaul Moore2007-10-101-73/+42
* [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/+8
* 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-251-1/+1
* | [IPV4]: cleanupStephen Hemminger2007-04-251-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-021-3/+4
* NetLabel: add the ranged tag to the CIPSOv4 protocolPaul Moore2006-12-021-0/+268
* NetLabel: add the enumerated tag to the CIPSOv4 protocolPaul Moore2006-12-021-0/+233
* NetLabel: convert to an extensibile/sparse category bitmapPaul Moore2006-12-021-99/+69
* [CIPSO]: Missing annotation in cipso_ipv4 update.Al Viro2006-12-021-1/+1
* NetLabel: use cipso_v4_doi_search() for local CIPSOv4 functionsPaul Moore2006-12-021-3/+3
* NetLabel: return the correct error for translated CIPSOv4 tagsPaul Moore2006-12-021-0/+4
* NetLabel: fixup the handling of CIPSOv4 tags to allow for multiple tag typesPaul Moore2006-12-021-60/+53
* NetLabel: add tag verification when adding new CIPSOv4 DOI definitionsPaul Moore2006-12-021-0/+14
* NetLabel: check for a CIPSOv4 option before we do call into the CIPSOv4 layerPaul Moore2006-12-021-2/+0
* NetLabel: make netlbl_lsm_secattr struct easier/quicker to understandPaul Moore2006-12-021-8/+14
* [NETLABEL]: Use kmemdup in cipso_ipv4.cArnaldo Carvalho de Melo2006-12-021-2/+1
* [IPV6]: Assorted trivial endianness annotations.Al Viro2006-12-021-4/+4
* [NetLabel]: protect the CIPSOv4 socket option from setsockopt()Paul Moore2006-10-301-4/+3
* NetLabel: the CIPSOv4 passthrough mapping does not pass categories correctlyPaul Moore2006-10-151-2/+2
* NetLabel: only deref the CIPSOv4 standard map fields when using standard mappingPaul Moore2006-10-151-6/+12