<?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/net/ax25/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/net/ax25/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>71273c46 - ax25: Kconfig: Update link for linux-ax25.org</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/ax25/Kconfig#71273c46</link>
        <description>ax25: Kconfig: Update link for linux-ax25.orghttp://linux-ax25.org has been down for nearly a year. Its officialreplacement is https://linux-ax25.in-berlin.de. Change all references tothe old site in the ax25 Kconfig to its replacement.Link: https://marc.info/?m=166792551600315Signed-off-by: Peter Lafreniere &lt;peter@n8pjl.ca&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/ax25/Kconfig</description>
        <pubDate>Sun, 17 Sep 2023 15:30:21 +0000</pubDate>
        <dc:creator>Peter Lafreniere &lt;peter@n8pjl.ca&gt;</dc:creator>
    </item>
<item>
        <title>2be53e0e - AX.25 Kconfig: Replace HTTP links with HTTPS ones</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/ax25/Kconfig#2be53e0e</link>
        <description>AX.25 Kconfig: Replace HTTP links with HTTPS onesRationale:Reduces attack surface on kernel devs opening the links for MITMas HTTPS traffic is much harder to manipulate.Deterministic algorithm:For each file:  If not .svg:    For each line:      If doesn&apos;t contain `\bxmlns\b`:        For each link, `\bhttp://[^# \t\r\n]*(?:\w|/)`:	  If neither `\bgnu\.org/license`, nor `\bmozilla\.org/MPL\b`:            If both the HTTP and HTTPS versions            return 200 OK and serve the same content:              Replace HTTP with HTTPS.Signed-off-by: Alexander A. Klimov &lt;grandmaster@al2klimov.de&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/ax25/Kconfig</description>
        <pubDate>Mon, 13 Jul 2020 09:02:51 +0000</pubDate>
        <dc:creator>Alexander A. Klimov &lt;grandmaster@al2klimov.de&gt;</dc:creator>
    </item>
<item>
        <title>20b943f0 - docs: networking: convert ax25.txt to ReST</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/ax25/Kconfig#20b943f0</link>
        <description>docs: networking: convert ax25.txt to ReSTThere isn&apos;t much to be done here. Just:- add SPDX header;- add a document title.Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/ax25/Kconfig</description>
        <pubDate>Mon, 27 Apr 2020 22:01:22 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&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/net/ax25/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/net/ax25/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>631dd1a8 - Update broken web addresses in the kernel.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/ax25/Kconfig#631dd1a8</link>
        <description>Update broken web addresses in the kernel.The patch below updates broken web addresses in the kernelSigned-off-by: Justin P. Mattock &lt;justinmattock@gmail.com&gt;Cc: Maciej W. Rozycki &lt;macro@linux-mips.org&gt;Cc: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Cc: Finn Thain &lt;fthain@telegraphics.com.au&gt;Cc: Randy Dunlap &lt;rdunlap@xenotime.net&gt;Cc: Matt Turner &lt;mattst88@gmail.com&gt;Cc: Dimitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;Cc: Mike Frysinger &lt;vapier.adi@gmail.com&gt;Acked-by: Ben Pfaff &lt;blp@cs.stanford.edu&gt;Acked-by: Hans J. Koch &lt;hjk@linutronix.de&gt;Reviewed-by: Finn Thain &lt;fthain@telegraphics.com.au&gt;Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;

            List of files:
            /linux-6.15/net/ax25/Kconfig</description>
        <pubDate>Mon, 18 Oct 2010 09:03:14 +0000</pubDate>
        <dc:creator>Justin P. Mattock &lt;justinmattock@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>9556fb73 - [S390] Kconfig: unwanted menus for s390.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/ax25/Kconfig#9556fb73</link>
        <description>[S390] Kconfig: unwanted menus for s390.Disable some more menus in the configuration files that are of nointerest to a s390 machine.Signed-off-by: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;

            List of files:
            /linux-6.15/net/ax25/Kconfig</description>
        <pubDate>Thu, 10 May 2007 13:45:58 +0000</pubDate>
        <dc:creator>Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>954b2e7f - [NET] AX.25 Kconfig and docs updates and fixes</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/ax25/Kconfig#954b2e7f</link>
        <description>[NET] AX.25 Kconfig and docs updates and fixes o The AX.25 Howto is unmaintained since several years.  I&apos;ve replaced it   with a wiki at http://www.linux-ax25.org which provides more uptodate   information. o Change default for AX25_DAMA_SLAVE to Y.  AX25_DAMA_SLAVE only compiles   in support for DAMA but doesn&apos;t activate it.  I hope this gets Linux   distributions to ship their AX.25 kernels with AX25_DAMA_SLAVE enabled.   The price for this would be very small. o Delete historic changelog from comments, that&apos;s what SCM systems are   meant to do. o ---help--- in Kconfig looks so yellingly eye insulting.  Use just help. o Rewrite the commented out piece of old Linux 2.4 configuration language   to Kconfig for consistency. o Fixup dependencies.Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/ax25/Kconfig</description>
        <pubDate>Sat, 24 Mar 2007 19:54:26 +0000</pubDate>
        <dc:creator>Ralf Baechle &lt;ralf@linux-mips.org&gt;</dc:creator>
    </item>
<item>
        <title>1da177e4 - Linux-2.6.12-rc2</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/ax25/Kconfig#1da177e4</link>
        <description>Linux-2.6.12-rc2Initial git repository build. I&apos;m not bothering with the full history,even though we have it. We can create a separate &quot;historical&quot; gitarchive of that later if we want to, and in the meantime it&apos;s about3.2GB when imported into git - space that would just make the earlygit days unnecessarily complicated, when we don&apos;t have a lot of goodinfrastructure for it.Let it rip!

            List of files:
            /linux-6.15/net/ax25/Kconfig</description>
        <pubDate>Sat, 16 Apr 2005 22:20:36 +0000</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@ppc970.osdl.org&gt;</dc:creator>
    </item>
</channel>
</rss>
