All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net v3 0/2] Fix PMTU for ESP-in-UDP encapsulation
@ 2021-07-20 20:35 Vadim Fedorenko
  2021-07-20 20:35 ` [PATCH net v3 1/2] udp: check encap socket in __udp_lib_err Vadim Fedorenko
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Vadim Fedorenko @ 2021-07-20 20:35 UTC (permalink / raw)
  To: David Ahern, Willem de Bruijn, Paolo Abeni, Xin Long
  Cc: Jakub Kicinski, David S. Miller, netdev, Vadim Fedorenko

Bug 213669 uncovered regression in PMTU discovery for UDP-encapsulated
routes and some incorrect usage in udp tunnel fields. This series fixes
problems and also adds such case for selftests

v3:
 - update checking logic to account SCTP use case
v2:
 - remove refactor code that was in first patch
 - move checking logic to __udp{4,6}_lib_err_encap
 - add more tests, especially routed configuration

Vadim Fedorenko (2):
  udp: check encap socket in __udp_lib_err
  selftests: net: add ESP-in-UDP PMTU test

 net/ipv4/udp.c                        |  25 ++-
 net/ipv6/udp.c                        |  25 ++-
 tools/testing/selftests/net/nettest.c |  55 ++++++-
 tools/testing/selftests/net/pmtu.sh   | 212 +++++++++++++++++++++++++-
 4 files changed, 298 insertions(+), 19 deletions(-)

-- 
2.18.4


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

end of thread, other threads:[~2021-07-21 16:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-20 20:35 [PATCH net v3 0/2] Fix PMTU for ESP-in-UDP encapsulation Vadim Fedorenko
2021-07-20 20:35 ` [PATCH net v3 1/2] udp: check encap socket in __udp_lib_err Vadim Fedorenko
2021-07-21 14:08   ` Xin Long
2021-07-20 20:35 ` [PATCH net v3 2/2] selftests: net: add ESP-in-UDP PMTU test Vadim Fedorenko
2021-07-21 16:00 ` [PATCH net v3 0/2] Fix PMTU for ESP-in-UDP encapsulation patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.