2022-01-16 06:46:18

by Florian Westphal

[permalink] [raw]
Subject: Re: [PATCH 1/1] netfilter: conntrack: mark UDP zero checksum as CHECKSUM_UNNECESSARY

Kevin Mitchell <[email protected]> wrote:
> The udp_error function verifies the checksum of incoming UDP packets if
> one is set. This has the desirable side effect of setting skb->ip_summed
> to CHECKSUM_COMPLETE, signalling that this verification need not be
> repeated further up the stack.

Acked-by: Florian Westphal <[email protected]>