git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1f28aa
)
netdev: Add netdev->addr_list_lock protection.
author
David S. Miller
<davem@davemloft.net>
Tue, 15 Jul 2008 07:13:44 +0000
(
00:13
-0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 15 Jul 2008 07:13:44 +0000
(
00:13
-0700)
Add netif_addr_{lock,unlock}{,_bh}() helpers.
Use them to protect operations that operate on or read
the network device unicast and multicast address lists.
Also use them in cases where the code simply wants to
block calls into the driver's ->set_rx_mode() and
->set_multicast_list() methods.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found