Netdev List
 help / color / mirror / Atom feed
From: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
To: davem@davemloft.net
Cc: Jeff Kirsher <jeffrey.t.kirsher@intel.com>,
	netdev@vger.kernel.org, nhorman@redhat.com, sassmann@redhat.com,
	jogreene@redhat.com
Subject: [net 0/4][pull request] Intel Wired LAN Driver Updates 2018-01-03
Date: Wed,  3 Jan 2018 09:33:13 -0800	[thread overview]
Message-ID: <20180103173317.72430-1-jeffrey.t.kirsher@intel.com> (raw)

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

             reply	other threads:[~2018-01-03 17:33 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-03 17:33 Jeff Kirsher [this message]
2018-01-03 17:33 ` [net 1/4] i40e: Remove UDP support for big buffer Jeff Kirsher
2018-01-03 17:33 ` [net 2/4] i40e/i40evf: Account for frags split over multiple descriptors in check linearize Jeff Kirsher
2018-01-03 17:33 ` [net 3/4] i40e: don't remove netdev->dev_addr when syncing uc list Jeff Kirsher
2018-01-03 17:33 ` [net 4/4] i40e: flower: Fix return value for unsupported offload Jeff Kirsher
2018-01-03 18:49 ` [net 0/4][pull request] Intel Wired LAN Driver Updates 2018-01-03 David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180103173317.72430-1-jeffrey.t.kirsher@intel.com \
    --to=jeffrey.t.kirsher@intel.com \
    --cc=davem@davemloft.net \
    --cc=jogreene@redhat.com \
    --cc=netdev@vger.kernel.org \
    --cc=nhorman@redhat.com \
    --cc=sassmann@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox