diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-23 19:49:31 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-23 19:49:31 -0400 |
commit | a4c12d6c5dde48c69464baf7c703e425ee511433 (patch) | |
tree | 73c375e41a353e2da0461ff30d744bff73958b08 /net/xfrm/Kconfig | |
parent | 73af07de3e32b9ac328c3d1417258bb98a9b0a9b (diff) | |
parent | 3b9f9a1c3903b64c38505f9fed3bb11e48dbc931 (diff) |
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
* master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6: (353 commits)
[IPV6] ADDRCONF: Mobile IPv6 Home Address support.
[IPV6] ADDRCONF: Allow non-DAD'able addresses.
[IPV6] NDISC: Fix is_router flag setting.
[IPV6] ADDRCONF: Convert addrconf_lock to RCU.
[IPV6] NDISC: Add proxy_ndp sysctl.
[IPV6] NDISC: Set per-entry is_router flag in Proxy NA.
[IPV6] NDISC: Avoid updating neighbor cache for proxied address in receiving NA.
[IPV6]: Don't forward packets to proxied link-local address.
[IPV6] NDISC: Handle NDP messages to proxied addresses.
[NETFILTER]: PPTP conntrack: fix another GRE keymap leak
[NETFILTER]: PPTP conntrack: fix GRE keymap leak
[NETFILTER]: PPTP conntrack: fix PPTP_IN_CALL message types
[NETFILTER]: PPTP conntrack: check call ID before changing state
[NETFILTER]: PPTP conntrack: clean up debugging cruft
[NETFILTER]: PPTP conntrack: consolidate header parsing
[NETFILTER]: PPTP conntrack: consolidate header size checks
[NETFILTER]: PPTP conntrack: simplify expectation handling
[NETFILTER]: PPTP conntrack: remove unnecessary cid/pcid header pointers
[NETFILTER]: PPTP conntrack: fix header definitions
[NETFILTER]: PPTP conntrack: remove more dead code
...
Diffstat (limited to 'net/xfrm/Kconfig')
-rw-r--r-- | net/xfrm/Kconfig | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/net/xfrm/Kconfig b/net/xfrm/Kconfig index 0c1c04322baf..0faab6332586 100644 --- a/net/xfrm/Kconfig +++ b/net/xfrm/Kconfig | |||
@@ -6,14 +6,24 @@ config XFRM | |||
6 | depends on NET | 6 | depends on NET |
7 | 7 | ||
8 | config XFRM_USER | 8 | config XFRM_USER |
9 | tristate "IPsec user configuration interface" | 9 | tristate "Transformation user configuration interface" |
10 | depends on INET && XFRM | 10 | depends on INET && XFRM |
11 | ---help--- | 11 | ---help--- |
12 | Support for IPsec user configuration interface used | 12 | Support for Transformation(XFRM) user configuration interface |
13 | by native Linux tools. | 13 | like IPsec used by native Linux tools. |
14 | 14 | ||
15 | If unsure, say Y. | 15 | If unsure, say Y. |
16 | 16 | ||
17 | config XFRM_SUB_POLICY | ||
18 | bool "Transformation sub policy support (EXPERIMENTAL)" | ||
19 | depends on XFRM && EXPERIMENTAL | ||
20 | ---help--- | ||
21 | Support sub policy for developers. By using sub policy with main | ||
22 | one, two policies can be applied to the same packet at once. | ||
23 | Policy which lives shorter time in kernel should be a sub. | ||
24 | |||
25 | If unsure, say N. | ||
26 | |||
17 | config NET_KEY | 27 | config NET_KEY |
18 | tristate "PF_KEY sockets" | 28 | tristate "PF_KEY sockets" |
19 | select XFRM | 29 | select XFRM |