summaryrefslogtreecommitdiff
path: root/net/ipv4/cipso_ipv4.c
AgeCommit message (Expand)Author
2011-10-11cipso: remove an unneeded NULL check in cipso_v4_doi_add()Dan Carpenter
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-04-28inet: add RCU protection to inet->optEric Dumazet
2011-03-31Fix common misspellingsLucas De Marchi
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-10-07ipv4: Define cipso_v4_delopt staticHagen Paul Pfeifer
2009-03-28netlabel: Label incoming TCP connections correctly in SELinuxPaul Moore
2009-02-23cipso: Fix documentation commentPaul Moore
2008-12-31netlabel: Update kernel configuration APIPaul Moore
2008-10-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-10-29cipso: unsigned buf_len cannot be negativeroel kluin
2008-10-28net: don't use INIT_RCU_HEADAlexey Dobriyan
2008-10-10cipso: Add support for native local labeling and fixup mapping namesPaul Moore
2008-10-10selinux: Set socket NetLabel based on connection endpointPaul Moore
2008-10-10netlabel: Add functionality to set the security attributes of a packetPaul Moore
2008-10-10netlabel: Replace protocol/NetLabel linking with refrerence countsPaul Moore
2008-05-13cipso: Relax too much careful cipso hash function.Pavel Emelyanov
2008-05-02net: use get/put_unaligned_* helpersHarvey Harrison
2008-03-22[IPV4]: Remove unused ip_options->is_data.Denis V. Lunev
2008-02-05NetLabel: introduce a new kernel configuration API for NetLabelPaul Moore
2008-01-30NetLabel: Add secid token support to the NetLabel secattr structPaul Moore
2008-01-28[IPV4] net/ipv4/cipso_ipv4.c: use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng
2007-10-26[NetLabel]: correct usage of RCU lockingPaul Moore
2007-10-10[CIPSO]: remove duplicated code in the cipso_v4_*_getattr() functionsPaul Moore
2007-06-08[CIPSO]: Fix several unaligned kernel accesses in the CIPSO engine.Paul Moore
2007-06-08[NetLabel]: consolidate the struct socket/sock handling to just struct sockPaul Moore
2007-05-09Fix occurrences of "the the "Michael Opdenacker
2007-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2007-04-26NetLabel: convert a BUG_ON in the CIPSO code to a runtime checkPaul Moore
2007-04-26NetLabel: cleanup and document CIPSO constantsPaul Moore
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo
2007-04-25[IPV4]: cleanupStephen Hemminger
2007-03-12[NetLabel]: parse the CIPSO ranged tag on incoming packetsPaul Moore
2007-03-02[NetLabel]: Verify sensitivity level has a valid CIPSO mappingPaul Moore
2006-12-02NetLabel: add the ranged tag to the CIPSOv4 protocolPaul Moore
2006-12-02NetLabel: add the enumerated tag to the CIPSOv4 protocolPaul Moore
2006-12-02NetLabel: convert to an extensibile/sparse category bitmapPaul Moore
2006-12-02[CIPSO]: Missing annotation in cipso_ipv4 update.Al Viro
2006-12-02NetLabel: use cipso_v4_doi_search() for local CIPSOv4 functionsPaul Moore
2006-12-02NetLabel: return the correct error for translated CIPSOv4 tagsPaul Moore
2006-12-02NetLabel: fixup the handling of CIPSOv4 tags to allow for multiple tag typesPaul Moore
2006-12-02NetLabel: add tag verification when adding new CIPSOv4 DOI definitionsPaul Moore
2006-12-02NetLabel: check for a CIPSOv4 option before we do call into the CIPSOv4 layerPaul Moore
2006-12-02NetLabel: make netlbl_lsm_secattr struct easier/quicker to understandPaul Moore
2006-12-02[NETLABEL]: Use kmemdup in cipso_ipv4.cArnaldo Carvalho de Melo
2006-12-02[IPV6]: Assorted trivial endianness annotations.Al Viro
2006-10-30[NetLabel]: protect the CIPSOv4 socket option from setsockopt()Paul Moore
2006-10-15NetLabel: the CIPSOv4 passthrough mapping does not pass categories correctlyPaul Moore