Merge branch 'bareudp-pull-inner-ip-header-on-xmit-recv'
authorJakub Kicinski <kuba@kernel.org>
Fri, 13 Sep 2024 03:30:32 +0000 (20:30 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 13 Sep 2024 03:30:33 +0000 (20:30 -0700)
Guillaume Nault says:

====================
bareudp: Pull inner IP header on xmit/recv.

Bareudp accesses the inner IP header in its xmit and recv paths.
However it doesn't ensure that this header is part of skb->head.

Both vxlan and geneve have received fixes for similar problems
in the past. This series fixes bareudp using the same approach.
====================

Link: https://patch.msgid.link/cover.1726046181.git.gnault@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge