]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite285a628cbde1f5c3ffc759d161f223e5ebfe9f7
treedc8509a61667c52ee43df64bf69566569538b691
parent136f9b9e4da330aaeec818aa282262c0ed7e1f7f
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