Netdev List
 help / color / mirror / Atom feed
* [net 0/4][pull request] Intel Wired LAN Driver Updates 2018-01-03
@ 2018-01-03 17:33 Jeff Kirsher
  2018-01-03 17:33 ` [net 1/4] i40e: Remove UDP support for big buffer Jeff Kirsher
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Jeff Kirsher @ 2018-01-03 17:33 UTC (permalink / raw)
  To: davem; +Cc: Jeff Kirsher, netdev, nhorman, sassmann, jogreene

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

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

end of thread, other threads:[~2018-01-03 18:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-03 17:33 [net 0/4][pull request] Intel Wired LAN Driver Updates 2018-01-03 Jeff Kirsher
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox