diff options
author | David Howells <dhowells@redhat.com> | 2006-12-05 09:37:56 -0500 |
---|---|---|
committer | David Howells <dhowells@warthog.cambridge.redhat.com> | 2006-12-05 09:37:56 -0500 |
commit | 4c1ac1b49122b805adfa4efc620592f68dccf5db (patch) | |
tree | 87557f4bc2fd4fe65b7570489c2f610c45c0adcd /net/Kconfig | |
parent | c4028958b6ecad064b1a6303a6a5906d4fe48d73 (diff) | |
parent | d916faace3efc0bf19fe9a615a1ab8fa1a24cd93 (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Conflicts:
drivers/infiniband/core/iwcm.c
drivers/net/chelsio/cxgb2.c
drivers/net/wireless/bcm43xx/bcm43xx_main.c
drivers/net/wireless/prism54/islpci_eth.c
drivers/usb/core/hub.h
drivers/usb/input/hid-core.c
net/core/netpoll.c
Fix up merge failures with Linus's head and fix new compilation failures.
Signed-Off-By: David Howells <dhowells@redhat.com>
Diffstat (limited to 'net/Kconfig')
-rw-r--r-- | net/Kconfig | 29 |
1 files changed, 1 insertions, 28 deletions
diff --git a/net/Kconfig b/net/Kconfig index 67e39ad8b8b6..7dfc94920697 100644 --- a/net/Kconfig +++ b/net/Kconfig | |||
@@ -75,7 +75,7 @@ config NETWORK_SECMARK | |||
75 | If you are unsure how to answer this question, answer N. | 75 | If you are unsure how to answer this question, answer N. |
76 | 76 | ||
77 | menuconfig NETFILTER | 77 | menuconfig NETFILTER |
78 | bool "Network packet filtering (replaces ipchains)" | 78 | bool "Network packet filtering framework (Netfilter)" |
79 | ---help--- | 79 | ---help--- |
80 | Netfilter is a framework for filtering and mangling network packets | 80 | Netfilter is a framework for filtering and mangling network packets |
81 | that pass through your Linux box. | 81 | that pass through your Linux box. |
@@ -175,33 +175,6 @@ source "net/ipx/Kconfig" | |||
175 | source "drivers/net/appletalk/Kconfig" | 175 | source "drivers/net/appletalk/Kconfig" |
176 | source "net/x25/Kconfig" | 176 | source "net/x25/Kconfig" |
177 | source "net/lapb/Kconfig" | 177 | source "net/lapb/Kconfig" |
178 | |||
179 | config NET_DIVERT | ||
180 | bool "Frame Diverter (EXPERIMENTAL)" | ||
181 | depends on EXPERIMENTAL && BROKEN | ||
182 | ---help--- | ||
183 | The Frame Diverter allows you to divert packets from the | ||
184 | network, that are not aimed at the interface receiving it (in | ||
185 | promisc. mode). Typically, a Linux box setup as an Ethernet bridge | ||
186 | with the Frames Diverter on, can do some *really* transparent www | ||
187 | caching using a Squid proxy for example. | ||
188 | |||
189 | This is very useful when you don't want to change your router's | ||
190 | config (or if you simply don't have access to it). | ||
191 | |||
192 | The other possible usages of diverting Ethernet Frames are | ||
193 | numberous: | ||
194 | - reroute smtp traffic to another interface | ||
195 | - traffic-shape certain network streams | ||
196 | - transparently proxy smtp connections | ||
197 | - etc... | ||
198 | |||
199 | For more informations, please refer to: | ||
200 | <http://diverter.sourceforge.net/> | ||
201 | <http://perso.wanadoo.fr/magpie/EtherDivert.html> | ||
202 | |||
203 | If unsure, say N. | ||
204 | |||
205 | source "net/econet/Kconfig" | 178 | source "net/econet/Kconfig" |
206 | source "net/wanrouter/Kconfig" | 179 | source "net/wanrouter/Kconfig" |
207 | source "net/sched/Kconfig" | 180 | source "net/sched/Kconfig" |