Lines Matching +full:default +full:- +full:tap

1 # SPDX-License-Identifier: GPL-2.0-only
7 default y if UML
25 # All the following symbols are dependent on NETDEVICES - do not repeat
33 default y
63 This is essentially a bit-bucket device (i.e. traffic you send to
131 section 6.2 of the NET-3-HOWTO, available from
167 tristate "MAC-VLAN support"
173 iproute2 package starting with the iproute2-2.6.23 release:
181 tristate "MAC-VLAN based tap driver"
184 select TAP
186 This adds a specialized tap character device driver that is based
187 on the MAC-VLAN network interface, called macvtap. A macvtap device
189 macvtap', and then be accessed through the tap user space interface.
201 tristate "IP-VLAN support"
211 iproute2 package starting with the iproute2-3.19 release:
213 "ip link add link <main-dev> [ NAME ] type ipvlan"
219 tristate "IP-VLAN based tap driver"
222 select TAP
224 This adds a specialized tap character device driver that is based
225 on the IP-VLAN network interface, called ipvtap. An ipvtap device
227 ipvtap', and then be accessed through the tap user space interface.
242 http://tools.ietf.org/html/draft-mahalingam-dutt-dcops-vxlan-02
258 http://tools.ietf.org/html/draft-gross-geneve-02
277 tristate "GPRS Tunneling Protocol datapath (GTP-U)"
282 the GPRS Tunneling Protocol datapath (GTP-U). This tunneling protocol
285 implements the signaling protocol (GTP-C) to update its PDP context
324 tristate "IEEE 802.1AE MAC-level encryption (MACsec)"
349 bool "Set kernel extended message by default"
351 default n
359 bool "Prepend kernel release version in the message by default"
361 default n
364 default. If this option is set, the kernel release is prepended into
387 default "128"
392 default "128"
395 tristate "Universal TUN/TAP device driver support"
399 TUN/TAP provides packet reception and transmission for user space
400 programs. It can be viewed as a simple Point-to-Point or Ethernet
418 config TAP config
421 This option is selected by any driver implementing tap user space
422 interface for a virtual interface to re-use core tap functionality.
425 bool "Support for cross-endian vnet headers on little-endian kernels"
426 default n
428 This option allows TUN/TAP and MACVTAP device drivers in a
429 little-endian kernel to parse vnet headers that come from a
430 big-endian legacy virtio device.
435 Unless you have a little-endian system hosting a big-endian virtual
461 messages if they tap into the netlink device, record pcaps for further
466 bool "BPF-programmable network device"
528 TV companies to provide cable modem access. It's a one-way
529 downstream-only cable modem, meaning that your upstream net link is
547 source "drivers/net/pse-pd/Kconfig"
580 default y
591 M here: the module will be called xen-netfront.
613 will be called xen-netback.
648 HW-offload related.