Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
This commit is contained in:
@@ -1195,7 +1195,7 @@ static int br_ip6_multicast_query(struct net_bridge *br,
|
||||
max_delay = msecs_to_jiffies(ntohs(mld->mld_maxdelay));
|
||||
if (max_delay)
|
||||
group = &mld->mld_mca;
|
||||
} else if (skb->len >= sizeof(*mld2q)) {
|
||||
} else {
|
||||
if (!pskb_may_pull(skb, sizeof(*mld2q))) {
|
||||
err = -EINVAL;
|
||||
goto out;
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Sysfs attributes of bridge ports
|
||||
* Sysfs attributes of bridge
|
||||
* Linux ethernet bridge
|
||||
*
|
||||
* Authors:
|
||||
|
Reference in New Issue
Block a user