1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 21da177e4SLinus Torvalds# 31da177e4SLinus Torvalds# Network device configuration 41da177e4SLinus Torvalds# 51da177e4SLinus Torvalds 6d1c0a65fSJan Engelhardtmenuconfig NETDEVICES 7ce2d2aedSPaolo 'Blaisorblade' Giarrusso default y if UML 8e0009820SJan Engelhardt depends on NET 91da177e4SLinus Torvalds bool "Network device support" 10a7f7f624SMasahiro Yamada help 111da177e4SLinus Torvalds You can say N here if you don't intend to connect your Linux box to 121da177e4SLinus Torvalds any other computer at all. 131da177e4SLinus Torvalds 141da177e4SLinus Torvalds You'll have to say Y if your computer contains a network card that 151da177e4SLinus Torvalds you want to use under Linux. If you are going to run SLIP or PPP over 161da177e4SLinus Torvalds telephone line or null modem cable you need say Y here. Connecting 171da177e4SLinus Torvalds two machines with parallel ports using PLIP needs this, as well as 181da177e4SLinus Torvalds AX.25/KISS for sending Internet traffic over amateur radio links. 191da177e4SLinus Torvalds 201da177e4SLinus Torvalds See also "The Linux Network Administrator's Guide" by Olaf Kirch and 211da177e4SLinus Torvalds Terry Dawson. Available at <http://www.tldp.org/guides.html>. 221da177e4SLinus Torvalds 231da177e4SLinus Torvalds If unsure, say Y. 241da177e4SLinus Torvalds 251618cb0cSRandy Dunlap# All the following symbols are dependent on NETDEVICES - do not repeat 261618cb0cSRandy Dunlap# that for each of the symbols. 271618cb0cSRandy Dunlapif NETDEVICES 28cbcd2a4cSRandy Dunlap 29a1606c7dSBen Hutchingsconfig MII 30a1606c7dSBen Hutchings tristate 31a1606c7dSBen Hutchings 3288491d81SJeff Kirsherconfig NET_CORE 3388491d81SJeff Kirsher default y 3488491d81SJeff Kirsher bool "Network core driver support" 35a7f7f624SMasahiro Yamada help 3688491d81SJeff Kirsher You can say N here if you do not intend to use any of the 3788491d81SJeff Kirsher networking core drivers (i.e. VLAN, bridging, bonding, etc.) 3888491d81SJeff Kirsher 3988491d81SJeff Kirsherif NET_CORE 4088491d81SJeff Kirsher 4188491d81SJeff Kirsherconfig BONDING 4288491d81SJeff Kirsher tristate "Bonding driver support" 4388491d81SJeff Kirsher depends on INET 4488491d81SJeff Kirsher depends on IPV6 || IPV6=n 45285715acSArnd Bergmann depends on TLS || TLS_DEVICE=n 46a7f7f624SMasahiro Yamada help 4788491d81SJeff Kirsher Say 'Y' or 'M' if you wish to be able to 'bond' multiple Ethernet 4888491d81SJeff Kirsher Channels together. This is called 'Etherchannel' by Cisco, 4988491d81SJeff Kirsher 'Trunking' by Sun, 802.3ad by the IEEE, and 'Bonding' in Linux. 5088491d81SJeff Kirsher 5188491d81SJeff Kirsher The driver supports multiple bonding modes to allow for both high 5288491d81SJeff Kirsher performance and high availability operation. 5388491d81SJeff Kirsher 54a362032eSMauro Carvalho Chehab Refer to <file:Documentation/networking/bonding.rst> for more 5588491d81SJeff Kirsher information. 5688491d81SJeff Kirsher 57253af423SJamal Hadi Salim To compile this driver as a module, choose M here: the module 5888491d81SJeff Kirsher will be called bonding. 59253af423SJamal Hadi Salim 601da177e4SLinus Torvaldsconfig DUMMY 611da177e4SLinus Torvalds tristate "Dummy net driver support" 62a7f7f624SMasahiro Yamada help 631da177e4SLinus Torvalds This is essentially a bit-bucket device (i.e. traffic you send to 641da177e4SLinus Torvalds this device is consigned into oblivion) with a configurable IP 651da177e4SLinus Torvalds address. It is most commonly used in order to make your currently 661da177e4SLinus Torvalds inactive SLIP address seem like a real address for local programs. 679f5db535SIvan Babrou If you use SLIP or PPP, you might want to say Y here. It won't 689f5db535SIvan Babrou enlarge your kernel. What a deal. Read about it in the Network 691da177e4SLinus Torvalds Administrator's Guide, available from 701da177e4SLinus Torvalds <http://www.tldp.org/docs.html#guide>. 711da177e4SLinus Torvalds 721da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 739f486619SAlan Cox will be called dummy. 741da177e4SLinus Torvalds 75e7096c13SJason A. Donenfeldconfig WIREGUARD 76e7096c13SJason A. Donenfeld tristate "WireGuard secure network tunnel" 77e7096c13SJason A. Donenfeld depends on NET && INET 78e7096c13SJason A. Donenfeld depends on IPV6 || !IPV6 79e7096c13SJason A. Donenfeld select NET_UDP_TUNNEL 80e7096c13SJason A. Donenfeld select DST_CACHE 81e7096c13SJason A. Donenfeld select CRYPTO_LIB_CURVE25519 82e7096c13SJason A. Donenfeld select CRYPTO_LIB_CHACHA20POLY1305 83*54e7bb6aSEric Biggers select CRYPTO_LIB_UTILS 84e7096c13SJason A. Donenfeld help 85e7096c13SJason A. Donenfeld WireGuard is a secure, fast, and easy to use replacement for IPSec 86e7096c13SJason A. Donenfeld that uses modern cryptography and clever networking tricks. It's 87e7096c13SJason A. Donenfeld designed to be fairly general purpose and abstract enough to fit most 88e7096c13SJason A. Donenfeld use cases, while at the same time remaining extremely simple to 89e7096c13SJason A. Donenfeld configure. See www.wireguard.com for more info. 90e7096c13SJason A. Donenfeld 91e7096c13SJason A. Donenfeld It's safe to say Y or M here, as the driver is very lightweight and 92e7096c13SJason A. Donenfeld is only in use when an administrator chooses to add an interface. 93e7096c13SJason A. Donenfeld 94e7096c13SJason A. Donenfeldconfig WIREGUARD_DEBUG 95e7096c13SJason A. Donenfeld bool "Debugging checks and verbose messages" 96e7096c13SJason A. Donenfeld depends on WIREGUARD 97e7096c13SJason A. Donenfeld help 98e7096c13SJason A. Donenfeld This will write log messages for handshake and other events 99e7096c13SJason A. Donenfeld that occur for a WireGuard interface. It will also perform some 100e7096c13SJason A. Donenfeld extra validation checks and unit tests at various points. This is 101e7096c13SJason A. Donenfeld only useful for debugging. 102e7096c13SJason A. Donenfeld 103e7096c13SJason A. Donenfeld Say N here unless you know what you're doing. 104e7096c13SJason A. Donenfeld 1059f23d943SAntonio Quartulliconfig OVPN 1069f23d943SAntonio Quartulli tristate "OpenVPN data channel offload" 1079f23d943SAntonio Quartulli depends on NET && INET 1089f23d943SAntonio Quartulli depends on IPV6 || !IPV6 10980747caeSAntonio Quartulli select DST_CACHE 11008857b5eSAntonio Quartulli select NET_UDP_TUNNEL 1118534731dSAntonio Quartulli select CRYPTO 1128534731dSAntonio Quartulli select CRYPTO_AES 1138534731dSAntonio Quartulli select CRYPTO_GCM 1148534731dSAntonio Quartulli select CRYPTO_CHACHA20POLY1305 11511851cbdSAntonio Quartulli select STREAM_PARSER 1169f23d943SAntonio Quartulli help 1179f23d943SAntonio Quartulli This module enhances the performance of the OpenVPN userspace software 1189f23d943SAntonio Quartulli by offloading the data channel processing to kernelspace. 1199f23d943SAntonio Quartulli 12088491d81SJeff Kirsherconfig EQUALIZER 12188491d81SJeff Kirsher tristate "EQL (serial line load balancing) support" 122a7f7f624SMasahiro Yamada help 12388491d81SJeff Kirsher If you have two serial connections to some other computer (this 12488491d81SJeff Kirsher usually requires two modems and two telephone lines) and you use 12588491d81SJeff Kirsher SLIP (the protocol for sending Internet traffic over telephone 12688491d81SJeff Kirsher lines) or PPP (a better SLIP) on them, you can make them behave like 12788491d81SJeff Kirsher one double speed connection using this driver. Naturally, this has 12888491d81SJeff Kirsher to be supported at the other end as well, either with a similar EQL 12988491d81SJeff Kirsher Linux driver or with a Livingston Portmaster 2e. 1301da177e4SLinus Torvalds 13188491d81SJeff Kirsher Say Y if you want this and read 13206df6572SMauro Carvalho Chehab <file:Documentation/networking/eql.rst>. You may also want to read 13388491d81SJeff Kirsher section 6.2 of the NET-3-HOWTO, available from 13488491d81SJeff Kirsher <http://www.tldp.org/docs.html#howto>. 1351da177e4SLinus Torvalds 1361da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 13788491d81SJeff Kirsher will be called eql. If unsure, say N. 13888491d81SJeff Kirsher 13988491d81SJeff Kirsherconfig NET_FC 14088491d81SJeff Kirsher bool "Fibre Channel driver support" 14188491d81SJeff Kirsher depends on SCSI && PCI 14288491d81SJeff Kirsher help 14388491d81SJeff Kirsher Fibre Channel is a high speed serial protocol mainly used to connect 14488491d81SJeff Kirsher large storage devices to the computer; it is compatible with and 14588491d81SJeff Kirsher intended to replace SCSI. 14688491d81SJeff Kirsher 14788491d81SJeff Kirsher If you intend to use Fibre Channel, you need to have a Fibre channel 14888491d81SJeff Kirsher adaptor card in your computer; say Y here and to the driver for your 14988491d81SJeff Kirsher adaptor below. You also should have said Y to "SCSI support" and 15088491d81SJeff Kirsher "SCSI generic support". 15188491d81SJeff Kirsher 15288491d81SJeff Kirsherconfig IFB 15388491d81SJeff Kirsher tristate "Intermediate Functional Block support" 154046178e7SLukas Wunner depends on NET_ACT_MIRRED || NFT_FWD_NETDEV 1552c64605bSPablo Neira Ayuso select NET_REDIRECT 156a7f7f624SMasahiro Yamada help 15788491d81SJeff Kirsher This is an intermediate driver that allows sharing of 15888491d81SJeff Kirsher resources. 15988491d81SJeff Kirsher To compile this driver as a module, choose M here: the module 16088491d81SJeff Kirsher will be called ifb. If you want to use more than one ifb 16188491d81SJeff Kirsher device at a time, you need to compile this driver as a module. 16288491d81SJeff Kirsher Instead of 'ifb', the devices will then be called 'ifb0', 16388491d81SJeff Kirsher 'ifb1' etc. 16488491d81SJeff Kirsher Look at the iproute2 documentation directory for usage etc 1651da177e4SLinus Torvalds 1663d249d4cSJiri Pirkosource "drivers/net/team/Kconfig" 1673d249d4cSJiri Pirko 168b863ceb7SPatrick McHardyconfig MACVLAN 169bd085b93SKees Cook tristate "MAC-VLAN support" 170a7f7f624SMasahiro Yamada help 171b863ceb7SPatrick McHardy This allows one to create virtual interfaces that map packets to 172b863ceb7SPatrick McHardy or from specific MAC addresses to a particular interface. 173b863ceb7SPatrick McHardy 1743dbf8d56SPatrick McHardy Macvlan devices can be added using the "ip" command from the 1753dbf8d56SPatrick McHardy iproute2 package starting with the iproute2-2.6.23 release: 1763dbf8d56SPatrick McHardy 1773dbf8d56SPatrick McHardy "ip link add link <real dev> [ address MAC ] [ NAME ] type macvlan" 1783dbf8d56SPatrick McHardy 179b863ceb7SPatrick McHardy To compile this driver as a module, choose M here: the module 180b863ceb7SPatrick McHardy will be called macvlan. 181b863ceb7SPatrick McHardy 18220d29d7aSArnd Bergmannconfig MACVTAP 183bd085b93SKees Cook tristate "MAC-VLAN based tap driver" 18420d29d7aSArnd Bergmann depends on MACVLAN 185de11b0e8SBen Hutchings depends on INET 1869a393b5dSSainath Grandhi select TAP 18720d29d7aSArnd Bergmann help 18820d29d7aSArnd Bergmann This adds a specialized tap character device driver that is based 18920d29d7aSArnd Bergmann on the MAC-VLAN network interface, called macvtap. A macvtap device 19020d29d7aSArnd Bergmann can be added in the same way as a macvlan device, using 'type 191c7966b52SJan Luebbe macvtap', and then be accessed through the tap user space interface. 19220d29d7aSArnd Bergmann 19320d29d7aSArnd Bergmann To compile this driver as a module, choose M here: the module 19420d29d7aSArnd Bergmann will be called macvtap. 19520d29d7aSArnd Bergmann 196c675e06aSDaniel Borkmannconfig IPVLAN_L3S 197c675e06aSDaniel Borkmann depends on NETFILTER 198a37d45b6SRandy Dunlap depends on IPVLAN 199c675e06aSDaniel Borkmann def_bool y 200c675e06aSDaniel Borkmann select NET_L3_MASTER_DEV 2012ad7bf36SMahesh Bandewar 2022ad7bf36SMahesh Bandewarconfig IPVLAN 2032ad7bf36SMahesh Bandewar tristate "IP-VLAN support" 204265de6d1SMahesh Bandewar depends on INET 2057f897db3SArnd Bergmann depends on IPV6 || !IPV6 206a7f7f624SMasahiro Yamada help 2072ad7bf36SMahesh Bandewar This allows one to create virtual devices off of a main interface 2082ad7bf36SMahesh Bandewar and packets will be delivered based on the dest L3 (IPv6/IPv4 addr) 2092ad7bf36SMahesh Bandewar on packets. All interfaces (including the main interface) share L2 2102ad7bf36SMahesh Bandewar making it transparent to the connected L2 switch. 2112ad7bf36SMahesh Bandewar 2122ad7bf36SMahesh Bandewar Ipvlan devices can be added using the "ip" command from the 213f4c2b7a0SMahesh Bandewar iproute2 package starting with the iproute2-3.19 release: 2142ad7bf36SMahesh Bandewar 2152ad7bf36SMahesh Bandewar "ip link add link <main-dev> [ NAME ] type ipvlan" 2162ad7bf36SMahesh Bandewar 2172ad7bf36SMahesh Bandewar To compile this driver as a module, choose M here: the module 2182ad7bf36SMahesh Bandewar will be called ipvlan. 2192ad7bf36SMahesh Bandewar 220235a9d89SSainath Grandhiconfig IPVTAP 221235a9d89SSainath Grandhi tristate "IP-VLAN based tap driver" 222235a9d89SSainath Grandhi depends on IPVLAN 223235a9d89SSainath Grandhi depends on INET 224235a9d89SSainath Grandhi select TAP 225a7f7f624SMasahiro Yamada help 226235a9d89SSainath Grandhi This adds a specialized tap character device driver that is based 227235a9d89SSainath Grandhi on the IP-VLAN network interface, called ipvtap. An ipvtap device 228235a9d89SSainath Grandhi can be added in the same way as a ipvlan device, using 'type 229235a9d89SSainath Grandhi ipvtap', and then be accessed through the tap user space interface. 230235a9d89SSainath Grandhi 231235a9d89SSainath Grandhi To compile this driver as a module, choose M here: the module 232235a9d89SSainath Grandhi will be called ipvtap. 2332ad7bf36SMahesh Bandewar 234d342894cSstephen hemmingerconfig VXLAN 235d342894cSstephen hemminger tristate "Virtual eXtensible Local Area Network (VXLAN)" 236c9b20a5eSKees Cook depends on INET 2373ee64f39STom Herbert select NET_UDP_TUNNEL 23897e219b7SEric Dumazet select GRO_CELLS 239a7f7f624SMasahiro Yamada help 240d342894cSstephen hemminger This allows one to create vxlan virtual interfaces that provide 241d342894cSstephen hemminger Layer 2 Networks over Layer 3 Networks. VXLAN is often used 242d342894cSstephen hemminger to tunnel virtual network infrastructure in virtualized environments. 243d342894cSstephen hemminger For more information see: 244d342894cSstephen hemminger http://tools.ietf.org/html/draft-mahalingam-dutt-dcops-vxlan-02 245d342894cSstephen hemminger 246d342894cSstephen hemminger To compile this driver as a module, choose M here: the module 247d342894cSstephen hemminger will be called vxlan. 248d342894cSstephen hemminger 2492d07dc79SJohn W. Linvilleconfig GENEVE 250371bd106SPravin B Shelar tristate "Generic Network Virtualization Encapsulation" 251a7603ac1SMatteo Croce depends on INET 252094be092STobias Regnery depends on IPV6 || !IPV6 253a7603ac1SMatteo Croce select NET_UDP_TUNNEL 25497e219b7SEric Dumazet select GRO_CELLS 255a7f7f624SMasahiro Yamada help 2562d07dc79SJohn W. Linville This allows one to create geneve virtual interfaces that provide 2572d07dc79SJohn W. Linville Layer 2 Networks over Layer 3 Networks. GENEVE is often used 2582d07dc79SJohn W. Linville to tunnel virtual network infrastructure in virtualized environments. 2592d07dc79SJohn W. Linville For more information see: 2602d07dc79SJohn W. Linville http://tools.ietf.org/html/draft-gross-geneve-02 2612d07dc79SJohn W. Linville 2622d07dc79SJohn W. Linville To compile this driver as a module, choose M here: the module 2632d07dc79SJohn W. Linville will be called geneve. 2642d07dc79SJohn W. Linville 265571912c6SMartin Vargheseconfig BAREUDP 266571912c6SMartin Varghese tristate "Bare UDP Encapsulation" 267571912c6SMartin Varghese depends on INET 268571912c6SMartin Varghese depends on IPV6 || !IPV6 269571912c6SMartin Varghese select NET_UDP_TUNNEL 270571912c6SMartin Varghese select GRO_CELLS 271571912c6SMartin Varghese help 272571912c6SMartin Varghese This adds a bare UDP tunnel module for tunnelling different 273571912c6SMartin Varghese kinds of traffic like MPLS, IP, etc. inside a UDP tunnel. 274571912c6SMartin Varghese 275571912c6SMartin Varghese To compile this driver as a module, choose M here: the module 276571912c6SMartin Varghese will be called bareudp. 277571912c6SMartin Varghese 278459aa660SPablo Neiraconfig GTP 279459aa660SPablo Neira tristate "GPRS Tunneling Protocol datapath (GTP-U)" 280c22da366SMatteo Croce depends on INET 281c22da366SMatteo Croce select NET_UDP_TUNNEL 282a7f7f624SMasahiro Yamada help 283459aa660SPablo Neira This allows one to create gtp virtual interfaces that provide 284459aa660SPablo Neira the GPRS Tunneling Protocol datapath (GTP-U). This tunneling protocol 285459aa660SPablo Neira is used to prevent subscribers from accessing mobile carrier core 286459aa660SPablo Neira network infrastructure. This driver requires a userspace software that 287459aa660SPablo Neira implements the signaling protocol (GTP-C) to update its PDP context 288459aa660SPablo Neira base, such as OpenGGSN <http://git.osmocom.org/openggsn/). This 289459aa660SPablo Neira tunneling protocol is implemented according to the GSM TS 09.60 and 290459aa660SPablo Neira 3GPP TS 29.060 standards. 291459aa660SPablo Neira 292459aa660SPablo Neira To compile this drivers as a module, choose M here: the module 29300649542SColin Ian King will be called gtp. 294459aa660SPablo Neira 29576c8764eSWojciech Drewekconfig PFCP 29676c8764eSWojciech Drewek tristate "Packet Forwarding Control Protocol (PFCP)" 29776c8764eSWojciech Drewek depends on INET 29876c8764eSWojciech Drewek select NET_UDP_TUNNEL 29976c8764eSWojciech Drewek help 30076c8764eSWojciech Drewek This allows one to create PFCP virtual interfaces that allows to 30176c8764eSWojciech Drewek set up software and hardware offload of PFCP packets. 30276c8764eSWojciech Drewek Note that this module does not support PFCP protocol in the kernel space. 30376c8764eSWojciech Drewek There is no support for parsing any PFCP messages. 30476c8764eSWojciech Drewek 30576c8764eSWojciech Drewek To compile this drivers as a module, choose M here: the module 30676c8764eSWojciech Drewek will be called pfcp. 30776c8764eSWojciech Drewek 308b9022b53STaehee Yooconfig AMT 309b9022b53STaehee Yoo tristate "Automatic Multicast Tunneling (AMT)" 310b9022b53STaehee Yoo depends on INET && IP_MULTICAST 3119758aba8SArnd Bergmann depends on IPV6 || !IPV6 312b9022b53STaehee Yoo select NET_UDP_TUNNEL 313b9022b53STaehee Yoo help 314b9022b53STaehee Yoo This allows one to create AMT(Automatic Multicast Tunneling) 315b9022b53STaehee Yoo virtual interfaces that provide multicast tunneling. 316b9022b53STaehee Yoo There are two roles, Gateway, and Relay. 317b9022b53STaehee Yoo Gateway Encapsulates IGMP/MLD traffic from listeners to the Relay. 318b9022b53STaehee Yoo Gateway Decapsulates multicast traffic from the Relay to Listeners. 319b9022b53STaehee Yoo Relay Encapsulates multicast traffic from Sources to Gateway. 320b9022b53STaehee Yoo Relay Decapsulates IGMP/MLD traffic from Gateway. 321b9022b53STaehee Yoo 322b9022b53STaehee Yoo To compile this drivers as a module, choose M here: the module 323b9022b53STaehee Yoo will be called amt. 324b9022b53STaehee Yoo 325c09440f7SSabrina Dubrocaconfig MACSEC 326c09440f7SSabrina Dubroca tristate "IEEE 802.1AE MAC-level encryption (MACsec)" 327ab2ed017SArnd Bergmann select CRYPTO 328c09440f7SSabrina Dubroca select CRYPTO_AES 329c09440f7SSabrina Dubroca select CRYPTO_GCM 33097e219b7SEric Dumazet select GRO_CELLS 331a7f7f624SMasahiro Yamada help 332c09440f7SSabrina Dubroca MACsec is an encryption standard for Ethernet. 333c09440f7SSabrina Dubroca 33488491d81SJeff Kirsherconfig NETCONSOLE 33588491d81SJeff Kirsher tristate "Network console logging support" 336a7f7f624SMasahiro Yamada help 33788491d81SJeff Kirsher If you want to log kernel messages over the network, enable this. 338d9d6ef25SMauro Carvalho Chehab See <file:Documentation/networking/netconsole.rst> for details. 3391da177e4SLinus Torvalds 34088491d81SJeff Kirsherconfig NETCONSOLE_DYNAMIC 34188491d81SJeff Kirsher bool "Dynamic reconfiguration of logging targets" 34288491d81SJeff Kirsher depends on NETCONSOLE && SYSFS && CONFIGFS_FS && \ 34388491d81SJeff Kirsher !(NETCONSOLE=y && CONFIGFS_FS=m) 34488491d81SJeff Kirsher help 34588491d81SJeff Kirsher This option enables the ability to dynamically reconfigure target 34688491d81SJeff Kirsher parameters (interface, IP addresses, port numbers, MAC addresses) 34788491d81SJeff Kirsher at runtime through a userspace interface exported using configfs. 348d9d6ef25SMauro Carvalho Chehab See <file:Documentation/networking/netconsole.rst> for details. 3491da177e4SLinus Torvalds 350fad361a2SBreno Leitaoconfig NETCONSOLE_EXTENDED_LOG 351fad361a2SBreno Leitao bool "Set kernel extended message by default" 352fad361a2SBreno Leitao depends on NETCONSOLE 353fad361a2SBreno Leitao default n 354fad361a2SBreno Leitao help 355fad361a2SBreno Leitao Set extended log support for netconsole message. If this option is 356fad361a2SBreno Leitao set, log messages are transmitted with extended metadata header in a 357fad361a2SBreno Leitao format similar to /dev/kmsg. See 358fad361a2SBreno Leitao <file:Documentation/networking/netconsole.rst> for details. 359fad361a2SBreno Leitao 360fad361a2SBreno Leitaoconfig NETCONSOLE_PREPEND_RELEASE 361fad361a2SBreno Leitao bool "Prepend kernel release version in the message by default" 362fad361a2SBreno Leitao depends on NETCONSOLE_EXTENDED_LOG 363fad361a2SBreno Leitao default n 364fad361a2SBreno Leitao help 365fad361a2SBreno Leitao Set kernel release to be prepended to each netconsole message by 366fad361a2SBreno Leitao default. If this option is set, the kernel release is prepended into 367fad361a2SBreno Leitao the first field of every netconsole message, so, the netconsole 368fad361a2SBreno Leitao server/peer can easily identify what kernel release is logging each 369fad361a2SBreno Leitao message. See <file:Documentation/networking/netconsole.rst> for 370fad361a2SBreno Leitao details. 371fad361a2SBreno Leitao 37288491d81SJeff Kirsherconfig NETPOLL 37388491d81SJeff Kirsher def_bool NETCONSOLE 37488491d81SJeff Kirsher 37588491d81SJeff Kirsherconfig NET_POLL_CONTROLLER 37688491d81SJeff Kirsher def_bool NETPOLL 37788491d81SJeff Kirsher 378548c237cSJon Masonconfig NTB_NETDEV 379ec110bc7SAllen Hubbe tristate "Virtual Ethernet over NTB Transport" 380ec110bc7SAllen Hubbe depends on NTB_TRANSPORT 381548c237cSJon Mason 38288491d81SJeff Kirsherconfig RIONET 38388491d81SJeff Kirsher tristate "RapidIO Ethernet over messaging driver support" 38488491d81SJeff Kirsher depends on RAPIDIO 38588491d81SJeff Kirsher 38688491d81SJeff Kirsherconfig RIONET_TX_SIZE 38788491d81SJeff Kirsher int "Number of outbound queue entries" 38888491d81SJeff Kirsher depends on RIONET 38988491d81SJeff Kirsher default "128" 39088491d81SJeff Kirsher 39188491d81SJeff Kirsherconfig RIONET_RX_SIZE 39288491d81SJeff Kirsher int "Number of inbound queue entries" 39388491d81SJeff Kirsher depends on RIONET 39488491d81SJeff Kirsher default "128" 3951da177e4SLinus Torvalds 3961da177e4SLinus Torvaldsconfig TUN 3971da177e4SLinus Torvalds tristate "Universal TUN/TAP device driver support" 398de11b0e8SBen Hutchings depends on INET 3991da177e4SLinus Torvalds select CRC32 400a7f7f624SMasahiro Yamada help 4011da177e4SLinus Torvalds TUN/TAP provides packet reception and transmission for user space 4021da177e4SLinus Torvalds programs. It can be viewed as a simple Point-to-Point or Ethernet 4031da177e4SLinus Torvalds device, which instead of receiving packets from a physical media, 4041da177e4SLinus Torvalds receives them from user space program and instead of sending packets 4051da177e4SLinus Torvalds via physical media writes them to the user space program. 4061da177e4SLinus Torvalds 4071da177e4SLinus Torvalds When a program opens /dev/net/tun, driver creates and registers 4081da177e4SLinus Torvalds corresponding net device tunX or tapX. After a program closed above 4091da177e4SLinus Torvalds devices, driver will automatically delete tunXX or tapXX device and 4101da177e4SLinus Torvalds all routes corresponding to it. 4111da177e4SLinus Torvalds 412973d55e5SMauro Carvalho Chehab Please read <file:Documentation/networking/tuntap.rst> for more 4131da177e4SLinus Torvalds information. 4141da177e4SLinus Torvalds 4151da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 4161da177e4SLinus Torvalds will be called tun. 4171da177e4SLinus Torvalds 4181da177e4SLinus Torvalds If you don't know what to use this for, you don't need it. 4191da177e4SLinus Torvalds 4209a393b5dSSainath Grandhiconfig TAP 4219a393b5dSSainath Grandhi tristate 422a7f7f624SMasahiro Yamada help 4239a393b5dSSainath Grandhi This option is selected by any driver implementing tap user space 4249a393b5dSSainath Grandhi interface for a virtual interface to re-use core tap functionality. 4259a393b5dSSainath Grandhi 4268b8e658bSGreg Kurzconfig TUN_VNET_CROSS_LE 4278b8e658bSGreg Kurz bool "Support for cross-endian vnet headers on little-endian kernels" 4288b8e658bSGreg Kurz default n 429a7f7f624SMasahiro Yamada help 4308b8e658bSGreg Kurz This option allows TUN/TAP and MACVTAP device drivers in a 4318b8e658bSGreg Kurz little-endian kernel to parse vnet headers that come from a 4328b8e658bSGreg Kurz big-endian legacy virtio device. 4338b8e658bSGreg Kurz 4348b8e658bSGreg Kurz Userspace programs can control the feature using the TUNSETVNETBE 4358b8e658bSGreg Kurz and TUNGETVNETBE ioctls. 4368b8e658bSGreg Kurz 4378b8e658bSGreg Kurz Unless you have a little-endian system hosting a big-endian virtual 4388b8e658bSGreg Kurz machine with a legacy virtio NIC, you should say N. 4398b8e658bSGreg Kurz 440e314dbdcSPavel Emelyanovconfig VETH 4416a9a0250SRusty Russell tristate "Virtual ethernet pair device" 4420ebab78cSLorenzo Bianconi select PAGE_POOL 443a7f7f624SMasahiro Yamada help 4446a9a0250SRusty Russell This device is a local ethernet tunnel. Devices are created in pairs. 4456a9a0250SRusty Russell When one end receives the packet it appears on its pair and vice 4466a9a0250SRusty Russell versa. 447e314dbdcSPavel Emelyanov 44888491d81SJeff Kirsherconfig VIRTIO_NET 449bd085b93SKees Cook tristate "Virtio network driver" 450bd085b93SKees Cook depends on VIRTIO 451ba5e4426SSridhar Samudrala select NET_FAILOVER 45262087995SHeng Qi select DIMLIB 453a7f7f624SMasahiro Yamada help 45488491d81SJeff Kirsher This is the virtual network driver for virtio. It can be used with 455ecda85e7SJuergen Gross QEMU based VMMs (like KVM or Xen). Say Y or M. 45688491d81SJeff Kirsher 457e4fc408eSDaniel Borkmannconfig NLMON 458e4fc408eSDaniel Borkmann tristate "Virtual netlink monitoring device" 459a7f7f624SMasahiro Yamada help 460e4fc408eSDaniel Borkmann This option enables a monitoring net device for netlink skbs. The 461e4fc408eSDaniel Borkmann purpose of this is to analyze netlink messages with packet sockets. 462e4fc408eSDaniel Borkmann Thus applications like tcpdump will be able to see local netlink 463e4fc408eSDaniel Borkmann messages if they tap into the netlink device, record pcaps for further 464e4fc408eSDaniel Borkmann diagnostics, etc. This is mostly intended for developers or support 465e4fc408eSDaniel Borkmann to debug netlink issues. If unsure, say N. 466e4fc408eSDaniel Borkmann 46735dfaad7SDaniel Borkmannconfig NETKIT 46835dfaad7SDaniel Borkmann bool "BPF-programmable network device" 46935dfaad7SDaniel Borkmann depends on BPF_SYSCALL 47035dfaad7SDaniel Borkmann help 47135dfaad7SDaniel Borkmann The netkit device is a virtual networking device where BPF programs 47235dfaad7SDaniel Borkmann can be attached to the device(s) transmission routine in order to 47335dfaad7SDaniel Borkmann implement the driver's internal logic. The device can be configured 47435dfaad7SDaniel Borkmann to operate in L3 or L2 mode. If unsure, say N. 47535dfaad7SDaniel Borkmann 476193125dbSDavid Ahernconfig NET_VRF 477193125dbSDavid Ahern tristate "Virtual Routing and Forwarding (Lite)" 47835402e31SDavid Ahern depends on IP_MULTIPLE_TABLES 479ee15ee5dSDavid Ahern depends on NET_L3_MASTER_DEV 48035402e31SDavid Ahern depends on IPV6 || IPV6=n 48135402e31SDavid Ahern depends on IPV6_MULTIPLE_TABLES || IPV6=n 482a7f7f624SMasahiro Yamada help 483193125dbSDavid Ahern This option enables the support for mapping interfaces into VRF's. The 484193125dbSDavid Ahern support enables VRF devices. 485193125dbSDavid Ahern 4860b2e6644SGerard Garciaconfig VSOCKMON 4870b2e6644SGerard Garcia tristate "Virtual vsock monitoring device" 4880b2e6644SGerard Garcia depends on VHOST_VSOCK 489a7f7f624SMasahiro Yamada help 4900b2e6644SGerard Garcia This option enables a monitoring net device for vsock sockets. It is 4910b2e6644SGerard Garcia mostly intended for developers or support to debug vsock issues. If 4920b2e6644SGerard Garcia unsure, say N. 4930b2e6644SGerard Garcia 4943ffec6a1SLoic Poulainconfig MHI_NET 4953ffec6a1SLoic Poulain tristate "MHI network driver" 4963ffec6a1SLoic Poulain depends on MHI_BUS 4973ffec6a1SLoic Poulain help 4983ffec6a1SLoic Poulain This is the network driver for MHI bus. It can be used with 4997ffa7542SLoic Poulain QCOM based WWAN modems for IP or QMAP/rmnet protocol (like SDX55). 5007ffa7542SLoic Poulain Say Y or M. 5013ffec6a1SLoic Poulain 50288491d81SJeff Kirsherendif # NET_CORE 50388491d81SJeff Kirsher 50488491d81SJeff Kirsherconfig SUNGEM_PHY 50588491d81SJeff Kirsher tristate 50688491d81SJeff Kirsher 50788491d81SJeff Kirshersource "drivers/net/arcnet/Kconfig" 50888491d81SJeff Kirsher 50988491d81SJeff Kirshersource "drivers/atm/Kconfig" 51088491d81SJeff Kirsher 51188491d81SJeff Kirshersource "drivers/net/caif/Kconfig" 51288491d81SJeff Kirsher 5133b158859SBen Hutchingssource "drivers/net/dsa/Kconfig" 5143b158859SBen Hutchings 51588491d81SJeff Kirshersource "drivers/net/ethernet/Kconfig" 51688491d81SJeff Kirsher 51788491d81SJeff Kirshersource "drivers/net/fddi/Kconfig" 51888491d81SJeff Kirsher 519fecc7351SPaul Bollesource "drivers/net/hippi/Kconfig" 520fecc7351SPaul Bolle 52108120d23SAlex Eldersource "drivers/net/ipa/Kconfig" 52208120d23SAlex Elder 52300db8189SAndy Flemingsource "drivers/net/phy/Kconfig" 52400db8189SAndy Fleming 5253114b075SOleksij Rempelsource "drivers/net/pse-pd/Kconfig" 5263114b075SOleksij Rempel 527d7786af5SVincent Mailholsource "drivers/net/can/Kconfig" 528d7786af5SVincent Mailhol 5294b2e6930SJeremy Kerrsource "drivers/net/mctp/Kconfig" 5304b2e6930SJeremy Kerr 531a9770eacSAndrew Lunnsource "drivers/net/mdio/Kconfig" 532a9770eacSAndrew Lunn 5332fa4e4b7SAndrew Lunnsource "drivers/net/pcs/Kconfig" 5342fa4e4b7SAndrew Lunn 53518e635f4SJeff Kirshersource "drivers/net/plip/Kconfig" 53618e635f4SJeff Kirsher 53788491d81SJeff Kirshersource "drivers/net/ppp/Kconfig" 53888491d81SJeff Kirsher 539b5451d78SJeff Kirshersource "drivers/net/slip/Kconfig" 540b5451d78SJeff Kirsher 54188491d81SJeff Kirshersource "drivers/s390/net/Kconfig" 54288491d81SJeff Kirsher 54388491d81SJeff Kirshersource "drivers/net/usb/Kconfig" 54488491d81SJeff Kirsher 5451da177e4SLinus Torvaldssource "drivers/net/wireless/Kconfig" 5461da177e4SLinus Torvalds 5471da177e4SLinus Torvaldssource "drivers/net/wan/Kconfig" 5481da177e4SLinus Torvalds 5490739d643Salex.bluesman.smirnov@gmail.comsource "drivers/net/ieee802154/Kconfig" 5500739d643Salex.bluesman.smirnov@gmail.com 5519a44c1ccSLoic Poulainsource "drivers/net/wwan/Kconfig" 5529a44c1ccSLoic Poulain 5530d160211SJeremy Fitzhardingeconfig XEN_NETDEV_FRONTEND 5540d160211SJeremy Fitzhardinge tristate "Xen network device frontend driver" 5550d160211SJeremy Fitzhardinge depends on XEN 5567003087cSJeremy Fitzhardinge select XEN_XENBUS_FRONTEND 5576c5aa6fcSDenis Kirjanov select PAGE_POOL 5580d160211SJeremy Fitzhardinge default y 5590d160211SJeremy Fitzhardinge help 560f942dc25SIan Campbell This driver provides support for Xen paravirtual network 561f942dc25SIan Campbell devices exported by a Xen network driver domain (often 562f942dc25SIan Campbell domain 0). 563f942dc25SIan Campbell 564f942dc25SIan Campbell The corresponding Linux backend driver is enabled by the 565f942dc25SIan Campbell CONFIG_XEN_NETDEV_BACKEND option. 566f942dc25SIan Campbell 567f942dc25SIan Campbell If you are compiling a kernel for use as Xen guest, you 568f942dc25SIan Campbell should say Y here. To compile this driver as a module, chose 569f942dc25SIan Campbell M here: the module will be called xen-netfront. 570f942dc25SIan Campbell 571f942dc25SIan Campbellconfig XEN_NETDEV_BACKEND 572f942dc25SIan Campbell tristate "Xen backend network device" 573f942dc25SIan Campbell depends on XEN_BACKEND 574f942dc25SIan Campbell help 575f942dc25SIan Campbell This driver allows the kernel to act as a Xen network driver 576f942dc25SIan Campbell domain which exports paravirtual network devices to other 577f942dc25SIan Campbell Xen domains. These devices can be accessed by any operating 578f942dc25SIan Campbell system that implements a compatible front end. 579f942dc25SIan Campbell 580f942dc25SIan Campbell The corresponding Linux frontend driver is enabled by the 581f942dc25SIan Campbell CONFIG_XEN_NETDEV_FRONTEND configuration option. 582f942dc25SIan Campbell 583f942dc25SIan Campbell The backend driver presents a standard network device 584f942dc25SIan Campbell endpoint for each paravirtual network device to the driver 585f942dc25SIan Campbell domain network stack. These can then be bridged or routed 586f942dc25SIan Campbell etc in order to provide full network connectivity. 587f942dc25SIan Campbell 588f942dc25SIan Campbell If you are compiling a kernel to run in a Xen network driver 589f942dc25SIan Campbell domain (often this is domain 0) you should say Y here. To 590f942dc25SIan Campbell compile this driver as a module, chose M here: the module 591f942dc25SIan Campbell will be called xen-netback. 5920d160211SJeremy Fitzhardinge 593d1a890faSShreyas Bhatewaraconfig VMXNET3 594d1a890faSShreyas Bhatewara tristate "VMware VMXNET3 ethernet driver" 595115924b6SShreyas Bhatewara depends on PCI && INET 59600169a92SGuenter Roeck depends on PAGE_SIZE_LESS_THAN_64KB 59754f00cceSWilliam Tu select PAGE_POOL 598d1a890faSShreyas Bhatewara help 599d1a890faSShreyas Bhatewara This driver supports VMware's vmxnet3 virtual ethernet NIC. 600d1a890faSShreyas Bhatewara To compile this driver as a module, choose M here: the 601d1a890faSShreyas Bhatewara module will be called vmxnet3. 602d1a890faSShreyas Bhatewara 603658d439bSTaku Izumiconfig FUJITSU_ES 604658d439bSTaku Izumi tristate "FUJITSU Extended Socket Network Device driver" 605658d439bSTaku Izumi depends on ACPI 606658d439bSTaku Izumi help 607658d439bSTaku Izumi This driver provides support for Extended Socket network device 608658d439bSTaku Izumi on Extended Partitioning of FUJITSU PRIMEQUEST 2000 E2 series. 609658d439bSTaku Izumi 6100d0950a9SMika Westerbergsource "drivers/net/thunderbolt/Kconfig" 61195fa0405SHaiyang Zhangsource "drivers/net/hyperv/Kconfig" 61295fa0405SHaiyang Zhang 61383c9e13aSJakub Kicinskiconfig NETDEVSIM 61483c9e13aSJakub Kicinski tristate "Simulated networking device" 61583c9e13aSJakub Kicinski depends on DEBUG_FS 6161f399fc7SHongbo Yao depends on INET 61748bb9eb4SIdo Schimmel depends on IPV6 || IPV6=n 618a8700c3dSIdo Schimmel depends on PSAMPLE || PSAMPLE=n 619b63e78fcSVladimir Oltean depends on PTP_1588_CLOCK_MOCK || PTP_1588_CLOCK_MOCK=n 620f6b19b35SJiri Pirko select NET_DEVLINK 62194e2a19aSJakub Kicinski select PAGE_POOL 622b3ea4164SPaolo Abeni select NET_SHAPER 62383c9e13aSJakub Kicinski help 62483c9e13aSJakub Kicinski This driver is a developer testing tool and software model that can 62583c9e13aSJakub Kicinski be used to test various control path networking APIs, especially 62683c9e13aSJakub Kicinski HW-offload related. 62783c9e13aSJakub Kicinski 62883c9e13aSJakub Kicinski To compile this driver as a module, choose M here: the module 62983c9e13aSJakub Kicinski will be called netdevsim. 63083c9e13aSJakub Kicinski 631cfc80d9aSSridhar Samudralaconfig NET_FAILOVER 632cfc80d9aSSridhar Samudrala tristate "Failover driver" 633cfc80d9aSSridhar Samudrala select FAILOVER 634cfc80d9aSSridhar Samudrala help 635cfc80d9aSSridhar Samudrala This provides an automated failover mechanism via APIs to create 636cfc80d9aSSridhar Samudrala and destroy a failover master netdev and manages a primary and 637cfc80d9aSSridhar Samudrala standby slave netdevs that get registered via the generic failover 638cfc80d9aSSridhar Samudrala infrastructure. This can be used by paravirtual drivers to enable 639cfc80d9aSSridhar Samudrala an alternate low latency datapath. It also enables live migration of 640cfc80d9aSSridhar Samudrala a VM with direct attached VF by failing over to the paravirtual 641cfc80d9aSSridhar Samudrala datapath when the VF is unplugged. 642cfc80d9aSSridhar Samudrala 6434228c394SArnd Bergmannconfig NETDEV_LEGACY_INIT 6444228c394SArnd Bergmann bool 6454228c394SArnd Bergmann depends on ISA 6464228c394SArnd Bergmann help 6474228c394SArnd Bergmann Drivers that call netdev_boot_setup_check() should select this 6484228c394SArnd Bergmann symbol, everything else no longer needs it. 6494228c394SArnd Bergmann 650d1c0a65fSJan Engelhardtendif # NETDEVICES 651