aboutsummaryrefslogtreecommitdiffstats
path: root/net/netlabel/netlabel_unlabeled.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-17[NETLABEL]: Move some initialization code into __init section.Pavel Emelyanov1-3/+3
2008-02-17[NETLABEL]: Shrink the genl-ops registration code.Pavel Emelyanov1-62/+24
2008-02-12[NETLABLE]: Hide netlbl_unlabel_audit_addr6 under ifdef CONFIG_IPV6.Pavel Emelyanov1-0/+2
2008-02-12[NETLABEL]: Don't produce unused variables when IPv6 is off.Pavel Emelyanov1-10/+18
2008-01-30NetLabel: Add auditing to the static labeling mechanismPaul Moore1-14/+193
2008-01-30NetLabel: Introduce static network labels for unlabeled connectionsPaul Moore1-7/+1368
2008-01-30NetLabel: Add secid token support to the NetLabel secattr structPaul Moore1-0/+1
2008-01-30NetLabel: Remove unneeded RCU read locksPaul Moore1-18/+4
2007-10-26[NetLabel]: correct usage of RCU lockingPaul Moore1-3/+1
2007-06-07[NETLINK]: Mark netlink policies constPatrick McHardy1-1/+1
2007-02-28[NET]: Fix kfree(skb)Patrick McHardy1-1/+1
2006-12-02NetLabel: honor the audit_enabled flagPaul Moore1-2/+6
2006-12-02NetLabel: convert the unlabeled accept flag to use RCUPaul Moore1-7/+21
2006-12-02[GENL]: Add genlmsg_put_reply() to simplify building reply headersThomas Graf1-6/+2
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-11/+23
2006-09-28[NetLabel]: add audit support for configuration changesPaul Moore1-6/+30
2006-09-25[NetLabel]: rework the Netlink attribute handling (part 2)Paul Moore1-44/+35
2006-09-22[NetLabel]: CIPSOv4 and Unlabeled packet integrationPaul Moore1-0/+253