netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v3 0/2] net, neigh: introduce interval_probe_time for periodic probe
@ 2022-06-09 10:57 Yuwei Wang
  2022-06-09 10:57 ` [PATCH net-next v3 1/2] sysctl: add proc_dointvec_jiffies_minmax Yuwei Wang
  2022-06-09 10:57 ` [PATCH net-next v3 2/2] net, neigh: introduce interval_probe_time for periodic probe Yuwei Wang
  0 siblings, 2 replies; 12+ messages in thread
From: Yuwei Wang @ 2022-06-09 10:57 UTC (permalink / raw)
  To: davem, kuba, edumazet, pabeni
  Cc: daniel, roopa, dsahern, qindi, netdev, Yuwei Wang

This series adds a new option `interval_probe_time` in net, neigh
for periodic probe, and add a limitation to prevent it set to 0

Yuwei Wang (2):
  sysctl: add proc_dointvec_jiffies_minmax
  net, neigh: introduce interval_probe_time for periodic probe

 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                | 36 +++++++++++++++++++++++++++++++++
 net/core/neighbour.c           | 33 ++++++++++++++++++++++++++++--
 net/decnet/dn_neigh.c          |  1 +
 net/ipv4/arp.c                 |  1 +
 net/ipv6/ndisc.c               |  1 +
 9 files changed, 93 insertions(+), 20 deletions(-)


base-commit: da6e113ff010815fdd21ee1e9af2e8d179a2680f
-- 
2.34.1


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

end of thread, other threads:[~2022-06-18 10:31 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-09 10:57 [PATCH net-next v3 0/2] net, neigh: introduce interval_probe_time for periodic probe Yuwei Wang
2022-06-09 10:57 ` [PATCH net-next v3 1/2] sysctl: add proc_dointvec_jiffies_minmax Yuwei Wang
2022-06-14  5:58   ` Jakub Kicinski
2022-06-09 10:57 ` [PATCH net-next v3 2/2] net, neigh: introduce interval_probe_time for periodic probe Yuwei Wang
2022-06-14  6:02   ` Jakub Kicinski
2022-06-15 15:33     ` Yuwei Wang
2022-06-14  9:10   ` Nikolay Aleksandrov
2022-06-15 15:28     ` Yuwei Wang
2022-06-15 15:39       ` Nikolay Aleksandrov
2022-06-15 23:33         ` Jakub Kicinski
2022-06-18 10:24           ` Yuwei Wang
2022-06-18 10:29             ` Yuwei Wang

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