[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180103173317.72430-1-jeffrey.t.kirsher@intel.com>
Date: Wed, 3 Jan 2018 09:33:13 -0800
From: Jeff Kirsher <jeffrey.t.kirsher@...el.com>
To: davem@...emloft.net
Cc: Jeff Kirsher <jeffrey.t.kirsher@...el.com>, netdev@...r.kernel.org,
nhorman@...hat.com, sassmann@...hat.com, jogreene@...hat.com
Subject: [net 0/4][pull request] Intel Wired LAN Driver Updates 2018-01-03
This series contains fixes for i40e and i40evf.
Amritha removes the UDP support for big buffer cloud filters since it is
not supported and having UDP enabled is a bug.
Alex fixes a bug in the __i40e_chk_linearize() which did not take into
account large (16K or larger) fragments that are split over 2 descriptors,
which could result in a transmit hang.
Jake fixes an issue where a devices own MAC address could be removed from
the unicast address list, so force a check on every address sync to ensure
removal does not happen.
Jiri Pirko fixes the return value when a filter configuration is not
supported, do not return "invalid" but return "not supported" so that
the core can react correctly.
The following are changes since commit c095508770aebf1b9218e77026e48345d719b17c:
RDS: Heap OOB write in rds_message_alloc_sgs()
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue 40GbE
Alexander Duyck (1):
i40e/i40evf: Account for frags split over multiple descriptors in
check linearize
Amritha Nambiar (1):
i40e: Remove UDP support for big buffer
Jacob Keller (1):
i40e: don't remove netdev->dev_addr when syncing uc list
Jiri Pirko (1):
i40e: flower: Fix return value for unsupported offload
drivers/net/ethernet/intel/i40e/i40e_main.c | 37 +++++++++++++++++++--------
drivers/net/ethernet/intel/i40e/i40e_txrx.c | 26 ++++++++++++++++---
drivers/net/ethernet/intel/i40evf/i40e_txrx.c | 26 ++++++++++++++++---
3 files changed, 72 insertions(+), 17 deletions(-)
--
2.15.1
Powered by blists - more mailing lists