<?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>a2fe35df - net: intel: Use *-y instead of *-objs in Makefile</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/intel/ixgbevf/Makefile#a2fe35df</link>
        <description>net: intel: Use *-y instead of *-objs in Makefile*-objs suffix is reserved rather for (user-space) host programs whileusually *-y suffix is used for kernel drivers (although *-objs worksfor that purpose for now).Let&apos;s correct the old usages of *-objs in Makefiles.Reviewed-by: Aleksandr Loktionov &lt;aleksandr.loktionov@intel.com&gt;Reviewed-by: Alexander Lobakin &lt;aleksander.lobakin@intel.com&gt;Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Reviewed-by: Jacob Keller &lt;jacob.e.keller@intel.com&gt;Tested-by: Pucha Himasekhar Reddy &lt;himasekharx.reddy.pucha@intel.com&gt;Signed-off-by: Jacob Keller &lt;jacob.e.keller@intel.com&gt;Link: https://lore.kernel.org/r/20240607-next-2024-06-03-intel-next-batch-v3-1-d1470cee3347@intel.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/intel/ixgbevf/Makefile</description>
        <pubDate>Fri, 07 Jun 2024 21:22:32 +0000</pubDate>
        <dc:creator>Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>48e01e00 - ixgbe/ixgbevf: fix XFRM_ALGO dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/intel/ixgbevf/Makefile#48e01e00</link>
        <description>ixgbe/ixgbevf: fix XFRM_ALGO dependencyBased on the original work from Arnd Bergmann.When XFRM_ALGO is not enabled, the new ixgbe IPsec code produces alink error:drivers/net/ethernet/intel/ixgbe/ixgbe_ipsec.o: In function `ixgbe_ipsec_vf_add_sa&apos;:ixgbe_ipsec.c:(.text+0x1266): undefined reference to `xfrm_aead_get_byname&apos;Simply selecting XFRM_ALGO from here causes circular dependencies, soto fix it, we probably want this slightly more complex solution that issimilar to what other drivers with XFRM offload do:A separate Kconfig symbol now controls whether we include the IPsecoffload code. To keep the old behavior, this is left as &apos;default y&apos;. Thedependency in XFRM_OFFLOAD still causes a circular dependency but isnot actually needed because this symbol is not user visible, so removingthat dependency on top makes it all work.CC: Arnd Bergmann &lt;arnd@arndb.de&gt;CC: Shannon Nelson &lt;shannon.nelson@oracle.com&gt;Fixes: eda0333ac293 (&quot;ixgbe: add VF IPsec management&quot;)Signed-off-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;Tested-by: Andrew Bowers &lt;andrewx.bowers@intel.com&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/intel/ixgbevf/Makefile</description>
        <pubDate>Thu, 18 Oct 2018 22:39:43 +0000</pubDate>
        <dc:creator>Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>0062e7cc - ixgbevf: add VF IPsec offload code</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/intel/ixgbevf/Makefile#0062e7cc</link>
        <description>ixgbevf: add VF IPsec offload codeAdd the IPsec offload support code.  This is based off of the similarcode in ixgbe, but instead of writing the SA registers, the VF asksthe PF to setup the offload by sending the offload information to thePF via the standard mailbox.Signed-off-by: Shannon Nelson &lt;shannon.nelson@oracle.com&gt;Tested-by: Andrew Bowers &lt;andrewx.bowers@intel.com&gt;Signed-off-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/intel/ixgbevf/Makefile</description>
        <pubDate>Mon, 13 Aug 2018 18:43:44 +0000</pubDate>
        <dc:creator>Shannon Nelson &lt;shannon.nelson@oracle.com&gt;</dc:creator>
    </item>
<item>
        <title>51dce24b - net: intel: Cleanup the copyright/license headers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/intel/ixgbevf/Makefile#51dce24b</link>
        <description>net: intel: Cleanup the copyright/license headersAfter many years of having a ~30 line copyright and license header to oursource files, we are finally able to reduce that to one line with theadvent of the SPDX identifier.Also caught a few files missing the SPDX license identifier, so fixedthem up.Signed-off-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;Acked-by: Shannon Nelson &lt;shannon.nelson@oracle.com&gt;Acked-by: Richard Cochran &lt;richardcochran@gmail.com&gt;Tested-by: Andrew Bowers &lt;andrewx.bowers@intel.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/intel/ixgbevf/Makefile</description>
        <pubDate>Thu, 26 Apr 2018 15:08:09 +0000</pubDate>
        <dc:creator>Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ae06c70b - intel: add SPDX identifiers to all the Intel drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/intel/ixgbevf/Makefile#ae06c70b</link>
        <description>intel: add SPDX identifiers to all the Intel driversAdd the SPDX identifiers to all the Intel wired LAN driver files, asoutlined in Documentation/process/license-rules.rst.Signed-off-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;Tested-by: Aaron Brown &lt;aaron.f.brown@intel.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/intel/ixgbevf/Makefile</description>
        <pubDate>Thu, 22 Mar 2018 17:08:48 +0000</pubDate>
        <dc:creator>Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>5c47a2b6 - ixgbevf: Update copyright notices</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/intel/ixgbevf/Makefile#5c47a2b6</link>
        <description>ixgbevf: Update copyright noticesSigned-off-by: Greg Rose &lt;gregory.v.rose@intel.com&gt;Tested-by: Robert E Garrett &lt;robertX.e.garrett@intel.com&gt;Signed-off-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/intel/ixgbevf/Makefile</description>
        <pubDate>Fri, 06 Jan 2012 02:53:30 +0000</pubDate>
        <dc:creator>Greg Rose &lt;gregory.v.rose@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>dee1ad47 - intel: Move the Intel wired LAN drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/intel/ixgbevf/Makefile#dee1ad47</link>
        <description>intel: Move the Intel wired LAN driversMoves the Intel wired LAN drivers into drivers/net/ethernet/intel/ andthe necessary Kconfig and Makefile changes.Signed-off-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/intel/ixgbevf/Makefile</description>
        <pubDate>Thu, 07 Apr 2011 14:42:33 +0000</pubDate>
        <dc:creator>Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
