]> err.no Git - linux-2.6/blobdiff - net/ipv4/Kconfig
[UDP]: Allow users to configure UDP-Lite.
[linux-2.6] / net / ipv4 / Kconfig
index fb7909774254f777636744bf086e8f152302e3e2..efe3832c4ad8f7da3edd1108dbb252c3fb73e809 100644 (file)
@@ -85,6 +85,13 @@ endchoice
 config IP_FIB_HASH
        def_bool ASK_IP_FIB_HASH || !IP_ADVANCED_ROUTER
 
+config IP_FIB_TRIE_STATS
+       bool "FIB TRIE statistics"
+       depends on IP_FIB_TRIE
+       ---help---
+         Keep track of statistics on structure of FIB TRIE table.
+         Useful for testing and measuring TRIE performance.
+
 config IP_MULTIPLE_TABLES
        bool "IP: policy routing"
        depends on IP_ADVANCED_ROUTER
@@ -336,6 +343,7 @@ config INET_ESP
        tristate "IP: ESP transformation"
        select XFRM
        select CRYPTO
+       select CRYPTO_AEAD
        select CRYPTO_HMAC
        select CRYPTO_MD5
        select CRYPTO_CBC
@@ -394,6 +402,14 @@ config INET_XFRM_MODE_BEET
 
          If unsure, say Y.
 
+config INET_LRO
+       tristate "Large Receive Offload (ipv4/tcp)"
+
+       ---help---
+         Support for Large Receive Offload (ipv4/tcp).
+
+         If unsure, say Y.
+
 config INET_DIAG
        tristate "INET: socket monitoring interface"
        default y
@@ -552,7 +568,7 @@ config TCP_CONG_ILLINOIS
        depends on EXPERIMENTAL
        default n
        ---help---
-       TCP-Illinois is a sender-side modificatio of TCP Reno for
+       TCP-Illinois is a sender-side modification of TCP Reno for
        high speed long delay links. It uses round-trip-time to
        adjust the alpha and beta parameters to achieve a higher average
        throughput and maintain fairness.
@@ -616,5 +632,15 @@ config TCP_MD5SIG
 
          If unsure, say N.
 
+config IP_UDPLITE
+       bool "IP: UDP-Lite Protocol (RFC 3828)"
+       default n
+       ---help---
+         UDP-Lite (RFC 3828) is a UDP-like protocol with variable-length
+         checksum.  Read <file:Documentation/networking/udplite.txt> for
+         details.
+
+         If unsure, say N.
+
 source "net/ipv4/ipvs/Kconfig"