aboutsummaryrefslogtreecommitdiff
path: root/net/netlabel/netlabel_mgmt.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-29genetlink: start to validate reserved header bytesGravatar Jakub Kicinski 1-0/+1
2021-06-15netlabel: Fix memory leak in netlbl_mgmt_add_commonGravatar Liu Shixin 1-9/+10
2021-05-19netlabel: remove unused parameter in netlbl_netlink_auditinfo()Gravatar Zheng Yejian 1-4/+4
2021-03-28netlabel: Correct function name netlbl_mgmt_add() in the kerneldoc commentsGravatar Xiongfeng Wang 1-1/+1
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Gravatar Francis Laniel 1-1/+1
2020-10-02genetlink: move to smaller ops wherever possibleGravatar Jakub Kicinski 1-3/+3
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Gravatar Thomas Gleixner 1-15/+1
2019-04-27genetlink: optionally validate strictly/dumpsGravatar Johannes Berg 1-0/+8
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagGravatar Michal Kubecek 1-3/+5
2019-03-22genetlink: make policy common to familyGravatar Johannes Berg 1-8/+1
2016-10-27genetlink: mark families as __ro_after_initGravatar Johannes Berg 1-1/+1
2016-10-27genetlink: statically initialize familiesGravatar Johannes Berg 1-8/+12
2016-10-27genetlink: no longer support using static family IDsGravatar Johannes Berg 1-1/+0
2016-06-27netlabel: Add support for creating a CALIPSO protocol domain mapping.Gravatar Huw Davies 1-2/+45
2016-06-27netlabel: Initial support for the CALIPSO netlink protocol.Gravatar Huw Davies 1-0/+9
2016-06-27netlabel: Add an address family to domain hash entries.Gravatar Huw Davies 1-3/+26
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrGravatar Jiri Benc 1-12/+8
2015-02-03netlabel: Less function calls in netlbl_mgmt_add_common() after error detectionGravatar Markus Elfring 1-25/+24
2015-02-03netlabel: Deletion of an unnecessary check before the function call "cipso_v4...Gravatar Markus Elfring 1-2/+1
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidGravatar Johannes Berg 1-2/+4
2013-12-06netlabel: Fix FSF address in file headersGravatar Jeff Kirsher 1-2/+1
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Gravatar Johannes Berg 1-1/+1
2013-11-14genetlink: make all genl_ops users constGravatar Johannes Berg 1-1/+1
2013-08-02netlabel: use domain based selectors when address based selectors are not ava...Gravatar Paul Moore 1-23/+21
2012-09-10netlink: Rename pid to portid to avoid confusionGravatar Eric W. Biederman 1-2/+2
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Gravatar Eric Dumazet 1-3/+3
2011-11-22net: remove ipv6_addr_copy()Gravatar Alexey Dobriyan 1-2/+2
2011-08-01doc: Update the email address for Paul Moore in various source filesGravatar Paul Moore 1-1/+1
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
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