]> git.ipfire.org Git - thirdparty/man-pages.git/commit
udp.7: add UDP_SEGMENT
authorWillem de Bruijn <willemb@google.com>
Thu, 2 Mar 2023 15:48:07 +0000 (10:48 -0500)
committerAlejandro Colomar <alx@kernel.org>
Mon, 6 Mar 2023 12:53:17 +0000 (13:53 +0100)
commit806eabd74910447f21005160e90957bde4db0183
treeb70f0c9a7c4c07bb62d803f5f4e5147ccd5d77b7
parent23ad44a00f90ea5f8747c64d9bdf52ccaacdbddc
udp.7: add UDP_SEGMENT

UDP_SEGMENT was added in commit bec1f6f69736
("udp: generate gso with UDP_SEGMENT")

    $ git describe --contains bec1f6f69736
    linux/v4.18-rc1~114^2~377^2~8

Kernel source has example code in tools/testing/selftests/net/udpgso*

Per https://www.kernel.org/doc/man-pages/patches.html,
"Describe how you obtained the information in your patch":
I am the author of the above commit and follow-ons.

Signed-off-by: Willem de Bruijn <willemb@google.com>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Cc: <pabeni@redhat.com>
Cc: <netdev@vger.kernel.org>
[ alx: srcfix + use interval notation ]
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man7/udp.7