<?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/igc/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/igc/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>ea578703 - igc: Add support for LEDs on i225/i226</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/intel/igc/Makefile#ea578703</link>
        <description>igc: Add support for LEDs on i225/i226Add support for LEDs on i225/i226. The LEDs can be controlled via sysfsfrom user space using the netdev trigger. The LEDs are named asigc-&lt;bus&gt;&lt;device&gt;-&lt;led&gt; to be easily identified.Offloading link speed and activity are supported. Other modes are simulatedin software by using on/off. Tested on Intel i225.Signed-off-by: Kurt Kanzenbach &lt;kurt@linutronix.de&gt;Reviewed-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Tested-by: Naama Meir &lt;naamax.meir@linux.intel.com&gt;Signed-off-by: Tony Nguyen &lt;anthony.l.nguyen@intel.com&gt;Link: https://lore.kernel.org/r/20240213184138.1483968-1-anthony.l.nguyen@intel.comSigned-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/intel/igc/Makefile</description>
        <pubDate>Tue, 13 Feb 2024 18:41:37 +0000</pubDate>
        <dc:creator>Kurt Kanzenbach &lt;kurt@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>26575105 - igc: Add initial XDP support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/intel/igc/Makefile#26575105</link>
        <description>igc: Add initial XDP supportAdd the initial XDP support to the igc driver. For now, only XDP_PASS,XDP_DROP, XDP_ABORTED actions are supported. Upcoming patches will addsupport for the remaining XDP actions.XDP configuration helpers are defined in a new file, igc_xdp.c. Thesehelpers are utilized in igc_main.c to implement the ndo_bpf callback.XDP-related code that belongs to the driver&apos;s hot path is landed inigc_main.c.By default, the driver uses Rx buffers with 2 KB size. When XDP isenabled, it uses larger buffers so we have enough space to accommodatethe headroom and tailroom required by XDP infrastructure. Also, thedriver doesn&apos;t support XDP functionality with frames that span overmultiple buffers so jumbo frames are not allowed for now.The approach implemented follows the approach implemented in other Inteldrivers as much as possible for the sake of consistency across thedrivers.Quick comment regarding igc_build_skb(): this patch doesn&apos;t touch itbecause the function is never called. It seems its support isincomplete/in progress. The function was added by commit 0507ef8a0372b(&quot;igc: Add transmit and receive fastpath and interrupt handlers&quot;) butring_uses_build_skb() always return False since the IGC_RING_FLAG_RX_BUILD_SKB_ENABLED isn&apos;t set anywhere in the driver code.This patch has been tested with the sample app &quot;xdp1&quot; located insamples/bpf/ dir.Signed-off-by: Andre Guedes &lt;andre.guedes@intel.com&gt;Signed-off-by: Vedang Patel &lt;vedang.patel@intel.com&gt;Signed-off-by: Jithu Joseph &lt;jithu.joseph@intel.com&gt;Reviewed-by: Maciej Fijalkowski &lt;maciej.fijalkowski@intel.com&gt;Tested-by: Dvora Fuxbrumer &lt;dvorax.fuxbrumer@linux.intel.com&gt;Signed-off-by: Tony Nguyen &lt;anthony.l.nguyen@intel.com&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/intel/igc/Makefile</description>
        <pubDate>Wed, 10 Mar 2021 07:13:20 +0000</pubDate>
        <dc:creator>Andre Guedes &lt;andre.guedes@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>f026d8ca - igc: add support to eeprom, registers and link self-tests</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/intel/igc/Makefile#f026d8ca</link>
        <description>igc: add support to eeprom, registers and link self-testsIntroduced igc_diag.c and igc_diag.h, these files have thediagnostics functionality of igc driver. For the time beingthese files are being used by ethtool self-test callbacks.Which mean that eeprom, registers and link self-tests forethtool were implemented.Signed-off-by: Vitaly Lifshits &lt;vitaly.lifshits@intel.com&gt;Reported-by: kbuild test robot &lt;lkp@intel.com&gt;Reported-by: Dan Carpenter &lt;dan.carpenter@oracle.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/igc/Makefile</description>
        <pubDate>Tue, 05 May 2020 14:06:38 +0000</pubDate>
        <dc:creator>Vitaly Lifshits &lt;vitaly.lifshits@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ec50a9d4 - igc: Add support for taprio offloading</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/intel/igc/Makefile#ec50a9d4</link>
        <description>igc: Add support for taprio offloadingAdds support for translating taprio schedules into i225 cycles. Thiswill allow schedules to run in the hardware, making the schedulesenforcement more precise and saving CPU time.Right now, the only simple schedules are allowed, complex schedules arerejected. &quot;simple&quot; in this context are schedules that each HW queue isopened and closed only once in each cycle.Changing schedules is still not supported as well.Signed-off-by: Vinicius Costa Gomes &lt;vinicius.gomes@intel.com&gt;Reviewed-by: Andre Guedes &lt;andre.guedes@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/igc/Makefile</description>
        <pubDate>Fri, 14 Feb 2020 23:52:02 +0000</pubDate>
        <dc:creator>Vinicius Costa Gomes &lt;vinicius.gomes@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>9c384ee3 - igc: Add dump options</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/intel/igc/Makefile#9c384ee3</link>
        <description>igc: Add dump optionsPlaceholder for debugging functionality.In this patch, we add some registers and rings summary dumps.Signed-off-by: Sasha Neftin &lt;sasha.neftin@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/igc/Makefile</description>
        <pubDate>Tue, 14 Jan 2020 07:55:54 +0000</pubDate>
        <dc:creator>Sasha Neftin &lt;sasha.neftin@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>5f295805 - igc: Add basic skeleton for PTP</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/intel/igc/Makefile#5f295805</link>
        <description>igc: Add basic skeleton for PTPThis allows the creation of the /dev/ptpX device for i225, and readingand writing the time.Signed-off-by: Vinicius Costa Gomes &lt;vinicius.gomes@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/igc/Makefile</description>
        <pubDate>Mon, 02 Dec 2019 23:19:49 +0000</pubDate>
        <dc:creator>Vinicius Costa Gomes &lt;vinicius.gomes@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>8c5ad0da - igc: Add ethtool support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/intel/igc/Makefile#8c5ad0da</link>
        <description>igc: Add ethtool supportThis patch adds basic ethtool support to the device to allowfor configuration.Signed-off-by: Sasha Neftin &lt;sasha.neftin@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/igc/Makefile</description>
        <pubDate>Wed, 30 Jan 2019 17:13:14 +0000</pubDate>
        <dc:creator>Sasha Neftin &lt;sasha.neftin@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>5586838f - igc: Add code for PHY support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/intel/igc/Makefile#5586838f</link>
        <description>igc: Add code for PHY supportAdd PHY&apos;s ID supportAdd support for initialization, acquire and release of PHYEnable register accessSigned-off-by: Sasha Neftin &lt;sasha.neftin@intel.com&gt;Signed-off-by: Alexander Duyck &lt;alexander.h.duyck@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/igc/Makefile</description>
        <pubDate>Thu, 11 Oct 2018 07:17:31 +0000</pubDate>
        <dc:creator>Sasha Neftin &lt;sasha.neftin@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ab405612 - igc: Add NVM support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/intel/igc/Makefile#ab405612</link>
        <description>igc: Add NVM supportAdd code for NVM support and get MAC address, complete probemethod.Signed-off-by: Sasha Neftin &lt;sasha.neftin@intel.com&gt;Signed-off-by: Alexander Duyck &lt;alexander.h.duyck@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/igc/Makefile</description>
        <pubDate>Thu, 11 Oct 2018 07:17:28 +0000</pubDate>
        <dc:creator>Sasha Neftin &lt;sasha.neftin@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>c0071c7a - igc: Add HW initialization code</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/intel/igc/Makefile#c0071c7a</link>
        <description>igc: Add HW initialization codeAdd code for hardware initialization and resetAdd code for semaphore handlingSigned-off-by: Sasha Neftin &lt;sasha.neftin@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/igc/Makefile</description>
        <pubDate>Thu, 11 Oct 2018 07:17:26 +0000</pubDate>
        <dc:creator>Sasha Neftin &lt;sasha.neftin@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>13b5b7fd - igc: Add support for Tx/Rx rings</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/intel/igc/Makefile#13b5b7fd</link>
        <description>igc: Add support for Tx/Rx ringsThis change adds the defines and structures necessary to support both Txand Rx descriptor rings.Signed-off-by: Sasha Neftin &lt;sasha.neftin@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/igc/Makefile</description>
        <pubDate>Thu, 11 Oct 2018 07:17:19 +0000</pubDate>
        <dc:creator>Sasha Neftin &lt;sasha.neftin@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>146740f9 - igc: Add support for PF</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/intel/igc/Makefile#146740f9</link>
        <description>igc: Add support for PFThis patch adds the basic defines and structures needed by the PF foroperation. With this it is possible to bring up the interface,but without being able to configure any of the filters onthe interface itself.Add skeleton for a function pointers.Signed-off-by: Sasha Neftin &lt;sasha.neftin@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/igc/Makefile</description>
        <pubDate>Thu, 11 Oct 2018 07:17:10 +0000</pubDate>
        <dc:creator>Sasha Neftin &lt;sasha.neftin@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>d89f8841 - igc: Add skeletal frame for Intel(R) 2.5G Ethernet Controller support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/intel/igc/Makefile#d89f8841</link>
        <description>igc: Add skeletal frame for Intel(R) 2.5G Ethernet Controller supportThis patch adds the beginning framework onto which I am going to addthe igc driver which supports the Intel(R) I225-LM/I225-V 2.5GEthernet Controller.Signed-off-by: Sasha Neftin &lt;sasha.neftin@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/igc/Makefile</description>
        <pubDate>Thu, 11 Oct 2018 07:17:08 +0000</pubDate>
        <dc:creator>Sasha Neftin &lt;sasha.neftin@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
