<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>4892298c - IB/opa_vnic: Rebranding of OPA VNIC driver to Cornelis Networks</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/infiniband/ulp/opa_vnic/Makefile#4892298c</link>
        <description>IB/opa_vnic: Rebranding of OPA VNIC driver to Cornelis NetworksChanges instances of Intel to Cornelis in identifying stringsLink: https://lore.kernel.org/r/20211028124611.26694.71239.stgit@awfm-01.cornelisnetworks.comSigned-off-by: Scott Breyer &lt;scott.breyer@cornelisnetworks.com&gt;Signed-off-by: Dennis Dalessandro &lt;dennis.dalessandro@cornelisnetworks.com&gt;Signed-off-by: Jason Gunthorpe &lt;jgg@nvidia.com&gt;

            List of files:
            /linux-6.15/drivers/infiniband/ulp/opa_vnic/Makefile</description>
        <pubDate>Thu, 28 Oct 2021 12:46:11 +0000</pubDate>
        <dc:creator>Scott Breyer &lt;scott.breyer@cornelisnetworks.com&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/infiniband/ulp/opa_vnic/Makefile#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/infiniband/ulp/opa_vnic/Makefile</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>1bd671ab - IB/opa-vnic: VNIC Ethernet Management Agent (VEMA) function</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/infiniband/ulp/opa_vnic/Makefile#1bd671ab</link>
        <description>IB/opa-vnic: VNIC Ethernet Management Agent (VEMA) functionOPA VEMA function interfaces with the Infiniband MAD stack to exchange themanagement information packets with the Ethernet Manager (EM).It interfaces with the OPA VNIC netdev function to SET/GET the managementinformation. The information exchanged with the EM includes class portdetails, encapsulation configuration, various counters, unicast andmulticast MAC list and the MAC table. It also supports sending trapsto the EM.Reviewed-by: Dennis Dalessandro &lt;dennis.dalessandro@intel.com&gt;Reviewed-by: Ira Weiny &lt;ira.weiny@intel.com&gt;Signed-off-by: Sadanand Warrier &lt;sadanand.warrier@intel.com&gt;Signed-off-by: Niranjana Vishwanathapura &lt;niranjana.vishwanathapura@intel.com&gt;Signed-off-by: Sudeep Dutt &lt;sudeep.dutt@intel.com&gt;Signed-off-by: Doug Ledford &lt;dledford@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/infiniband/ulp/opa_vnic/Makefile</description>
        <pubDate>Thu, 13 Apr 2017 03:29:27 +0000</pubDate>
        <dc:creator>Vishwanathapura, Niranjana &lt;niranjana.vishwanathapura@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>cfd34f8e - IB/opa-vnic: VNIC Ethernet Management Agent (VEMA) interface</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/infiniband/ulp/opa_vnic/Makefile#cfd34f8e</link>
        <description>IB/opa-vnic: VNIC Ethernet Management Agent (VEMA) interfaceOPA VNIC EMA interface functions are the management interfaces to the OPAVNIC netdev. Add support to add and remove VNIC ports. Implement therequired GET/SET management interface functions and processing of newmanagement information. Add support to send trap notifications upon variousevents like interface status change, unicast/multicast mac list update andmac address change.Reviewed-by: Dennis Dalessandro &lt;dennis.dalessandro@intel.com&gt;Reviewed-by: Ira Weiny &lt;ira.weiny@intel.com&gt;Signed-off-by: Niranjana Vishwanathapura &lt;niranjana.vishwanathapura@intel.com&gt;Signed-off-by: Sadanand Warrier &lt;sadanand.warrier@intel.com&gt;Signed-off-by: Doug Ledford &lt;dledford@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/infiniband/ulp/opa_vnic/Makefile</description>
        <pubDate>Thu, 13 Apr 2017 03:29:26 +0000</pubDate>
        <dc:creator>Vishwanathapura, Niranjana &lt;niranjana.vishwanathapura@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>7d6f728c - IB/opa-vnic: Virtual Network Interface Controller (VNIC) netdev</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/infiniband/ulp/opa_vnic/Makefile#7d6f728c</link>
        <description>IB/opa-vnic: Virtual Network Interface Controller (VNIC) netdevOPA VNIC netdev function supports Ethernet functionality over Omni-Pathfabric by encapsulating Ethernet packets inside Omni-Path packet header.It allocates a rdma netdev device and interfaces with the network stack toprovide standard Ethernet network interfaces. It overrides HFI1 device&apos;snetdev operations where it is required.Reviewed-by: Dennis Dalessandro &lt;dennis.dalessandro@intel.com&gt;Reviewed-by: Ira Weiny &lt;ira.weiny@intel.com&gt;Signed-off-by: Niranjana Vishwanathapura &lt;niranjana.vishwanathapura@intel.com&gt;Signed-off-by: Sadanand Warrier &lt;sadanand.warrier@intel.com&gt;Signed-off-by: Sudeep Dutt &lt;sudeep.dutt@intel.com&gt;Signed-off-by: Andrzej Kacprowski &lt;andrzej.kacprowski@intel.com&gt;Signed-off-by: Doug Ledford &lt;dledford@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/infiniband/ulp/opa_vnic/Makefile</description>
        <pubDate>Thu, 13 Apr 2017 03:29:22 +0000</pubDate>
        <dc:creator>Vishwanathapura, Niranjana &lt;niranjana.vishwanathapura@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
