commit | f1f28aa3510ddb84c966bac65611bb866c77a092 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Tue Jul 15 00:08:33 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 15 00:08:33 2008 -0700 |
tree | dc8509a61667c52ee43df64bf69566569538b691 | |
parent | f66ac03d497c162c70cd0ccc802ce1777073cdf3 [diff] |
netdev: Add addr_list_lock to struct net_device. This will be used to protect the per-device unicast and multicast address lists, as well as the callbacks into the drivers which configure such state such as ->set_rx_mode() and ->set_multicast_list(). Signed-off-by: David S. Miller <davem@davemloft.net>