lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 12 Apr 2022 11:36:31 -0700
From:   Tony Nguyen <anthony.l.nguyen@...el.com>
To:     davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com
Cc:     Tony Nguyen <anthony.l.nguyen@...el.com>, netdev@...r.kernel.org,
        sassmann@...hat.com
Subject: [PATCH net-next 0/5][pull request] 40GbE Intel Wired LAN Driver Updates 2022-04-12

This series contains updates to i40e and ice drivers.

Joe Damato adds TSO support for MPLS packets on i40e and ice drivers. He
also adds tracking and reporting of tx_stopped statistic for i40e.

Nabil S. Alramli adds reporting of tx_restart to ethtool for i40e.

Mateusz adds new device id support for i40e.

The following are changes since commit 590032a4d2133ecc10d3078a8db1d85a4842f12c:
  page_pool: Add recycle stats to page_pool_put_page_bulk
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 40GbE

Joe Damato (3):
  i40e: Add support for MPLS + TSO
  ice: Add mpls+tso support
  i40e: Add tx_stopped stat

Mateusz Palczewski (1):
  i40e: Add Ethernet Connection X722 for 10GbE SFP+ support

Nabil S. Alramli (1):
  i40e: Add vsi.tx_restart to i40e ethtool stats

 drivers/net/ethernet/intel/i40e/i40e.h        |  1 +
 drivers/net/ethernet/intel/i40e/i40e_common.c |  1 +
 .../net/ethernet/intel/i40e/i40e_debugfs.c    |  5 +-
 drivers/net/ethernet/intel/i40e/i40e_devids.h |  1 +
 .../net/ethernet/intel/i40e/i40e_ethtool.c    |  2 +
 drivers/net/ethernet/intel/i40e/i40e_main.c   | 25 +++++++++-
 drivers/net/ethernet/intel/i40e/i40e_txrx.c   | 49 ++++++++++++-------
 drivers/net/ethernet/intel/i40e/i40e_txrx.h   |  1 +
 drivers/net/ethernet/intel/ice/ice_main.c     |  4 +-
 drivers/net/ethernet/intel/ice/ice_txrx.c     | 29 ++++++++---
 10 files changed, 88 insertions(+), 30 deletions(-)

-- 
2.31.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ