]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'ICMP-error-handling-for-UDP-tunnels'
authorDavid S. Miller <davem@davemloft.net>
Fri, 9 Nov 2018 01:13:09 +0000 (17:13 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 9 Nov 2018 01:13:09 +0000 (17:13 -0800)
commit456cb7bd4609b8aba672f2603137b1939d68694f
treef43bfbaffc23b1ede86bd005dd6904cf95d95b49
parentd80a55d332afafe465c08b1bda093d5d1c9b445a
parentb991c670d2fb51a5f9900d2ce1e36bc0f6cdeca8
Merge branch 'ICMP-error-handling-for-UDP-tunnels'

Stefano Brivio says:

====================
ICMP error handling for UDP tunnels

This series introduces ICMP error handling for UDP tunnels and
encapsulations and related selftests. We need to handle ICMP errors to
support PMTU discovery and route redirection -- this support is entirely
missing right now:

- patch 1/11 adds a socket lookup for UDP tunnels that use, by design,
  the same destination port on both endpoints -- i.e. VXLAN and GENEVE
- patches 2/11 to 7/11 are specific to VxLAN and GENEVE
- patches 8/11 and 9/11 add infrastructure for lookup of encapsulations
  where sent packets cannot be matched via receiving socket lookup, i.e.
  FoU and GUE
- patches 10/11 and 11/11 are specific to FoU and GUE

v2: changes are listed in the single patches
====================

Signed-off-by: David S. Miller <davem@davemloft.net>