netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net 0/4][pull request] Intel Wired LAN Driver Fixes 2018-11-28
@ 2018-11-28 17:10 Jeff Kirsher
  2018-11-28 17:10 ` [net 1/4] igb: fix uninitialized variables Jeff Kirsher
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Jeff Kirsher @ 2018-11-28 17:10 UTC (permalink / raw)
  To: davem; +Cc: Jeff Kirsher, netdev, nhorman, sassmann

This series contains fixes to igb, ixgbe and i40e.

Yunjian Wang from Huawei resolves a variable that could potentially be
NULL before it is used.

Lihong fixes an i40e issue which goes back to 4.17 kernels, where
deleting any of the MAC filters was causing the incorrect syncing for
the PF.

Josh Elsasser caught that there were missing enum values in the link
capabilities for x550 devices, which was preventing link for 1000BaseLX
SFP modules.

Jan fixes the function header comments for XSK methods.

The following are changes since commit 4df5ce9bc03e47d05f400e64aa32a82ec4cef419:
  lan743x: Enable driver to work with LAN7431
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue 1GbE

Jan Sokolowski (1):
  i40e: fix kerneldoc for xsk methods

Josh Elsasser (1):
  ixgbe: recognize 1000BaseLX SFP modules as 1Gbps

Lihong Yang (1):
  i40e: Fix deletion of MAC filters

Yunjian Wang (1):
  igb: fix uninitialized variables

 drivers/net/ethernet/intel/i40e/i40e_main.c   |  2 +-
 drivers/net/ethernet/intel/i40e/i40e_xsk.c    | 14 +++++++-------
 drivers/net/ethernet/intel/igb/e1000_i210.c   |  1 +
 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c |  4 +++-
 4 files changed, 12 insertions(+), 9 deletions(-)

-- 
2.19.2

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-11-29  6:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-28 17:10 [net 0/4][pull request] Intel Wired LAN Driver Fixes 2018-11-28 Jeff Kirsher
2018-11-28 17:10 ` [net 1/4] igb: fix uninitialized variables Jeff Kirsher
2018-11-28 17:10 ` [net 2/4] i40e: Fix deletion of MAC filters Jeff Kirsher
2018-11-28 17:10 ` [net 3/4] ixgbe: recognize 1000BaseLX SFP modules as 1Gbps Jeff Kirsher
2018-11-28 17:10 ` [net 4/4] i40e: fix kerneldoc for xsk methods Jeff Kirsher
2018-11-28 19:33 ` [net 0/4][pull request] Intel Wired LAN Driver Fixes 2018-11-28 David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).