summaryrefslogtreecommitdiff
path: root/net/netlabel
AgeCommit message (Expand)AuthorFilesLines
2025-06-27calipso: unlock rcu before returning -EAFNOSUPPORTEric Dumazet1-2/+4
2025-06-27calipso: Don't call calipso functions for AF_INET sk.Kuniyuki Iwashima1-0/+3
2024-01-25calipso: fix memory leak in netlbl_calipso_add_pass()Gavrilov Ilia1-23/+26
2024-01-25netlabel: remove unused parameter in netlbl_netlink_auditinfo()Zheng Yejian5-16/+14
2024-01-25net: netlabel: Fix kerneldoc warningsAndrew Lunn1-0/+1
2023-09-23netlabel: fix shift wrapping bug in netlbl_catmap_setlong()Dmitry Mastykin1-1/+2
2022-04-15netlabel: fix out-of-bounds memory accessesWang Yufen1-0/+2
2021-09-22net: fix NULL pointer reference in cipso_v4_doi_free王贇1-2/+2
2021-09-15net: cipso: fix warnings in netlbl_cipsov4_add_stdPavel Skripkin1-4/+4
2021-07-14netlabel: Fix memory leak in netlbl_mgmt_add_commonLiu Shixin1-9/+10
2021-03-17cipso,calipso: resolve a number of problems with the DOI refcountsPaul Moore1-0/+3
2020-11-24netlabel: fix an uninitialized warning in netlbl_unlabel_staticlist()Paul Moore1-1/+1
2020-11-24netlabel: fix our progress tracking in netlbl_unlabel_staticlist()Paul Moore1-5/+12
2020-09-12netlabel: fix problems with mapping removalPaul Moore1-29/+30
2020-05-20netlabel: cope with NULL catmapPaolo Abeni1-0/+6
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-27genetlink: optionally validate strictly/dumpsJohannes Berg4-0/+24
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-16/+20
2019-04-27netlink: 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-27netlabel: fix out-of-bounds memory accessesPaul Moore1-1/+2
2018-09-21netlabel: check for IPV4MASK in addrinfo_getSean Tranchetti1-1/+2
2018-06-19audit: eliminate audit_enabled magic number comparisonRichard Guy Briggs1-1/+1
2018-05-14audit: use inline function to get audit contextRichard Guy Briggs1-1/+1
2018-02-14netlabel: If PF_INET6, check sk_buff ip header versionRichard Haines1-0/+10
2017-11-18net/netlabel: Add list_next_rcu() in rcu_dereference().Tim Hansen1-2/+2
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland1-1/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-9/+10
2017-01-06netlabel: add CALIPSO to the list of built-in protocolsPaul Moore1-4/+1
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg4-4/+4
2016-10-27genetlink: statically initialize familiesJohannes Berg4-33/+48
2016-10-27genetlink: no longer support using static family IDsJohannes Berg4-4/+0
2016-06-27netlabel: Implement CALIPSO config functions for SMACK.Huw Davies3-0/+212
2016-06-27calipso: Add a label cache.Huw Davies3-5/+60
2016-06-27netlabel: Pass a family parameter to netlbl_skbuff_err().Huw Davies1-3/+8
2016-06-27calipso: Allow the lsm to label the skbuff directly.Huw Davies3-4/+117
2016-06-27calipso: Allow request sockets to be relabelled by the lsm.Huw Davies3-7/+70
2016-06-27calipso: Set the calipso socket label to match the secattr.Huw Davies4-8/+120
2016-06-27netlabel: Move bitmap manipulation functions to the NetLabel core.Huw Davies1-0/+70
2016-06-27netlabel: Add support for removing a CALIPSO DOI.Huw Davies2-0/+101
2016-06-27netlabel: Add support for creating a CALIPSO protocol domain mapping.Huw Davies4-5/+89
2016-06-27netlabel: Add support for enumerating the CALIPSO DOI list.Huw Davies2-0/+120
2016-06-27netlabel: Add support for querying a CALIPSO DOI.Huw Davies2-0/+121
2016-06-27netlabel: Initial support for the CALIPSO netlink protocol.Huw Davies6-1/+322
2016-06-27netlabel: Add an address family to domain hash entries.Huw Davies6-58/+192
2016-06-27netlabel: Mark rcu pointers with __rcu.Huw Davies2-4/+4