• Jakub Kicinski's avatar
    Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue · 42870a1a
    Jakub Kicinski authored
    Tony Nguyen says:
    
    ====================
    Intel Wired LAN Driver Updates 2021-02-19
    
    This series contains updates to i40e driver only.
    
    Slawomir resolves an issue with the IPv6 extension headers being
    processed incorrectly.
    
    Keita Suzuki fixes a memory leak on probe failure.
    
    Mateusz initializes AQ command structures to zero to comply with
    spec, fixes FW flow control settings being overwritten and resolves an
    issue with adding VLAN filters after enabling FW LLDP. He also adds
    an additional check when adding TC filter as the current check doesn't
    properly distinguish between IPv4 and IPv6.
    
    Sylwester removes setting disabled bit when syncing filters as this
    prevents VFs from completing setup.
    
    Norbert cleans up sparse warnings.
    
    v2:
    - Fix fixes tag on patch 7
    
    * '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue:
      i40e: Fix endianness conversions
      i40e: Fix add TC filter for IPv6
      i40e: Fix VFs not created
      i40e: Fix addition of RX filters after enabling FW LLDP agent
      i40e: Fix overwriting flow control settings during driver loading
      i40e: Add zero-initialization of AQ command structures
      i40e: Fix memory leak in i40e_probe
      i40e: Fix flow for IPv6 next header (extension header)
    ====================
    
    Link: https://lore.kernel.org/r/20210219213606.2567536-1-anthony.l.nguyen@intel.comSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
    42870a1a
i40e_ethtool.c 172 KB