--- zzzz-none-000/linux-2.6.28.10/net/Kconfig 2009-05-02 18:54:43.000000000 +0000 +++ puma5-6360-529/linux-2.6.28.10/net/Kconfig 2012-08-16 09:56:18.000000000 +0000 @@ -32,6 +32,28 @@ Allow user space to create what appear to be multiple instances of the network stack. +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 DEV_REFCNT_DEBUG + bool "Device Reference Counter Debug" + default n + help + Debug Messages when Reference Counters change + +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/kspeedtest/Kconfig" source "net/packet/Kconfig" source "net/unix/Kconfig" source "net/xfrm/Kconfig" @@ -59,13 +81,39 @@ Short answer: say Y. +config IFX_ADDON + bool "IFX Networking enhancements" + depends on IFX && INET + help + Enables all network related config options and features added by IFX. + +config IFX_UDP_REDIRECT + bool "IFX Kernel Packet Interface for UDP re-direction" + depends on IFX_ADDON + help + You can say Y here if you want to use hooks from kernel for + UDP re-direction + if INET source "net/ipv4/Kconfig" source "net/ipv6/Kconfig" source "net/netlabel/Kconfig" +if LANTIQ +#IFX plaform specific +source "net/Kconfig.ifx" +endif + endif # if INET +config 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 NETWORK_SECMARK bool "Security Marking" help @@ -152,6 +200,14 @@ If unsure, say Y. +config IFX_NETFILTER_PROCFS + bool"IFX netfilter procfs configurability" + depends on NETFILTER && IFX_ADDON && SYSCTL + help + If chosen, several hooks will be added to procfs for + selecting / deselecting netfilter chains at runtime. + It is recommended to be always on. + config BRIDGE_NETFILTER bool "Bridged IP/ARP packets filtering" depends on BRIDGE && NETFILTER && INET @@ -254,4 +310,9 @@ source "net/rfkill/Kconfig" source "net/9p/Kconfig" +if ARCH_PUMA5 +# TI Specific Networking Extensions +source "net/ti.Kconfig" +endif # if ARCH_PUMA5 + endif # if NET