All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/5][pull request] 1GbE Intel Wired LAN Driver Updates 2021-06-04
@ 2021-06-04 16:24 Tony Nguyen
  2021-06-04 16:24 ` [PATCH net-next 1/5] igc: Update driver to use ethtool_sprintf Tony Nguyen
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Tony Nguyen @ 2021-06-04 16:24 UTC (permalink / raw)
  To: davem, kuba; +Cc: Tony Nguyen, netdev, sassmann, sasha.neftin, vitaly.lifshits

This series contains updates to igc driver only.

Sasha utilizes the newly introduced ethtool_sprintf() function, removes
unused defines, and fixes indentation.

Muhammad adds support for hardware VLAN insertion and stripping.

The following are changes since commit ebbf5fcb94a7f3499747b282420a1c5f7e8d1c6f:
  netdevsim: Fix unsigned being compared to less than zero
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 1GbE

Muhammad Husaini Zulkifli (1):
  igc: Enable HW VLAN Insertion and HW VLAN Stripping

Sasha Neftin (4):
  igc: Update driver to use ethtool_sprintf
  igc: Remove unused asymmetric pause bit from igc defines
  igc: Remove unused MDICNFG register
  igc: Indentation fixes

 drivers/net/ethernet/intel/igc/igc.h         |  1 +
 drivers/net/ethernet/intel/igc/igc_defines.h |  9 ++-
 drivers/net/ethernet/intel/igc/igc_ethtool.c | 39 ++++-------
 drivers/net/ethernet/intel/igc/igc_main.c    | 74 +++++++++++++++++++-
 drivers/net/ethernet/intel/igc/igc_regs.h    |  2 +-
 5 files changed, 93 insertions(+), 32 deletions(-)

-- 
2.26.2


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

end of thread, other threads:[~2021-06-04 21:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-04 16:24 [PATCH net-next 0/5][pull request] 1GbE Intel Wired LAN Driver Updates 2021-06-04 Tony Nguyen
2021-06-04 16:24 ` [PATCH net-next 1/5] igc: Update driver to use ethtool_sprintf Tony Nguyen
2021-06-04 16:24 ` [PATCH net-next 2/5] igc: Remove unused asymmetric pause bit from igc defines Tony Nguyen
2021-06-04 16:24 ` [PATCH net-next 3/5] igc: Remove unused MDICNFG register Tony Nguyen
2021-06-04 16:24 ` [PATCH net-next 4/5] igc: Indentation fixes Tony Nguyen
2021-06-04 16:24 ` [PATCH net-next 5/5] igc: Enable HW VLAN Insertion and HW VLAN Stripping Tony Nguyen
2021-06-04 21:40 ` [PATCH net-next 0/5][pull request] 1GbE Intel Wired LAN Driver Updates 2021-06-04 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.