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:
64bea46
)
igmp: add __ip_mc_{join|leave}_group()
author
Eric Dumazet
<edumazet@google.com>
Tue, 17 Feb 2015 11:19:24 +0000
(
03:19
-0800)
committer
David S. Miller
<davem@davemloft.net>
Fri, 20 Feb 2015 20:24:04 +0000
(15:24 -0500)
There is a need to perform igmp join/leave operations while RTNL is
held.
Make ip_mc_{join|leave}_group() wrappers around
__ip_mc_{join|leave}_group() to avoid the proliferation of work queues.
For example, vxlan_igmp_join() could possibly be removed.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found