<?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>103bde37 - net: sun: SUNVNET_COMMON should depend on INET</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/sun/Kconfig#103bde37</link>
        <description>net: sun: SUNVNET_COMMON should depend on INETWhen CONFIG_INET is not set, there are failing references to IPv4functions, so make this driver depend on INET.Fixes these build errors:sparc64-linux-ld: drivers/net/ethernet/sun/sunvnet_common.o: in function `sunvnet_start_xmit_common&apos;:sunvnet_common.c:(.text+0x1a68): undefined reference to `__icmp_send&apos;sparc64-linux-ld: drivers/net/ethernet/sun/sunvnet_common.o: in function `sunvnet_poll_common&apos;:sunvnet_common.c:(.text+0x358c): undefined reference to `ip_send_check&apos;Signed-off-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Cc: &quot;David S. Miller&quot; &lt;davem@davemloft.net&gt;Cc: Jakub Kicinski &lt;kuba@kernel.org&gt;Cc: Aaron Young &lt;aaron.young@oracle.com&gt;Cc: Rashmi Narasimhan &lt;rashmi.narasimhan@oracle.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/sun/Kconfig</description>
        <pubDate>Mon, 27 Sep 2021 21:48:23 +0000</pubDate>
        <dc:creator>Randy Dunlap &lt;rdunlap@infradead.org&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/sun/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/sun/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>c861ef83 - sun: Add SPDX license tags to Sun network drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/sun/Kconfig#c861ef83</link>
        <description>sun: Add SPDX license tags to Sun network driversAdd the appropriate SPDX license tags to the Sun network driversas outlined in Documentation/process/license-rules.rst.Signed-off-by: Shannon Nelson &lt;shannon.nelson@oracle.com&gt;Reviewed-by: Zhu Yanjun &lt;yanjun.zhu@oracle.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/sun/Kconfig</description>
        <pubDate>Tue, 06 Feb 2018 19:34:23 +0000</pubDate>
        <dc:creator>Shannon Nelson &lt;shannon.nelson@oracle.com&gt;</dc:creator>
    </item>
<item>
        <title>2493b842 - sunvnet: make sunvnet common code dynamically loadable</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/sun/Kconfig#2493b842</link>
        <description>sunvnet: make sunvnet common code dynamically loadableWhen the sunvnet_common code was split out for use by both sunvnetand the newer ldmvsw, it was made into a static kernel library, whichlimits the usefulness of sunvnet and ldmvsw as loadables, since mostof the real work is being done in the shared code.  Also, this issimply dead code in kernels that aren&apos;t running the LDoms.This patch makes the sunvnet_common into a dynamically loadablemodule and makes sunvnet and ldmvsw dependent on sunvnet_common.Signed-off-by: Shannon Nelson &lt;shannon.nelson@oracle.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/sun/Kconfig</description>
        <pubDate>Mon, 13 Feb 2017 18:56:57 +0000</pubDate>
        <dc:creator>Shannon Nelson &lt;shannon.nelson@oracle.com&gt;</dc:creator>
    </item>
<item>
        <title>5d01fa0c - ldmvsw: Add ldmvsw.c driver code</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/sun/Kconfig#5d01fa0c</link>
        <description>ldmvsw: Add ldmvsw.c driver code  Add ldmvsw.c driver  Details:  The ldmvsw driver very closely follows the sunvnet.c code and makes  use of the sunvnet_common.c code for core functionality.  A significant difference between sunvnet and ldmvsw driver is  sunvnet creates a network interface for each vnet-port *parent*  node in the MD while the ldmvsw driver creates a network interface  for every vsw-port node in the Machine Description (MD).  Therefore the netdev_priv() for sunvnet is a vnet structure while  the netdev_priv() for ldmvsw is a vnet_port structure.  Vnet_port structures allocated by ldmvsw have the vsw bit set.  When finding the net_device associated with a port, the common code keys  off this bit to use either the net_device found in the vnet_port or the  net_device in the vnet structure (see the VNET_PORT_TO_NET_DEVICE() macro in  sunvnet_common.h). This scheme allows the common code to work with  both drivers with minimal changes.  Similar to Xen, network interfaces created by the ldmvsw driver will always  have a HW Addr (i.e. mac address) of FE:FF:FF:FF:FF:FF and each will be  assigned the devname &quot;vif&lt;cfg_handle&gt;.&lt;port_id&gt;&quot; - where &lt;cfg_handle&gt; and  &lt;port_id&gt; are a unique handle/port pair assigned to the associated  vsw-port node in the MD.  Signed-off-by: Aaron Young &lt;aaron.young@oracle.com&gt;  Signed-off-by: Rashmi Narasimhan &lt;rashmi.narasimhan@oracle.com&gt;  Reviewed-by: Sowmini Varadhan &lt;sowmini.varadhan@oracle.com&gt;  Reviewed-by: Alexandre Chartre &lt;Alexandre.Chartre@oracle.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/sun/Kconfig</description>
        <pubDate>Tue, 15 Mar 2016 18:35:39 +0000</pubDate>
        <dc:creator>Aaron Young &lt;aaron.young@oracle.com&gt;</dc:creator>
    </item>
<item>
        <title>31762eaa - ldmvsw: Split sunvnet driver into common code</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/sun/Kconfig#31762eaa</link>
        <description>ldmvsw: Split sunvnet driver into common code  Split sunvnet.c into sunvnet.c and sunvnet_common.c.  Details:  Since the sunvnet and ldmvsw drivers will both use common sunvnet code,  move the functions (and support functions) anticipated to be common code  from sunvnet.c to sunvnet_common.c. Similarly, sunvnet.h was renamed to  sunvnet_common.h. The sunvnet_common.c code will be compiled into the  kernel and act as a library of functions that are linked by either  (or both) drivers when loaded.  Function names for external functions in sunvnet_common.c (to be  called by both the sunvnet and ldmvsw drivers) were tagged with a &quot;_common&quot;  suffix to clearly designate them as common functions.  No functional changes as of yet... just moved code verbatim to the new  sunvnet_common.c/h files.  Makefile/Kconfig support added to build sunvnet_common.c file. The code  is included in the kernel if SUN_LDOMS is defined/selected.  NOTE - per the SubmittingPatches documentation, since the code was just  moved from one file another, the code was NOT checkpatch&apos;d in this commit  to aid in review.  Signed-off-by: Aaron Young &lt;aaron.young@oracle.com&gt;  Signed-off-by: Rashmi Narasimhan &lt;rashmi.narasimhan@oracle.com&gt;  Reviewed-by: Sowmini Varadhan &lt;sowmini.varadhan@oracle.com&gt;  Reviewed-by: Alexandre Chartre &lt;Alexandre.Chartre@oracle.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/sun/Kconfig</description>
        <pubDate>Tue, 15 Mar 2016 18:35:37 +0000</pubDate>
        <dc:creator>Aaron Young &lt;aaron.young@oracle.com&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/sun/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/sun/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>242260fb - sun.com documentation fixes</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/sun/Kconfig#242260fb</link>
        <description>sun.com documentation fixesAfter I came across a help text for SUNGEM mentioning a broken sun.comURL, I felt like fixing those up, as they are now pointing to oracle.comURLs.Signed-off-by: Christian Kujau &lt;lists@nerdbynature.de&gt;Acked-by: David S. Miller &lt;davem@davemloft.net&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/sun/Kconfig</description>
        <pubDate>Fri, 22 Feb 2013 00:43:05 +0000</pubDate>
        <dc:creator>Christian Kujau &lt;lists@nerdbynature.de&gt;</dc:creator>
    </item>
<item>
        <title>581d3f2e - drivers/net/ethernet/sun: remove depends on CONFIG_EXPERIMENTAL</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/sun/Kconfig#581d3f2e</link>
        <description>drivers/net/ethernet/sun: remove depends on CONFIG_EXPERIMENTALThe CONFIG_EXPERIMENTAL config item has not carried much meaning for awhile now and is almost always enabled by default. As agreed during theLinux kernel summit, remove it from any &quot;depends on&quot; lines in Kconfigs.Acked-by: David S. Miller &lt;davem@davemloft.net&gt;Signed-off-by: Kees Cook &lt;keescook@chromium.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/sun/Kconfig</description>
        <pubDate>Tue, 22 Jan 2013 18:30:31 +0000</pubDate>
        <dc:creator>Kees Cook &lt;keescook@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>88f07484 - drivers/net/ethernet/*: Enabled vendor Kconfig options</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/sun/Kconfig#88f07484</link>
        <description>drivers/net/ethernet/*: Enabled vendor Kconfig optionsBased on finds for Stephen Rothwell, where current defconfig&apos;senable a ethernet driver and it is not compiled due to the newlyadded NET_VENDOR_* component of Kconfig.This patch enables all the &quot;new&quot; Kconfig options so that currentdefconfig&apos;s will continue to compile the expected drivers.  Inaddition, by enabling all the new Kconfig options does not addany un-expected options.CC: Stephen Rothwll &lt;sfc@canb.auug.org.au&gt;Signed-off-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/sun/Kconfig</description>
        <pubDate>Tue, 23 Aug 2011 08:29:52 +0000</pubDate>
        <dc:creator>Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>5ff2241d - spider_net: fix compile issue introduced by driver move</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/sun/Kconfig#5ff2241d</link>
        <description>spider_net: fix compile issue introduced by driver moveBoth Spider net driver and Sun GEM driver use the sungem_phy.o object.This fix creates a Kconfig object for sungem_phy (like MDIO) so thatboth drivers require the SUNGEM_PHY object.This has been compile tested for the Sun GEM driver.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/sun/Kconfig</description>
        <pubDate>Fri, 12 Aug 2011 06:06:28 +0000</pubDate>
        <dc:creator>Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>e689cf4a - cassini/niu/sun*: Move the Sun drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/sun/Kconfig#e689cf4a</link>
        <description>cassini/niu/sun*: Move the Sun driversMoves the Sun drivers into drivers/net/ethernet/sun/ and makethe necessary Kconfig and Makefile changes.Oliver Hartkopp &lt;socketcan@hartkopp.net&gt; suggested removing thesun* prefix on the driver names.  This type of change I willleave up to the driver maintainers.CC: Sam Creasey &lt;sammy@sammy.net&gt;CC: Adrian Sun &lt;asun@darksunrising.com&gt;CC: Benjamin Herrenscmidt &lt;benh@kernel.crashing.org&gt;Signed-off-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/sun/Kconfig</description>
        <pubDate>Fri, 13 May 2011 06:04:46 +0000</pubDate>
        <dc:creator>Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
