aboutsummaryrefslogtreecommitdiffstats
path: root/net/netlabel/netlabel_cipso_v4.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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