Lines Matching +full:way +full:- +full:select

1 # SPDX-License-Identifier: GPL-2.0-only
25 # All the following symbols are dependent on NETDEVICES - do not repeat
63 This is essentially a bit-bucket device (i.e. traffic you send to
79 select NET_UDP_TUNNEL
80 select DST_CACHE
81 select CRYPTO
82 select CRYPTO_LIB_CURVE25519
83 select CRYPTO_LIB_CHACHA20POLY1305
84 select CRYPTO_LIB_BLAKE2S
85 select CRYPTO_CHACHA20_X86_64 if X86 && 64BIT
86 select CRYPTO_POLY1305_X86_64 if X86 && 64BIT
87 select CRYPTO_BLAKE2S_X86 if X86 && 64BIT
88 select CRYPTO_CURVE25519_X86 if X86 && 64BIT
89 select ARM_CRYPTO if ARM
90 select ARM64_CRYPTO if ARM64
91 select CRYPTO_CHACHA20_NEON if ARM || (ARM64 && KERNEL_MODE_NEON)
92 select CRYPTO_POLY1305_NEON if ARM64 && KERNEL_MODE_NEON
93 select CRYPTO_POLY1305_ARM if ARM
94 select CRYPTO_BLAKE2S_ARM if ARM
95 select CRYPTO_CURVE25519_NEON if ARM && KERNEL_MODE_NEON
96 select CRYPTO_CHACHA_MIPS if CPU_MIPS32_R2
97 select CRYPTO_POLY1305_MIPS if MIPS
132 section 6.2 of the NET-3-HOWTO, available from
154 select NET_REDIRECT
168 tristate "MAC-VLAN support"
174 iproute2 package starting with the iproute2-2.6.23 release:
182 tristate "MAC-VLAN based tap driver"
185 select TAP
188 on the MAC-VLAN network interface, called macvtap. A macvtap device
189 can be added in the same way as a macvlan device, using 'type
199 select NET_L3_MASTER_DEV
202 tristate "IP-VLAN support"
212 iproute2 package starting with the iproute2-3.19 release:
214 "ip link add link <main-dev> [ NAME ] type ipvlan"
220 tristate "IP-VLAN based tap driver"
223 select TAP
226 on the IP-VLAN network interface, called ipvtap. An ipvtap device
227 can be added in the same way as a ipvlan device, using 'type
236 select NET_UDP_TUNNEL
237 select GRO_CELLS
243 http://tools.ietf.org/html/draft-mahalingam-dutt-dcops-vxlan-02
252 select NET_UDP_TUNNEL
253 select GRO_CELLS
259 http://tools.ietf.org/html/draft-gross-geneve-02
268 select NET_UDP_TUNNEL
269 select GRO_CELLS
278 tristate "GPRS Tunneling Protocol datapath (GTP-U)"
280 select NET_UDP_TUNNEL
283 the GPRS Tunneling Protocol datapath (GTP-U). This tunneling protocol
286 implements the signaling protocol (GTP-C) to update its PDP context
295 tristate "IEEE 802.1AE MAC-level encryption (MACsec)"
296 select CRYPTO
297 select CRYPTO_AES
298 select CRYPTO_GCM
299 select GRO_CELLS
321 select SRCU
347 select CRC32
350 programs. It can be viewed as a simple Point-to-Point or Ethernet
372 interface for a virtual interface to re-use core tap functionality.
375 bool "Support for cross-endian vnet headers on little-endian kernels"
379 little-endian kernel to parse vnet headers that come from a
380 big-endian legacy virtio device.
385 Unless you have a little-endian system hosting a big-endian virtual
398 select NET_FAILOVER
467 TV companies to provide cable modem access. It's a one-way
468 downstream-only cable modem, meaning that your upstream net link is
513 select XEN_XENBUS_FRONTEND
514 select PAGE_POOL
526 M here: the module will be called xen-netfront.
548 will be called xen-netback.
572 Select this if you want to create network between two computers
578 called thunderbolt-net.
588 select NET_DEVLINK
592 HW-offload related.
599 select FAILOVER
613 Drivers that call netdev_boot_setup_check() should select this