mbox series

[net,v2,0/2,pull,request] Intel Wired LAN Driver Updates 2021-03-04

Message ID 20210304192017.1911095-1-anthony.l.nguyen@intel.com
Headers show
Series Intel Wired LAN Driver Updates 2021-03-04 | expand

Message

Tony Nguyen March 4, 2021, 7:20 p.m. UTC
This series contains updates to ixgbe and ixgbevf drivers.

Antony Antony adds a check to fail for non transport mode SA with
offload as this is not supported for ixgbe and ixgbevf.

Dinghao Liu fixes a memory leak on failure to program a perfect filter
for ixgbe.

v2:
- Dropped patch 1

The following are changes since commit a9ecb0cbf03746b17a7c13bd8e3464e6789f73e8:
  rtnetlink: using dev_base_seq from target net
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 10GbE

Antony Antony (1):
  ixgbe: fail to create xfrm offload of IPsec tunnel mode SA

Dinghao Liu (1):
  ixgbe: Fix memleak in ixgbe_configure_clsu32

 drivers/net/ethernet/intel/ixgbe/ixgbe_ipsec.c | 5 +++++
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c  | 6 ++++--
 drivers/net/ethernet/intel/ixgbevf/ipsec.c     | 5 +++++
 3 files changed, 14 insertions(+), 2 deletions(-)

Comments

David Miller March 4, 2021, 10:01 p.m. UTC | #1
From: Tony Nguyen <anthony.l.nguyen@intel.com>
Date: Thu,  4 Mar 2021 11:20:15 -0800

> This series contains updates to ixgbe and ixgbevf drivers.
> 
> Antony Antony adds a check to fail for non transport mode SA with
> offload as this is not supported for ixgbe and ixgbevf.
> 
> Dinghao Liu fixes a memory leak on failure to program a perfect filter
> for ixgbe.
> 
> v2:
> - Dropped patch 1
> 
> The following are changes since commit a9ecb0cbf03746b17a7c13bd8e3464e6789f73e8:
>   rtnetlink: using dev_base_seq from target net
> and are available in the git repository at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 10GbE

This is the same URL as your previous pull request so these changes went in via that pull.

Just FYI...