summaryrefslogtreecommitdiffstats
path: root/net/netlabel/netlabel_mgmt.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-15/+1Star
* genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-271-0/+8
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-3/+5
* genetlink: make policy common to familyJohannes Berg2019-03-221-8/+1Star
* genetlink: mark families as __ro_after_initJohannes Berg2016-10-271-1/+1
* genetlink: statically initialize familiesJohannes Berg2016-10-271-8/+12
* genetlink: no longer support using static family IDsJohannes Berg2016-10-271-1/+0Star
* 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/+8Star
* netlabel: Less function calls in netlbl_mgmt_add_common() after error detectionMarkus Elfring2015-02-041-25/+24Star
* netlabel: Deletion of an unnecessary check before the function call "cipso_v4...Markus Elfring2015-02-041-2/+1Star
* netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-181-2/+4
* netlabel: Fix FSF address in file headersJeff Kirsher2013-12-061-2/+1Star
* 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-031-23/+21Star
* netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-2/+2
* net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2011-12-121-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-021-1/+1
* atomic: use <linux/atomic.h>Arun Sharma2011-07-271-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-221-14/+2Star
* net: remove redundant argument commentsQinghuang Feng2008-11-221-1/+0Star
* 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/+6Star
* netlabel: netlink_unicast calls kfree_skb on error path by itselfDenis V. Lunev2008-07-111-10/+2Star
* [NETLABEL]: Move some initialization code into __init section.Pavel Emelyanov2008-02-181-1/+1
* [NETLABEL]: Shrink the genl-ops registration code.Pavel Emelyanov2008-02-181-55/+24Star
* NetLabel: Remove unneeded RCU read locksPaul Moore2008-01-291-60/+3Star
* [NETLABEL]: Spelling fixesJoe Perches2007-12-201-1/+1
* [NetLabel]: correct usage of RCU lockingPaul Moore2007-10-261-4/+0Star
* 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-031-24/+10Star
* [GENL]: Add genlmsg_reply() to simply unicast replies to requestsThomas Graf2006-12-031-2/+2
* [NETLINK]: Do precise netlink message allocations where possibleThomas Graf2006-12-031-2/+2
* [NetLabel]: audit fixups due to delayed feedbackPaul Moore2006-09-301-8/+19
* [NetLabel]: add audit support for configuration changesPaul Moore2006-09-291-6/+8
* [NetLabel]: rework the Netlink attribute handling (part 2)Paul Moore2006-09-261-265/+276
* [NetLabel]: core NetLabel subsystemPaul Moore2006-09-221-0/+624