lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 26 Jan 2018 13:24:44 -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-next 00/15][pull request] 40GbE Intel Wired LAN Driver Updates 2018-01-26

This series contains updates to i40e and i40evf.

Michal updates the driver to pass critical errors from the firmware to
the caller.

Patryk fixes an issue of creating multiple identical filters with the
same location, by simply moving the functions so that we remove the
existing filter and then add the new filter.

Paweł adds back in the ability to turn off offloads when VLAN is set for
the VF driver.  Fixed an issue where the number of TC queue pairs was
exceeding MSI-X vectors count, causing messages about invalid TC mapping
and wrong selected Tx queue.

Alex cleans up the i40e/i40evf_set_itr_per_queue() by dropping all the
unneeded pointer chases.  Puts to use the reg_idx value, which was going
unused, so that we can avoid having to compute the vector every time
throughout the driver.

Upasana enable the driver to display LLDP information on the vSphere Web
Client by exposing DCB parameters.

Alice converts our flags from 32 to 64 bit size, since we have added
more flags.

Dave implements a private ethtool flag to disable the processing of LLDP
packets by the firmware, so that the firmware will not consume LLDPDU
and cause them to be sent up the stack.

Alan adds a mechanism for detecting/storing the flag for processing of
LLDP packets by the firmware, so that its current state is persistent
across reboots/reloads of the driver.

Avinash fixes kdump with i40e due to resource constraints.  We were
enabling VMDq and iWARP when we just have a single CPU, which was
starving kdump for the lack of IRQs.

Jake adds support to program the fragmented IPv4 input set PCTYPE.
Fixed the reported masks to properly report that the entire field is
masked, since we had accidentally swapped the mask values for the IPv4
addresses with the L4 port numbers.

The following are changes since commit 9515a2e082f91457db0ecff4b65371d0fb5d9aad:
  net/ipv4: Allow send to local broadcast from a socket bound to a VRF
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 40GbE

Alan Brady (1):
  i40e: fix FW_LLDP flag on init

Alexander Duyck (2):
  i40e/i40evf: Use ring pointers to clean up _set_itr_per_queue
  i40e/i40evf: Record ITR register location in the q_vector

Alice Michael (1):
  i40e: change flags to use 64 bits

Avinash Dayanand (1):
  i40e: Fix kdump failure

Dave Ertman (1):
  i40e: Implement an ethtool private flag to stop LLDP in FW

Jacob Keller (3):
  i40e: program fragmented IPv4 filter input set
  i40e: disallow programming multiple filters with same criteria
  i40e: fix reported mask for ntuple filters

Jeff Kirsher (1):
  i40e: cleanup unnecessary parens

Michal Kosiarz (1):
  i40e: Add returning AQ critical error to SW

Patryk Małek (1):
  i40e: Fix for adding multiple ethtool filters on the same location

Paweł Jabłoński (2):
  i40evf: Allow turning off offloads when the VF has VLAN set
  i40e: Do not allow use more TC queue pairs than MSI-X vectors exist

Upasana Menon (1):
  i40e: Display LLDP information on vSphere Web Client

 drivers/net/ethernet/intel/i40e/i40e.h             |  67 ++++----
 drivers/net/ethernet/intel/i40e/i40e_adminq.c      |  15 +-
 drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h  |  12 ++
 drivers/net/ethernet/intel/i40e/i40e_common.c      |  29 ++++
 drivers/net/ethernet/intel/i40e/i40e_ethtool.c     | 186 ++++++++++++++++++---
 drivers/net/ethernet/intel/i40e/i40e_main.c        |  29 +++-
 drivers/net/ethernet/intel/i40e/i40e_prototype.h   |   4 +
 drivers/net/ethernet/intel/i40e/i40e_status.h      |   1 +
 drivers/net/ethernet/intel/i40e/i40e_txrx.c        |  12 +-
 drivers/net/ethernet/intel/i40evf/i40e_adminq.c    |  15 +-
 .../net/ethernet/intel/i40evf/i40e_adminq_cmd.h    |  12 ++
 drivers/net/ethernet/intel/i40evf/i40e_common.c    |   2 +
 drivers/net/ethernet/intel/i40evf/i40e_status.h    |   1 +
 drivers/net/ethernet/intel/i40evf/i40e_txrx.c      |  12 +-
 drivers/net/ethernet/intel/i40evf/i40evf.h         |   4 +-
 drivers/net/ethernet/intel/i40evf/i40evf_ethtool.c |  28 ++--
 drivers/net/ethernet/intel/i40evf/i40evf_main.c    |  19 ++-
 17 files changed, 342 insertions(+), 106 deletions(-)

-- 
2.14.3

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ