~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/net/xfrm/Kconfig

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /net/xfrm/Kconfig (Version linux-6.12-rc7) and /net/xfrm/Kconfig (Version linux-4.14.336)


  1 # SPDX-License-Identifier: GPL-2.0-only        << 
  2 #                                                   1 #
  3 # XFRM configuration                                2 # XFRM configuration
  4 #                                                   3 #
  5 config XFRM                                         4 config XFRM
  6         bool                                   !!   5        bool
  7         depends on INET                        !!   6        depends on NET
  8         select GRO_CELLS                       !!   7        select GRO_CELLS
  9         select SKB_EXTENSIONS                  << 
 10                                                     8 
 11 config XFRM_OFFLOAD                                 9 config XFRM_OFFLOAD
 12         bool                                   !!  10        bool
                                                   >>  11        depends on XFRM
 13                                                    12 
 14 config XFRM_ALGO                                   13 config XFRM_ALGO
 15         tristate                                   14         tristate
 16         select XFRM                                15         select XFRM
 17         select CRYPTO                              16         select CRYPTO
 18         select CRYPTO_AEAD                     << 
 19         select CRYPTO_HASH                         17         select CRYPTO_HASH
 20         select CRYPTO_SKCIPHER                 !!  18         select CRYPTO_BLKCIPHER
 21                                                    19 
 22 if INET                                        << 
 23 config XFRM_USER                                   20 config XFRM_USER
 24         tristate "Transformation user configur     21         tristate "Transformation user configuration interface"
                                                   >>  22         depends on INET
 25         select XFRM_ALGO                           23         select XFRM_ALGO
 26         help                                   !!  24         ---help---
 27           Support for Transformation(XFRM) use     25           Support for Transformation(XFRM) user configuration interface
 28           like IPsec used by native Linux tool     26           like IPsec used by native Linux tools.
 29                                                    27 
 30           If unsure, say Y.                        28           If unsure, say Y.
 31                                                    29 
 32 config XFRM_USER_COMPAT                        << 
 33         tristate "Compatible ABI support"      << 
 34         depends on XFRM_USER && COMPAT_FOR_U64 << 
 35                 HAVE_EFFICIENT_UNALIGNED_ACCES << 
 36         select WANT_COMPAT_NETLINK_MESSAGES    << 
 37         help                                   << 
 38           Transformation(XFRM) user configurat << 
 39           used by compatible Linux application << 
 40                                                << 
 41           If unsure, say N.                    << 
 42                                                << 
 43 config XFRM_INTERFACE                          << 
 44         tristate "Transformation virtual inter << 
 45         depends on XFRM && IPV6                << 
 46         help                                   << 
 47           This provides a virtual interface to << 
 48                                                << 
 49           If unsure, say N.                    << 
 50                                                << 
 51 config XFRM_SUB_POLICY                             30 config XFRM_SUB_POLICY
 52         bool "Transformation sub policy suppor     31         bool "Transformation sub policy support"
 53         depends on XFRM                            32         depends on XFRM
 54         help                                   !!  33         ---help---
 55           Support sub policy for developers. B     34           Support sub policy for developers. By using sub policy with main
 56           one, two policies can be applied to      35           one, two policies can be applied to the same packet at once.
 57           Policy which lives shorter time in k     36           Policy which lives shorter time in kernel should be a sub.
 58                                                    37 
 59           If unsure, say N.                        38           If unsure, say N.
 60                                                    39 
 61 config XFRM_MIGRATE                                40 config XFRM_MIGRATE
 62         bool "Transformation migrate database"     41         bool "Transformation migrate database"
 63         depends on XFRM                            42         depends on XFRM
 64         help                                   !!  43         ---help---
 65           A feature to update locator(s) of a      44           A feature to update locator(s) of a given IPsec security
 66           association dynamically.  This featu     45           association dynamically.  This feature is required, for
 67           instance, in a Mobile IPv6 environme     46           instance, in a Mobile IPv6 environment with IPsec configuration
 68           where mobile nodes change their atta     47           where mobile nodes change their attachment point to the Internet.
 69                                                    48 
 70           If unsure, say N.                        49           If unsure, say N.
 71                                                    50 
 72 config XFRM_STATISTICS                             51 config XFRM_STATISTICS
 73         bool "Transformation statistics"           52         bool "Transformation statistics"
 74         depends on XFRM && PROC_FS             !!  53         depends on INET && XFRM && PROC_FS
 75         help                                   !!  54         ---help---
 76           This statistics is not a SNMP/MIB sp     55           This statistics is not a SNMP/MIB specification but shows
 77           statistics about transformation erro     56           statistics about transformation error (or almost error) factor
 78           at packet processing for developer.      57           at packet processing for developer.
 79                                                    58 
 80           If unsure, say N.                        59           If unsure, say N.
 81                                                    60 
 82 # This option selects XFRM_ALGO along with the << 
 83 # RFC 8221 lists as MUST be implemented.       << 
 84 config XFRM_AH                                 << 
 85         tristate                               << 
 86         select XFRM_ALGO                       << 
 87         select CRYPTO                          << 
 88         select CRYPTO_HMAC                     << 
 89         select CRYPTO_SHA256                   << 
 90                                                << 
 91 # This option selects XFRM_ALGO along with the << 
 92 # algorithms that RFC 8221 lists as MUST be im << 
 93 config XFRM_ESP                                << 
 94         tristate                               << 
 95         select XFRM_ALGO                       << 
 96         select CRYPTO                          << 
 97         select CRYPTO_AES                      << 
 98         select CRYPTO_AUTHENC                  << 
 99         select CRYPTO_CBC                      << 
100         select CRYPTO_ECHAINIV                 << 
101         select CRYPTO_GCM                      << 
102         select CRYPTO_HMAC                     << 
103         select CRYPTO_SEQIV                    << 
104         select CRYPTO_SHA256                   << 
105                                                << 
106 config XFRM_IPCOMP                                 61 config XFRM_IPCOMP
107         tristate                                   62         tristate
108         select XFRM_ALGO                           63         select XFRM_ALGO
109         select CRYPTO                              64         select CRYPTO
110         select CRYPTO_DEFLATE                      65         select CRYPTO_DEFLATE
111                                                    66 
112 config NET_KEY                                     67 config NET_KEY
113         tristate "PF_KEY sockets"                  68         tristate "PF_KEY sockets"
114         select XFRM_ALGO                           69         select XFRM_ALGO
115         help                                   !!  70         ---help---
116           PF_KEYv2 socket family, compatible t     71           PF_KEYv2 socket family, compatible to KAME ones.
117           They are required if you are going t     72           They are required if you are going to use IPsec tools ported
118           from KAME.                               73           from KAME.
119                                                    74 
120           Say Y unless you know what you are d     75           Say Y unless you know what you are doing.
121                                                    76 
122 config NET_KEY_MIGRATE                             77 config NET_KEY_MIGRATE
123         bool "PF_KEY MIGRATE"                      78         bool "PF_KEY MIGRATE"
124         depends on NET_KEY                         79         depends on NET_KEY
125         select XFRM_MIGRATE                        80         select XFRM_MIGRATE
126         help                                   !!  81         ---help---
127           Add a PF_KEY MIGRATE message to PF_K     82           Add a PF_KEY MIGRATE message to PF_KEYv2 socket family.
128           The PF_KEY MIGRATE message is used t     83           The PF_KEY MIGRATE message is used to dynamically update
129           locator(s) of a given IPsec security     84           locator(s) of a given IPsec security association.
130           This feature is required, for instan     85           This feature is required, for instance, in a Mobile IPv6
131           environment with IPsec configuration     86           environment with IPsec configuration where mobile nodes
132           change their attachment point to the     87           change their attachment point to the Internet.  Detail
133           information can be found in the inte     88           information can be found in the internet-draft
134           <draft-sugimoto-mip6-pfkey-migrate>.     89           <draft-sugimoto-mip6-pfkey-migrate>.
135                                                    90 
136           If unsure, say N.                        91           If unsure, say N.
137                                                    92 
138 config XFRM_ESPINTCP                           << 
139         bool                                   << 
140                                                << 
141 endif # INET                                   << 
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php