--- zzzz-none-000/linux-2.6.28.10/net/ipv4/Kconfig 2009-05-02 18:54:43.000000000 +0000 +++ puma5-6360-529/linux-2.6.28.10/net/ipv4/Kconfig 2010-03-09 15:05:48.000000000 +0000 @@ -1,6 +1,17 @@ # # IP configuration # +config IFX_QDISC_DISABLE + bool "IFX Fast Brdiging / Routing" + depends on IFX_ADDON + help + Saying Y here will add a parameter net_qdisc_disable under + /proc/sys/core/net/. It is set to 1 by default which causes + the packet queuing to be bypassed in bridging and routing paths. + Instead the packet is transmitted directly using hard_start_xmit. + setting it to 0 will enable packet queuing. + + config IP_MULTICAST bool "IP: multicasting" help @@ -630,3 +641,16 @@ If unsure, say N. +config IP_MULTICAST_FASTFORWARD + tristate "IP: fast multicasting forwarding (AVM)" + depends on IP_MULTICAST + help + This code is for fast forwarding of UDP multicast streams. + + + +if LANTIQ +#IFX plaform specific +source "net/ipv4/Kconfig.ifx" +endif +