<?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/sctp/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/sctp/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>965ae444 - sctp: create udp4 sock and add its encap_rcv</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/sctp/Kconfig#965ae444</link>
        <description>sctp: create udp4 sock and add its encap_rcvThis patch is to add the functions to create/release udp4 sock,and set the sock&apos;s encap_rcv to process the incoming udp encapsctp packets. In sctp_udp_rcv(), as we can see, all we need todo is fix the transport header for sctp_rcv(), then it wouldimplement the part of rfc6951#section-5.4:  &quot;When an encapsulated packet is received, the UDP header is removed.   Then, the generic lookup is performed, as done by an SCTP stack   whenever a packet is received, to find the association for the   received SCTP packet&quot;Note that these functions will be called in the last patch ofthis patchset when enabling this feature.v1-&gt;v2:  - Add pr_err() when fails to create udp v4 sock.v2-&gt;v3:  - Add &apos;select NET_UDP_TUNNEL&apos; in sctp Kconfig.v3-&gt;v4:  - No change.v4-&gt;v5:  - Change to set udp_port to 0 by default.Signed-off-by: Xin Long &lt;lucien.xin@gmail.com&gt;Acked-by: Marcelo Ricardo Leitner &lt;marcelo.leitner@gmail.com&gt;Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/net/sctp/Kconfig</description>
        <pubDate>Thu, 29 Oct 2020 07:04:58 +0000</pubDate>
        <dc:creator>Xin Long &lt;lucien.xin@gmail.com&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/sctp/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/sctp/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>9a233d32 - net: sctp: Fix spelling in Kconfig help</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/sctp/Kconfig#9a233d32</link>
        <description>net: sctp: Fix spelling in Kconfig helpChange &apos;handeled&apos; to &apos;handled&apos; in the Kconfig help for SCTP.Signed-off-by: Chris Packham &lt;chris.packham@alliedtelesis.co.nz&gt;Acked-by: Marcelo Ricardo Leitner &lt;marcelo.leitner@gmail.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/sctp/Kconfig</description>
        <pubDate>Mon, 25 May 2020 22:55:59 +0000</pubDate>
        <dc:creator>Chris Packham &lt;chris.packham@alliedtelesis.co.nz&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/sctp/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/sctp/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>aa462252 - sctp: whitespace fixes</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/sctp/Kconfig#aa462252</link>
        <description>sctp: whitespace fixesRemove blank line at EOF and trailing whitespace.Signed-off-by: Stephen Hemminger &lt;stephen@networkplumber.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/sctp/Kconfig</description>
        <pubDate>Tue, 24 Jul 2018 19:29:08 +0000</pubDate>
        <dc:creator>Stephen Hemminger &lt;stephen@networkplumber.org&gt;</dc:creator>
    </item>
<item>
        <title>fa4475f7 - net: sctp: Remove debug SCTP probe module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/sctp/Kconfig#fa4475f7</link>
        <description>net: sctp: Remove debug SCTP probe moduleRemove SCTP probe module since jprobe has been deprecated.That function is now replaced by sctp/sctp_probe andsctp/sctp_probe_path trace-events.You can use it via ftrace or perftools.Signed-off-by: Masami Hiramatsu &lt;mhiramat@kernel.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/sctp/Kconfig</description>
        <pubDate>Fri, 29 Dec 2017 02:47:20 +0000</pubDate>
        <dc:creator>Masami Hiramatsu &lt;mhiramat@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>8f840e47 - sctp: add the sctp_diag.c file</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/sctp/Kconfig#8f840e47</link>
        <description>sctp: add the sctp_diag.c fileThis one will implement all the interface of inet_diag, inet_diag_handler.which includes sctp_diag_dump, sctp_diag_dump_one and sctp_diag_get_info.It will work as a module, and register inet_diag_handler when loading.v2-&gt;v3:- fix the mistake in inet_assoc_attr_size().- change inet_diag_msg_laddrs_fill() name to inet_diag_msg_sctpladdrs_fill.- change inet_diag_msg_paddrs_fill() name to inet_diag_msg_sctpaddrs_fill.- add inet_diag_msg_sctpinfo_fill() to make asoc/ep fill code clearer.- add inet_diag_msg_sctpasoc_fill() to make asoc fill code clearer.- merge inet_asoc_diag_fill() and inet_ep_diag_fill() to  inet_sctp_diag_fill().- call sctp_diag_get_info() directly, instead by handler, cause the caller  is in the same file with it.- call lock_sock in sctp_tsp_dump_one() to make sure we call get sctp info  safely.- after lock_sock(sk), we should check sk != assoc-&gt;base.sk.- change mem[SK_MEMINFO_WMEM_ALLOC] to asoc-&gt;sndbuf_used for asoc dump when  asoc-&gt;ep-&gt;sndbuf_policy is set. don&apos;t use INET_DIAG_MEMINFO attr any more.Signed-off-by: Xin Long &lt;lucien.xin@gmail.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/sctp/Kconfig</description>
        <pubDate>Thu, 14 Apr 2016 07:35:33 +0000</pubDate>
        <dc:creator>Xin Long &lt;lucien.xin@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e02010ad - net: sctp: get rid of SCTP_DBG_TSNS entirely</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/sctp/Kconfig#e02010ad</link>
        <description>net: sctp: get rid of SCTP_DBG_TSNS entirelyAfter having reworked the debugging framework, Neil and Vlad agreed toget rid of the leftover SCTP_DBG_TSNS code for a couple of reasons:We can use systemtap scripts to investigate these things, we now havepr_debug() helpers that make life easier, and if we really need anythingelse besides those tools, we will be forced to come up with somethingbetter than we have there. Therefore, get rid of this ifdef debuggingcode entirely for now.Signed-off-by: Daniel Borkmann &lt;dborkman@redhat.com&gt;CC: Vlad Yasevich &lt;vyasevich@gmail.com&gt;CC: Neil Horman &lt;nhorman@tuxdriver.com&gt;Acked-by: Neil Horman &lt;nhorman@tuxdriver.com&gt;Acked-by: Vlad Yasevich &lt;vyasevich@gmail.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/sctp/Kconfig</description>
        <pubDate>Mon, 01 Jul 2013 09:31:36 +0000</pubDate>
        <dc:creator>Daniel Borkmann &lt;dborkman@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>bb33381d - net: sctp: rework debugging framework to use pr_debug and friends</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/sctp/Kconfig#bb33381d</link>
        <description>net: sctp: rework debugging framework to use pr_debug and friendsWe should get rid of all own SCTP debug printk macros and use the onesthat the kernel offers anyway instead. This makes the code more readableand conform to the kernel code, and offers all the features of dynamicdebbuging that pr_debug() et al has, such as only turning on/off portionsof debug messages at runtime through debugfs. The runtime cost of havingCONFIG_DYNAMIC_DEBUG enabled, but none of the debug statements printing,is negligible [1]. If kernel debugging is completly turned off, then thesestatements will also compile into &quot;empty&quot; functions.While we&apos;re at it, we also need to change the Kconfig option as it /now/only refers to the ifdef&apos;ed code portions in outqueue.c that enable furtherdebugging/tracing of SCTP transaction fields. Also, since SCTP_ASSERT codewas enabled with this Kconfig option and has now been removed, wetransform those code parts into WARNs resp. where appropriate BUG_ONs sothat those bugs can be more easily detected as probably not many peoplehave SCTP debugging permanently turned on.To turn on all SCTP debugging, the following steps are needed: # mount -t debugfs none /sys/kernel/debug # echo -n &apos;module sctp +p&apos; &gt; /sys/kernel/debug/dynamic_debug/controlThis can be done more fine-grained on a per file, per line basis and othersas described in [2]. [1] https://www.kernel.org/doc/ols/2009/ols2009-pages-39-46.pdf [2] Documentation/dynamic-debug-howto.txtSigned-off-by: Daniel Borkmann &lt;dborkman@redhat.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/sctp/Kconfig</description>
        <pubDate>Fri, 28 Jun 2013 17:49:40 +0000</pubDate>
        <dc:creator>Daniel Borkmann &lt;dborkman@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>3bdb1a44 - net, sctp: remove CONFIG_EXPERIMENTAL</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/sctp/Kconfig#3bdb1a44</link>
        <description>net, sctp: remove CONFIG_EXPERIMENTALThis config item has not carried much meaning for a while now and isalmost always enabled by default. As agreed during the Linux kernelsummit, remove it.Acked-by: Vlad Yasevich &lt;vyasevich@gmail.com&gt;Acked-by: Steven Whitehouse &lt;swhiteho@redhat.com&gt;Signed-off-by: Kees Cook &lt;keescook@chromium.org&gt;Signed-off-by: David Rientjes &lt;rientjes@google.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/sctp/Kconfig</description>
        <pubDate>Wed, 13 Feb 2013 00:24:56 +0000</pubDate>
        <dc:creator>Kees Cook &lt;keescook@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>52ae2a01 - net/sctp: remove depends on CONFIG_EXPERIMENTAL</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/sctp/Kconfig#52ae2a01</link>
        <description>net/sctp: 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: Vlad Yasevich &lt;vyasevich@gmail.com&gt;CC: Sridhar Samudrala &lt;sri@us.ibm.com&gt;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;Acked-by: Vlad Yasevich &lt;vyasevich@gmail.com&gt;

            List of files:
            /linux-6.15/net/sctp/Kconfig</description>
        <pubDate>Tue, 02 Oct 2012 18:20:01 +0000</pubDate>
        <dc:creator>Kees Cook &lt;keescook@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>36a25de2 - sctp: fix Kconfig bug in default cookie hmac selection</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/sctp/Kconfig#36a25de2</link>
        <description>sctp: fix Kconfig bug in default cookie hmac selectionCommit 0d0863b02002 (&quot;sctp: Change defaults on cookie hmac selection&quot;)added a &quot;choice&quot; to the sctp Kconfig file.  It introduced a bug whichled to an infinite loop when while running &quot;make oldconfig&quot;.The problem is that the wrong symbol was defined as the default valuefor the choice.  Using the correct value gets rid of the infinite loop.Note:  if CONFIG_SCTP_COOKIE_HMAC_SHA1=y was present in the inputconfig file, both that and CONFIG_SCTP_COOKIE_HMAC_MD5=y be presentin the generated config file.Signed-off-by: Alex Elder &lt;elder@inktank.com&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/net/sctp/Kconfig</description>
        <pubDate>Mon, 07 Jan 2013 16:47:46 +0000</pubDate>
        <dc:creator>Alex Elder &lt;elder@inktank.com&gt;</dc:creator>
    </item>
<item>
        <title>0d0863b0 - sctp: Change defaults on cookie hmac selection</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/sctp/Kconfig#0d0863b0</link>
        <description>sctp: Change defaults on cookie hmac selectionRecently I posted commit 3c68198e75 which made selection of the cookie hmacalgorithm selectable.  This is all well and good, but Linus noted that itchanges the default config:http://marc.info/?l=linux-netdev&amp;m=135536629004808&amp;w=2I&apos;ve modified the sctp Kconfig file to reflect the recommended way of makingthis choice, using the thermal driver example specified, and brought thedefaults back into line with the way they were prior to my origional patchAlso, on Linus&apos; suggestion, re-adding ability to select default &apos;none&apos; hmacalgorithm, so we don&apos;t needlessly bloat the kernel by forcing a non-nonedefault.  This also led me to note that we won&apos;t honor the default nonecondition properly because of how sctp_net_init is encoded.  Fix that up aswell.Tested by myself (allbeit fairly quickly).  All configuration combinations seemsto work soundly.Signed-off-by: Neil Horman &lt;nhorman@tuxdriver.com&gt;CC: David Miller &lt;davem@davemloft.net&gt;CC: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;CC: Vlad Yasevich &lt;vyasevich@gmail.com&gt;CC: linux-sctp@vger.kernel.orgSigned-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/sctp/Kconfig</description>
        <pubDate>Fri, 14 Dec 2012 15:22:01 +0000</pubDate>
        <dc:creator>Neil Horman &lt;nhorman@tuxdriver.com&gt;</dc:creator>
    </item>
<item>
        <title>3c68198e - sctp: Make hmac algorithm selection for cookie generation dynamic</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/sctp/Kconfig#3c68198e</link>
        <description>sctp: Make hmac algorithm selection for cookie generation dynamicCurrently sctp allows for the optional use of md5 of sha1 hmac algorithms togenerate cookie values when establishing new connections via two build timeconfig options.  Theres no real reason to make this a static selection.  We canadd a sysctl that allows for the dynamic selection of these algorithms at runtime, with the default value determined by the corresponding crypto libraryavailability.This comes in handy when, for example running a system in FIPS mode, where useof md5 is disallowed, but SHA1 is permitted.Note: This new sysctl has no corresponding socket option to select the cookiehmac algorithm.  I chose not to implement that intentionally, as RFC 6458contains no option for this value, and I opted not to pollute the socket optionnamespace.Change notes:v2)	* Updated subject to have the proper sctp prefix as per Dave M.	* Replaced deafult selection options with new options that allow	  developers to explicitly select available hmac algs at build time	  as per suggestion by Vlad Y.Signed-off-by: Neil Horman &lt;nhorman@tuxdriver.com&gt;CC: Vlad Yasevich &lt;vyasevich@gmail.com&gt;CC: &quot;David S. Miller&quot; &lt;davem@davemloft.net&gt;CC: netdev@vger.kernel.orgAcked-by: Vlad Yasevich &lt;vyasevich@gmail.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/sctp/Kconfig</description>
        <pubDate>Wed, 24 Oct 2012 09:20:03 +0000</pubDate>
        <dc:creator>Neil Horman &lt;nhorman@tuxdriver.com&gt;</dc:creator>
    </item>
<item>
        <title>787a51a0 - sctp: implement sctp association probing module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/sctp/Kconfig#787a51a0</link>
        <description>sctp: implement sctp association probing moduleThis patch implement sctp association probing module, the modulewill be called sctp_probe.This module allows for capturing the changes to SCTP associationstate in response to incoming packets. It is used for debuggingSCTP congestion control algorithms.Usage:  $ modprobe sctp_probe [full=n] [port=n] [bufsize=n]  $ cat /proc/net/sctpprobe  The output format is:    TIME     ASSOC     LPORT RPORT MTU    RWND  UNACK &lt;REMOTE-ADDR   STATE  CWND   SSTHRESH  INFLIGHT  PARTIAL_BYTES_ACKED MTU&gt; ...  The output will be like this:    9.226086 c4064c48  9000  8000  1500    53352     1 *192.168.0.19  1     4380    54784     1252        0     1500    9.287195 c4064c48  9000  8000  1500    45144     5 *192.168.0.19  1     5880    54784     6500        0     1500    9.289130 c4064c48  9000  8000  1500    42724     5 *192.168.0.19  1     7380    54784     6500        0     1500    9.620332 c4064c48  9000  8000  1500    48284     4 *192.168.0.19  1     8880    54784     5200        0     1500    ......Signed-off-by: Wei Yongjun &lt;yjwei@cn.fujitsu.com&gt;Signed-off-by: Vlad Yasevich &lt;vladislav.yasevich@hp.com&gt;

            List of files:
            /linux-6.15/net/sctp/Kconfig</description>
        <pubDate>Sat, 01 May 2010 02:41:09 +0000</pubDate>
        <dc:creator>Wei Yongjun &lt;yjwei@cn.fujitsu.com&gt;</dc:creator>
    </item>
<item>
        <title>c4e85f82 - sctp: Don&apos;t abort initialization when CONFIG_PROC_FS=n</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/sctp/Kconfig#c4e85f82</link>
        <description>sctp: Don&apos;t abort initialization when CONFIG_PROC_FS=nThis puts CONFIG_PROC_FS defines around the proc init/exit functionsand also avoids compiling proc.c if procfs is not supported.Also make SCTP_DBG_OBJCNT depend on procfs.Signed-off-by: Florian Westphal &lt;fw@strlen.de&gt;Signed-off-by: Vlad Yasevich &lt;vladislav.yasevich@hp.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/sctp/Kconfig</description>
        <pubDate>Sat, 19 Jul 2008 06:03:44 +0000</pubDate>
        <dc:creator>Florian Westphal &lt;fw@strlen.de&gt;</dc:creator>
    </item>
<item>
        <title>9ad0977f - [SCTP]: Use crc32c library for checksum calculations.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/sctp/Kconfig#9ad0977f</link>
        <description>[SCTP]: Use crc32c library for checksum calculations.The crc32c library used an identical table and algorithmas SCTP.  Switch to using the library instead of carryingour own table.  Using crypto layer proved to have toomuch overhead compared to using the library directly.Signed-off-by: Vlad Yasevich &lt;vladislav.yasevich@hp.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/sctp/Kconfig</description>
        <pubDate>Sun, 16 Dec 2007 22:06:41 +0000</pubDate>
        <dc:creator>Vlad Yasevich &lt;vladislav.yasevich@hp.com&gt;</dc:creator>
    </item>
<item>
        <title>b7e0fe9f - SCTP: Fix build issues with SCTP AUTH.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/sctp/Kconfig#b7e0fe9f</link>
        <description>SCTP: Fix build issues with SCTP AUTH.SCTP-AUTH requires selection of CRYPTO, HMAC and SHA1 sinceSHA1 is a MUST requirement for AUTH.  We also support SHA256,but that&apos;s optional, so fix the code to treat it as such.Signed-off-by: Vlad Yasevich &lt;vladislav.yasevich@hp.com&gt;

            List of files:
            /linux-6.15/net/sctp/Kconfig</description>
        <pubDate>Thu, 29 Nov 2007 14:53:52 +0000</pubDate>
        <dc:creator>Vlad Yasevich &lt;vladislav.yasevich@hp.com&gt;</dc:creator>
    </item>
<item>
        <title>29e32ccd - [SCTP]: Use menuconfig objects.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/sctp/Kconfig#29e32ccd</link>
        <description>[SCTP]: Use menuconfig objects.Use menuconfigs instead of menus, so the whole menu can be disabled atonce instead of going through all options.Signed-off-by: Jan Engelhardt &lt;jengelh@gmx.de&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/sctp/Kconfig</description>
        <pubDate>Wed, 23 May 2007 21:48:57 +0000</pubDate>
        <dc:creator>Jan Engelhardt &lt;jengelh@gmx.de&gt;</dc:creator>
    </item>
</channel>
</rss>
