[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211015200648.297373-1-prestwoj@gmail.com>
Date: Fri, 15 Oct 2021 13:06:47 -0700
From: James Prestwood <prestwoj@...il.com>
To: netdev@...r.kernel.org
Cc: James Prestwood <prestwoj@...il.com>,
"David S . Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>,
Jonathan Corbet <corbet@....net>,
Hideaki YOSHIFUJI <yoshfuji@...ux-ipv6.org>,
David Ahern <dsahern@...nel.org>,
Roopa Prabhu <roopa@...dia.com>,
Daniel Borkmann <daniel@...earbox.net>,
Vladimir Oltean <vladimir.oltean@....com>,
Ido Schimmel <idosch@...dia.com>,
Nikolay Aleksandrov <nikolay@...dia.com>,
Chinmay Agarwal <chinagar@...eaurora.org>,
Yajun Deng <yajun.deng@...ux.dev>,
Tong Zhu <zhutong@...zon.com>,
Johannes Berg <johannes@...solutions.net>,
Jouni Malinen <jouni@...eaurora.org>
Subject: [PATCH v2 0/1] Make neighbor eviction controllable by userspace
v1 -> v2:
- It was suggested by Daniel Borkmann to extend the neighbor table settings
rather than adding IPv4/IPv6 options for ARP/NDISC separately. I agree
this way is much more concise since there is now only one place where the
option is checked and defined.
- Moved documentation/code into the same patch
- Explained in more detail the test scenario and results
v2 -> v3:
- Renamed 'skip_perm' to 'nocarrier'. The way this parameter is used
matches this naming.
- Changed logic to still flush if 'nocarrier' is false.
James Prestwood (1):
net: neighbour: introduce EVICT_NOCARRIER table option
Documentation/networking/ip-sysctl.rst | 9 +++++++++
include/net/neighbour.h | 5 +++--
include/uapi/linux/neighbour.h | 1 +
net/core/neighbour.c | 12 ++++++++++--
net/ipv4/arp.c | 1 +
net/ipv6/ndisc.c | 1 +
6 files changed, 25 insertions(+), 4 deletions(-)
Cc: David S. Miller <davem@...emloft.net>
Cc: Jakub Kicinski <kuba@...nel.org>
Cc: Jonathan Corbet <corbet@....net>
Cc: Hideaki YOSHIFUJI <yoshfuji@...ux-ipv6.org>
Cc: David Ahern <dsahern@...nel.org>
Cc: Roopa Prabhu <roopa@...dia.com>
Cc: Daniel Borkmann <daniel@...earbox.net>
Cc: Vladimir Oltean <vladimir.oltean@....com>
Cc: Ido Schimmel <idosch@...dia.com>
Cc: Nikolay Aleksandrov <nikolay@...dia.com>
Cc: Chinmay Agarwal <chinagar@...eaurora.org>
Cc: Yajun Deng <yajun.deng@...ux.dev>
Cc: Tong Zhu <zhutong@...zon.com>
Cc: Johannes Berg <johannes@...solutions.net>
Cc: Jouni Malinen <jouni@...eaurora.org>
--
2.31.1
Powered by blists - more mailing lists