aboutsummaryrefslogtreecommitdiff
path: root/net/netlabel/netlabel_mgmt.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-05-21netlabel: Use genl_register_family_with_ops()Gravatar Michał Mirosław 1-14/+2
2008-11-21net: remove redundant argument commentsGravatar Qinghuang Feng 1-1/+0
2008-10-29netlabel: Fix compiler warnings in netlabel_mgmt.cGravatar Paul Moore 1-1/+1
2008-10-10netlabel: Add network address selectors to the NetLabel/LSM domain mappingGravatar Paul Moore 1-94/+304
2008-10-10netlabel: Replace protocol/NetLabel linking with refrerence countsGravatar Paul Moore 1-18/+6
2008-07-10netlabel: netlink_unicast calls kfree_skb on error path by itselfGravatar Denis V. Lunev 1-10/+2
2008-02-17[NETLABEL]: Move some initialization code into __init section.Gravatar Pavel Emelyanov 1-1/+1
2008-02-17[NETLABEL]: Shrink the genl-ops registration code.Gravatar Pavel Emelyanov 1-55/+24
2008-01-30NetLabel: Remove unneeded RCU read locksGravatar Paul Moore 1-60/+3
2007-12-20[NETLABEL]: Spelling fixesGravatar Joe Perches 1-1/+1
2007-10-26[NetLabel]: correct usage of RCU lockingGravatar Paul Moore 1-4/+0
2007-07-19SELinux: enable dynamic activation/deactivation of NetLabel/SELinux enforcementGravatar Paul Moore 1-0/+65
2007-06-07[NETLINK]: Mark netlink policies constGravatar Patrick McHardy 1-1/+1
2006-12-02[GENL]: Add genlmsg_put_reply() to simplify building reply headersGravatar Thomas Graf 1-24/+10
2006-12-02[GENL]: Add genlmsg_reply() to simply unicast replies to requestsGravatar Thomas Graf 1-2/+2
2006-12-02[NETLINK]: Do precise netlink message allocations where possibleGravatar Thomas Graf 1-2/+2
2006-09-29[NetLabel]: audit fixups due to delayed feedbackGravatar Paul Moore 1-8/+19
2006-09-28[NetLabel]: add audit support for configuration changesGravatar Paul Moore 1-6/+8
2006-09-25[NetLabel]: rework the Netlink attribute handling (part 2)Gravatar Paul Moore 1-265/+276
2006-09-22[NetLabel]: core NetLabel subsystemGravatar Paul Moore 1-0/+624