data_type
large_stringclasses
3 values
source
large_stringclasses
29 values
code
large_stringlengths
98
49.4M
filepath
large_stringlengths
5
161
message
large_stringclasses
234 values
commit
large_stringclasses
234 values
subject
large_stringclasses
418 values
critique
large_stringlengths
101
1.26M
metadata
dict
source
linux
.. SPDX-License-Identifier: GPL-2.0 ================================ TC Actions - Environmental Rules ================================ The "environmental" rules for authors of any new tc actions are: 1) If you stealeth or borroweth any packet thou shalt be branching from the righteous path and thou shalt cloneth...
Documentation/networking/tc-actions-env-rules.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 ========================= TC queue based filtering ========================= TC can be used for directing traffic to either a set of queues or to a single queue on both the transmit and receive side. On the transmit side: 1) TC filter directing traffic to a set of queues is achie...
Documentation/networking/tc-queue-filters.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 ==================== Thin-streams and TCP ==================== A wide range of Internet-based services that use reliable transport protocols display what we call thin-stream properties. This means that the application sends data with such a low rate that the retransmission mechanis...
Documentation/networking/tcp-thin.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 ======================================================== TCP Authentication Option Linux implementation (RFC5925) ======================================================== TCP Authentication Option (TCP-AO) provides a TCP extension aimed at verifying segments between trusted peers. ...
Documentation/networking/tcp_ao.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 ==== Team ==== Team devices are driven from userspace via libteam library which is here: https://github.com/jpirko/libteam
Documentation/networking/team.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 ============ Timestamping ============ 1. Control Interfaces ===================== The interfaces for receiving network packages timestamps are: SO_TIMESTAMP Generates a timestamp for each incoming packet in (not necessarily monotonic) system time. Reports the timestamp via ...
Documentation/networking/timestamping.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 ================= Linux Kernel TIPC ================= Introduction ============ TIPC (Transparent Inter Process Communication) is a protocol that is specially designed for intra-cluster communication. It can be configured to transmit messages either on UDP or directly across Ether...
Documentation/networking/tipc.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 ======================= In-Kernel TLS Handshake ======================= Overview ======== Transport Layer Security (TLS) is a Upper Layer Protocol (ULP) that runs over TCP. TLS provides end-to-end data integrity and confidentiality in addition to peer authentication. The kernel's...
Documentation/networking/tls-handshake.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) ================== Kernel TLS offload ================== Kernel TLS operation ==================== Linux kernel provides TLS connection offload infrastructure. Once a TCP connection is in ``ESTABLISHED`` state user space can enable the TLS Upper Layer Protoc...
Documentation/networking/tls-offload.rst
null
null
null
null
null
source
linux
.. _kernel_tls: ========== Kernel TLS ========== Overview ======== Transport Layer Security (TLS) is a Upper Layer Protocol (ULP) that runs over TCP. TLS provides end-to-end data integrity and confidentiality. User interface ============== Creating a TLS connection ------------------------- First create a new TCP...
Documentation/networking/tls.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 ========================= Transparent proxy support ========================= This feature adds Linux 2.2-like transparent proxy support to current kernels. To use it, enable the socket match and the TPROXY target in your kernel config. You will need policy routing too, so be sure ...
Documentation/networking/tproxy.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 .. include:: <isonum.txt> =============================== Universal TUN/TAP device driver =============================== Copyright |copy| 1999-2000 Maxim Krasnyansky <max_mk@yahoo.com> Linux, Solaris drivers Copyright |copy| 1999-2000 Maxim Krasnyansky <max_mk@yahoo.com> F...
Documentation/networking/tuntap.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 ================================ The UDP-Lite protocol (RFC 3828) ================================ UDP-Lite is a Standards-Track IETF transport protocol whose characteristic is a variable-length checksum. This has advantages for transport of multimedia (video, VoIP) over wir...
Documentation/networking/udplite.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 ==================================== Virtual Routing and Forwarding (VRF) ==================================== The VRF Device ============== The VRF device combined with ip rules provides the ability to create virtual routing and forwarding domains (aka VRFs, VRF-lite to be specif...
Documentation/networking/vrf.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 ====================================================== Virtual eXtensible Local Area Networking documentation ====================================================== The VXLAN protocol is a tunnelling protocol designed to solve the problem of limited VLAN IDs (4096) in IEEE 802.1q. ...
Documentation/networking/vxlan.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 X.25 Device Driver Interface ============================ Version 1.1 Jonathan Naylor 26.12.96 This is a description of the messages to be passed between the X.25 Packet Layer and the X.25 device driver. They are designed to allow for the easy setting of the LAPB mode from ...
Documentation/networking/x25-iface.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 ================== Linux X.25 Project ================== As my third year dissertation at University I have taken it upon myself to write an X.25 implementation for Linux. My aim is to provide a complete X.25 Packet Layer and a LAPB module to allow for "normal" X.25 to be run using...
Documentation/networking/x25.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 =============== XDP RX Metadata =============== This document describes how an eXpress Data Path (XDP) program can access hardware metadata related to a packet using a set of helper functions, and how it can pass that metadata on to other consumers. General Design ============== ...
Documentation/networking/xdp-rx-metadata.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 ================== AF_XDP TX Metadata ================== This document describes how to enable offloads when transmitting packets via :doc:`af_xdp`. Refer to :doc:`xdp-rx-metadata` on how to access similar metadata on the receive side. General Design ============== The headroom f...
Documentation/networking/xsk-tx-metadata.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 .. include:: <isonum.txt> ================ Using Linux CAIF ================ :Copyright: |copy| ST-Ericsson AB 2010 :Author: Sjur Brendeland/ sjur.brandeland@stericsson.com Start ===== If you have compiled CAIF for modules do:: $modprobe crc_ccitt $modprobe caif $...
Documentation/networking/caif/caif.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 CAIF ==== Contents: .. toctree:: :maxdepth: 2 linux_caif caif
Documentation/networking/caif/index.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 .. include:: <isonum.txt> ========== Linux CAIF ========== Copyright |copy| ST-Ericsson AB 2010 :Author: Sjur Brendeland/ sjur.brandeland@stericsson.com :License terms: GNU General Public License (GPL) version 2 Introduction ============ CAIF is a MUX protocol used by ST-Ericss...
Documentation/networking/caif/linux_caif.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) Hardware Device Drivers ======================= Contents: .. toctree:: :maxdepth: 2 atm/index can/index cellular/index ethernet/index fddi/index hamradio/index wifi/index wwan/index
Documentation/networking/device_drivers/index.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 ======================== ATM cxacru device driver ======================== Firmware is required for this device: http://accessrunner.sourceforge.net/ While it is capable of managing/maintaining the ADSL connection without the module loaded, the device will sometimes stop respondin...
Documentation/networking/device_drivers/atm/cxacru.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 ============================================= FORE Systems PCA-200E/SBA-200E ATM NIC driver ============================================= This driver adds support for the FORE Systems 200E-series ATM adapters to the Linux operating system. It is based on the earlier PCA-200E driver...
Documentation/networking/device_drivers/atm/fore200e.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) Asynchronous Transfer Mode (ATM) Device Drivers =============================================== Contents: .. toctree:: :maxdepth: 2 cxacru fore200e iphase
Documentation/networking/device_drivers/atm/index.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 ================================== ATM (i)Chip IA Linux Driver Source ================================== READ ME FIRST -------------------------------------------------------------------------------- Read This Before You Begin! -----------------------------------...
Documentation/networking/device_drivers/atm/iphase.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) can327: ELM327 driver for Linux SocketCAN ========================================== Authors -------- Max Staudt <max@enpas.org> Motivation ----------- This driver aims to lower the initial cost for hackers interested in working with CAN buses. CAN adap...
Documentation/networking/device_drivers/can/can327.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) Controller Area Network (CAN) Device Drivers ============================================ Device drivers for CAN devices. Contents: .. toctree:: :maxdepth: 2 can327 ctu/ctucanfd-driver freescale/flexcan
Documentation/networking/device_drivers/can/index.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0-or-later CTU CAN FD Driver ================= Author: Martin Jerabek <martin.jerabek01@gmail.com> About CTU CAN FD IP Core ------------------------ `CTU CAN FD <https://gitlab.fel.cvut.cz/canbus/ctucanfd_ip_core>`_ is an open source soft core written in VHDL. It originated in 201...
Documentation/networking/device_drivers/can/ctu/ctucanfd-driver.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0+ ============================= Flexcan CAN Controller driver ============================= Authors: Marc Kleine-Budde <mkl@pengutronix.de>, Dario Binacchi <dario.binacchi@amarulasolutions.com> On/off RTR frames reception =========================== For most flexcan IP cores the d...
Documentation/networking/device_drivers/can/freescale/flexcan.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) Cellular Modem Device Drivers ============================= Contents: .. toctree:: :maxdepth: 2 qualcomm/rmnet
Documentation/networking/device_drivers/cellular/index.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 ============ Rmnet Driver ============ 1. Introduction =============== rmnet driver is used for supporting the Multiplexing and aggregation Protocol (MAP). This protocol is used by all recent chipsets using Qualcomm Technologies, Inc. modems. This driver can be used to register o...
Documentation/networking/device_drivers/cellular/qualcomm/rmnet.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) Ethernet Device Drivers ======================= Device drivers for Ethernet and Ethernet-based virtual function devices. Contents: .. toctree:: :maxdepth: 2 3com/3c509 3com/vortex amazon/ena altera/altera_tse amd/pds_core amd/pds_vdpa ...
Documentation/networking/device_drivers/ethernet/index.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 ============================================================================= Linux and the 3Com EtherLink III Series Ethercards (driver v1.18c and higher) ============================================================================= This file contains the instructions and caveats ...
Documentation/networking/device_drivers/ethernet/3com/3c509.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 ========================= 3Com Vortex device driver ========================= Andrew Morton 30 April 2000 This document describes the usage and errata of the 3Com "Vortex" device driver for Linux, 3c59x.c. The driver was written by Donald Becker <becker@scyld.com> Don is no lo...
Documentation/networking/device_drivers/ethernet/3com/vortex.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 .. include:: <isonum.txt> ======================================= Altera Triple-Speed Ethernet MAC driver ======================================= Copyright |copy| 2008-2014 Altera Corporation This is the driver for the Altera Triple-Speed Ethernet (TSE) controllers using the SGDM...
Documentation/networking/device_drivers/ethernet/altera/altera_tse.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 ============================================================ Linux kernel driver for Elastic Network Adapter (ENA) family ============================================================ Overview ======== ENA is a networking interface designed to make good use of modern CPU features a...
Documentation/networking/device_drivers/ethernet/amazon/ena.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0+ ======================================================== Linux Driver for the AMD/Pensando(R) DSC adapter family ======================================================== Copyright(c) 2023 Advanced Micro Devices, Inc Identifying the Adapter ======================= To find if one ...
Documentation/networking/device_drivers/ethernet/amd/pds_core.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0+ .. note: can be edited and viewed with /usr/bin/formiko-vim ========================================================== PCI vDPA driver for the AMD/Pensando(R) DSC adapter family ========================================================== AMD/Pensando vDPA VF Device Driver Copyrigh...
Documentation/networking/device_drivers/ethernet/amd/pds_vdpa.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0+ .. note: can be edited and viewed with /usr/bin/formiko-vim ========================================================== PCI VFIO driver for the AMD/Pensando(R) DSC adapter family ========================================================== AMD/Pensando Linux VFIO PCI Device Driver Co...
Documentation/networking/device_drivers/ethernet/amd/pds_vfio_pci.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 .. include:: <isonum.txt> =============================== Marvell(Aquantia) AQtion Driver =============================== For the aQuantia Multi-Gigabit PCI Express Family of Ethernet Adapters .. Contents - Identifying Your Adapter - Configuration - Supported ethtool ...
Documentation/networking/device_drivers/ethernet/aquantia/atlantic.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 .. include:: <isonum.txt> ============================================= Chelsio N210 10Gb Ethernet Network Controller ============================================= Driver Release Notes for Linux Version 2.1.1 June 20, 2005 .. Contents INTRODUCTION FEATURES PERFORMANCE DRIVE...
Documentation/networking/device_drivers/ethernet/chelsio/cxgb.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 ================================================ Cirrus Logic LAN CS8900/CS8920 Ethernet Adapters ================================================ .. note:: This document was contributed by Cirrus Logic for kernel 2.2.5. This version has been updated for 2.3.48 by Andrew Mo...
Documentation/networking/device_drivers/ethernet/cirrus/cs89x0.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 ===================== DM9000 Network driver ===================== Copyright 2008 Simtec Electronics, Ben Dooks <ben@simtec.co.uk> <ben-linux@fluff.org> Introduction ------------ This file describes how to use the DM9000 platform-device based network driver that is contained ...
Documentation/networking/device_drivers/ethernet/davicom/dm9000.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 ============================================================== Davicom DM9102(A)/DM9132/DM9801 fast ethernet driver for Linux ============================================================== Note: This driver doesn't have a maintainer. This program is free software; you can redistr...
Documentation/networking/device_drivers/ethernet/dec/dmfe.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 ========================================================= D-Link DL2000-based Gigabit Ethernet Adapter Installation ========================================================= May 23, 2002 .. Contents - Compatibility List - Quick Install - Compiling the Driver - Installing the ...
Documentation/networking/device_drivers/ethernet/dlink/dl2k.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 ============================== The QorIQ DPAA Ethernet Driver ============================== Authors: - Madalin Bucur <madalin.bucur@nxp.com> - Camelia Groza <camelia.groza@nxp.com> .. Contents - DPAA Ethernet Overview - DPAA Ethernet Supported SoCs - Configuring DPAA Ethernet...
Documentation/networking/device_drivers/ethernet/freescale/dpaa.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 =========================== The Gianfar Ethernet Driver =========================== :Author: Andy Fleming <afleming@freescale.com> :Updated: 2005-07-28 Checksum Offloading =================== The eTSEC controller (first included in parts from late 2005 like the 8548) has the abi...
Documentation/networking/device_drivers/ethernet/freescale/gianfar.rst
null
null
null
null
null
source
linux
.. include:: <isonum.txt> =================================== DPAA2 DPIO (Data Path I/O) Overview =================================== :Copyright: |copy| 2016-2018 NXP This document provides an overview of the Freescale DPAA2 DPIO drivers Introduction ============ A DPAA2 DPIO (Data Path I/O) is a hardware object t...
Documentation/networking/device_drivers/ethernet/freescale/dpaa2/dpio-driver.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 .. include:: <isonum.txt> =============================== DPAA2 Ethernet driver =============================== :Copyright: |copy| 2017-2018 NXP This file provides documentation for the Freescale DPAA2 Ethernet driver. Supported Platforms =================== This driver provides ...
Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ethernet-driver.rst
null
null
null
null
null
source
linux
=================== DPAA2 Documentation =================== .. toctree:: :maxdepth: 1 overview dpio-driver ethernet-driver mac-phy-support switch-driver
Documentation/networking/device_drivers/ethernet/freescale/dpaa2/index.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 .. include:: <isonum.txt> ======================= DPAA2 MAC / PHY support ======================= :Copyright: |copy| 2019 NXP Overview -------- The DPAA2 MAC / PHY support consists of a set of APIs that help DPAA2 network drivers (dpaa2-eth, dpaa2-ethsw) interact with the PHY lib...
Documentation/networking/device_drivers/ethernet/freescale/dpaa2/mac-phy-support.rst
null
null
null
null
null
source
linux
.. include:: <isonum.txt> ========================================================= DPAA2 (Data Path Acceleration Architecture Gen2) Overview ========================================================= :Copyright: |copy| 2015 Freescale Semiconductor Inc. :Copyright: |copy| 2018 NXP This document provides an overview o...
Documentation/networking/device_drivers/ethernet/freescale/dpaa2/overview.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 .. include:: <isonum.txt> =================== DPAA2 Switch driver =================== :Copyright: |copy| 2021 NXP The DPAA2 Switch driver probes on the Datapath Switch (DPSW) object which can be instantiated on the following DPAA2 SoCs and their variants: LS2088A and LX2160A. The...
Documentation/networking/device_drivers/ethernet/freescale/dpaa2/switch-driver.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0+ ============================================================== Linux kernel driver for Compute Engine Virtual Ethernet (gve): ============================================================== Supported Hardware =================== The GVE driver binds to a single PCI device id used b...
Documentation/networking/device_drivers/ethernet/google/gve.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 ============================================================ Linux Kernel Driver for Huawei Intelligent NIC(HiNIC) family ============================================================ Overview: ========= HiNIC is a network interface card for the Data Center Area. The driver support...
Documentation/networking/device_drivers/ethernet/huawei/hinic.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 ===================================================================== Linux kernel driver for Huawei Ethernet Device Driver (hinic3) family ===================================================================== Overview ======== The hinic3 is a network interface card (NIC) for Data...
Documentation/networking/device_drivers/ethernet/huawei/hinic3.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0+ ============================================================= Linux Base Driver for the Intel(R) PRO/100 Family of Adapters ============================================================= June 1, 2018 Contents ======== - In This Release - Identifying Your Adapter - Building and In...
Documentation/networking/device_drivers/ethernet/intel/e100.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0+ ========================================================== Linux Base Driver for Intel(R) Ethernet Network Connection ========================================================== Intel Gigabit Linux driver. Copyright(c) 1999 - 2013 Intel Corporation. Contents ======== - Identifyin...
Documentation/networking/device_drivers/ethernet/intel/e1000.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0+ ===================================================== Linux Driver for Intel(R) Ethernet Network Connection ===================================================== Intel Gigabit Linux driver. Copyright(c) 2008-2018 Intel Corporation. Contents ======== - Identifying Your Adapter - ...
Documentation/networking/device_drivers/ethernet/intel/e1000e.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0+ ============================================================= Linux Base Driver for Intel(R) Ethernet Multi-host Controller ============================================================= August 20, 2018 Copyright(c) 2015-2018 Intel Corporation. Contents ======== - Identifying Your...
Documentation/networking/device_drivers/ethernet/intel/fm10k.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0+ ================================================================= Linux Base Driver for the Intel(R) Ethernet Controller 700 Series ================================================================= Intel 40 Gigabit Linux driver. Copyright(c) 1999-2018 Intel Corporation. Contents ...
Documentation/networking/device_drivers/ethernet/intel/i40e.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0+ ================================================================= Linux Base Driver for Intel(R) Ethernet Adaptive Virtual Function ================================================================= Intel Ethernet Adaptive Virtual Function Linux driver. Copyright(c) 2013-2018 Intel...
Documentation/networking/device_drivers/ethernet/intel/iavf.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0+ ================================================================= Linux Base Driver for the Intel(R) Ethernet Controller 800 Series ================================================================= Intel ice Linux driver. Copyright(c) 2018-2021 Intel Corporation. Contents =======...
Documentation/networking/device_drivers/ethernet/intel/ice.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0+ ========================================================================== idpf Linux* Base Driver for the Intel(R) Infrastructure Data Path Function ========================================================================== Intel idpf Linux driver. Copyright(C) 2023 Intel Corpora...
Documentation/networking/device_drivers/ethernet/intel/idpf.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0+ ========================================================== Linux Base Driver for Intel(R) Ethernet Network Connection ========================================================== Intel Gigabit Linux driver. Copyright(c) 1999-2018 Intel Corporation. Contents ======== - Identifying ...
Documentation/networking/device_drivers/ethernet/intel/igb.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0+ =========================================================== Linux Base Virtual Function Driver for Intel(R) 1G Ethernet =========================================================== Intel Gigabit Virtual Function Linux driver. Copyright(c) 1999-2018 Intel Corporation. Contents ====...
Documentation/networking/device_drivers/ethernet/intel/igbvf.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0+ =========================================================================== Linux Base Driver for the Intel(R) Ethernet 10 Gigabit PCI Express Adapters =========================================================================== Intel 10 Gigabit Linux driver. Copyright(c) 1999-2018...
Documentation/networking/device_drivers/ethernet/intel/ixgbe.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0+ ============================================================ Linux Base Virtual Function Driver for Intel(R) 10G Ethernet ============================================================ Intel 10 Gigabit Virtual Function Linux driver. Copyright(c) 1999-2018 Intel Corporation. Content...
Documentation/networking/device_drivers/ethernet/intel/ixgbevf.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0+ ==================================================================== Linux kernel networking driver for Marvell's Octeon PCI Endpoint NIC ==================================================================== Network driver for Marvell's Octeon PCI EndPoint NIC. Copyright (c) 2020 M...
Documentation/networking/device_drivers/ethernet/marvell/octeon_ep.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0+ ======================================================================= Linux kernel networking driver for Marvell's Octeon PCI Endpoint NIC VF ======================================================================= Network driver for Marvell's Octeon PCI EndPoint NIC VF. Copyrigh...
Documentation/networking/device_drivers/ethernet/marvell/octeon_ep_vf.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) ==================================== Marvell OcteonTx2 RVU Kernel Drivers ==================================== Copyright (c) 2020 Marvell International Ltd. Contents ======== - `Overview`_ - `Drivers`_ - `Basic packet flow`_ - `Devlink health reporters`_ - ...
Documentation/networking/device_drivers/ethernet/marvell/octeontx2.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB .. include:: <isonum.txt> ================ Ethtool counters ================ :Copyright: |copy| 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. Contents ======== - `Overview`_ - `Groups`_ - `Types`_ - `Descriptions`_ Overview ======== There are sever...
Documentation/networking/device_drivers/ethernet/mellanox/mlx5/counters.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB .. include:: <isonum.txt> Mellanox ConnectX(R) mlx5 core VPI Network Driver ================================================= :Copyright: |copy| 2019, Mellanox Technologies LTD. :Copyright: |copy| 2020-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. Con...
Documentation/networking/device_drivers/ethernet/mellanox/mlx5/index.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB .. include:: <isonum.txt> ======================================= Enabling the driver and kconfig options ======================================= :Copyright: |copy| 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | mlx5 core is modular and most of the m...
Documentation/networking/device_drivers/ethernet/mellanox/mlx5/kconfig.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB .. include:: <isonum.txt> ========= Switchdev ========= :Copyright: |copy| 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. .. _mlx5_bridge_offload: Bridge offload ============== The mlx5 driver implements support for offloading bridge rules when in sw...
Documentation/networking/device_drivers/ethernet/mellanox/mlx5/switchdev.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB .. include:: <isonum.txt> =========== Tracepoints =========== :Copyright: |copy| 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. mlx5 driver provides internal tracepoints for tracking and debugging using kernel tracepoints interfaces (refer to Documenta...
Documentation/networking/device_drivers/ethernet/mellanox/mlx5/tracepoints.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0+ ===================================== Meta Platforms Host Network Interface ===================================== Firmware Versions ----------------- fbnic has three components stored on the flash which are provided in one PLDM image: 1. fw - The control firmware used to view an...
Documentation/networking/device_drivers/ethernet/meta/fbnic.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 ====================== Hyper-V network driver ====================== Compatibility ============= This driver is compatible with Windows Server 2012 R2, 2016 and Windows 10. Features ======== Checksum offload ---------------- The netvsc driver supports checksum offload as long ...
Documentation/networking/device_drivers/ethernet/microsoft/netvsc.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 =========================================================== Linux Base Driver for MUCSE(R) Gigabit PCI Express Adapters =========================================================== Contents ======== - Identifying Your Adapter Identifying Your Adapter ======================== The d...
Documentation/networking/device_drivers/ethernet/mucse/rnpgbe.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) .. include:: <isonum.txt> =========================================== Network Flow Processor (NFP) Kernel Drivers =========================================== :Copyright: |copy| 2019, Netronome Systems, Inc. :Copyright: |copy| 2022, Corigine, Inc. Contents ==...
Documentation/networking/device_drivers/ethernet/netronome/nfp.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0+ ======================================================== Linux Driver for the Pensando(R) Ethernet adapter family ======================================================== Pensando Linux Ethernet driver. Copyright(c) 2019 Pensando Systems, Inc Contents ======== - Identifying the ...
Documentation/networking/device_drivers/ethernet/pensando/ionic.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0+ =========================================================== RDMA Driver for the AMD Pensando(R) Ethernet adapter family =========================================================== AMD Pensando RDMA driver. Copyright (C) 2018-2025, Advanced Micro Devices, Inc. Overview ======== T...
Documentation/networking/device_drivers/ethernet/pensando/ionic_rdma.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 =============================================== PPE Ethernet Driver for Qualcomm IPQ SoC Family =============================================== Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. Author: Lei Wei <quic_leiwei@quicinc.com> Contents ======== - `PPE ...
Documentation/networking/device_drivers/ethernet/qualcomm/ppe/ppe.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 ================ SMC 9xxxx Driver ================ Revision 0.12 3/5/96 Copyright 1996 Erik Stahlman Released under terms of the GNU General Public License. This file contains the instructions and caveats for my SMC9xxx driver. You should not be using the driver without readi...
Documentation/networking/device_drivers/ethernet/smsc/smc9.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0+ ============================================================== Linux Driver for the Synopsys(R) Ethernet Controllers "stmmac" ============================================================== Authors: Giuseppe Cavallaro <peppe.cavallaro@st.com>, Alexandre Torgue <alexandre.torgue@st....
Documentation/networking/device_drivers/ethernet/stmicro/stmmac.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 =================================================================== Texas Instruments K3 AM65 CPSW NUSS switchdev based ethernet driver =================================================================== :Version: 1.0 Port renaming ============= In order to rename via udev:: ...
Documentation/networking/device_drivers/ethernet/ti/am65_nuss_cpsw_switchdev.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 ====================================== Texas Instruments CPSW ethernet driver ====================================== Multiqueue & CBS & MQPRIO ========================= The cpsw has 3 CBS shapers for each external ports. This document describes MQPRIO and CBS Qdisc offload config...
Documentation/networking/device_drivers/ethernet/ti/cpsw.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 ====================================================== Texas Instruments CPSW switchdev based ethernet driver ====================================================== :Version: 2.0 Port renaming ============= On older udev versions renaming of ethX to swXpY will not be automaticall...
Documentation/networking/device_drivers/ethernet/ti/cpsw_switchdev.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 ============================================== Texas Instruments ICSSG PRUETH ethernet driver ============================================== :Version: 1.0 ICSSG Firmware ============== Every ICSSG core has two Programmable Real-Time Unit(PRUs), two auxiliary Real-Time Transfer Un...
Documentation/networking/device_drivers/ethernet/ti/icssg_prueth.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 ===================== TLAN driver for Linux ===================== :Version: 1.14a (C) 1997-1998 Caldera, Inc. (C) 1998 James Banks (C) 1999-2001 Torben Mathiasen <tmm@image.dk, torben.mathiasen@compaq.com> For driver information/updates visit http://www.compaq.com I. Suppo...
Documentation/networking/device_drivers/ethernet/ti/tlan.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 ============================================================= Linux Base Driver for WangXun(R) Gigabit PCI Express Adapters ============================================================= WangXun Gigabit Linux driver. Copyright (c) 2019 - 2022 Beijing WangXun Technology Co., Ltd. Su...
Documentation/networking/device_drivers/ethernet/wangxun/ngbe.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0+ ================================================================== Linux Base Virtual Function Driver for Wangxun(R) Gigabit Ethernet ================================================================== WangXun Gigabit Virtual Function Linux driver. Copyright(c) 2015 - 2025 Beijing ...
Documentation/networking/device_drivers/ethernet/wangxun/ngbevf.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 ================================================================ Linux Base Driver for WangXun(R) 10 Gigabit PCI Express Adapters ================================================================ WangXun 10 Gigabit Linux driver. Copyright (c) 2015 - 2022 Beijing WangXun Technology C...
Documentation/networking/device_drivers/ethernet/wangxun/txgbe.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0+ =========================================================================== Linux Base Virtual Function Driver for Wangxun(R) 10/25/40 Gigabit Ethernet =========================================================================== WangXun 10/25/40 Gigabit Virtual Function Linux drive...
Documentation/networking/device_drivers/ethernet/wangxun/txgbevf.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 ===================================================== Notes on the DEC FDDIcontroller 700 (DEFZA-xx) driver ===================================================== :Version: v.1.1.4 DEC FDDIcontroller 700 is DEC's first-generation TURBOchannel FDDI network card, designed in 1990 sp...
Documentation/networking/device_drivers/fddi/defza.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) Fiber Distributed Data Interface (FDDI) Device Drivers ====================================================== Contents: .. toctree:: :maxdepth: 2 defza skfp
Documentation/networking/device_drivers/fddi/index.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 .. include:: <isonum.txt> ======================== SysKonnect driver - SKFP ======================== |copy| Copyright 1998-2000 SysKonnect, skfp.txt created 11-May-2000 Readme File for skfp.o v2.06 .. This file contains (1) OVERVIEW (2) SUPPORTED ADAPTERS (3) GENERAL...
Documentation/networking/device_drivers/fddi/skfp.rst
null
null
null
null
null
source
linux
.. SPDX-License-Identifier: GPL-2.0 =============================== Linux Drivers for Baycom Modems =============================== Thomas M. Sailer, HB9JNX/AE4WA, <sailer@ife.ee.ethz.ch> The drivers for the baycom modems have been split into separate drivers as they did not share any code, and the driver and device...
Documentation/networking/device_drivers/hamradio/baycom.rst
null
null
null
null
null