netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH ipsec 0/2] vti(6): fix ipv4 pmtu check to honor ip header df
@ 2021-02-26 21:35 Eyal Birger
  2021-02-26 21:35 ` [PATCH ipsec 1/2] vti: " Eyal Birger
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Eyal Birger @ 2021-02-26 21:35 UTC (permalink / raw)
  To: steffen.klassert, herbert, davem, kuba
  Cc: netdev, bram-yvahk, sd, Eyal Birger

This series aligns vti(6) handling of non-df IPv4 packets exceeding
the size of the tunnel MTU to avoid sending "Frag needed" and instead
fragment the packets after encapsulation.

Eyal Birger (2):
  vti: fix ipv4 pmtu check to honor ip header df
  vti6: fix ipv4 pmtu check to honor ip header df

 net/ipv4/ip_vti.c  | 6 ++++--
 net/ipv6/ip6_vti.c | 6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2021-03-04  0:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-26 21:35 [PATCH ipsec 0/2] vti(6): fix ipv4 pmtu check to honor ip header df Eyal Birger
2021-02-26 21:35 ` [PATCH ipsec 1/2] vti: " Eyal Birger
2021-02-26 21:35 ` [PATCH ipsec 2/2] vti6: " Eyal Birger
2021-03-02  9:32 ` [PATCH ipsec 0/2] vti(6): " Sabrina Dubroca
2021-03-03  8:30   ` Steffen Klassert

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