Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts: drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c Minor conflict between the BCM_CNIC define removal in net-next and a bug fix added to net. Based upon a conflict resolution patch posted by Stephen Rothwell. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
commit
d4185bbf62
1031 changed files with 14472 additions and 11594 deletions
|
@ -535,7 +535,7 @@ static void ndisc_send_unsol_na(struct net_device *dev)
|
|||
{
|
||||
struct inet6_dev *idev;
|
||||
struct inet6_ifaddr *ifa;
|
||||
struct in6_addr mcaddr;
|
||||
struct in6_addr mcaddr = IN6ADDR_LINKLOCAL_ALLNODES_INIT;
|
||||
|
||||
idev = in6_dev_get(dev);
|
||||
if (!idev)
|
||||
|
@ -543,7 +543,6 @@ static void ndisc_send_unsol_na(struct net_device *dev)
|
|||
|
||||
read_lock_bh(&idev->lock);
|
||||
list_for_each_entry(ifa, &idev->addr_list, if_list) {
|
||||
addrconf_addr_solict_mult(&ifa->addr, &mcaddr);
|
||||
ndisc_send_na(dev, NULL, &mcaddr, &ifa->addr,
|
||||
/*router=*/ !!idev->cnf.forwarding,
|
||||
/*solicited=*/ false, /*override=*/ true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue