commit | 583be982d93479ea3d85091b0fd0b01201ede87d | [log] [tgz] |
---|---|---|
author | Jeremy Kerr <jk@codeconstruct.com.au> | Thu Jul 29 10:20:44 2021 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 29 15:06:50 2021 +0100 |
tree | b4407ff68cdafc6bea2041b6ca0dac5be0a1bfa2 | |
parent | 4b2e69305cbbc7c32ecbd946110b505c4ff6071a [diff] |
mctp: Add device handling and netlink interface This change adds the infrastructure for managing MCTP netdevices; we add a pointer to the AF_MCTP-specific data to struct netdevice, and hook up the rtnetlink operations for adding and removing addresses. Includes changes from Matt Johnston <matt@codeconstruct.com.au>. Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> Signed-off-by: David S. Miller <davem@davemloft.net>