Re: [PATCH 1/1] netfilter: conntrack: mark UDP zero checksum as CHECKSUM_UNNECESSARY
From: Florian Westphal
Date: Sat Jan 15 2022 - 09:39:51 EST
Kevin Mitchell <kevmitch@xxxxxxxxxx> 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 <fw@xxxxxxxxx>