aboutsummaryrefslogtreecommitdiffstats
path: root/net/netlabel/netlabel_mgmt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-05-21netlabel: Use genl_register_family_with_ops()Michał Mirosław1-14/+2
2008-11-21net: remove redundant argument commentsQinghuang Feng1-1/+0
2008-10-29netlabel: Fix compiler warnings in netlabel_mgmt.cPaul Moore1-1/+1
2008-10-10netlabel: Add network address selectors to the NetLabel/LSM domain mappingPaul Moore1-94/+304
2008-10-10netlabel: Replace protocol/NetLabel linking with refrerence countsPaul Moore1-18/+6
2008-07-10netlabel: netlink_unicast calls kfree_skb on error path by itselfDenis V. Lunev1-10/+2
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-55/+24
2008-01-30NetLabel: Remove unneeded RCU read locksPaul Moore1-60/+3
2007-12-20[NETLABEL]: Spelling fixesJoe Perches1-1/+1
2007-10-26[NetLabel]: correct usage of RCU lockingPaul Moore1-4/+0
2007-07-19SELinux: enable dynamic activation/deactivation of NetLabel/SELinux enforcementPaul Moore1-0/+65
2007-06-07[NETLINK]: Mark netlink policies constPatrick McHardy1-1/+1
2006-12-02[GENL]: Add genlmsg_put_reply() to simplify building reply headersThomas Graf1-24/+10
2006-12-02[GENL]: Add genlmsg_reply() to simply unicast replies to requestsThomas Graf1-2/+2
2006-12-02[NETLINK]: Do precise netlink message allocations where possibleThomas Graf1-2/+2
2006-09-29[NetLabel]: audit fixups due to delayed feedbackPaul Moore1-8/+19
2006-09-28[NetLabel]: add audit support for configuration changesPaul Moore1-6/+8
2006-09-25[NetLabel]: rework the Netlink attribute handling (part 2)Paul Moore1-265/+276
2006-09-22[NetLabel]: core NetLabel subsystemPaul Moore1-0/+624