X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=net%2FKconfig;h=4193cdcd3ae716df5bb530139a564ea6a0ae2830;hb=acfaf10be5c19f7dceb9d7372039dc45af66b100;hp=9296b269d675771861bf1b2fc596dd31284faeeb;hpb=e7de369050534025b33aab1033358bf47a577e4d;p=powerpc.git diff --git a/net/Kconfig b/net/Kconfig index 9296b269d6..4193cdcd3a 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -27,6 +27,13 @@ if NET menu "Networking options" +config NETDEBUG + bool "Network packet debugging" + help + You can say Y here if you want to get additional messages useful in + debugging bad packets, but can overwhelm logs under denial of service + attacks. + source "net/packet/Kconfig" source "net/unix/Kconfig" source "net/xfrm/Kconfig" @@ -150,6 +157,7 @@ endif source "net/dccp/Kconfig" source "net/sctp/Kconfig" +source "net/tipc/Kconfig" source "net/atm/Kconfig" source "net/bridge/Kconfig" source "net/8021q/Kconfig" @@ -159,7 +167,6 @@ source "net/ipx/Kconfig" source "drivers/net/appletalk/Kconfig" source "net/x25/Kconfig" source "net/lapb/Kconfig" -source "net/tipc/Kconfig" config NET_DIVERT bool "Frame Diverter (EXPERIMENTAL)" @@ -217,6 +224,9 @@ source "net/irda/Kconfig" source "net/bluetooth/Kconfig" source "net/ieee80211/Kconfig" +config WIRELESS_EXT + bool + endif # if NET endmenu # Networking