Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

doc: networking: convert offload files into RST and update references

This patch renames offload files. This is necessary for Sphinx.

Also update reference to checksum-offloads.rst file.

Whole kernel code was grepped for references using:
$ grep -r "\(segmentation\|checksum\)-offloads.txt" .

There should be no other references
to {segmentation,checksum}-offloads.txt files.

Signed-off-by: Otto Sabart <ottosabart@seberm.com>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Otto Sabart and committed by
Jonathan Corbet
d0dcde64 1b23f5e9

+1 -1
Documentation/networking/checksum-offloads.txt Documentation/networking/checksum-offloads.rst
Documentation/networking/segmentation-offloads.txt Documentation/networking/segmentation-offloads.rst
+1 -1
include/linux/skbuff.h
··· 4296 4296 /* Local Checksum Offload. 4297 4297 * Compute outer checksum based on the assumption that the 4298 4298 * inner checksum will be offloaded later. 4299 - * See Documentation/networking/checksum-offloads.txt for 4299 + * See Documentation/networking/checksum-offloads.rst for 4300 4300 * explanation of how this works. 4301 4301 * Fill in outer checksum adjustment (e.g. with sum of outer 4302 4302 * pseudo-header) before calling.