All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/5][pull request] Intel Wired LAN Driver Updates 2022-08-18 (ice)
@ 2022-08-18 15:52 Tony Nguyen
  2022-08-18 15:52 ` [PATCH net-next 1/5] ice: Implement control of FCS/CRC stripping Tony Nguyen
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Tony Nguyen @ 2022-08-18 15:52 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet; +Cc: Tony Nguyen, netdev

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-08-23  3:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-18 15:52 [PATCH net-next 0/5][pull request] Intel Wired LAN Driver Updates 2022-08-18 (ice) Tony Nguyen
2022-08-18 15:52 ` [PATCH net-next 1/5] ice: Implement control of FCS/CRC stripping Tony Nguyen
2022-08-18 15:52 ` [PATCH net-next 2/5] ice: Implement FCS/CRC and VLAN stripping co-existence policy Tony Nguyen
2022-08-18 15:52 ` [PATCH net-next 3/5] ice: Allow 100M speeds for some devices Tony Nguyen
2022-08-18 15:52 ` [PATCH net-next 4/5] ice: Remove ucast_shared Tony Nguyen
2022-08-18 15:52 ` [PATCH net-next 5/5] ice: remove non-inclusive language Tony Nguyen
2022-08-23  3:30 ` [PATCH net-next 0/5][pull request] Intel Wired LAN Driver Updates 2022-08-18 (ice) patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.