netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/1] UDP traceroute packets with no checksum
@ 2022-04-05 23:51 Kevin Mitchell
  2022-04-05 23:51 ` [PATCH 1/1] netfilter: conntrack: skip verification of zero UDP checksum Kevin Mitchell
  2022-05-04 10:06 ` [Bridge] [PATCH v2 0/1] UDP traceroute packets with no checksum Linus Lüssing
  0 siblings, 2 replies; 3+ messages in thread
From: Kevin Mitchell @ 2022-04-05 23:51 UTC (permalink / raw)
  Cc: kevmitch, gal, Pablo Neira Ayuso, Jozsef Kadlecsik,
	Florian Westphal, David S. Miller, Jakub Kicinski, Roopa Prabhu,
	Nikolay Aleksandrov, Alexey Kuznetsov, Hideaki YOSHIFUJI,
	netfilter-devel, coreteam, netdev, linux-kernel, bridge

This is v2 of https://lkml.org/lkml/2022/1/14/1060

That patch was discovered to cause problems with UDP tunnels as
described here:

https://lore.kernel.org/netdev/7eed8111-42d7-63e1-d289-346a596fc933@nvidia.com/

This version addresses the issue by instead explicitly handling zero UDP
checksum in the nf_reject_verify_csum() helper function.

Unlike the previous patch, this one only allows zero UDP checksum in
IPv4. I discovered that the non-netfilter IPv6 path would indeed drop
zero UDP checksum packets, so it's probably best to remain consistent.

-- 
2.35.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-04 10:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-05 23:51 [PATCH v2 0/1] UDP traceroute packets with no checksum Kevin Mitchell
2022-04-05 23:51 ` [PATCH 1/1] netfilter: conntrack: skip verification of zero UDP checksum Kevin Mitchell
2022-05-04 10:06 ` [Bridge] [PATCH v2 0/1] UDP traceroute packets with no checksum Linus Lüssing

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).