netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/6] add support for RFC 8335 PROBE
@ 2020-12-04  3:16 Andreas Roeseler
  2020-12-04  3:16 ` [PATCH net-next 1/6] icmp: support for RFC 8335 Andreas Roeseler
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Andreas Roeseler @ 2020-12-04  3:16 UTC (permalink / raw)
  To: davem, kuznet, yoshfuji, kuba; +Cc: netdev

The popular utility ping has several severe limitations such as the
inability to query specific interfaces on a node and requiring
bidirectional connectivity between the probing and probed interfaces.
RFC 8335 attempts to solve these limitations by creating the new utility
PROBE which is a specialized ICMP message that makes use of the ICMP
Extention Structure outlined in RFC 4884.

This patchset adds definitions for the ICMP Extended Echo Request and
Reply (PROBE) types for both IPV4 and IPV6, adds a sysctl to enable 
response to PROBE messages, expands the list of supported ICMP messages
to accommodate PROBE types, and adds functionality to respond to PROBE
requests.

Andreas Roeseler (6):
  icmp: support for RFC 8335
  ICMPv6: support for RFC 8335
  net: add sysctl for enabling RFC 8335 PROBE messages
  net: add sysctl for enabling RFC 8335 PROBE messages
  net: add support for sending RFC 8335 PROBE messages
  icmp: add response to RFC 8335 PROBE messages

 include/net/netns/ipv4.h    |   1 +
 include/uapi/linux/icmp.h   |  22 ++++++
 include/uapi/linux/icmpv6.h |   6 ++
 net/ipv4/icmp.c             | 135 +++++++++++++++++++++++++++++++++---
 net/ipv4/ping.c             |   4 +-
 net/ipv4/sysctl_net_ipv4.c  |   7 ++
 6 files changed, 164 insertions(+), 11 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2020-12-05  5:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-04  3:16 [PATCH net-next 0/6] add support for RFC 8335 PROBE Andreas Roeseler
2020-12-04  3:16 ` [PATCH net-next 1/6] icmp: support for RFC 8335 Andreas Roeseler
2020-12-04  3:16 ` [PATCH net-next 2/6] ICMPv6: " Andreas Roeseler
2020-12-04  3:16 ` [PATCH net-next 3/6] net: add sysctl for enabling RFC 8335 PROBE messages Andreas Roeseler
2020-12-05  5:49   ` David Ahern
2020-12-04  3:16 ` [PATCH net-next 4/6] " Andreas Roeseler
2020-12-04  3:17 ` [PATCH net-next 5/6] net: add support for sending " Andreas Roeseler
2020-12-04  3:17 ` [PATCH net-next 6/6] icmp: add response to " Andreas Roeseler
2020-12-05  5:44   ` David Ahern

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