[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1725992513.git.gnault@redhat.com>
Date: Tue, 10 Sep 2024 20:30:55 +0200
From: Guillaume Nault <gnault@...hat.com>
To: David Miller <davem@...emloft.net>, Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>, Eric Dumazet <edumazet@...gle.com>
Cc: netdev@...r.kernel.org
Subject: [PATCH net 0/2] bareudp: Pull inner IP header on xmit/recv.
Bareudp accesses the inner IP header in its xmit and 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.
Guillaume Nault (2):
bareudp: Pull inner IP header in bareudp_udp_encap_recv().
bareudp: Pull inner IP header on xmit.
drivers/net/bareudp.c | 26 ++++++++++++++++++++++++--
1 file changed, 24 insertions(+), 2 deletions(-)
--
2.39.2
Powered by blists - more mailing lists