[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200910190915.564904-1-kuba@kernel.org>
Date: Thu, 10 Sep 2020 12:09:13 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: mkubecek@...e.cz
Cc: netdev@...r.kernel.org, Jakub Kicinski <kuba@...nel.org>
Subject: [PATCH ethtool v2 0/2] support tunnel info dumping
Hi!
This set adds support for ETHTOOL_MSG_TUNNEL_INFO_GET.
Jakub Kicinski (2):
update UAPI header copies
tunnels: implement new --show-tunnels command
Makefile.am | 2 +-
ethtool.8.in | 9 ++
ethtool.c | 5 +
netlink/extapi.h | 2 +
netlink/tunnels.c | 236 +++++++++++++++++++++++++++++++++++
uapi/linux/ethtool.h | 17 +++
uapi/linux/ethtool_netlink.h | 55 ++++++++
uapi/linux/if_link.h | 227 ++++++++++++++++++++++++++++++---
uapi/linux/rtnetlink.h | 46 +++----
9 files changed, 558 insertions(+), 41 deletions(-)
create mode 100644 netlink/tunnels.c
--
2.26.2
Powered by blists - more mailing lists