summaryrefslogtreecommitdiffstats
path: root/net/netlabel/netlabel_mgmt.c
Commit message (Expand)AuthorAgeFilesLines
* netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-2/+2
* net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2011-12-111-3/+3
* net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-221-2/+2
* doc: Update the email address for Paul Moore in various source filesPaul Moore2011-08-011-1/+1
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* netlabel: Use genl_register_family_with_ops()Michał Mirosław2009-05-211-14/+2
* net: remove redundant argument commentsQinghuang Feng2008-11-211-1/+0
* netlabel: Fix compiler warnings in netlabel_mgmt.cPaul Moore2008-10-291-1/+1
* netlabel: Add network address selectors to the NetLabel/LSM domain mappingPaul Moore2008-10-101-94/+304
* netlabel: Replace protocol/NetLabel linking with refrerence countsPaul Moore2008-10-101-18/+6
* netlabel: netlink_unicast calls kfree_skb on error path by itselfDenis V. Lunev2008-07-101-10/+2
* [NETLABEL]: Move some initialization code into __init section.Pavel Emelyanov2008-02-171-1/+1
* [NETLABEL]: Shrink the genl-ops registration code.Pavel Emelyanov2008-02-171-55/+24
* NetLabel: Remove unneeded RCU read locksPaul Moore2008-01-301-60/+3
* [NETLABEL]: Spelling fixesJoe Perches2007-12-201-1/+1
* [NetLabel]: correct usage of RCU lockingPaul Moore2007-10-261-4/+0
* SELinux: enable dynamic activation/deactivation of NetLabel/SELinux enforcementPaul Moore2007-07-191-0/+65
* [NETLINK]: Mark netlink policies constPatrick McHardy2007-06-071-1/+1
* [GENL]: Add genlmsg_put_reply() to simplify building reply headersThomas Graf2006-12-021-24/+10
* [GENL]: Add genlmsg_reply() to simply unicast replies to requestsThomas Graf2006-12-021-2/+2
* [NETLINK]: Do precise netlink message allocations where possibleThomas Graf2006-12-021-2/+2
* [NetLabel]: audit fixups due to delayed feedbackPaul Moore2006-09-291-8/+19
* [NetLabel]: add audit support for configuration changesPaul Moore2006-09-281-6/+8
* [NetLabel]: rework the Netlink attribute handling (part 2)Paul Moore2006-09-251-265/+276
* [NetLabel]: core NetLabel subsystemPaul Moore2006-09-221-0/+624