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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 18 Aug 2022 08:52:02 -0700
From:   Tony Nguyen <anthony.l.nguyen@...el.com>
To:     davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com,
        edumazet@...gle.com
Cc:     Tony Nguyen <anthony.l.nguyen@...el.com>, netdev@...r.kernel.org
Subject: [PATCH net-next 0/5][pull request] Intel Wired LAN Driver Updates 2022-08-18 (ice)

This series contains updates to ice driver only.

Jesse and Anatolii add support for controlling FCS/CRC stripping via
ethtool.

Anirudh allows for 100M speeds on devices which support it.

Sylwester removes ucast_shared field and the associated dead code related
to it.

Mikael removes non-inclusive language from the driver.

The following are changes since commit e34cfee65ec891a319ce79797dda18083af33a76:
  stmmac: intel: remove unused 'has_crossts' flag
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 100GbE

Anatolii Gerasymenko (1):
  ice: Implement FCS/CRC and VLAN stripping co-existence policy

Anirudh Venkataramanan (1):
  ice: Allow 100M speeds for some devices

Jesse Brandeburg (1):
  ice: Implement control of FCS/CRC stripping

Mikael Barsehyan (1):
  ice: remove non-inclusive language

Sylwester Dziedziuch (1):
  ice: Remove ucast_shared

 drivers/net/ethernet/intel/ice/ice.h         |   1 +
 drivers/net/ethernet/intel/ice/ice_base.c    |   2 +-
 drivers/net/ethernet/intel/ice/ice_common.c  |  20 +++
 drivers/net/ethernet/intel/ice/ice_common.h  |   1 +
 drivers/net/ethernet/intel/ice/ice_ethtool.c |  16 +-
 drivers/net/ethernet/intel/ice/ice_lag.c     |  16 +-
 drivers/net/ethernet/intel/ice/ice_lag.h     |   2 +-
 drivers/net/ethernet/intel/ice/ice_lib.c     |  22 +++
 drivers/net/ethernet/intel/ice/ice_lib.h     |   2 +
 drivers/net/ethernet/intel/ice/ice_main.c    |  67 +++++++-
 drivers/net/ethernet/intel/ice/ice_switch.c  | 166 +------------------
 drivers/net/ethernet/intel/ice/ice_txrx.h    |   3 +-
 drivers/net/ethernet/intel/ice/ice_type.h    |   2 -
 13 files changed, 136 insertions(+), 184 deletions(-)

-- 
2.35.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ