summaryrefslogtreecommitdiff
path: root/net/netlabel
AgeCommit message (Expand)AuthorFilesLines
2024-01-26calipso: fix memory leak in netlbl_calipso_add_pass()Gavrilov Ilia1-23/+26
2024-01-26netlabel: remove unused parameter in netlbl_netlink_auditinfo()Zheng Yejian5-16/+14
2024-01-26net: netlabel: Fix kerneldoc warningsAndrew Lunn1-0/+1
2023-09-23netlabel: fix shift wrapping bug in netlbl_catmap_setlong()Dmitry Mastykin1-1/+2
2021-09-22net: fix NULL pointer reference in cipso_v4_doi_free王贇1-2/+2
2021-09-22net: cipso: fix warnings in netlbl_cipsov4_add_stdPavel Skripkin1-4/+4
2021-07-20netlabel: 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-03-10netlabel: 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
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-07netlabel: 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
2016-06-09netlabel: handle sparse category maps in netlbl_catmap_getlong()Paul Moore1-5/+4
2016-06-06netlabel: add address family checks to netlbl_{sock,req}_delattr()Paul Moore1-2/+10
2016-04-05netlabel: fix a problem with netlbl_secattr_catmap_setrng()Janak Desai1-1/+1
2016-03-07netlabel: do not initialise statics to NULLWei Tang1-2/+2
2016-03-07netlink: do not initialise statics to 0 or NULLWei Tang1-3/+3
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2-28/+20
2015-02-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-5/+10
2015-02-11cipso: don't use IPCB() to locate the CIPSO IP optionPaul Moore1-5/+10
2015-02-04netlabel: Less function calls in netlbl_mgmt_add_common() after error detectionMarkus Elfring1-25/+24
2015-02-04netlabel: Deletion of an unnecessary check before the function call "cipso_v4...Markus Elfring1-2/+1