aboutsummaryrefslogtreecommitdiffstats
path: root/net/netlabel/netlabel_mgmt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-15/+1
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg1-0/+8
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-3/+5
2019-03-22genetlink: make policy common to familyJohannes Berg1-8/+1
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg1-1/+1
2016-10-27genetlink: statically initialize familiesJohannes Berg1-8/+12
2016-10-27genetlink: no longer support using static family IDsJohannes Berg1-1/+0
2016-06-27netlabel: Add support for creating a CALIPSO protocol domain mapping.Huw Davies1-2/+45
2016-06-27netlabel: Initial support for the CALIPSO netlink protocol.Huw Davies1-0/+9
2016-06-27netlabel: Add an address family to domain hash entries.Huw Davies1-3/+26
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc1-12/+8
2015-02-03netlabel: Less function calls in netlbl_mgmt_add_common() after error detectionMarkus Elfring1-25/+24
2015-02-03netlabel: Deletion of an unnecessary check before the function call "cipso_v4_doi_putdef"Markus Elfring1-2/+1
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-2/+4
2013-12-06netlabel: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg1-1/+1
2013-11-14genetlink: make all genl_ops users constJohannes Berg1-1/+1
2013-08-02netlabel: use domain based selectors when address based selectors are not availablePaul Moore1-23/+21
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-2/+2
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet1-3/+3
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan1-2/+2
2011-08-01doc: Update the email address for Paul Moore in various source filesPaul Moore1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
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