Skip to content

Commit 71eaffb

Browse files
bagasmeKernel Patches Daemon
authored andcommitted
Documentation: net: Convert external kernel networking docs
Convert cross-references to kernel networking docs that use external links into internal ones. Signed-off-by: Bagas Sanjaya <[email protected]> Reviewed-by: Arthur Kiyanovski <[email protected]>
1 parent aa95d79 commit 71eaffb

File tree

4 files changed

+9
-13
lines changed

4 files changed

+9
-13
lines changed

Documentation/networking/device_drivers/can/ctu/ctucanfd-driver.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ About SocketCAN
4040
SocketCAN is a standard common interface for CAN devices in the Linux
4141
kernel. As the name suggests, the bus is accessed via sockets, similarly
4242
to common network devices. The reasoning behind this is in depth
43-
described in `Linux SocketCAN <https://www.kernel.org/doc/html/latest/networking/can.html>`_.
44-
In short, it offers a
43+
described in Documentation/networking/can.rst. In short, it offers a
4544
natural way to implement and work with higher layer protocols over CAN,
4645
in the same way as, e.g., UDP/IP over Ethernet.
4746

Documentation/networking/device_drivers/ethernet/amazon/ena.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,9 +366,9 @@ RSS
366366

367367
DEVLINK SUPPORT
368368
===============
369-
.. _`devlink`: https://www.kernel.org/doc/html/latest/networking/devlink/index.html
370369

371-
`devlink`_ supports reloading the driver and initiating re-negotiation with the ENA device
370+
:doc:`devlink </networking/devlink/index>` supports reloading the driver and
371+
initiating re-negotiation with the ENA device
372372

373373
.. code-block:: shell
374374

Documentation/networking/ethtool-netlink.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,8 +1100,7 @@ This feature is mainly of interest for specific USB devices which does not cope
11001100
well with frequent small-sized URBs transmissions.
11011101

11021102
``ETHTOOL_A_COALESCE_RX_PROFILE`` and ``ETHTOOL_A_COALESCE_TX_PROFILE`` refer
1103-
to DIM parameters, see `Generic Network Dynamic Interrupt Moderation (Net DIM)
1104-
<https://www.kernel.org/doc/Documentation/networking/net_dim.rst>`_.
1103+
to DIM parameters, see Documentation/networking/net_dim.rst.
11051104

11061105
COALESCE_SET
11071106
============

Documentation/networking/snmp_counter.rst

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -782,13 +782,11 @@ TCP ACK skip
782782
============
783783
In some scenarios, kernel would avoid sending duplicate ACKs too
784784
frequently. Please find more details in the tcp_invalid_ratelimit
785-
section of the `sysctl document`_. When kernel decides to skip an ACK
786-
due to tcp_invalid_ratelimit, kernel would update one of below
787-
counters to indicate the ACK is skipped in which scenario. The ACK
788-
would only be skipped if the received packet is either a SYN packet or
789-
it has no data.
790-
791-
.. _sysctl document: https://www.kernel.org/doc/Documentation/networking/ip-sysctl.rst
785+
section of the Documentation/networking/ip-sysctl.rst. When kernel
786+
decides to skip an ACK due to tcp_invalid_ratelimit, kernel would
787+
update one of below counters to indicate the ACK is skipped in
788+
which scenario. The ACK would only be skipped if the received
789+
packet is either a SYN packet or it has no data.
792790

793791
* TcpExtTCPACKSkippedSynRecv
794792

0 commit comments

Comments
 (0)