--- zzzz-none-000/linux-2.6.39.4/net/Kconfig 2011-08-03 19:43:28.000000000 +0000 +++ puma6-arm-6490-729/linux-2.6.39.4/net/Kconfig 2021-11-10 13:23:11.000000000 +0000 @@ -23,6 +23,13 @@ if NET +config NET_DEV_LOAD + bool "Automatic load of network device modules" + help + When this option is set access to a not existing network device, + will trigger automatic module load for the network device. + For desktop systems: say Y. + config WANT_COMPAT_NETLINK_MESSAGES bool help @@ -45,6 +52,15 @@ menu "Networking options" +config NET_DEBUG_SKBUFF_LEAK + bool "SKB leak debugging" + default n + help + "Track last user of the SKBs" + +source "net/avm_pa/Kconfig" +source "net/avm_rtp_timestamp/Kconfig" + source "net/packet/Kconfig" source "net/unix/Kconfig" source "net/xfrm/Kconfig" @@ -79,6 +95,28 @@ endif # if INET +config AVM_GENERIC_CONNTRACK + bool "Generic connection tracking interface (AVM)" + help + This allows the use of a connection tracking with + a generic interface to access the connection tracking + entries. Do not use together with NETFILTER connection + tracking. + +config AVM_NAPI_DRIVER_REGULATION + bool "Dynamically regulate NAPI drivers (AVM)" + depends on AVM_ENHANCED + default y + help + This enables dynamic regulation of NAPI instances in case + single instances consume to much CPU load. This tries to avoid + softirq starvation by a single NAPI-enabled driver, by regulating + the weight that is allocated for that driver. + + This also adds the sysctl knobs net.core.netdev_min_weight[=4] and + net.core.netdev_max_weight[=128] to restrict the applicable weight window + for drivers. + config NETWORK_SECMARK bool "Security Marking" help @@ -173,7 +211,7 @@ bool "Bridged IP/ARP packets filtering" depends on BRIDGE && NETFILTER && INET depends on NETFILTER_ADVANCED - default y + default n ---help--- Enabling this option will let arptables resp. iptables see bridged ARP resp. IP traffic. If you want a bridging firewall, you probably @@ -290,6 +328,10 @@ config FIB_RULES bool +# TI Specific Networking Extensions +source "net/ti.Kconfig" + + menuconfig WIRELESS bool "Wireless" depends on !S390