commit | bf742482d7a647c5c6f03f78eb35a862e159ecf5 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Wed Jun 27 01:26:19 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Tue Jul 10 22:15:54 2007 -0700 |
tree | 80a822df5fa5eb6b766489b1983c4dc83d4f7668 | |
parent | 75ebe8f73610636be8bbd8d73db883512850e6be [diff] |
[NET]: dev: introduce generic net_device address lists Introduce struct dev_addr_list and list maintenance functions based on dev_mc_list and the related functions. This will be used by follow-up patches for both multicast and secondary unicast addresses. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>