summaryrefslogtreecommitdiffstats
path: root/net/netlabel/netlabel_mgmt.c
Commit message (Expand)AuthorAgeFilesLines
* netlabel: Add support for creating a CALIPSO protocol domain mapping.Huw Davies2016-06-271-2/+45
* netlabel: Initial support for the CALIPSO netlink protocol.Huw Davies2016-06-271-0/+9
* netlabel: Add an address family to domain hash entries.Huw Davies2016-06-271-3/+26
* netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2015-03-311-12/+8
* netlabel: Less function calls in netlbl_mgmt_add_common() after error detectionMarkus Elfring2015-02-031-25/+24
* netlabel: Deletion of an unnecessary check before the function call "cipso_v4...Markus Elfring2015-02-031-2/+1
* netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-181-2/+4
* netlabel: Fix FSF address in file headersJeff Kirsher2013-12-061-2/+1
* genetlink: only pass array to genl_register_family_with_ops()Johannes Berg2013-11-191-1/+1
* genetlink: make all genl_ops users constJohannes Berg2013-11-141-1/+1
* netlabel: use domain based selectors when address based selectors are not ava...Paul Moore2013-08-021-23/+21
* 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