aboutsummaryrefslogtreecommitdiffstats
path: root/net/netlabel/netlabel_cipso_v4.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-03netlabel: Deletion of an unnecessary check before the function call "cipso_v4_doi_free"Markus Elfring1-2/+1
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-1/+2
2013-12-06netlabel: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg1-1/+1
2013-11-14genetlink: make all genl_ops users constJohannes Berg1-1/+1
2013-08-02netlabel: use domain based selectors when address based selectors are not availablePaul Moore1-2/+2
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-1/+1
2011-08-01doc: Update the email address for Paul Moore in various source filesPaul Moore1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-04-17netlabel: Fix set-but-unused variables.David S. Miller1-4/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-05-21netlabel: Use genl_register_family_with_ops()Michał Mirosław1-14/+2
2008-12-31netlabel: Update kernel configuration APIPaul Moore1-43/+18
2008-10-10netlabel: Add configuration support for local labelingPaul Moore1-0/+41
2008-10-10cipso: Add support for native local labeling and fixup mapping namesPaul Moore1-7/+7
2008-10-10netlabel: Replace protocol/NetLabel linking with refrerence countsPaul Moore1-33/+44
2008-10-10netlabel: Fix some sparse warningsPaul Moore1-2/+2
2008-07-14netlabel: return msg overflow error from netlbl_cipsov4_list fasterDenis V. Lunev1-1/+1
2008-07-10netlabel: netlink_unicast calls kfree_skb on error path by itselfDenis V. Lunev1-6/+1
2008-02-17[NETLABEL]: Move some initialization code into __init section.Pavel Emelyanov1-1/+1
2008-02-17[NETLABEL]: Shrink the genl-ops registration code.Pavel Emelyanov1-27/+16
2008-02-05NetLabel: introduce a new kernel configuration API for NetLabelPaul Moore1-1/+1
2008-01-30NetLabel: Remove unneeded RCU read locksPaul Moore1-2/+3
2007-10-10[NETLINK]: Introduce nested and byteorder flag to netlink attributeThomas Graf1-7/+7
2007-07-19SELinux: enable dynamic activation/deactivation of NetLabel/SELinux enforcementPaul Moore1-0/+5
2007-06-07[NETLINK]: Mark netlink policies constPatrick McHardy1-1/+1
2007-02-10[NET] NETLABEL: Fix whitespace errors.YOSHIFUJI Hideaki1-4/+4
2007-01-09NetLabel: correct CIPSO tag handling when adding new DOI definitionsPaul Moore1-3/+3
2006-12-22NetLabel: correctly fill in unused CIPSOv4 level and category mappingsPaul Moore1-0/+9
2006-12-22NetLabel: perform input validation earlier on CIPSOv4 DOI add opsPaul Moore1-11/+17
2006-12-02NetLabel: honor the audit_enabled flagPaul Moore1-11/+15
2006-12-02[GENL]: Add genlmsg_put_reply() to simplify building reply headersThomas Graf1-12/+5
2006-12-02[GENL]: Add genlmsg_reply() to simply unicast replies to requestsThomas Graf1-1/+1
2006-12-02[NETLINK]: Do precise netlink message allocations where possibleThomas Graf1-1/+1
2006-09-29[NetLabel]: audit fixups due to delayed feedbackPaul Moore1-19/+29
2006-09-28[NetLabel]: add audit support for configuration changesPaul Moore1-10/+33
2006-09-25[NetLabel]: rework the Netlink attribute handling (part 2)Paul Moore1-215/+413
2006-09-22[NetLabel]: CIPSOv4 and Unlabeled packet integrationPaul Moore1-0/+542