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

TOMOYO Linux Cross Reference
Linux/net/tipc/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/tipc/Kconfig (Version linux-6.12-rc7) and /net/tipc/Kconfig (Version linux-5.11.22)


  1 # SPDX-License-Identifier: GPL-2.0-only             1 # SPDX-License-Identifier: GPL-2.0-only
  2 #                                                   2 #
  3 # TIPC configuration                                3 # TIPC configuration
  4 #                                                   4 #
  5                                                     5 
  6 menuconfig TIPC                                     6 menuconfig TIPC
  7         tristate "The TIPC Protocol"                7         tristate "The TIPC Protocol"
  8         depends on INET                             8         depends on INET
  9         depends on IPV6 || IPV6=n                   9         depends on IPV6 || IPV6=n
 10         help                                       10         help
 11           The Transparent Inter Process Commun     11           The Transparent Inter Process Communication (TIPC) protocol is
 12           specially designed for intra cluster     12           specially designed for intra cluster communication. This protocol
 13           originates from Ericsson where it ha     13           originates from Ericsson where it has been used in carrier grade
 14           cluster applications for many years.     14           cluster applications for many years.
 15                                                    15 
 16           For more information about TIPC, see     16           For more information about TIPC, see http://tipc.sourceforge.net.
 17                                                    17 
 18           This protocol support is also availa     18           This protocol support is also available as a module ( = code which
 19           can be inserted in and removed from      19           can be inserted in and removed from the running kernel whenever you
 20           want). The module will be called tip     20           want). The module will be called tipc. If you want to compile it
 21           as a module, say M here and read <fi     21           as a module, say M here and read <file:Documentation/kbuild/modules.rst>.
 22                                                    22 
 23           If in doubt, say N.                      23           If in doubt, say N.
 24                                                    24 
 25 config TIPC_MEDIA_IB                               25 config TIPC_MEDIA_IB
 26         bool "InfiniBand media type support"       26         bool "InfiniBand media type support"
 27         depends on TIPC && INFINIBAND_IPOIB        27         depends on TIPC && INFINIBAND_IPOIB
 28         help                                       28         help
 29           Saying Y here will enable support fo     29           Saying Y here will enable support for running TIPC on
 30           IP-over-InfiniBand devices.              30           IP-over-InfiniBand devices.
 31 config TIPC_MEDIA_UDP                              31 config TIPC_MEDIA_UDP
 32         bool "IP/UDP media type support"           32         bool "IP/UDP media type support"
 33         depends on TIPC                            33         depends on TIPC
 34         select NET_UDP_TUNNEL                      34         select NET_UDP_TUNNEL
 35         default y                              << 
 36         help                                       35         help
 37           Saying Y here will enable support fo     36           Saying Y here will enable support for running TIPC over IP/UDP
 38                                                !!  37         bool
                                                   >>  38         default y
 39 config TIPC_CRYPTO                                 39 config TIPC_CRYPTO
 40         bool "TIPC encryption support"             40         bool "TIPC encryption support"
 41         depends on TIPC                            41         depends on TIPC
 42         select CRYPTO                              42         select CRYPTO
 43         select CRYPTO_AES                          43         select CRYPTO_AES
 44         select CRYPTO_GCM                          44         select CRYPTO_GCM
 45         default y                              << 
 46         help                                       45         help
 47           Saying Y here will enable support fo     46           Saying Y here will enable support for TIPC encryption.
 48           All TIPC messages will be encrypted/     47           All TIPC messages will be encrypted/decrypted by using the currently most
 49           advanced algorithm: AEAD AES-GCM (li     48           advanced algorithm: AEAD AES-GCM (like IPSec or TLS) before leaving/
 50           entering the TIPC stack.                 49           entering the TIPC stack.
 51           Key setting from user-space is perfo     50           Key setting from user-space is performed via netlink by a user program
 52           (e.g. the iproute2 'tipc' tool).         51           (e.g. the iproute2 'tipc' tool).
                                                   >>  52         bool
                                                   >>  53         default y
 53                                                    54 
 54 config TIPC_DIAG                                   55 config TIPC_DIAG
 55         tristate "TIPC: socket monitoring inte     56         tristate "TIPC: socket monitoring interface"
 56         depends on TIPC                            57         depends on TIPC
 57         default y                                  58         default y
 58         help                                       59         help
 59         Support for TIPC socket monitoring int     60         Support for TIPC socket monitoring interface used by ss tool.
 60         If unsure, say Y.                          61         If unsure, say Y.
                                                      

~ [ 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