summaryrefslogtreecommitdiffstats
path: root/net/netlabel
Commit message (Expand)AuthorAgeFilesLines
* calipso: fix memory leak in netlbl_calipso_add_pass()Gavrilov Ilia2024-01-251-23/+26
* netlabel: remove unused parameter in netlbl_netlink_auditinfo()Zheng Yejian2024-01-255-16/+14
* net: netlabel: Fix kerneldoc warningsAndrew Lunn2024-01-251-0/+1
* netlabel: fix shift wrapping bug in netlbl_catmap_setlong()Dmitry Mastykin2023-09-231-1/+2
* net: fix NULL pointer reference in cipso_v4_doi_free王贇2021-09-221-2/+2
* net: cipso: fix warnings in netlbl_cipsov4_add_stdPavel Skripkin2021-09-221-4/+4
* netlabel: Fix memory leak in netlbl_mgmt_add_commonLiu Shixin2021-07-201-9/+10
* cipso,calipso: resolve a number of problems with the DOI refcountsPaul Moore2021-03-171-0/+3
* netlabel: fix an uninitialized warning in netlbl_unlabel_staticlist()Paul Moore2020-11-241-1/+1
* netlabel: fix our progress tracking in netlbl_unlabel_staticlist()Paul Moore2020-11-241-5/+12
* netlabel: fix problems with mapping removalPaul Moore2020-09-121-29/+30
* netlabel: cope with NULL catmapPaolo Abeni2020-05-201-0/+6
* netlabel: fix out-of-bounds memory accessesPaul Moore2019-03-101-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
* net/netlabel: Add list_next_rcu() in rcu_dereference().Tim Hansen2017-11-181-2/+2
* Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
|/
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-9/+10
* netlabel: add CALIPSO to the list of built-in protocolsPaul Moore2017-01-061-4/+1
* genetlink: mark families as __ro_after_initJohannes Berg2016-10-274-4/+4
* genetlink: statically initialize familiesJohannes Berg2016-10-274-33/+48
* genetlink: no longer support using static family IDsJohannes Berg2016-10-274-4/+0
* netlabel: Implement CALIPSO config functions for SMACK.Huw Davies2016-06-273-0/+212
* calipso: Add a label cache.Huw Davies2016-06-273-5/+60
* netlabel: Pass a family parameter to netlbl_skbuff_err().Huw Davies2016-06-271-3/+8
* calipso: Allow the lsm to label the skbuff directly.Huw Davies2016-06-273-4/+117
* calipso: Allow request sockets to be relabelled by the lsm.Huw Davies2016-06-273-7/+70
* calipso: Set the calipso socket label to match the secattr.Huw Davies2016-06-274-8/+120
* netlabel: Move bitmap manipulation functions to the NetLabel core.Huw Davies2016-06-271-0/+70
* netlabel: Add support for removing a CALIPSO DOI.Huw Davies2016-06-272-0/+101
* netlabel: Add support for creating a CALIPSO protocol domain mapping.Huw Davies2016-06-274-5/+89
* netlabel: Add support for enumerating the CALIPSO DOI list.Huw Davies2016-06-272-0/+120
* netlabel: Add support for querying a CALIPSO DOI.Huw Davies2016-06-272-0/+121
* netlabel: Initial support for the CALIPSO netlink protocol.Huw Davies2016-06-276-1/+322
* netlabel: Add an address family to domain hash entries.Huw Davies2016-06-276-58/+192
* netlabel: Mark rcu pointers with __rcu.Huw Davies2016-06-272-4/+4
* netlabel: handle sparse category maps in netlbl_catmap_getlong()Paul Moore2016-06-091-5/+4
* netlabel: add address family checks to netlbl_{sock,req}_delattr()Paul Moore2016-06-061-2/+10
* netlabel: fix a problem with netlbl_secattr_catmap_setrng()Janak Desai2016-04-051-1/+1
* netlabel: do not initialise statics to NULLWei Tang2016-03-071-2/+2
* netlink: do not initialise statics to 0 or NULLWei Tang2016-03-071-3/+3
* netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2015-03-312-28/+20
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-02-111-5/+10
|\
| * cipso: don't use IPCB() to locate the CIPSO IP optionPaul Moore2015-02-111-5/+10
* | netlabel: Less function calls in netlbl_mgmt_add_common() after error detectionMarkus Elfring2015-02-031-25/+24
* | netlabel: Deletion of an unnecessary check before the function call "cipso_v4...Markus Elfring2015-02-031-2/+1