Re: [net 0/4][pull request] Intel Wired LAN Driver Fixes 2018-12-12

2018-12-12 Thread David Miller
From: Jeff Kirsher Date: Wed, 12 Dec 2018 18:45:40 -0800 > This series contains fixes to i40e and ixgbe. > > Stefan Assmann fixes an issue created by a previous fix, where > ether_addr_copy() was moved to avoid a race but did not take into > account that it alters the MAC address being handed to

[net 0/4][pull request] Intel Wired LAN Driver Fixes 2018-12-12

2018-12-12 Thread Jeff Kirsher
This series contains fixes to i40e and ixgbe. Stefan Assmann fixes an issue created by a previous fix, where ether_addr_copy() was moved to avoid a race but did not take into account that it alters the MAC address being handed to i40e_del_mac_filter(). Michał Mirosław provides 2 fixes for i40e, f