1. 14 Mar, 2018 20 commits
  2. 13 Mar, 2018 18 commits
  3. 12 Mar, 2018 2 commits
    • David S. Miller's avatar
      Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue · 83f7e389
      David S. Miller authored
      Jeff Kirsher says:
      
      ====================
      10GbE Intel Wired LAN Driver Updates 2018-03-12
      
      This series contains updates to ixgbe and ixgbevf only.
      
      Shannon Nelson provides three fixes to the ipsec portion of ixgbe.  Make
      sure we are using 128-bit authentication, since it is the only size
      supported for hardware offload.  Fixed the transmit trailer length
      calculation for ipsec by finding the padding value and adding it to the
      authentication length, then save it off so that we can put it in the
      transmit descriptor to tell the device where to stop the checksum
      calculation.  Lastly, cleaned up useless and dead code.
      
      Tonghao Zhang adds a ethtool stat for receive length errors, since the
      driver was already collecting this counter.
      
      Arnd Bergmann fixed a warning about an used variable by "rephrasing" the
      code so that the compiler can see the use of the variable in question.
      
      Paul fixes an issue where "HIDE_VLAN" was being cleared on VF reset, so
      ensure to set "HIDE_VLAN" when port VLAN is enabled after a VF reset.
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      83f7e389
    • Paul Greenwalt's avatar
      ixgbe: fix disabling hide VLAN on VF reset · b03254d7
      Paul Greenwalt authored
      If port VLAN is enabled, set PFQDE.HIDE_VLAN during VF reset.
      
      Setting only PFQDE.PFQDE during VF reset was clearing PFQDE.HIDE_VLAN.
      Signed-off-by: default avatarPaul Greenwalt <paul.greenwalt@intel.com>
      Tested-by: default avatarAndrew Bowers <andrewx.bowers@intel.com>
      Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
      b03254d7