aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/cipso_ipv4.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-18Update broken web addresses in the kernel.Gravatar Justin P. Mattock 1-1/+1
2010-05-17net: Remove unnecessary returns from void function()sGravatar Joe Perches 1-2/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-10-07ipv4: Define cipso_v4_delopt staticGravatar Hagen Paul Pfeifer 1-1/+1
2009-03-28netlabel: Label incoming TCP connections correctly in SELinuxGravatar Paul Moore 1-12/+118
2009-02-23cipso: Fix documentation commentGravatar Paul Moore 1-2/+7
2008-12-31netlabel: Update kernel configuration APIGravatar Paul Moore 1-21/+65
2008-10-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-3/+4
2008-10-29cipso: unsigned buf_len cannot be negativeGravatar roel kluin 1-3/+4
2008-10-28net: don't use INIT_RCU_HEADGravatar Alexey Dobriyan 1-1/+0
2008-10-10cipso: Add support for native local labeling and fixup mapping namesGravatar Paul Moore 1-20/+107
2008-10-10selinux: Set socket NetLabel based on connection endpointGravatar Paul Moore 1-0/+74
2008-10-10netlabel: Add functionality to set the security attributes of a packetGravatar Paul Moore 1-39/+183
2008-10-10netlabel: Replace protocol/NetLabel linking with refrerence countsGravatar Paul Moore 1-137/+98
2008-05-13cipso: Relax too much careful cipso hash function.Gravatar Pavel Emelyanov 1-2/+2
2008-05-02net: use get/put_unaligned_* helpersGravatar Harvey Harrison 1-10/+8
2008-03-22[IPV4]: Remove unused ip_options->is_data.Gravatar Denis V. Lunev 1-1/+0
2008-02-05NetLabel: introduce a new kernel configuration API for NetLabelGravatar Paul Moore 1-2/+2
2008-01-30NetLabel: Add secid token support to the NetLabel secattr structGravatar Paul Moore 1-22/+37
2008-01-28[IPV4] net/ipv4/cipso_ipv4.c: use LIST_HEAD instead of LIST_HEAD_INITGravatar Denis Cheng 1-1/+1
2007-10-26[NetLabel]: correct usage of RCU lockingGravatar Paul Moore 1-29/+10
2007-10-10[CIPSO]: remove duplicated code in the cipso_v4_*_getattr() functionsGravatar Paul Moore 1-73/+42
2007-06-08[CIPSO]: Fix several unaligned kernel accesses in the CIPSO engine.Gravatar Paul Moore 1-10/+13
2007-06-08[NetLabel]: consolidate the struct socket/sock handling to just struct sockGravatar Paul Moore 1-33/+8
2007-05-09Fix occurrences of "the the "Gravatar Michael Opdenacker 1-1/+1
2007-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-9/+32
2007-04-26NetLabel: convert a BUG_ON in the CIPSO code to a runtime checkGravatar Paul Moore 1-1/+3
2007-04-26NetLabel: cleanup and document CIPSO constantsGravatar Paul Moore 1-8/+29
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphGravatar Arnaldo Carvalho de Melo 1-1/+1
2007-04-25[IPV4]: cleanupGravatar Stephen Hemminger 1-1/+1
2007-03-12[NetLabel]: parse the CIPSO ranged tag on incoming packetsGravatar Paul Moore 1-0/+5
2007-03-02[NetLabel]: Verify sensitivity level has a valid CIPSO mappingGravatar Paul Moore 1-3/+4
2006-12-02NetLabel: add the ranged tag to the CIPSOv4 protocolGravatar Paul Moore 1-0/+268
2006-12-02NetLabel: add the enumerated tag to the CIPSOv4 protocolGravatar Paul Moore 1-0/+233
2006-12-02NetLabel: convert to an extensibile/sparse category bitmapGravatar Paul Moore 1-99/+69
2006-12-02[CIPSO]: Missing annotation in cipso_ipv4 update.Gravatar Al Viro 1-1/+1
2006-12-02NetLabel: use cipso_v4_doi_search() for local CIPSOv4 functionsGravatar Paul Moore 1-3/+3
2006-12-02NetLabel: return the correct error for translated CIPSOv4 tagsGravatar Paul Moore 1-0/+4
2006-12-02NetLabel: fixup the handling of CIPSOv4 tags to allow for multiple tag typesGravatar Paul Moore 1-60/+53
2006-12-02NetLabel: add tag verification when adding new CIPSOv4 DOI definitionsGravatar Paul Moore 1-0/+14
2006-12-02NetLabel: check for a CIPSOv4 option before we do call into the CIPSOv4 layerGravatar Paul Moore 1-2/+0
2006-12-02NetLabel: make netlbl_lsm_secattr struct easier/quicker to understandGravatar Paul Moore 1-8/+14
2006-12-02[NETLABEL]: Use kmemdup in cipso_ipv4.cGravatar Arnaldo Carvalho de Melo 1-2/+1
2006-12-02[IPV6]: Assorted trivial endianness annotations.Gravatar Al Viro 1-4/+4
2006-10-30[NetLabel]: protect the CIPSOv4 socket option from setsockopt()Gravatar Paul Moore 1-4/+3
2006-10-15NetLabel: the CIPSOv4 passthrough mapping does not pass categories correctlyGravatar Paul Moore 1-2/+2
2006-10-15NetLabel: only deref the CIPSOv4 standard map fields when using standard mappingGravatar Paul Moore 1-6/+12
2006-10-11NetLabel: fix a cache race conditionGravatar paul.moore@hp.com 1-8/+10
2006-09-29[NetLabel]: audit fixups due to delayed feedbackGravatar Paul Moore 1-2/+2
2006-09-28[NetLabel]: add audit support for configuration changesGravatar Paul Moore 1-2/+6