<?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 Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>a29689e6 - net: handle HAS_IOPORT dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/amd/Kconfig#a29689e6</link>
        <description>net: handle HAS_IOPORT dependenciesIn a future patch HAS_IOPORT=n will disable inb()/outb() and friends atcompile time. We thus need to add HAS_IOPORT as dependency forthose drivers requiring them. For the DEFXX driver the use of I/Oports is optional and we only need to fence specific code paths. It alsoturns out that with HAS_IOPORT handled explicitly HAMRADIO does not needthe !S390 dependency and successfully builds the bpqether driver.Acked-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;Acked-by: Jakub Kicinski &lt;kuba@kernel.org&gt;Acked-by: Maciej W. Rozycki &lt;macro@orcam.me.uk&gt;Co-developed-by: Arnd Bergmann &lt;arnd@kernel.org&gt;Signed-off-by: Arnd Bergmann &lt;arnd@kernel.org&gt;Signed-off-by: Niklas Schnelle &lt;schnelle@linux.ibm.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/amd/Kconfig</description>
        <pubDate>Fri, 05 Apr 2024 11:18:31 +0000</pubDate>
        <dc:creator>Niklas Schnelle &lt;schnelle@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>1eeb807f - pds_core: add AUXILIARY_BUS and NET_DEVLINK to Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/amd/Kconfig#1eeb807f</link>
        <description>pds_core: add AUXILIARY_BUS and NET_DEVLINK to KconfigAdd selecting of AUXILIARY_BUS and NET_DEVLINK to the pds_coreKconfig.Link: https://lore.kernel.org/netdev/ZE%2FduNH3lBLreNkJ@corigine.com/Fixes: ddbcb22055d1 (&quot;pds_core: Kconfig and pds_core.rst&quot;)Suggested-by: Simon Horman &lt;simon.horman@corigine.com&gt;Signed-off-by: Shannon Nelson &lt;shannon.nelson@amd.com&gt;Reviewed-by: Simon Horman &lt;simon.horman@corigine.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/amd/Kconfig</description>
        <pubDate>Tue, 02 May 2023 20:40:32 +0000</pubDate>
        <dc:creator>Shannon Nelson &lt;shannon.nelson@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>ddbcb220 - pds_core: Kconfig and pds_core.rst</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/amd/Kconfig#ddbcb220</link>
        <description>pds_core: Kconfig and pds_core.rstRemaining documentation and Kconfig hook for building the driver.Signed-off-by: Shannon Nelson &lt;shannon.nelson@amd.com&gt;Acked-by: Jakub Kicinski &lt;kuba@kernel.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/amd/Kconfig</description>
        <pubDate>Wed, 19 Apr 2023 17:04:27 +0000</pubDate>
        <dc:creator>Shannon Nelson &lt;shannon.nelson@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>01f46857 - eth: amd: remove NI6510 support (ni65)</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/amd/Kconfig#01f46857</link>
        <description>eth: amd: remove NI6510 support (ni65)Looks like all the changes to this driver had been tree-widerefactoring since git era begun. The driver is using virt_to_bus()we should make it use more modern DMA APIs but since it&apos;s unlikelyto be getting any use these days delete it instead. We can alwaysrevert to bring it back.Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/amd/Kconfig</description>
        <pubDate>Mon, 09 May 2022 15:05:32 +0000</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>e330fb14 - of: net: move of_net under net/</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/amd/Kconfig#e330fb14</link>
        <description>of: net: move of_net under net/Rob suggests to move of_net.c from under drivers/of/ somewhereto the networking code.Suggested-by: Rob Herring &lt;robh@kernel.org&gt;Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;Reviewed-by: Rob Herring &lt;robh@kernel.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/amd/Kconfig</description>
        <pubDate>Thu, 07 Oct 2021 01:06:54 +0000</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>e5f31552 - ethernet: fix PTP_1588_CLOCK dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/amd/Kconfig#e5f31552</link>
        <description>ethernet: fix PTP_1588_CLOCK dependenciesThe &apos;imply&apos; keyword does not do what most people think it does, it onlypolitely asks Kconfig to turn on another symbol, but does not preventit from being disabled manually or built as a loadable module when theuser is built-in. In the ICE driver, the latter now causes a link failure:aarch64-linux-ld: drivers/net/ethernet/intel/ice/ice_main.o: in function `ice_eth_ioctl&apos;:ice_main.c:(.text+0x13b0): undefined reference to `ice_ptp_get_ts_config&apos;ice_main.c:(.text+0x13b0): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `ice_ptp_get_ts_config&apos;aarch64-linux-ld: ice_main.c:(.text+0x13bc): undefined reference to `ice_ptp_set_ts_config&apos;ice_main.c:(.text+0x13bc): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `ice_ptp_set_ts_config&apos;aarch64-linux-ld: drivers/net/ethernet/intel/ice/ice_main.o: in function `ice_prepare_for_reset&apos;:ice_main.c:(.text+0x31fc): undefined reference to `ice_ptp_release&apos;ice_main.c:(.text+0x31fc): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `ice_ptp_release&apos;aarch64-linux-ld: drivers/net/ethernet/intel/ice/ice_main.o: in function `ice_rebuild&apos;:This is a recurring problem in many drivers, and we have discussedit several times befores, without reaching a consensus. I&apos;m providinga link to the previous email thread for reference, which discussessome related problems.To solve the dependency issue better than the &apos;imply&apos; keyword, introduce aseparate Kconfig symbol &quot;CONFIG_PTP_1588_CLOCK_OPTIONAL&quot; that any drivercan depend on if it is able to use PTP support when available, but worksfine without it. Whenever CONFIG_PTP_1588_CLOCK=m, those drivers arethen prevented from being built-in, the same way as with a &apos;depends onPTP_1588_CLOCK || !PTP_1588_CLOCK&apos; dependency that does the same trick,but that can be rather confusing when you first see it.Since this should cover the dependencies correctly, the IS_REACHABLE()hack in the header is no longer needed now, and can be turned backinto a normal IS_ENABLED() check. Any driver that gets the dependencywrong will now cause a link time failure rather than being unable to usePTP support when that is in a loadable module.However, the two recently added ptp_get_vclocks_index() andptp_convert_timestamp() interfaces are only called from builtin code withethtool and socket timestamps, so keep the current behavior by stubbingthose out completely when PTP is in a loadable module. This should beaddressed properly in a follow-up.As Richard suggested, we may want to actually turn PTP support into a&apos;bool&apos; option later on, preventing it from being a loadable modulealtogether, which would be one way to solve the problem with the ethtoolinterface.Fixes: 06c16d89d2cb (&quot;ice: register 1588 PTP clock device object for E810 devices&quot;)Link: https://lore.kernel.org/netdev/20210804121318.337276-1-arnd@kernel.org/Link: https://lore.kernel.org/netdev/CAK8P3a06enZOf=XyZ+zcAwBczv41UuCTz+=0FMf2gBz1_cOnZQ@mail.gmail.com/Link: https://lore.kernel.org/netdev/CAK8P3a3=eOxE-K25754+fB_-i_0BZzf9a9RfPTX3ppSwu9WZXw@mail.gmail.com/Link: https://lore.kernel.org/netdev/20210726084540.3282344-1-arnd@kernel.org/Acked-by: Shannon Nelson &lt;snelson@pensando.io&gt;Acked-by: Jacob Keller &lt;jacob.e.keller@intel.com&gt;Acked-by: Richard Cochran &lt;richardcochran@gmail.com&gt;Reviewed-by: Vladimir Oltean &lt;vladimir.oltean@nxp.com&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Link: https://lore.kernel.org/r/20210812183509.1362782-1-arnd@kernel.orgSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/amd/Kconfig</description>
        <pubDate>Thu, 12 Aug 2021 18:33:58 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>4228c394 - make legacy ISA probe optional</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/amd/Kconfig#4228c394</link>
        <description>make legacy ISA probe optionalThere are very few ISA drivers left that rely on the static probing fromdrivers/net/Space.o. Make them all select a new CONFIG_NETDEV_LEGACY_INITsymbol, and drop the entire probe logic when that is disabled.The 9 drivers that are called from Space.c are the same set thatcalls netdev_boot_setup_check().Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/amd/Kconfig</description>
        <pubDate>Tue, 03 Aug 2021 11:40:47 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>0d9dc745 - net: remove am79c961a driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/amd/Kconfig#0d9dc745</link>
        <description>net: remove am79c961a driverThis driver was only used on the EBSA110 platform, which is nowgetting removed, so the driver is no longer needed either.Acked-by: Russell King &lt;rmk+kernel@armlinux.org.uk&gt;Acked-by: Jakub Kicinski &lt;kuba@kernel.org&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/amd/Kconfig</description>
        <pubDate>Thu, 24 Sep 2020 18:24:25 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>a7f7f624 - treewide: replace &apos;---help---&apos; in Kconfig files with &apos;help&apos;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/amd/Kconfig#a7f7f624</link>
        <description>treewide: replace &apos;---help---&apos; in Kconfig files with &apos;help&apos;Since commit 84af7a6194e4 (&quot;checkpatch: kconfig: prefer &apos;help&apos; over&apos;---help---&apos;&quot;), the number of &apos;---help---&apos; has been graduallydecreasing, but there are still more than 2400 instances.This commit finishes the conversion. While I touched the lines,I also fixed the indentation.There are a variety of indentation styles found.  a) 4 spaces + &apos;---help---&apos;  b) 7 spaces + &apos;---help---&apos;  c) 8 spaces + &apos;---help---&apos;  d) 1 space + 1 tab + &apos;---help---&apos;  e) 1 tab + &apos;---help---&apos;    (correct indentation)  f) 1 tab + 1 space + &apos;---help---&apos;  g) 1 tab + 2 spaces + &apos;---help---&apos;In order to convert all of them to 1 tab + &apos;help&apos;, I ran thefollowing commend:  $ find . -name &apos;Kconfig*&apos; | xargs sed -i &apos;s/^[[:space:]]*---help---/\thelp/&apos;Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/amd/Kconfig</description>
        <pubDate>Sat, 13 Jun 2020 16:50:22 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>93ae6d2d - net: amd: Spelling s/case/cause/</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/amd/Kconfig#93ae6d2d</link>
        <description>net: amd: Spelling s/case/cause/Signed-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/amd/Kconfig</description>
        <pubDate>Wed, 31 Jul 2019 13:22:10 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert+renesas@glider.be&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/net/ethernet/amd/Kconfig#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/net/ethernet/amd/Kconfig</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>c9ce1fa1 - net: prevent ISA drivers from building on PPC32</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/amd/Kconfig#c9ce1fa1</link>
        <description>net: prevent ISA drivers from building on PPC32Prevent drivers from building on PPC32 if they use isa_bus_to_virt(),isa_virt_to_bus(), or isa_page_to_bus(), which are not available andthus cause build errors.../drivers/net/ethernet/3com/3c515.c: In function &apos;corkscrew_open&apos;:../drivers/net/ethernet/3com/3c515.c:824:9: error: implicit declaration of function &apos;isa_virt_to_bus&apos;; did you mean &apos;virt_to_bus&apos;? [-Werror=implicit-function-declaration]../drivers/net/ethernet/amd/lance.c: In function &apos;lance_rx&apos;:../drivers/net/ethernet/amd/lance.c:1203:23: error: implicit declaration of function &apos;isa_bus_to_virt&apos;; did you mean &apos;bus_to_virt&apos;? [-Werror=implicit-function-declaration]../drivers/net/ethernet/amd/ni65.c: In function &apos;ni65_init_lance&apos;:../drivers/net/ethernet/amd/ni65.c:585:20: error: implicit declaration of function &apos;isa_virt_to_bus&apos;; did you mean &apos;virt_to_bus&apos;? [-Werror=implicit-function-declaration]../drivers/net/ethernet/cirrus/cs89x0.c: In function &apos;net_open&apos;:../drivers/net/ethernet/cirrus/cs89x0.c:897:20: error: implicit declaration of function &apos;isa_virt_to_bus&apos;; did you mean &apos;virt_to_bus&apos;? [-Werror=implicit-function-declaration]Signed-off-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Suggested-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/amd/Kconfig</description>
        <pubDate>Sat, 21 Jul 2018 19:59:25 +0000</pubDate>
        <dc:creator>Randy Dunlap &lt;rdunlap@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>e020797b - net: Remove depends on HAS_DMA in case of platform dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/amd/Kconfig#e020797b</link>
        <description>net: Remove depends on HAS_DMA in case of platform dependencyRemove dependencies on HAS_DMA where a Kconfig symbol depends on anothersymbol that implies HAS_DMA, and, optionally, on &quot;|| COMPILE_TEST&quot;.In most cases this other symbol is an architecture or platform specificsymbol, or PCI.Generic symbols and drivers without platform dependencies keep theirdependencies on HAS_DMA, to prevent compiling subsystems or drivers thatcannot work anyway.This simplifies the dependencies, and allows to improve compile-testing.Signed-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Reviewed-by: Mark Brown &lt;broonie@kernel.org&gt;Acked-by: Robin Murphy &lt;robin.murphy@arm.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/amd/Kconfig</description>
        <pubDate>Fri, 22 Jun 2018 11:08:43 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;</dc:creator>
    </item>
<item>
        <title>d1cbfd77 - ptp_clock: Allow for it to be optional</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/amd/Kconfig#d1cbfd77</link>
        <description>ptp_clock: Allow for it to be optionalIn order to break the hard dependency between the PTP clock subsystem andethernet drivers capable of being clock providers, this patch providessimple PTP stub functions to allow linkage of those drivers into thekernel even when the PTP subsystem is configured out. Drivers must beready to accept NULL from ptp_clock_register() in that case.And to make it possible for PTP to be configured out, the select statementin those driver&apos;s Kconfig menu entries is converted to the new &quot;imply&quot;statement. This way the PTP subsystem may have Kconfig dependencies ofits own, such as POSIX_TIMERS, without having to make those ethernetdrivers unavailable if POSIX timers are cconfigured out. And when supportfor POSIX timers is selected again then the default config option for PTPclock support will automatically be adjusted accordingly.The pch_gbe driver is a bit special as it relies on extra code indrivers/ptp/ptp_pch.c. Therefore we let the make process descend intodrivers/ptp/ even if PTP_1588_CLOCK is unselected.Signed-off-by: Nicolas Pitre &lt;nico@linaro.org&gt;Acked-by: Richard Cochran &lt;richardcochran@gmail.com&gt;Acked-by: Edward Cree &lt;ecree@solarflare.com&gt;Acked-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Acked-by: John Stultz &lt;john.stultz@linaro.org&gt;Reviewed-by: Josh Triplett &lt;josh@joshtriplett.org&gt;Cc: Paul Bolle &lt;pebolle@tiscali.nl&gt;Cc: linux-kbuild@vger.kernel.orgCc: netdev@vger.kernel.orgCc: Michal Marek &lt;mmarek@suse.com&gt;Link: http://lkml.kernel.org/r/1478841010-28605-4-git-send-email-nicolas.pitre@linaro.orgSigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/amd/Kconfig</description>
        <pubDate>Fri, 11 Nov 2016 05:10:07 +0000</pubDate>
        <dc:creator>Nicolas Pitre &lt;nicolas.pitre@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>abf0a1c2 - amd-xgbe: Add support for SFP+ modules</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/amd/Kconfig#abf0a1c2</link>
        <description>amd-xgbe: Add support for SFP+ modulesAdd support for recognizing and using SFP+ modules directly. This includesusing the I2C support to read and interpret the information returned froman SFP+ module and configuring things properly.Signed-off-by: Tom Lendacky &lt;thomas.lendacky@amd.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/amd/Kconfig</description>
        <pubDate>Thu, 10 Nov 2016 23:10:58 +0000</pubDate>
        <dc:creator>Lendacky, Thomas &lt;Thomas.Lendacky@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>e78332b2 - amd-xgbe: Add ECC status support for the device memory</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/amd/Kconfig#e78332b2</link>
        <description>amd-xgbe: Add ECC status support for the device memorySome versions of the amd-xgbe device are capable of reporting ECC errorinformation back to the driver. Add support to process, track and reporton this information.Signed-off-by: Tom Lendacky &lt;thomas.lendacky@amd.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/amd/Kconfig</description>
        <pubDate>Thu, 10 Nov 2016 23:10:26 +0000</pubDate>
        <dc:creator>Lendacky, Thomas &lt;Thomas.Lendacky@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>47f164de - amd-xgbe: Add PCI device support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/amd/Kconfig#47f164de</link>
        <description>amd-xgbe: Add PCI device supportAdd support for new PCI devices to the driver.Signed-off-by: Tom Lendacky &lt;thomas.lendacky@amd.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/amd/Kconfig</description>
        <pubDate>Thu, 10 Nov 2016 23:09:55 +0000</pubDate>
        <dc:creator>Lendacky, Thomas &lt;Thomas.Lendacky@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>18785040 - net: hplance: Allow modular build</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/amd/Kconfig#18785040</link>
        <description>net: hplance: Allow modular buildSigned-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/amd/Kconfig</description>
        <pubDate>Tue, 29 Sep 2015 08:24:04 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;</dc:creator>
    </item>
<item>
        <title>138b15ed - drivers/net: remove all references to obsolete Ethernet-HOWTO</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/amd/Kconfig#138b15ed</link>
        <description>drivers/net: remove all references to obsolete Ethernet-HOWTOThis howto made sense in the 1990s when users had to manually configureISA cards with jumpers or vendor utilities, but with the implementationof PCI it became increasingly less and less relevant, to the point whereit has been well over a decade since I last updated it.  And there isno value in anyone else taking over updating it either.However the references to it continue to spread as boiler plate textfrom one Kconfig file into the next.  We are not doing end users anyfavours by pointing them at this old document, so lets kill it withfire, once and for all, to hopefully stop any further spread.No code is changed in this commit, just Kconfig help text.Signed-off-by: Paul Gortmaker &lt;paul.gortmaker@windriver.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/amd/Kconfig</description>
        <pubDate>Sun, 21 Jun 2015 20:28:02 +0000</pubDate>
        <dc:creator>Paul Gortmaker &lt;paul.gortmaker@windriver.com&gt;</dc:creator>
    </item>
<item>
        <title>7c12aa08 - amd-xgbe: Move the PHY support into amd-xgbe</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/amd/Kconfig#7c12aa08</link>
        <description>amd-xgbe: Move the PHY support into amd-xgbeThe AMD XGBE device is intended to work with a specific integrated PHYand that PHY is not meant to be a standalone PHY for use by otherdevices. As such this patch removes the phylib driver and implementsthe PHY support in the amd-xgbe driver (the majority of the logic fromthe phylib driver is moved into the amd-xgbe driver).Update the driver version to 1.0.1.Signed-off-by: Tom Lendacky &lt;thomas.lendacky@amd.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/amd/Kconfig</description>
        <pubDate>Thu, 14 May 2015 16:44:15 +0000</pubDate>
        <dc:creator>Lendacky, Thomas &lt;Thomas.Lendacky@amd.com&gt;</dc:creator>
    </item>
</channel>
</rss>
