summaryrefslogtreecommitdiffstats
path: root/net/netlabel
Commit message (Expand)AuthorAgeFilesLines
* net: fix NULL pointer reference in cipso_v4_doi_free王贇2021-08-301-2/+2
* net: Remove redundant if statementsYajun Deng2021-08-051-4/+2
* net: cipso: fix warnings in netlbl_cipsov4_add_stdPavel Skripkin2021-07-271-4/+4
* netlabel: Fix memory leak in netlbl_mgmt_add_commonLiu Shixin2021-06-151-9/+10
* netlabel: Fix spelling mistakesZheng Yongjun2021-06-072-2/+2
* netlabel: remove unused parameter in netlbl_netlink_auditinfo()Zheng Yejian2021-05-195-16/+14
* Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-291-1/+1
|\
| * netlabel: Correct function name netlbl_mgmt_add() in the kerneldoc commentsXiongfeng Wang2021-03-281-1/+1
* | Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-04-272-2/+2
|\ \ | |/ |/|
| * lsm: separate security_task_getsecid() into subjective and objective variantsPaul Moore2021-03-222-2/+2
* | cipso,calipso: resolve a number of problems with the DOI refcountsPaul Moore2021-03-041-0/+3
|/
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-191-1/+1
|\
| * netlabel: fix an uninitialized warning in netlbl_unlabel_staticlist()Paul Moore2020-11-141-1/+1
* | treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel2020-11-161-1/+1
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-121-5/+12
|\|
| * netlabel: fix our progress tracking in netlbl_unlabel_staticlist()Paul Moore2020-11-101-5/+12
* | net: netlabel: Fix kerneldoc warningsAndrew Lunn2020-10-301-0/+1
|/
* genetlink: move to smaller ops wherever possibleJakub Kicinski2020-10-024-12/+12
* netlabel: Fix some kernel-doc warningsWang Hai2020-09-081-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-041-29/+30
|\
| * netlabel: fix problems with mapping removalPaul Moore2020-08-241-29/+30
* | netlabel: remove unused param from audit_log_format()Alex Dewar2020-08-281-3/+2
|/
* net: netlabel: kerneldoc fixesAndrew Lunn2020-07-131-1/+1
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* netlabel: cope with NULL catmapPaolo Abeni2020-05-121-0/+6
* netlabel: Kconfig: Update reference for NetLabel Tools projectSalvatore Bonaccorso2020-04-221-1/+1
* netlabel_domainhash.c: Use built-in RCU list checkingMadhuparna Bhowmik2020-02-181-1/+2
* net: netlabel: Use built-in RCU list checkingMadhuparna Bhowmik2020-02-181-1/+2
* netlabel: remove redundant assignment to pointer iterColin Ian King2019-09-011-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-2115-225/+15
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-274-0/+24
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-16/+20
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-272-8/+14
* genetlink: make policy common to familyJohannes Berg2019-03-224-24/+4
* netlabel: fix out-of-bounds memory accessesPaul Moore2019-02-271-1/+2
* netlabel: check for IPV4MASK in addrinfo_getSean Tranchetti2018-09-211-1/+2
* audit: eliminate audit_enabled magic number comparisonRichard Guy Briggs2018-06-191-1/+1
* audit: use inline function to get audit contextRichard Guy Briggs2018-05-141-1/+1
* netlabel: If PF_INET6, check sk_buff ip header versionRichard Haines2018-02-141-0/+10
* net/netlabel: Add list_next_rcu() in rcu_dereference().Tim Hansen2017-11-181-2/+2
* Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
|/
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-9/+10
* netlabel: add CALIPSO to the list of built-in protocolsPaul Moore2017-01-061-4/+1
* genetlink: mark families as __ro_after_initJohannes Berg2016-10-274-4/+4
* genetlink: statically initialize familiesJohannes Berg2016-10-274-33/+48
* genetlink: no longer support using static family IDsJohannes Berg2016-10-274-4/+0
* netlabel: Implement CALIPSO config functions for SMACK.Huw Davies2016-06-273-0/+212