[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220629084832.2842973-1-wangyuweihx@gmail.com>
Date: Wed, 29 Jun 2022 08:48:30 +0000
From: Yuwei Wang <wangyuweihx@...il.com>
To: davem@...emloft.net, kuba@...nel.org, edumazet@...gle.com,
pabeni@...hat.com, daniel@...earbox.net
Cc: roopa@...dia.com, dsahern@...nel.org, qindi@...ff.weibo.com,
netdev@...r.kernel.org, Yuwei Wang <wangyuweihx@...il.com>
Subject: [PATCH net-next v4 0/2] net, neigh: introduce interval_probe_time for periodic probe
This series adds a new option `interval_probe_time_ms` in net, neigh
for periodic probe, and add a limitation to prevent it set to 0
Yuwei Wang (2):
sysctl: add proc_dointvec_ms_jiffies_minmax
net, neigh: introduce interval_probe_time_ms for periodic probe
Documentation/networking/ip-sysctl.rst | 6 ++++
include/linux/sysctl.h | 2 ++
include/net/neighbour.h | 1 +
include/uapi/linux/neighbour.h | 1 +
include/uapi/linux/sysctl.h | 37 ++++++++++++-----------
kernel/sysctl.c | 41 ++++++++++++++++++++++++++
net/core/neighbour.c | 32 ++++++++++++++++++--
net/decnet/dn_neigh.c | 1 +
net/ipv4/arp.c | 1 +
net/ipv6/ndisc.c | 1 +
10 files changed, 103 insertions(+), 20 deletions(-)
base-commit: da6e113ff010815fdd21ee1e9af2e8d179a2680f
--
2.34.1
Powered by blists - more mailing lists