Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts: drivers/net/ethernet/atheros/atlx/atl1.c drivers/net/ethernet/atheros/atlx/atl1.h Resolved a conflict between a DMA error bug fix and NAPI support changes in the atl1 driver. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -1267,8 +1267,7 @@ static void ndisc_router_discovery(struct sk_buff *skb)
|
||||
}
|
||||
|
||||
if (rt)
|
||||
rt->dst.expires = jiffies + (HZ * lifetime);
|
||||
|
||||
rt6_set_expires(rt, jiffies + (HZ * lifetime));
|
||||
if (ra_msg->icmph.icmp6_hop_limit) {
|
||||
in6_dev->cnf.hop_limit = ra_msg->icmph.icmp6_hop_limit;
|
||||
if (rt)
|
||||
|
Reference in New Issue
Block a user