commit | ff92741270bf8b6e78aa885f166b68c7a67ab13a | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jiri@mellanox.com> | Mon Sep 30 11:48:15 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 01 14:47:19 2019 -0700 |
tree | 34ee884df47a3417597f2a70cb4e72061e7c8c7c | |
parent | 6958c97a488c69c2421760e4b73834fb63d6a935 [diff] |
net: introduce name_node struct to be used in hashlist Introduce name_node structure to hold name of device and put it into hashlist instead of putting there struct net_device directly. Add a necessary infrastructure to manipulate the hashlist. This prepares the code to use the same hashlist for alternative names introduced later in this set. Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>