]> bbs.cooldavid.org Git - net-next-2.6.git/commit - net/core/dev.c
netdev: Add addr_list_lock to struct net_device.
authorDavid S. Miller <davem@davemloft.net>
Tue, 15 Jul 2008 07:08:33 +0000 (00:08 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 15 Jul 2008 07:08:33 +0000 (00:08 -0700)
commitf1f28aa3510ddb84c966bac65611bb866c77a092
treedc8509a61667c52ee43df64bf69566569538b691
parentf66ac03d497c162c70cd0ccc802ce1777073cdf3
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>
include/linux/netdevice.h
net/core/dev.c