Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts: drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.c Small minor conflict in bnx2x, wherein one commit changed how statistics were stored in software, and another commit fixed endianness bugs wrt. reading the values provided by the chip in memory. Signed-off-by: David S. Miller <davem@davemloft.net>
此提交包含在:
@@ -1841,7 +1841,7 @@ vortex_timer(unsigned long data)
|
||||
ok = 1;
|
||||
}
|
||||
|
||||
if (!netif_carrier_ok(dev))
|
||||
if (dev->flags & IFF_SLAVE || !netif_carrier_ok(dev))
|
||||
next_tick = 5*HZ;
|
||||
|
||||
if (vp->medialock)
|
||||
|
新增問題並參考
封鎖使用者