summaryrefslogtreecommitdiffstats
path: root/net/netlabel
Commit message (Expand)AuthorAgeFilesLines
* netlabel: remove impossible return value in netlbl_bitmap_walkZhengchao Shao2024-02-281-1/+1
* netlabel: cleanup struct netlbl_lsm_catmapGeorge Guo2024-02-071-4/+4
* calipso: fix memory leak in netlbl_calipso_add_pass()Gavrilov Ilia2023-12-071-23/+26
* netlabel: Remove unused declaration netlbl_cipsov4_doi_free()Yue Haibing2023-08-021-3/+0
* netlabel: Reorder fields in 'struct netlbl_domaddr6_map'Christophe JAILLET2023-06-201-1/+1
* netlabel: fix shift wrapping bug in netlbl_catmap_setlong()Dmitry Mastykin2023-06-101-1/+2
* genetlink: start to validate reserved header bytesJakub Kicinski2022-08-294-0/+4
* netlabel: fix typo in commentTopi Miettinen2022-08-101-1/+1
* netlabel: fix out-of-bounds memory accessesWang Yufen2022-03-211-0/+2
* lsm: security_task_getsecid_subj() -> security_current_getsecid_subj()Paul Moore2021-11-222-2/+2
* 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