<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/iavf/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /freebsd/sys/modules/iavf/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>031beb4e239bfce798af17f5fe8dba8bcaf13d99 - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/iavf/Makefile#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/sys/modules/iavf/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:54:58 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ca853dee3b8f26f53d48d685f32ec0b8396369e8 - iavf(4): Split source and update to 3.0.26-k</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/iavf/Makefile#ca853dee3b8f26f53d48d685f32ec0b8396369e8</link>
        <description>iavf(4): Split source and update to 3.0.26-kThe iavf(4) driver now uses a different source base from ixl(4), sinceit will be the standard VF driver for new Intel Ethernet products goingforward, including ice(4). It continues to use the iflib frameworkfor network drivers.Since it now uses a different source code base, this commit adds a newsys/dev/iavf entry, but it re-uses the existing module name so noconfiguration changes are necessary.Signed-off-by: Eric Joyner &lt;erj@FreeBSD.org&gt;Reviewed by:		kbowling@Tested by:		lukasz.szczepaniak@intel.comSponsored by:		Intel CorporationDifferential Revision:	https://reviews.freebsd.org/D28636

            List of files:
            /freebsd/sys/modules/iavf/Makefile</description>
        <pubDate>Fri, 12 Feb 2021 22:28:18 +0100</pubDate>
        <dc:creator>Eric Joyner &lt;erj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7648bc9fee8dec6cb3c4941e0165a930fbe8dcb0 - MFHead @347527</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/iavf/Makefile#7648bc9fee8dec6cb3c4941e0165a930fbe8dcb0</link>
        <description>MFHead @347527Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/sys/modules/iavf/Makefile</description>
        <pubDate>Mon, 13 May 2019 20:25:55 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>43d1e6ee299ad4e143d90d3ad374d1c24bd3306f - Use symlinks for kernel modules rather than hardlinks</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/iavf/Makefile#43d1e6ee299ad4e143d90d3ad374d1c24bd3306f</link>
        <description>Use symlinks for kernel modules rather than hardlinksWhen aliasing a kernel module to a different name (ie if_igb for if_em),it&apos;s better to use symlinks than hard links. kldxref will omit entries forthe links, ensuring that the loaded module has the correct name.Reviewed by:	impMFC after:	2 weeksSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D19979

            List of files:
            /freebsd/sys/modules/iavf/Makefile</description>
        <pubDate>Sat, 20 Apr 2019 14:51:05 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>67350cb56a69468c118bd4ccf6e361b7ebfa9eb4 - Merge ^/head r340918 through r341763.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/iavf/Makefile#67350cb56a69468c118bd4ccf6e361b7ebfa9eb4</link>
        <description>Merge ^/head r340918 through r341763.

            List of files:
            /freebsd/sys/modules/iavf/Makefile</description>
        <pubDate>Sun, 09 Dec 2018 12:39:45 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b34bb3bf03d3d5c4b8a9778e9de8ee2e8bac5ed4 - - Add a belated UPDATING entry for the ixlv(4) -&gt; iavf(4) rename in r339338.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/iavf/Makefile#b34bb3bf03d3d5c4b8a9778e9de8ee2e8bac5ed4</link>
        <description>- Add a belated UPDATING entry for the ixlv(4) -&gt; iavf(4) rename in r339338.- Likewise, add ixlv.4.gz to OLD_FILES,- and link if_ixlv.ko to if_iavf.ko in order to aid a bit in the transition.

            List of files:
            /freebsd/sys/modules/iavf/Makefile</description>
        <pubDate>Tue, 27 Nov 2018 13:11:16 +0100</pubDate>
        <dc:creator>Marius Strobl &lt;marius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6879c6c14eedbd060ba588a3129a6c60ebbe783 - Merge ^/head r339015 through r339669.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/iavf/Makefile#c6879c6c14eedbd060ba588a3129a6c60ebbe783</link>
        <description>Merge ^/head r339015 through r339669.

            List of files:
            /freebsd/sys/modules/iavf/Makefile</description>
        <pubDate>Tue, 23 Oct 2018 23:09:37 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3f74c0272eaf1a4455c94db9fc2f5ed812d04020 - iavf(4): Finish rename/rebrand internally</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/iavf/Makefile#3f74c0272eaf1a4455c94db9fc2f5ed812d04020</link>
        <description>iavf(4): Finish rename/rebrand internallyRename functions and variables from ixlv to iavf to match theuser-facing name change. There shouldn&apos;t be any functional changeswith this change, but this may help with browsing the source codeand reducing diffs in the future.Submitted by:   kbowling@Reviewed by:    erj@, sbruno@Approved by:	re (gjb@)Differential Revision:  https://reviews.freebsd.org/D17544

            List of files:
            /freebsd/sys/modules/iavf/Makefile</description>
        <pubDate>Mon, 15 Oct 2018 19:23:41 +0200</pubDate>
        <dc:creator>Eric Joyner &lt;erj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>77c1fcec914bae1232762ca0b0462abd6957ff26 - ixl/iavf(4): Change ixlv to iavf and update it to use iflib(9)</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/iavf/Makefile#77c1fcec914bae1232762ca0b0462abd6957ff26</link>
        <description>ixl/iavf(4): Change ixlv to iavf and update it to use iflib(9)Finishes the conversion of the 40Gb Intel Ethernet drivers to iflib(9) forFreeBSD 12.0, and fixes numerous bugs in both ixl(4) and iavf(4).This commit also re-adds the VF driver to GENERIC since it now compiles andfunctions.The VF driver name was changed from ixlv(4) to iavf(4) because the VF driver isnow intended to be used with future products, not just with Fortville/Fort ParkVFs.A man page update that documents these drivers is forthcoming in a separatecommit.Reviewed by:    sbruno@, kbowling@Tested by:      jeffrey.e.pieper@intel.comApproved by:	re (gjb@)Relnotes:       yesSponsored by:   Intel CorporationDifferential Revision: https://reviews.freebsd.org/D16429

            List of files:
            /freebsd/sys/modules/iavf/Makefile</description>
        <pubDate>Sat, 13 Oct 2018 00:40:54 +0200</pubDate>
        <dc:creator>Eric Joyner &lt;erj@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
