Message ID | 20240418095106.3680616-1-edumazet@google.com (mailing list archive) |
---|---|
Headers | show |
Series | neighbour: convert neigh_dump_info() to RCU | expand |
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Thu, 18 Apr 2024 09:51:03 +0000 you wrote: > Remove RTNL requirement for "ip neighbour show" command. > > Eric Dumazet (3): > neighbour: add RCU protection to neigh_tables[] > neighbour: fix neigh_dump_info() return value > neighbour: no longer hold RTNL in neigh_dump_info() > > [...] Here is the summary with links: - [net-next,1/3] neighbour: add RCU protection to neigh_tables[] https://git.kernel.org/netdev/net-next/c/f8f2eb9de69a - [net-next,2/3] neighbour: fix neigh_dump_info() return value https://git.kernel.org/netdev/net-next/c/7e4975f7e7fb - [net-next,3/3] neighbour: no longer hold RTNL in neigh_dump_info() https://git.kernel.org/netdev/net-next/c/ba0f78069423 You are awesome, thank you!