]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - Documentation/networking/netdev-features.txt
Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy...
[linux.git] / Documentation / networking / netdev-features.txt
index c4a54c162547d3e290a69446afadef54aac7f1d5..58dd1c1e3c658977810f77671b44cf71cf49e7ed 100644 (file)
@@ -115,7 +115,7 @@ set, be it TCPv4 (when NETIF_F_TSO is enabled) or TCPv6 (NETIF_F_TSO6).
 
  * Transmit UDP segmentation offload
 
-NETIF_F_GSO_UDP_GSO_L4 accepts a single UDP header with a payload that exceeds
+NETIF_F_GSO_UDP_L4 accepts a single UDP header with a payload that exceeds
 gso_size. On segmentation, it segments the payload on gso_size boundaries and
 replicates the network and UDP headers (fixing up the last one if less than
 gso_size).