summaryrefslogtreecommitdiff
path: root/net/netlabel
AgeCommit message (Expand)Author
2023-12-07calipso: fix memory leak in netlbl_calipso_add_pass()Gavrilov Ilia
2023-08-02netlabel: Remove unused declaration netlbl_cipsov4_doi_free()Yue Haibing
2023-06-20netlabel: Reorder fields in 'struct netlbl_domaddr6_map'Christophe JAILLET
2023-06-10netlabel: fix shift wrapping bug in netlbl_catmap_setlong()Dmitry Mastykin
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski
2022-08-10netlabel: fix typo in commentTopi Miettinen
2022-03-21netlabel: fix out-of-bounds memory accessesWang Yufen
2021-11-22lsm: security_task_getsecid_subj() -> security_current_getsecid_subj()Paul Moore
2021-08-30net: fix NULL pointer reference in cipso_v4_doi_free王贇
2021-08-05net: Remove redundant if statementsYajun Deng
2021-07-27net: cipso: fix warnings in netlbl_cipsov4_add_stdPavel Skripkin
2021-06-15netlabel: Fix memory leak in netlbl_mgmt_add_commonLiu Shixin
2021-06-07netlabel: Fix spelling mistakesZheng Yongjun
2021-05-19netlabel: remove unused parameter in netlbl_netlink_auditinfo()Zheng Yejian
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-04-27Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-03-28netlabel: Correct function name netlbl_mgmt_add() in the kerneldoc commentsXiongfeng Wang
2021-03-22lsm: separate security_task_getsecid() into subjective and objective variantsPaul Moore
2021-03-04cipso,calipso: resolve a number of problems with the DOI refcountsPaul Moore
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel
2020-11-14netlabel: fix an uninitialized warning in netlbl_unlabel_staticlist()Paul Moore
2020-11-12Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-10netlabel: fix our progress tracking in netlbl_unlabel_staticlist()Paul Moore
2020-10-30net: netlabel: Fix kerneldoc warningsAndrew Lunn
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski
2020-09-08netlabel: Fix some kernel-doc warningsWang Hai
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-08-28netlabel: remove unused param from audit_log_format()Alex Dewar
2020-08-24netlabel: fix problems with mapping removalPaul Moore
2020-07-13net: netlabel: kerneldoc fixesAndrew Lunn
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-05-12netlabel: cope with NULL catmapPaolo Abeni
2020-04-22netlabel: Kconfig: Update reference for NetLabel Tools projectSalvatore Bonaccorso
2020-02-18netlabel_domainhash.c: Use built-in RCU list checkingMadhuparna Bhowmik
2020-02-18net: netlabel: Use built-in RCU list checkingMadhuparna Bhowmik
2019-09-01netlabel: remove redundant assignment to pointer iterColin Ian King
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-03-22genetlink: make policy common to familyJohannes Berg
2019-02-27netlabel: fix out-of-bounds memory accessesPaul Moore
2018-09-21netlabel: check for IPV4MASK in addrinfo_getSean Tranchetti
2018-06-19audit: eliminate audit_enabled magic number comparisonRichard Guy Briggs
2018-05-14audit: use inline function to get audit contextRichard Guy Briggs
2018-02-14netlabel: If PF_INET6, check sk_buff ip header versionRichard Haines
2017-11-18net/netlabel: Add list_next_rcu() in rcu_dereference().Tim Hansen
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar