summaryrefslogtreecommitdiffstats
path: root/net/netlabel
AgeCommit message (Expand)AuthorLines
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel-1/+1
2020-11-14netlabel: fix an uninitialized warning in netlbl_unlabel_staticlist()Paul Moore-1/+1
2020-11-12Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-5/+12
2020-11-10netlabel: fix our progress tracking in netlbl_unlabel_staticlist()Paul Moore-5/+12
2020-10-30net: netlabel: Fix kerneldoc warningsAndrew Lunn-0/+1
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski-12/+12
2020-09-08netlabel: Fix some kernel-doc warningsWang Hai-2/+2
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-29/+30
2020-08-28netlabel: remove unused param from audit_log_format()Alex Dewar-3/+2
2020-08-24netlabel: fix problems with mapping removalPaul Moore-29/+30
2020-07-13net: netlabel: kerneldoc fixesAndrew Lunn-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-1/+1
2020-05-12netlabel: cope with NULL catmapPaolo Abeni-0/+6
2020-04-22netlabel: Kconfig: Update reference for NetLabel Tools projectSalvatore Bonaccorso-1/+1
2020-02-18netlabel_domainhash.c: Use built-in RCU list checkingMadhuparna Bhowmik-1/+2
2020-02-18net: netlabel: Use built-in RCU list checkingMadhuparna Bhowmik-1/+2
2019-09-01netlabel: remove redundant assignment to pointer iterColin Ian King-1/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner-225/+15
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg-0/+24
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg-16/+20
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek-8/+14
2019-03-22genetlink: make policy common to familyJohannes Berg-24/+4
2019-02-27netlabel: fix out-of-bounds memory accessesPaul Moore-1/+2
2018-09-21netlabel: check for IPV4MASK in addrinfo_getSean Tranchetti-1/+2
2018-06-19audit: eliminate audit_enabled magic number comparisonRichard Guy Briggs-1/+1
2018-05-14audit: use inline function to get audit contextRichard Guy Briggs-1/+1
2018-02-14netlabel: If PF_INET6, check sk_buff ip header versionRichard Haines-0/+10
2017-11-18net/netlabel: Add list_next_rcu() in rcu_dereference().Tim Hansen-2/+2
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland-1/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg-9/+10
2017-01-06netlabel: add CALIPSO to the list of built-in protocolsPaul Moore-4/+1
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg-4/+4
2016-10-27genetlink: statically initialize familiesJohannes Berg-33/+48
2016-10-27genetlink: no longer support using static family IDsJohannes Berg-4/+0
2016-06-27netlabel: Implement CALIPSO config functions for SMACK.Huw Davies-0/+212
2016-06-27calipso: Add a label cache.Huw Davies-5/+60
2016-06-27netlabel: Pass a family parameter to netlbl_skbuff_err().Huw Davies-3/+8
2016-06-27calipso: Allow the lsm to label the skbuff directly.Huw Davies-4/+117
2016-06-27calipso: Allow request sockets to be relabelled by the lsm.Huw Davies-7/+70
2016-06-27calipso: Set the calipso socket label to match the secattr.Huw Davies-8/+120
2016-06-27netlabel: Move bitmap manipulation functions to the NetLabel core.Huw Davies-0/+70
2016-06-27netlabel: Add support for removing a CALIPSO DOI.Huw Davies-0/+101
2016-06-27netlabel: Add support for creating a CALIPSO protocol domain mapping.Huw Davies-5/+89
2016-06-27netlabel: Add support for enumerating the CALIPSO DOI list.Huw Davies-0/+120
2016-06-27netlabel: Add support for querying a CALIPSO DOI.Huw Davies-0/+121
2016-06-27netlabel: Initial support for the CALIPSO netlink protocol.Huw Davies-1/+322