<?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>b261d222 - lib/crc: remove CONFIG_LIBCRC32C</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/netfilter/ipvs/Kconfig#b261d222</link>
        <description>lib/crc: remove CONFIG_LIBCRC32CNow that LIBCRC32C does nothing besides select CRC32, make every optionthat selects LIBCRC32C instead select CRC32 directly.  Then removeLIBCRC32C.Reviewed-by: Christoph Hellwig &lt;hch@lst.de&gt;Reviewed-by: &quot;Martin K. Petersen&quot; &lt;martin.petersen@oracle.com&gt;Acked-by: Ard Biesheuvel &lt;ardb@kernel.org&gt;Link: https://lore.kernel.org/r/20250401221600.24878-8-ebiggers@kernel.orgSigned-off-by: Eric Biggers &lt;ebiggers@google.com&gt;

            List of files:
            /linux-6.15/net/netfilter/ipvs/Kconfig</description>
        <pubDate>Tue, 01 Apr 2025 22:16:00 +0000</pubDate>
        <dc:creator>Eric Biggers &lt;ebiggers@google.com&gt;</dc:creator>
    </item>
<item>
        <title>04292c69 - ipvs: increase ip_vs_conn_tab_bits range for 64BIT</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/netfilter/ipvs/Kconfig#04292c69</link>
        <description>ipvs: increase ip_vs_conn_tab_bits range for 64BITCurrent range [8, 20] is set purely due to historical reasonsbecause at the time, ~1M (2^20) was considered sufficient.With this change, 27 is the upper limit for 64-bit, 20 otherwise.Previous change regarding this limit is here.Link: https://lore.kernel.org/all/86eabeb9dd62aebf1e2533926fdd13fed48bab1f.1631289960.git.aclaudi@redhat.com/T/#uSigned-off-by: Abhijeet Rastogi &lt;abhijeet.1989@gmail.com&gt;Acked-by: Julian Anastasov &lt;ja@ssi.bg&gt;Acked-by: Simon Horman &lt;horms@kernel.org&gt;Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;

            List of files:
            /linux-6.15/net/netfilter/ipvs/Kconfig</description>
        <pubDate>Wed, 17 May 2023 03:08:49 +0000</pubDate>
        <dc:creator>Abhijeet Rastogi &lt;abhijeet.1989@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>06f02993 - netfilter: Remove leading spaces in Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/netfilter/ipvs/Kconfig#06f02993</link>
        <description>netfilter: Remove leading spaces in KconfigRemove leading spaces before tabs in Kconfig file(s) by running thefollowing command:  $ find net/netfilter -name &apos;Kconfig*&apos; | xargs sed -r -i &apos;s/^[ ]+\t/\t/&apos;Signed-off-by: Juerg Haefliger &lt;juergh@canonical.com&gt;Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;

            List of files:
            /linux-6.15/net/netfilter/ipvs/Kconfig</description>
        <pubDate>Mon, 17 May 2021 09:58:50 +0000</pubDate>
        <dc:creator>Juerg Haefliger &lt;juerg.haefliger@canonical.com&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/netfilter/ipvs/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/netfilter/ipvs/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>012da53d - ipvs: add weighted random twos choice algorithm</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/netfilter/ipvs/Kconfig#012da53d</link>
        <description>ipvs: add weighted random twos choice algorithmAdds the random twos choice load-balancing algorithm. The algorithm willpick two random servers based on weights. Then select the server withthe least amount of connections normalized by weight. The algorithmavoids the &quot;herd behavior&quot; problem. The algorithm comes from a paperby Michael Mitzenmacher available herehttp://www.eecs.harvard.edu/~michaelm/NEWWORK/postscripts/twosurvey.pdfSigned-off-by: Darby Payne &lt;darby.payne@gmail.com&gt;Acked-by: Julian Anastasov &lt;ja@ssi.bg&gt;Acked-by: Simon Horman &lt;horms@verge.net.au&gt;Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;

            List of files:
            /linux-6.15/net/netfilter/ipvs/Kconfig</description>
        <pubDate>Wed, 06 Jan 2021 19:02:42 +0000</pubDate>
        <dc:creator>Darby Payne &lt;darby.payne@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>144b0a0e - ipvs: remove dependency on ip6_tables</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/netfilter/ipvs/Kconfig#144b0a0e</link>
        <description>ipvs: remove dependency on ip6_tablesThis dependency was added because ipv6_find_hdr was in iptables specificcode but is no longer requiredFixes: f8f626754ebe (&quot;ipv6: Move ipv6_find_hdr() out of Netfilter code.&quot;)Fixes: 63dca2c0b0e7 (&quot;ipvs: Fix faulty IPv6 extension header handling in IPVS&quot;)Signed-off-by: Yaroslav Bolyukin &lt;iam@lach.pw&gt;Acked-by: Julian Anastasov &lt;ja@ssi.bg&gt;Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;

            List of files:
            /linux-6.15/net/netfilter/ipvs/Kconfig</description>
        <pubDate>Sat, 29 Aug 2020 13:59:53 +0000</pubDate>
        <dc:creator>Yaroslav Bolyukin &lt;iam@lach.pw&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/netfilter/ipvs/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/netfilter/ipvs/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>bf69abad - net: Fix Kconfig indentation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/netfilter/ipvs/Kconfig#bf69abad</link>
        <description>net: Fix Kconfig indentationAdjust indentation from spaces to tab (+optional two spaces) as incoding style with command like:    $ sed -e &apos;s/^        /\t/&apos; -i */KconfigSigned-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Acked-by: Sven Eckelmann &lt;sven@narfation.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/netfilter/ipvs/Kconfig</description>
        <pubDate>Mon, 23 Sep 2019 15:52:42 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzk@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/netfilter/ipvs/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/netfilter/ipvs/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>098e13f5 - ipvs: fix dependency on nf_defrag_ipv6</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/netfilter/ipvs/Kconfig#098e13f5</link>
        <description>ipvs: fix dependency on nf_defrag_ipv6ipvs relies on nf_defrag_ipv6 module to manage IPv6 fragmentation,but lacks proper Kconfig dependencies and does not explicitlyrequest defrag features.As a result, if netfilter hooks are not loaded, when IPv6 fragmentedpacket are handled by ipvs only the first fragment makes through.Fix it properly declaring the dependency on Kconfig and registeringnetfilter hooks on ip_vs_add_service() and ip_vs_new_dest().Reported-by: Li Shuang &lt;shuali@redhat.com&gt;Signed-off-by: Andrea Claudi &lt;aclaudi@redhat.com&gt;Acked-by: Julian Anastasov &lt;ja@ssi.bg&gt;Acked-by: Simon Horman &lt;horms@verge.net.au&gt;Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;

            List of files:
            /linux-6.15/net/netfilter/ipvs/Kconfig</description>
        <pubDate>Mon, 11 Feb 2019 15:14:39 +0000</pubDate>
        <dc:creator>Andrea Claudi &lt;aclaudi@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>3723c632 - treewide: convert ISO_8859-1 text comments to utf-8</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/netfilter/ipvs/Kconfig#3723c632</link>
        <description>treewide: convert ISO_8859-1 text comments to utf-8Almost all files in the kernel are either plain text or UTF-8 encoded.  Acouple however are ISO_8859-1, usually just a few characters in a Ccomments, for historic reasons.This converts them all to UTF-8 for consistency.Link: http://lkml.kernel.org/r/20180724111600.4158975-1-arnd@arndb.deSigned-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Acked-by: Simon Horman &lt;horms@verge.net.au&gt;			[IPVS portion]Acked-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;	[IIO]Acked-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;			[powerpc]Acked-by: Rob Herring &lt;robh@kernel.org&gt;Cc: Joe Perches &lt;joe@perches.com&gt;Cc: Arnd Bergmann &lt;arnd@arndb.de&gt;Cc: Samuel Ortiz &lt;sameo@linux.intel.com&gt;Cc: &quot;David S. Miller&quot; &lt;davem@davemloft.net&gt;Cc: Rob Herring &lt;robh+dt@kernel.org&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/net/netfilter/ipvs/Kconfig</description>
        <pubDate>Fri, 24 Aug 2018 00:01:26 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>30edf801 - netfilter: ipvs: Add configurations of Maglev hashing</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/netfilter/ipvs/Kconfig#30edf801</link>
        <description>netfilter: ipvs: Add configurations of Maglev hashingTo build the maglev hashing scheduler, add some configurationto Kconfig and Makefile. - The compile configurations of MH are added to the Kconfig. - The MH build rule is added to the Makefile.Signed-off-by: Inju Song &lt;inju.song@navercorp.com&gt;Signed-off-by: Julian Anastasov &lt;ja@ssi.bg&gt;Signed-off-by: Simon Horman &lt;horms@verge.net.au&gt;

            List of files:
            /linux-6.15/net/netfilter/ipvs/Kconfig</description>
        <pubDate>Tue, 27 Mar 2018 14:15:54 +0000</pubDate>
        <dc:creator>Inju Song &lt;inju.song@navercorp.com&gt;</dc:creator>
    </item>
<item>
        <title>eefa32d3 - ipvs: Add ovf scheduler</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/netfilter/ipvs/Kconfig#eefa32d3</link>
        <description>ipvs: Add ovf schedulerThe weighted overflow scheduling algorithm directs network connectionsto the server with the highest weight that is currently availableand overflows to the next when active connections exceed the node&apos;s weight.Signed-off-by: Raducu Deaconu &lt;rhadoo.io88@gmail.com&gt;Acked-by: Julian Anastasov &lt;ja@ssi.bg&gt;Signed-off-by: Simon Horman &lt;horms@verge.net.au&gt;

            List of files:
            /linux-6.15/net/netfilter/ipvs/Kconfig</description>
        <pubDate>Fri, 17 Jul 2015 05:45:40 +0000</pubDate>
        <dc:creator>Raducu Deaconu &lt;rhadoo.io88@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>616a9be2 - ipvs: Add simple weighted failover scheduler</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/netfilter/ipvs/Kconfig#616a9be2</link>
        <description>ipvs: Add simple weighted failover schedulerAdd simple weighted IPVS failover support to the Linux kernel. Allother scheduling modules implement some form of load balancing, whilethis offers a simple failover solution. Connections are directed tothe appropriate server based solely on highest weight value and serveravailability. Tested functionality with keepalived.Signed-off-by: Kenny Mathis &lt;kmathis@chokepoint.net&gt;Acked-by: Julian Anastasov &lt;ja@ssi.bg&gt;Signed-off-by: Simon Horman &lt;horms@verge.net.au&gt;

            List of files:
            /linux-6.15/net/netfilter/ipvs/Kconfig</description>
        <pubDate>Tue, 09 Sep 2014 13:20:15 +0000</pubDate>
        <dc:creator>Kenny Mathis &lt;kmathis@chokepoint.net&gt;</dc:creator>
    </item>
<item>
        <title>2f74713d - ipvs: Complete IPv6 fragment handling for IPVS</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/netfilter/ipvs/Kconfig#2f74713d</link>
        <description>ipvs: Complete IPv6 fragment handling for IPVSIPVS now supports fragmented packets, with support from nf_conntrack_reasm.cBased on patch from: Hans Schillstrom.IPVS do like conntrack i.e. use the skb-&gt;nfct_reasm(i.e. when all fragments is collected, nf_ct_frag6_output()starts a &quot;re-play&quot; of all fragments into the interruptedPREROUTING chain at prio -399 (NF_IP6_PRI_CONNTRACK_DEFRAG+1)with nfct_reasm pointing to the assembled packet.)Notice, module nf_defrag_ipv6 must be loaded for this to work.Report unhandled fragments, and recommend user to load nf_defrag_ipv6.To handle fw-mark for fragments.  Add a new IPVS hook into preroutingchain at prio -99 (NF_IP6_PRI_NAT_DST+1) to catch fragments, and copyfw-mark info from the first packet with an upper layer header.IPv6 fragment handling should be the last thing on the IPVS IPv6missing support list.Signed-off-by: Jesper Dangaard Brouer &lt;brouer@redhat.com&gt;Signed-off-by: Hans Schillstrom &lt;hans@schillstrom.com&gt;Acked-by: Julian Anastasov &lt;ja@ssi.bg&gt;Signed-off-by: Simon Horman &lt;horms@verge.net.au&gt;

            List of files:
            /linux-6.15/net/netfilter/ipvs/Kconfig</description>
        <pubDate>Wed, 26 Sep 2012 12:06:59 +0000</pubDate>
        <dc:creator>Jesper Dangaard Brouer &lt;brouer@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>63dca2c0 - ipvs: Fix faulty IPv6 extension header handling in IPVS</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/netfilter/ipvs/Kconfig#63dca2c0</link>
        <description>ipvs: Fix faulty IPv6 extension header handling in IPVSIPv6 packets can contain extension headers, thus its wrong to assumethat the transport/upper-layer header, starts right after (structipv6hdr) the IPv6 header.  IPVS uses this false assumption, and willwrite SNAT &amp; DNAT modifications at a fixed pos which will corrupt themessage.To fix this, proper header position must be found before modifyingpackets.  Introducing ip_vs_fill_iph_skb(), which uses ipv6_find_hdr()to skip the exthdrs. It finds (1) the transport header offset, (2) theprotocol, and (3) detects if the packet is a fragment.Note, that fragments in IPv6 is represented via an exthdr.  Thus, thisis detected while skipping through the exthdrs.This patch depends on commit 84018f55a: &quot;netfilter: ip6_tables: add flags parameter to ipv6_find_hdr()&quot;This also adds a dependency to ip6_tables.Originally based on patch from: Hans SchillstromkABI notes:Changing struct ip_vs_iphdr is a potential minor kABI breaker,because external modules can be compiled with another version ofthis struct.  This should not matter, as they would most-likelybe using a compiled-in version of ip_vs_fill_iphdr().  Whenrecompiled, they will notice ip_vs_fill_iphdr() no longer exists,and they have to used ip_vs_fill_iph_skb() instead.Signed-off-by: Jesper Dangaard Brouer &lt;brouer@redhat.com&gt;Acked-by: Julian Anastasov &lt;ja@ssi.bg&gt;Signed-off-by: Simon Horman &lt;horms@verge.net.au&gt;

            List of files:
            /linux-6.15/net/netfilter/ipvs/Kconfig</description>
        <pubDate>Wed, 26 Sep 2012 12:06:41 +0000</pubDate>
        <dc:creator>Jesper Dangaard Brouer &lt;brouer@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>aaea4ed7 - ipvs: ip_vs_ftp depends on nf_conntrack_ftp helper</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/netfilter/ipvs/Kconfig#aaea4ed7</link>
        <description>ipvs: ip_vs_ftp depends on nf_conntrack_ftp helper	The FTP application indirectly depends on thenf_conntrack_ftp helper for proper NAT support. If themodule is not loaded, IPVS can resize the packets for thecommand connection, eg. PASV response but the SEQ adjustmentlogic in ipv4_confirm is not called without helper.Signed-off-by: Julian Anastasov &lt;ja@ssi.bg&gt;Signed-off-by: Simon Horman &lt;horms@verge.net.au&gt;

            List of files:
            /linux-6.15/net/netfilter/ipvs/Kconfig</description>
        <pubDate>Sat, 07 Jul 2012 17:32:12 +0000</pubDate>
        <dc:creator>Julian Anastasov &lt;ja@ssi.bg&gt;</dc:creator>
    </item>
<item>
        <title>76ad94fc - IPVS: Modify the SH scheduler to use weights</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/netfilter/ipvs/Kconfig#76ad94fc</link>
        <description>IPVS: Modify the SH scheduler to use weightsModify the algorithm to build the source hashing hash table to addextra slots for destinations with higher weight. This has the effectof allowing an IPVS SH user to give more connections to hosts thathave been configured to have a higher weight.The reason for the Kconfig change is because the size of the hash tablebecomes more relevant/important if you decide to use the weights in themanner this patch lets you. It would be conceivable that someone mightneed to increase the size of that table to accommodate theirconfiguration, so it will be handy to be able to do that through theregular configuration system instead of editing the source.Signed-off-by: Michael Maxim &lt;mike@okcupid.com&gt;Signed-off-by: Simon Horman &lt;horms@verge.net.au&gt;Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;

            List of files:
            /linux-6.15/net/netfilter/ipvs/Kconfig</description>
        <pubDate>Thu, 08 Dec 2011 15:55:09 +0000</pubDate>
        <dc:creator>Michael Maxim &lt;mike@okcupid.com&gt;</dc:creator>
    </item>
<item>
        <title>3f9416ca - drop &quot;select GCD&quot; from three Kconfig files</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/netfilter/ipvs/Kconfig#3f9416ca</link>
        <description>drop &quot;select GCD&quot; from three Kconfig filesThere is no Kconfig symbol named GCD. The three select statements forthat symbol are nops. Drop these.Signed-off-by: Paul Bolle &lt;pebolle@tiscali.nl&gt;Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;

            List of files:
            /linux-6.15/net/netfilter/ipvs/Kconfig</description>
        <pubDate>Sat, 12 Nov 2011 21:47:36 +0000</pubDate>
        <dc:creator>Paul Bolle &lt;pebolle@tiscali.nl&gt;</dc:creator>
    </item>
<item>
        <title>dba4490d - netfilter: fix IP_VS dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/netfilter/ipvs/Kconfig#dba4490d</link>
        <description>netfilter: fix IP_VS dependenciesWhen NF_CONNTRACK is enabled, IP_VS uses conntrack symbols.Therefore IP_VS can&apos;t be linked statically when conntrackis built modular.Reported-by: Justin P. Mattock &lt;justinmattock@gmail.com&gt;Tested-by: Justin P. Mattock &lt;justinmattock@gmail.com&gt;Signed-off-by: Patrick McHardy &lt;kaber@trash.net&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/netfilter/ipvs/Kconfig</description>
        <pubDate>Thu, 18 Nov 2010 08:20:57 +0000</pubDate>
        <dc:creator>Patrick McHardy &lt;kaber@trash.net&gt;</dc:creator>
    </item>
</channel>
</rss>
