<?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>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/l2tp/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/l2tp/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>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/l2tp/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/l2tp/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>85644b4d - l2tp: Call udp_sock_create</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/l2tp/Kconfig#85644b4d</link>
        <description>l2tp: Call udp_sock_createIn l2tp driver call common function udp_sock_create to create thelistener UDP port.Signed-off-by: Tom Herbert &lt;therbert@google.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/l2tp/Kconfig</description>
        <pubDate>Mon, 14 Jul 2014 02:49:48 +0000</pubDate>
        <dc:creator>Tom Herbert &lt;therbert@google.com&gt;</dc:creator>
    </item>
<item>
        <title>41694365 - net/l2tp: remove depends on CONFIG_EXPERIMENTAL</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/l2tp/Kconfig#41694365</link>
        <description>net/l2tp: 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.CC: &quot;David S. Miller&quot; &lt;davem@davemloft.net&gt;Signed-off-by: Kees Cook &lt;keescook@chromium.org&gt;Acked-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/l2tp/Kconfig</description>
        <pubDate>Tue, 02 Oct 2012 18:19:50 +0000</pubDate>
        <dc:creator>Kees Cook &lt;keescook@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>fc181625 - l2tp: fix compile error when CONFIG_IPV6=m and CONFIG_L2TP=y</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/l2tp/Kconfig#fc181625</link>
        <description>l2tp: fix compile error when CONFIG_IPV6=m and CONFIG_L2TP=yWhen CONFIG_IPV6=m and CONFIG_L2TP=y, I got the following compile error:  LD      init/built-in.onet/built-in.o: In function `l2tp_xmit_core&apos;:l2tp_core.c:(.text+0x147781): undefined reference to `inet6_csk_xmit&apos;net/built-in.o: In function `l2tp_tunnel_create&apos;:(.text+0x149067): undefined reference to `udpv6_encap_enable&apos;net/built-in.o: In function `l2tp_ip6_recvmsg&apos;:l2tp_ip6.c:(.text+0x14e991): undefined reference to `ipv6_recv_error&apos;net/built-in.o: In function `l2tp_ip6_sendmsg&apos;:l2tp_ip6.c:(.text+0x14ec64): undefined reference to `fl6_sock_lookup&apos;l2tp_ip6.c:(.text+0x14ed6b): undefined reference to `datagram_send_ctl&apos;l2tp_ip6.c:(.text+0x14eda0): undefined reference to `fl6_sock_lookup&apos;l2tp_ip6.c:(.text+0x14ede5): undefined reference to `fl6_merge_options&apos;l2tp_ip6.c:(.text+0x14edf4): undefined reference to `ipv6_fixup_options&apos;l2tp_ip6.c:(.text+0x14ee5d): undefined reference to `fl6_update_dst&apos;l2tp_ip6.c:(.text+0x14eea3): undefined reference to `ip6_dst_lookup_flow&apos;l2tp_ip6.c:(.text+0x14eee7): undefined reference to `ip6_dst_hoplimit&apos;l2tp_ip6.c:(.text+0x14ef8b): undefined reference to `ip6_append_data&apos;l2tp_ip6.c:(.text+0x14ef9d): undefined reference to `ip6_flush_pending_frames&apos;l2tp_ip6.c:(.text+0x14efe2): undefined reference to `ip6_push_pending_frames&apos;net/built-in.o: In function `l2tp_ip6_destroy_sock&apos;:l2tp_ip6.c:(.text+0x14f090): undefined reference to `ip6_flush_pending_frames&apos;l2tp_ip6.c:(.text+0x14f0a0): undefined reference to `inet6_destroy_sock&apos;net/built-in.o: In function `l2tp_ip6_connect&apos;:l2tp_ip6.c:(.text+0x14f14d): undefined reference to `ip6_datagram_connect&apos;net/built-in.o: In function `l2tp_ip6_bind&apos;:l2tp_ip6.c:(.text+0x14f4fe): undefined reference to `ipv6_chk_addr&apos;net/built-in.o: In function `l2tp_ip6_init&apos;:l2tp_ip6.c:(.init.text+0x73fa): undefined reference to `inet6_add_protocol&apos;l2tp_ip6.c:(.init.text+0x740c): undefined reference to `inet6_register_protosw&apos;net/built-in.o: In function `l2tp_ip6_exit&apos;:l2tp_ip6.c:(.exit.text+0x1954): undefined reference to `inet6_unregister_protosw&apos;l2tp_ip6.c:(.exit.text+0x1965): undefined reference to `inet6_del_protocol&apos;net/built-in.o:(.rodata+0xf2d0): undefined reference to `inet6_release&apos;net/built-in.o:(.rodata+0xf2d8): undefined reference to `inet6_bind&apos;net/built-in.o:(.rodata+0xf308): undefined reference to `inet6_ioctl&apos;net/built-in.o:(.data+0x1af40): undefined reference to `ipv6_setsockopt&apos;net/built-in.o:(.data+0x1af48): undefined reference to `ipv6_getsockopt&apos;net/built-in.o:(.data+0x1af50): undefined reference to `compat_ipv6_setsockopt&apos;net/built-in.o:(.data+0x1af58): undefined reference to `compat_ipv6_getsockopt&apos;make: *** [vmlinux] Error 1This is due to l2tp uses symbols from IPV6, so when IPV6is a module, l2tp is not allowed to be builtin.Cc: David Miller &lt;davem@davemloft.net&gt;Signed-off-by: Cong Wang &lt;amwang@redhat.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/l2tp/Kconfig</description>
        <pubDate>Thu, 20 Sep 2012 20:36:06 +0000</pubDate>
        <dc:creator>Amerigo Wang &lt;amwang@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>0ad66140 - l2tp: Add debugfs files for dumping l2tp debug info</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/l2tp/Kconfig#0ad66140</link>
        <description>l2tp: Add debugfs files for dumping l2tp debug infoThe existing pppol2tp driver exports debug info to/proc/net/pppol2tp. Rather than adding info to that file for the newfunctionality added in this patch series, we add new files in debugfs,leaving the old /proc file for backwards compatibility (L2TPv2 only).Currently only one file is provided: l2tp/tunnels, which listsinternal debug info for all l2tp tunnels and sessions. More files maybe added later. The info is for debug and problem analysis only -userspace apps should use netlink to obtain status about l2tp tunnelsand sessions.Although debugfs does not support net namespaces, the tunnels andsessions dumped in l2tp/tunnels are only those in the net namespace ofthe process reading the file.Signed-off-by: James Chapman &lt;jchapman@katalix.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/l2tp/Kconfig</description>
        <pubDate>Fri, 02 Apr 2010 06:19:33 +0000</pubDate>
        <dc:creator>James Chapman &lt;jchapman@katalix.com&gt;</dc:creator>
    </item>
<item>
        <title>d9e31d17 - l2tp: Add L2TP ethernet pseudowire support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/l2tp/Kconfig#d9e31d17</link>
        <description>l2tp: Add L2TP ethernet pseudowire supportThis driver presents a regular net_device for each L2TP ethernetpseudowire instance. These interfaces are named l2tpethN by default,though userspace can specify an alternative name when the L2TPsession is created, if preferred. When the pseudowire is established,regular Linux networking utilities may be used to configure theinterface, i.e. give it IP address info or add it to a bridge. Anydata passed over the interface is carried over an L2TP tunnel.Signed-off-by: James Chapman &lt;jchapman@katalix.com&gt;Reviewed-by: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/l2tp/Kconfig</description>
        <pubDate>Fri, 02 Apr 2010 06:19:26 +0000</pubDate>
        <dc:creator>James Chapman &lt;jchapman@katalix.com&gt;</dc:creator>
    </item>
<item>
        <title>0d76751f - l2tp: Add L2TPv3 IP encapsulation (no UDP) support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/l2tp/Kconfig#0d76751f</link>
        <description>l2tp: Add L2TPv3 IP encapsulation (no UDP) supportThis patch adds a new L2TPIP socket family and modifies the core tohandle the case where there is no UDP header in the L2TPpacket. L2TP/IP uses IP protocol 115. Since L2TP/UDP and L2TP/IPpackets differ in layout, the datapath packet handling code needschanges too. Userspace uses an L2TPIP socket instead of a UDP socketwhen IP encapsulation is required.We can&apos;t use raw sockets for this because the semantics of raw socketsdon&apos;t lend themselves to the socket-per-tunnel model - we need toSigned-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/l2tp/Kconfig</description>
        <pubDate>Fri, 02 Apr 2010 06:19:00 +0000</pubDate>
        <dc:creator>James Chapman &lt;jchapman@katalix.com&gt;</dc:creator>
    </item>
<item>
        <title>f7faffa3 - l2tp: Add L2TPv3 protocol support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/l2tp/Kconfig#f7faffa3</link>
        <description>l2tp: Add L2TPv3 protocol supportThe L2TPv3 protocol changes the layout of the L2TP packetheader. Tunnel and session ids change from 16-bit to 32-bit values,data sequence numbers change from 16-bit to 24-bit values and PPP-specificfields are moved into protocol-specific subheaders.Although this patch introduces L2TPv3 protocol support, there are nouserspace interfaces to create L2TPv3 sessions yet.Signed-off-by: James Chapman &lt;jchapman@katalix.com&gt;Reviewed-by: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/l2tp/Kconfig</description>
        <pubDate>Fri, 02 Apr 2010 06:18:49 +0000</pubDate>
        <dc:creator>James Chapman &lt;jchapman@katalix.com&gt;</dc:creator>
    </item>
<item>
        <title>fd558d18 - l2tp: Split pppol2tp patch into separate l2tp and ppp parts</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/l2tp/Kconfig#fd558d18</link>
        <description>l2tp: Split pppol2tp patch into separate l2tp and ppp partsThis patch splits the pppol2tp driver into separate L2TP and PPP partsto prepare for L2TPv3 support. In L2TPv3, protocols other than PPP canbe carried, so this split creates a common L2TP core that will handlethe common L2TP bits which protocol support modules such as PPP willuse.Note that the existing pppol2tp module is split into l2tp_core andl2tp_ppp by this change.There are no feature changes here. Internally, however, there aresignificant changes, mostly to handle the separation of PPP-specificdata from the L2TP session and to provide hooks in the core formodules like PPP to access.Signed-off-by: James Chapman &lt;jchapman@katalix.com&gt;Reviewed-by: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/l2tp/Kconfig</description>
        <pubDate>Fri, 02 Apr 2010 06:18:33 +0000</pubDate>
        <dc:creator>James Chapman &lt;jchapman@katalix.com&gt;</dc:creator>
    </item>
</channel>
</rss>
