aboutsummaryrefslogtreecommitdiff
path: root/net/netlabel/netlabel_cipso_v4.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-30net: fix NULL pointer reference in cipso_v4_doi_freeGravatar 王贇 1-2/+2
2021-07-27net: cipso: fix warnings in netlbl_cipsov4_add_stdGravatar Pavel Skripkin 1-4/+4
2021-05-19netlabel: remove unused parameter in netlbl_netlink_auditinfo()Gravatar Zheng Yejian 1-2/+2
2021-03-04cipso,calipso: resolve a number of problems with the DOI refcountsGravatar Paul Moore 1-0/+3
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/+4
2019-04-27netlink: make validation more configurable for future strictnessGravatar Johannes Berg 1-16/+20
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagGravatar Michal Kubecek 1-5/+9
2019-03-22genetlink: make policy common to familyGravatar Johannes Berg 1-4/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsGravatar Johannes Berg 1-9/+10
2016-10-27genetlink: mark families as __ro_after_initGravatar Johannes Berg 1-1/+1
2016-10-27genetlink: statically initialize familiesGravatar Johannes Berg 1-9/+12
2016-10-27genetlink: no longer support using static family IDsGravatar Johannes Berg 1-1/+0
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-1/+2
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-2/+2
2012-09-10netlink: Rename pid to portid to avoid confusionGravatar Eric W. Biederman 1-1/+1
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-04-17netlabel: Fix set-but-unused variables.Gravatar David S. Miller 1-4/+0
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-12-31netlabel: Update kernel configuration APIGravatar Paul Moore 1-43/+18
2008-10-10netlabel: Add configuration support for local labelingGravatar Paul Moore 1-0/+41
2008-10-10cipso: Add support for native local labeling and fixup mapping namesGravatar Paul Moore 1-7/+7
2008-10-10netlabel: Replace protocol/NetLabel linking with refrerence countsGravatar Paul Moore 1-33/+44
2008-10-10netlabel: Fix some sparse warningsGravatar Paul Moore 1-2/+2
2008-07-14netlabel: return msg overflow error from netlbl_cipsov4_list fasterGravatar Denis V. Lunev 1-1/+1
2008-07-10netlabel: netlink_unicast calls kfree_skb on error path by itselfGravatar Denis V. Lunev 1-6/+1
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-27/+16
2008-02-05NetLabel: introduce a new kernel configuration API for NetLabelGravatar Paul Moore 1-1/+1
2008-01-30NetLabel: Remove unneeded RCU read locksGravatar Paul Moore 1-2/+3
2007-10-10[NETLINK]: Introduce nested and byteorder flag to netlink attributeGravatar Thomas Graf 1-7/+7
2007-07-19SELinux: enable dynamic activation/deactivation of NetLabel/SELinux enforcementGravatar Paul Moore 1-0/+5
2007-06-07[NETLINK]: Mark netlink policies constGravatar Patrick McHardy 1-1/+1
2007-02-10[NET] NETLABEL: Fix whitespace errors.Gravatar YOSHIFUJI Hideaki 1-4/+4
2007-01-09NetLabel: correct CIPSO tag handling when adding new DOI definitionsGravatar Paul Moore 1-3/+3
2006-12-22NetLabel: correctly fill in unused CIPSOv4 level and category mappingsGravatar Paul Moore 1-0/+9
2006-12-22NetLabel: perform input validation earlier on CIPSOv4 DOI add opsGravatar Paul Moore 1-11/+17
2006-12-02NetLabel: honor the audit_enabled flagGravatar Paul Moore 1-11/+15
2006-12-02[GENL]: Add genlmsg_put_reply() to simplify building reply headersGravatar Thomas Graf 1-12/+5
2006-12-02[GENL]: Add genlmsg_reply() to simply unicast replies to requestsGravatar Thomas Graf 1-1/+1
2006-12-02[NETLINK]: Do precise netlink message allocations where possibleGravatar Thomas Graf 1-1/+1
2006-09-29[NetLabel]: audit fixups due to delayed feedbackGravatar Paul Moore 1-19/+29
2006-09-28[NetLabel]: add audit support for configuration changesGravatar Paul Moore 1-10/+33