netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/2] bareudp: Pull inner IP header on xmit/recv.
@ 2024-09-10 18:30 Guillaume Nault
  2024-09-10 18:31 ` [PATCH net 1/2] bareudp: Pull inner IP header in bareudp_udp_encap_recv() Guillaume Nault
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Guillaume Nault @ 2024-09-10 18:30 UTC (permalink / raw)
  To: David Miller, Jakub Kicinski, Paolo Abeni, Eric Dumazet; +Cc: netdev

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


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

end of thread, other threads:[~2024-09-11 18:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-10 18:30 [PATCH net 0/2] bareudp: Pull inner IP header on xmit/recv Guillaume Nault
2024-09-10 18:31 ` [PATCH net 1/2] bareudp: Pull inner IP header in bareudp_udp_encap_recv() Guillaume Nault
2024-09-10 18:31 ` [PATCH net 2/2] bareudp: Pull inner IP header on xmit Guillaume Nault
2024-09-11  9:06 ` [PATCH net 0/2] bareudp: Pull inner IP header on xmit/recv Guillaume Nault
2024-09-11 14:58   ` Jakub Kicinski
2024-09-11 18:10     ` Guillaume Nault

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).