File tree Expand file tree Collapse file tree 4 files changed +9
-13
lines changed
Expand file tree Collapse file tree 4 files changed +9
-13
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,7 @@ About SocketCAN
4040SocketCAN is a standard common interface for CAN devices in the Linux
4141kernel. As the name suggests, the bus is accessed via sockets, similarly
4242to 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
4544natural way to implement and work with higher layer protocols over CAN,
4645in the same way as, e.g., UDP/IP over Ethernet.
4746
Original file line number Diff line number Diff line change 366366
367367DEVLINK 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
Original file line number Diff line number Diff line change @@ -1100,8 +1100,7 @@ This feature is mainly of interest for specific USB devices which does not cope
11001100well 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
11061105COALESCE_SET
11071106============
Original file line number Diff line number Diff line change @@ -782,13 +782,11 @@ TCP ACK skip
782782============
783783In some scenarios, kernel would avoid sending duplicate ACKs too
784784frequently. 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
You can’t perform that action at this time.
0 commit comments