summaryrefslogtreecommitdiff
path: root/net/netlabel
AgeCommit message (Expand)AuthorFilesLines
2024-05-14netlabel: fix RCU annotation for IPv4 options on socket creationDavide Caratti1-3/+28
2024-02-29netlabel: remove impossible return value in netlbl_bitmap_walkZhengchao Shao1-1/+1
2024-02-07netlabel: cleanup struct netlbl_lsm_catmapGeorge Guo1-4/+4
2023-12-07calipso: fix memory leak in netlbl_calipso_add_pass()Gavrilov Ilia1-23/+26
2023-08-02netlabel: Remove unused declaration netlbl_cipsov4_doi_free()Yue Haibing1-3/+0
2023-06-21netlabel: Reorder fields in 'struct netlbl_domaddr6_map'Christophe JAILLET1-1/+1
2023-06-10netlabel: fix shift wrapping bug in netlbl_catmap_setlong()Dmitry Mastykin1-1/+2
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski4-0/+4
2022-08-10netlabel: fix typo in commentTopi Miettinen1-1/+1
2022-03-21netlabel: fix out-of-bounds memory accessesWang Yufen1-0/+2
2021-11-23lsm: security_task_getsecid_subj() -> security_current_getsecid_subj()Paul Moore2-2/+2
2021-08-30net: fix NULL pointer reference in cipso_v4_doi_free王贇1-2/+2
2021-08-05net: Remove redundant if statementsYajun Deng1-4/+2
2021-07-27net: cipso: fix warnings in netlbl_cipsov4_add_stdPavel Skripkin1-4/+4
2021-06-15netlabel: Fix memory leak in netlbl_mgmt_add_commonLiu Shixin1-9/+10
2021-06-08netlabel: Fix spelling mistakesZheng Yongjun2-2/+2
2021-05-19netlabel: remove unused parameter in netlbl_netlink_auditinfo()Zheng Yejian5-16/+14
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+1
2021-04-27Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+2
2021-03-29netlabel: Correct function name netlbl_mgmt_add() in the kerneldoc commentsXiongfeng Wang1-1/+1
2021-03-22lsm: separate security_task_getsecid() into subjective and objective variantsPaul Moore2-2/+2
2021-03-05cipso,calipso: resolve a number of problems with the DOI refcountsPaul Moore1-0/+3
2020-11-20Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel1-1/+1
2020-11-14netlabel: fix an uninitialized warning in netlbl_unlabel_staticlist()Paul Moore1-1/+1
2020-11-13Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+12
2020-11-11netlabel: fix our progress tracking in netlbl_unlabel_staticlist()Paul Moore1-5/+12
2020-10-30net: netlabel: Fix kerneldoc warningsAndrew Lunn1-0/+1
2020-10-03genetlink: move to smaller ops wherever possibleJakub Kicinski4-12/+12
2020-09-09netlabel: Fix some kernel-doc warningsWang Hai1-2/+2
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-29/+30
2020-08-28netlabel: remove unused param from audit_log_format()Alex Dewar1-3/+2
2020-08-25netlabel: fix problems with mapping removalPaul Moore1-29/+30
2020-07-14net: netlabel: kerneldoc fixesAndrew Lunn1-1/+1
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-05-13netlabel: cope with NULL catmapPaolo Abeni1-0/+6
2020-04-23netlabel: Kconfig: Update reference for NetLabel Tools projectSalvatore Bonaccorso1-1/+1
2020-02-18netlabel_domainhash.c: Use built-in RCU list checkingMadhuparna Bhowmik1-1/+2
2020-02-18net: netlabel: Use built-in RCU list checkingMadhuparna Bhowmik1-1/+2
2019-09-01netlabel: remove redundant assignment to pointer iterColin Ian King1-1/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner15-225/+15
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-28genetlink: optionally validate strictly/dumpsJohannes Berg4-0/+24
2019-04-28netlink: make validation more configurable for future strictnessJohannes Berg1-16/+20
2019-04-28netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2-8/+14
2019-03-22genetlink: make policy common to familyJohannes Berg4-24/+4
2019-02-28netlabel: fix out-of-bounds memory accessesPaul Moore1-1/+2
2018-09-22netlabel: check for IPV4MASK in addrinfo_getSean Tranchetti1-1/+2
2018-06-19audit: eliminate audit_enabled magic number comparisonRichard Guy Briggs1-1/+1
2018-05-15audit: use inline function to get audit contextRichard Guy Briggs1-1/+1