<?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>ba63a7e0 - can: isotp: remove ISO 15675-2 specification version where possible</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/can/Kconfig#ba63a7e0</link>
        <description>can: isotp: remove ISO 15675-2 specification version where possibleWith the new ISO 15765-2:2024 release the former documentation and commentshave to be reworked. This patch removes the ISO specification version/datewhere possible.Signed-off-by: Oliver Hartkopp &lt;socketcan@hartkopp.net&gt;Acked-by: Vincent Mailhol &lt;mailhol.vincent@wanadoo.fr&gt;Acked-by: Francesco Valla &lt;valla.francesco@gmail.com&gt;Link: https://lore.kernel.org/all/20240420194746.4885-1-socketcan@hartkopp.netSigned-off-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;

            List of files:
            /linux-6.15/net/can/Kconfig</description>
        <pubDate>Sat, 20 Apr 2024 19:47:46 +0000</pubDate>
        <dc:creator>Oliver Hartkopp &lt;socketcan@hartkopp.net&gt;</dc:creator>
    </item>
<item>
        <title>d7786af5 - net: Kconfig: move the CAN device menu to the &quot;Device Drivers&quot; section</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/can/Kconfig#d7786af5</link>
        <description>net: Kconfig: move the CAN device menu to the &quot;Device Drivers&quot; sectionThe devices are meant to be under the &quot;Device Drivers&quot; category of themenuconfig. The CAN subsystem is currently one of the rare exceptionwith all of its devices under the &quot;Networking support&quot; category.The CAN_DEV menuentry gets moved to fix this discrepancy. The CAN menuis added just before MCTP in order to be consistent with the currentorder under the &quot;Networking support&quot; menu.A dependency on CAN is added to CAN_DEV so that the CAN devices onlyshow up if the CAN subsystem is enabled.Link: https://lore.kernel.org/all/20220610143009.323579-6-mailhol.vincent@wanadoo.frSigned-off-by: Vincent Mailhol &lt;mailhol.vincent@wanadoo.fr&gt;Acked-by: Max Staudt &lt;max@enpas.org&gt;Tested-by: Oliver Hartkopp &lt;socketcan@hartkopp.net&gt;Signed-off-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;

            List of files:
            /linux-6.15/net/can/Kconfig</description>
        <pubDate>Fri, 10 Jun 2022 14:30:07 +0000</pubDate>
        <dc:creator>Vincent Mailhol &lt;mailhol.vincent@wanadoo.fr&gt;</dc:creator>
    </item>
<item>
        <title>864e898b - net: remove redundant &apos;depends on NET&apos;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/can/Kconfig#864e898b</link>
        <description>net: remove redundant &apos;depends on NET&apos;These Kconfig files are included from net/Kconfig, inside theif NET ... endif.Remove &apos;depends on NET&apos;, which we know it is already met.Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Link: https://lore.kernel.org/r/20210125232026.106855-1-masahiroy@kernel.orgSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/net/can/Kconfig</description>
        <pubDate>Mon, 25 Jan 2021 23:20:26 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>5a7de240 - can: isotp: Explain PDU in CAN_ISOTP help text</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/can/Kconfig#5a7de240</link>
        <description>can: isotp: Explain PDU in CAN_ISOTP help textThe help text for the CAN_ISOTP config symbol uses the acronym &quot;PDU&quot;.  However,this acronym is not explained here, nor in Documentation/networking/can.rst.Expand the acronym to make it easier for users to decide if they need to enablethe CAN_ISOTP option or not.Signed-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Link: https://lore.kernel.org/r/20201013141341.28487-1-geert+renesas@glider.beAcked-by: Oliver Hartkopp &lt;socketcan@hartkopp.net&gt;Signed-off-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;

            List of files:
            /linux-6.15/net/can/Kconfig</description>
        <pubDate>Tue, 13 Oct 2020 14:13:41 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;</dc:creator>
    </item>
<item>
        <title>ac911bfe - can: isotp: implement cleanups / improvements from review</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/can/Kconfig#ac911bfe</link>
        <description>can: isotp: implement cleanups / improvements from reviewAs pointed out by Jakub Kicinski here:http://lore.kernel.org/r/20201009175751.5c54097f@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.comthis patch addresses the remarked issues:- remove empty line in comment- remove default=y for CAN_ISOTP in Kconfig- make use of pr_notice_once()- use GFP_ATOMIC instead of gfp_any() in soft hrtimer contextThe version strings in the CAN subsystem are removed by a separate patch.Signed-off-by: Oliver Hartkopp &lt;socketcan@hartkopp.net&gt;Link: https://lore.kernel.org/r/20201012074354.25839-1-socketcan@hartkopp.netSigned-off-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;

            List of files:
            /linux-6.15/net/can/Kconfig</description>
        <pubDate>Mon, 12 Oct 2020 07:43:53 +0000</pubDate>
        <dc:creator>Oliver Hartkopp &lt;socketcan@hartkopp.net&gt;</dc:creator>
    </item>
<item>
        <title>e057dd3f - can: add ISO 15765-2:2016 transport protocol</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/can/Kconfig#e057dd3f</link>
        <description>can: add ISO 15765-2:2016 transport protocolCAN Transport Protocols offer support for segmented Point-to-Pointcommunication between CAN nodes via two defined CAN Identifiers.As CAN frames can only transport a small amount of data bytes(max. 8 bytes for &apos;classic&apos; CAN and max. 64 bytes for CAN FD) thissegmentation is needed to transport longer PDUs as needed e.g. forvehicle diagnosis (UDS, ISO 14229) or IP-over-CAN traffic.This protocol driver implements data transfers according toISO 15765-2:2016 for &apos;classic&apos; CAN and CAN FD frame types.Signed-off-by: Oliver Hartkopp &lt;socketcan@hartkopp.net&gt;Link: https://lore.kernel.org/r/20200928200404.82229-1-socketcan@hartkopp.net[mkl: Removed &quot;WITH Linux-syscall-note&quot; from isotp.c.      Fixed indention, a checkpatch warning and typos.      Replaced __u{8,32} by u{8,32}.      Removed always false (optlen &lt; 0) check in isotp_setsockopt().]Signed-off-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;

            List of files:
            /linux-6.15/net/can/Kconfig</description>
        <pubDate>Mon, 28 Sep 2020 20:04:04 +0000</pubDate>
        <dc:creator>Oliver Hartkopp &lt;socketcan@hartkopp.net&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/net/can/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/net/can/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>9d71dd0c - can: add support of SAE J1939 protocol</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/can/Kconfig#9d71dd0c</link>
        <description>can: add support of SAE J1939 protocolSAE J1939 is the vehicle bus recommended practice used for communicationand diagnostics among vehicle components. Originating in the car andheavy-duty truck industry in the United States, it is now widely used inother parts of the world.J1939, ISO 11783 and NMEA 2000 all share the same high level protocol.SAE J1939 can be considered the replacement for the older SAE J1708 andSAE J1587 specifications.Acked-by: Oliver Hartkopp &lt;socketcan@hartkopp.net&gt;Signed-off-by: Bastian Stender &lt;bst@pengutronix.de&gt;Signed-off-by: Elenita Hinds &lt;ecathinds@gmail.com&gt;Signed-off-by: kbuild test robot &lt;lkp@intel.com&gt;Signed-off-by: Kurt Van Dijck &lt;dev.kurt@vandijck-laurijssen.be&gt;Signed-off-by: Maxime Jayat &lt;maxime.jayat@mobile-devices.fr&gt;Signed-off-by: Robin van der Gracht &lt;robin@protonic.nl&gt;Signed-off-by: Oleksij Rempel &lt;o.rempel@pengutronix.de&gt;Signed-off-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;

            List of files:
            /linux-6.15/net/can/Kconfig</description>
        <pubDate>Mon, 08 Oct 2018 09:48:36 +0000</pubDate>
        <dc:creator>The j1939 authors &lt;linux-can@vger.kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>26bca9fe - can: Kconfig: correct history of the CAN protocol</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/can/Kconfig#26bca9fe</link>
        <description>can: Kconfig: correct history of the CAN protocolCurrent history of CAN protocol is wrong, fix it in the Kconfig file.Signed-off-by: Robert P. J. Day &lt;rpjday@crashcourse.ca&gt;Acked-by: Oliver Hartkopp &lt;socketcan@hartkopp.net&gt;Signed-off-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;

            List of files:
            /linux-6.15/net/can/Kconfig</description>
        <pubDate>Wed, 12 Jun 2019 15:48:56 +0000</pubDate>
        <dc:creator>Robert P. J. Day &lt;rpjday@crashcourse.ca&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/can/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/can/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>7d597739 - can: migrate documentation to restructured text</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/can/Kconfig#7d597739</link>
        <description>can: migrate documentation to restructured textThe kernel documentation is now restructured text. Convert the SocketCANdocumentation and include it in the toplevel kernel documentation.This patch doesn&apos;t do any content change.All references to can.txt in the code are converted to can.rst.Signed-off-by: Robert Schwebel &lt;r.schwebel@pengutronix.de&gt;Signed-off-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;

            List of files:
            /linux-6.15/net/can/Kconfig</description>
        <pubDate>Wed, 24 Jan 2018 10:19:11 +0000</pubDate>
        <dc:creator>Robert Schwebel &lt;r.schwebel@pengutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>f66b0301 - can: Kconfig: switch on all CAN protocolls by default</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/can/Kconfig#f66b0301</link>
        <description>can: Kconfig: switch on all CAN protocolls by defaultThis patch enables all basic CAN protocol by default.Signed-off-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;

            List of files:
            /linux-6.15/net/can/Kconfig</description>
        <pubDate>Fri, 20 Jul 2012 19:22:27 +0000</pubDate>
        <dc:creator>Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>77136836 - can: Kconfig: convert &apos;depends on CAN&apos; into &apos;if CAN...endif&apos; block</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/can/Kconfig#77136836</link>
        <description>can: Kconfig: convert &apos;depends on CAN&apos; into &apos;if CAN...endif&apos; blockThis patch adds an &apos;if CAN...endif&apos; Block around all CAN symbols innet/can/Kconfig. So the &apos;depends on CAN&apos; dependencies can be removed.Signed-off-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;

            List of files:
            /linux-6.15/net/can/Kconfig</description>
        <pubDate>Fri, 20 Jul 2012 19:00:00 +0000</pubDate>
        <dc:creator>Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>c1aabdf3 - can-gw: add netlink based CAN routing</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/can/Kconfig#c1aabdf3</link>
        <description>can-gw: add netlink based CAN routingThis patch adds a CAN Gateway/Router to route (and modify) CAN frames.It is based on the PF_CAN core infrastructure for msg filtering and msgsending and can optionally modify routed CAN frames on the fly.CAN frames can *only* be routed between CAN network interfaces (one hop).They can be modified with AND/OR/XOR/SET operations as configured by thenetlink configuration interface known e.g. from iptables. From the netlinkview this can-gw implements RTM_{NEW|DEL|GET}ROUTE for PF_CAN.The CAN specific userspace tool to manage CAN routing entries can be found inthe CAN utils http://svn.berlios.de/wsvn/socketcan/trunk/can-utils/cangw.cat the SocketCAN SVN on BerliOS.Signed-off-by: Oliver Hartkopp &lt;socketcan@hartkopp.net&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/can/Kconfig</description>
        <pubDate>Thu, 01 Sep 2011 04:23:23 +0000</pubDate>
        <dc:creator>Oliver Hartkopp &lt;socketcan@hartkopp.net&gt;</dc:creator>
    </item>
<item>
        <title>ccb29637 - [CAN]: Add virtual CAN netdevice driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/can/Kconfig#ccb29637</link>
        <description>[CAN]: Add virtual CAN netdevice driverThis patch adds the virtual CAN bus (vcan) network driver.The vcan device is just a loopback device for CAN frames, noreal CAN hardware is involved.Signed-off-by: Oliver Hartkopp &lt;oliver.hartkopp@volkswagen.de&gt;Signed-off-by: Urs Thuermann &lt;urs.thuermann@volkswagen.de&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/can/Kconfig</description>
        <pubDate>Fri, 16 Nov 2007 23:56:08 +0000</pubDate>
        <dc:creator>Oliver Hartkopp &lt;oliver.hartkopp@volkswagen.de&gt;</dc:creator>
    </item>
<item>
        <title>ffd980f9 - [CAN]: Add broadcast manager (bcm) protocol</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/can/Kconfig#ffd980f9</link>
        <description>[CAN]: Add broadcast manager (bcm) protocolThis patch adds the CAN broadcast manager (bcm) protocol.Signed-off-by: Oliver Hartkopp &lt;oliver.hartkopp@volkswagen.de&gt;Signed-off-by: Urs Thuermann &lt;urs.thuermann@volkswagen.de&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/can/Kconfig</description>
        <pubDate>Fri, 16 Nov 2007 23:53:52 +0000</pubDate>
        <dc:creator>Oliver Hartkopp &lt;oliver.hartkopp@volkswagen.de&gt;</dc:creator>
    </item>
<item>
        <title>c18ce101 - [CAN]: Add raw protocol</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/can/Kconfig#c18ce101</link>
        <description>[CAN]: Add raw protocolThis patch adds the CAN raw protocol.Signed-off-by: Oliver Hartkopp &lt;oliver.hartkopp@volkswagen.de&gt;Signed-off-by: Urs Thuermann &lt;urs.thuermann@volkswagen.de&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/can/Kconfig</description>
        <pubDate>Fri, 16 Nov 2007 23:53:09 +0000</pubDate>
        <dc:creator>Oliver Hartkopp &lt;oliver.hartkopp@volkswagen.de&gt;</dc:creator>
    </item>
<item>
        <title>0d66548a - [CAN]: Add PF_CAN core module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/can/Kconfig#0d66548a</link>
        <description>[CAN]: Add PF_CAN core moduleThis patch adds the CAN core functionality but no protocols or drivers.No protocol implementations are included here.  They come as separatepatches.  Protocol numbers are already in include/linux/can.h.Signed-off-by: Oliver Hartkopp &lt;oliver.hartkopp@volkswagen.de&gt;Signed-off-by: Urs Thuermann &lt;urs.thuermann@volkswagen.de&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/can/Kconfig</description>
        <pubDate>Fri, 16 Nov 2007 23:52:17 +0000</pubDate>
        <dc:creator>Oliver Hartkopp &lt;oliver.hartkopp@volkswagen.de&gt;</dc:creator>
    </item>
</channel>
</rss>
