[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191018211340.31885-1-jeffrey.t.kirsher@intel.com>
Date: Fri, 18 Oct 2019 14:13:35 -0700
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
Subject: [net-next v2 0/5][pull request] 1GbE Intel Wired LAN Driver Updates 2019-10-18
This series contains updates to e1000e and igc only.
Sasha adds stream control transmission protocol (SCTP) CRC checksum
support for igc. Also added S0ix support to the e1000e driver. Then
added multicast support by adding the address list to the MTA table and
providing the option for IPv6 address for igc. In addition, added
receive checksum support to igc as well. Lastly, cleaned up some code
that was not fully implemented yet for the VLAN filter table array.
v2: Dropped patch 1 & 2 from the original series. Patch 1 is being sent
to 'net' tree as a fix and patch 2 implementation needs to be
re-worked. Updated the patch to add support for S0ix to fix the
reverse Xmas tree issues and made the entry/exit functions void
since they constantly returned success. All based on community
feedback.
The following are changes since commit 3858a6451efa795c5a97c33c2735974ac9ec9d6a:
Merge branch 'selftests-mlxsw-Add-scale-tests-for-Spectrum-2'
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 1GbE
Sasha Neftin (5):
igc: Add SCTP CRC checksumming functionality
e1000e: Add support for S0ix
igc: Add set_rx_mode support
igc: Add Rx checksum support
igc: Clean up unused shadow_vfta pointer
drivers/net/ethernet/intel/e1000e/netdev.c | 182 +++++++++++++++
drivers/net/ethernet/intel/e1000e/regs.h | 4 +
drivers/net/ethernet/intel/igc/igc.h | 1 -
drivers/net/ethernet/intel/igc/igc_defines.h | 8 +-
drivers/net/ethernet/intel/igc/igc_hw.h | 1 +
drivers/net/ethernet/intel/igc/igc_mac.c | 104 +++++++++
drivers/net/ethernet/intel/igc/igc_mac.h | 2 +
drivers/net/ethernet/intel/igc/igc_main.c | 226 ++++++++++++++++++-
8 files changed, 525 insertions(+), 3 deletions(-)
--
2.21.0
Powered by blists - more mailing lists