<?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>80f6ccf9 - igb: Introduce XSK data structures and helpers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/intel/igb/Makefile#80f6ccf9</link>
        <description>igb: Introduce XSK data structures and helpersAdd the following ring flag:- IGB_RING_FLAG_TX_DISABLED (when xsk pool is being setup)Add a xdp_buff array for use with XSK receive batch API, and a pointerto xsk_pool in igb_adapter.Add enable/disable functions for TX and RX rings.Add enable/disable functions for XSK pool.Add xsk wakeup function.None of the above functionality will be active untilNETDEV_XDP_ACT_XSK_ZEROCOPY is advertised in netdev-&gt;xdp_features.Signed-off-by: Sriram Yagnaraman &lt;sriram.yagnaraman@est.tech&gt;[Kurt: Add READ/WRITE_ONCE(), synchronize_net(),       remove IGB_RING_FLAG_AF_XDP_ZC]Signed-off-by: Kurt Kanzenbach &lt;kurt@linutronix.de&gt;Reviewed-by: Maciej Fijalkowski &lt;maciej.fijalkowski@intel.com&gt;Tested-by: George Kuruvinakunnel &lt;george.kuruvinakunnel@intel.com&gt;Signed-off-by: Tony Nguyen &lt;anthony.l.nguyen@intel.com&gt;Link: https://patch.msgid.link/20250106221929.956999-4-anthony.l.nguyen@intel.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/intel/igb/Makefile</description>
        <pubDate>Mon, 06 Jan 2025 22:19:11 +0000</pubDate>
        <dc:creator>Sriram Yagnaraman &lt;sriram.yagnaraman@est.tech&gt;</dc:creator>
    </item>
<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/igb/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/igb/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>51dce24b - net: intel: Cleanup the copyright/license headers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/intel/igb/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/igb/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/igb/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/igb/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>74cfb2e1 - igb: Update license text to remove FSF address and update copyright.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/intel/igb/Makefile#74cfb2e1</link>
        <description>igb: Update license text to remove FSF address and update copyright.This patch updates the license text to remove address of Free SoftwareFoundation and refer  users to www.gnu.org instead. This patch also updatesthe copyright dates in appropriate igb driver files.Signed-off-by: Carolyn Wyborny &lt;carolyn.wyborny@intel.com&gt;Signed-off-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/igb/Makefile</description>
        <pubDate>Wed, 26 Feb 2014 01:58:57 +0000</pubDate>
        <dc:creator>Carolyn Wyborny &lt;carolyn.wyborny@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>4b9ea462 - igb: Copyright string update to year 2013</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/intel/igb/Makefile#4b9ea462</link>
        <description>igb: Copyright string update to year 2013This patch updates Copyright year to 2013v2: Changed Copyright year on MakefileSigned-off-by: Akeem G. Abodunrin &lt;akeem.g.abodunrin@intel.com&gt;Tested-by: Aaron Brown &lt;aaron.f.brown@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/igb/Makefile</description>
        <pubDate>Tue, 08 Jan 2013 18:31:12 +0000</pubDate>
        <dc:creator>Akeem G. Abodunrin &lt;akeem.g.abodunrin@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>e428893b - igb: Enable hwmon data output for thermal sensors via I2C.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/intel/igb/Makefile#e428893b</link>
        <description>igb: Enable hwmon data output for thermal sensors via I2C.Some of our adapters have internal sensors that report thermal data.  Thispatch enables reporting of that data via sysfs.Signed-off-by: Carolyn Wyborny &lt;carolyn.wyborny@intel.com&gt;Tested-by: Jeff Pieper &lt;jeffrey.e.pieper@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/igb/Makefile</description>
        <pubDate>Fri, 07 Dec 2012 03:01:42 +0000</pubDate>
        <dc:creator>Carolyn Wyborny &lt;carolyn.wyborny@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>a24006ed - ptp: Enable clock drivers along with associated net/PHY drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/intel/igb/Makefile#a24006ed</link>
        <description>ptp: Enable clock drivers along with associated net/PHY driversWhere a PTP clock driver is associated with a net or PHY driver, itshould be enabled automatically whenever that driver is enabled.Therefore:- Make PTP clock drivers select rather than depending on PTP_1588_CLOCK- Remove separate boolean options for PTP clock drivers that are built  as part of net driver modules.  (This also fixes cases where the PTP  subsystem is wrongly forced to be built-in.)- Set &apos;default y&apos; for PTP clock drivers that depend on specific net  drivers but are built separatelySigned-off-by: Ben Hutchings &lt;bhutchings@solarflare.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/intel/igb/Makefile</description>
        <pubDate>Wed, 31 Oct 2012 15:33:52 +0000</pubDate>
        <dc:creator>Ben Hutchings &lt;bhutchings@solarflare.com&gt;</dc:creator>
    </item>
<item>
        <title>f96a8a0b - igb: Add Support for new i210/i211 devices.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/intel/igb/Makefile#f96a8a0b</link>
        <description>igb: Add Support for new i210/i211 devices.This patch adds new initialization functions and device supportfor i210 and i211 devices.Signed-off-by: Carolyn Wyborny &lt;carolyn.wyborny@intel.com&gt;Tested-by: Jeff Pieper &lt;jeffrey.e.pieper@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/igb/Makefile</description>
        <pubDate>Fri, 06 Apr 2012 23:25:19 +0000</pubDate>
        <dc:creator>Carolyn Wyborny &lt;carolyn.wyborny@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>7ebae817 - igb: offer a PTP Hardware Clock instead of the timecompare method</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/intel/igb/Makefile#7ebae817</link>
        <description>igb: offer a PTP Hardware Clock instead of the timecompare methodThis commit removes the legacy timecompare code from the igb driver andoffers a tunable PHC instead.Signed-off-by: Richard Cochran &lt;richardcochran@gmail.com&gt;Tested-by: Aaron Brown &lt;aaron.f.brown@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/igb/Makefile</description>
        <pubDate>Fri, 16 Mar 2012 10:55:37 +0000</pubDate>
        <dc:creator>Richard Cochran &lt;richardcochran@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6e861326 - igb: Update Copyright on all Intel copyrighted files.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/intel/igb/Makefile#6e861326</link>
        <description>igb: Update Copyright on all Intel copyrighted files.Signed-off-by: Carolyn Wyborny &lt;carolyn.wyborny@intel.com&gt;Tested-by: Aaron Brown &lt;aaron.f.brown@intel.com&gt;Signed-off-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/intel/igb/Makefile</description>
        <pubDate>Wed, 18 Jan 2012 22:13:27 +0000</pubDate>
        <dc:creator>Carolyn Wyborny &lt;carolyn.wyborny@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/igb/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/igb/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>
