From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Kirsher Subject: [net 0/4][pull request] Intel Wired LAN Driver Updates 2018-01-03 Date: Wed, 3 Jan 2018 09:33:13 -0800 Message-ID: <20180103173317.72430-1-jeffrey.t.kirsher@intel.com> Cc: Jeff Kirsher , netdev@vger.kernel.org, nhorman@redhat.com, sassmann@redhat.com, jogreene@redhat.com To: davem@davemloft.net Return-path: Received: from mga14.intel.com ([192.55.52.115]:22978 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751106AbeACRdl (ORCPT ); Wed, 3 Jan 2018 12:33:41 -0500 Sender: netdev-owner@vger.kernel.org List-ID: 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