This series contains updates to e1000e, igc and igb. Lyude Paul fixes a warning that was occurring during a fatal read error while the device is still present.
Robert Beckett adds receive drop enable support via ehttool private flag for igb. 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. The following are changes since commit d9f45ab9e671166004b75427f10389e1f70cfc30: net: bcmgenet: Add a shutdown callback and are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 1GbE Lyude Paul (1): igb/igc: Don't warn on fatal read failures when the device is removed Robert Beckett (1): igb: add rx drop enable attribute 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 | 186 +++++++++++++++ drivers/net/ethernet/intel/e1000e/regs.h | 4 + drivers/net/ethernet/intel/igb/igb.h | 1 + drivers/net/ethernet/intel/igb/igb_ethtool.c | 8 + drivers/net/ethernet/intel/igb/igb_main.c | 14 +- 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 | 229 ++++++++++++++++++- 11 files changed, 551 insertions(+), 7 deletions(-) -- 2.21.0