Netdev List
 help / color / mirror / Atom feed
* [PATCH net-next 0/5][pull request] Intel Wired LAN Driver Updates 2023-02-14 (ice)
@ 2023-02-14 21:29 Tony Nguyen
  2023-02-14 21:29 ` [PATCH net-next 1/5] ice: Add GPIO pin support for E823 products Tony Nguyen
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Tony Nguyen @ 2023-02-14 21:29 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet; +Cc: Tony Nguyen, netdev

This series contains updates to ice driver only.

Karol extends support for GPIO pins to E823 devices.

Daniel Vacek stops processing of PTP packets when link is down.

Pawel adds support for BIG TCP for IPv6.

Tony changes return type of ice_vsi_realloc_stat_arrays() as it always
returns success.

Zhu Yanjun updates kdoc stating supported TLVs.

The following are changes since commit 2edd92570441dd33246210042dc167319a5cf7e3:
  devlink: don't allow to change net namespace for FW_ACTIVATE reload action
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 100GbE

Daniel Vacek (1):
  ice/ptp: fix the PTP worker retrying indefinitely if the link went
    down

Karol Kolacinski (1):
  ice: Add GPIO pin support for E823 products

Pawel Chmielewski (1):
  ice: add support BIG TCP on IPv6

Tony Nguyen (1):
  ice: Change ice_vsi_realloc_stat_arrays() to void

Zhu Yanjun (1):
  ice: Mention CEE DCBX in code comment

 drivers/net/ethernet/intel/ice/ice.h        |  2 +
 drivers/net/ethernet/intel/ice/ice_common.c | 25 +++++++
 drivers/net/ethernet/intel/ice/ice_common.h |  1 +
 drivers/net/ethernet/intel/ice/ice_dcb.c    |  4 +-
 drivers/net/ethernet/intel/ice/ice_lib.c    | 11 ++--
 drivers/net/ethernet/intel/ice/ice_main.c   |  2 +
 drivers/net/ethernet/intel/ice/ice_ptp.c    | 72 ++++++++++++++++++++-
 drivers/net/ethernet/intel/ice/ice_txrx.c   |  3 +
 8 files changed, 109 insertions(+), 11 deletions(-)

-- 
2.38.1


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

end of thread, other threads:[~2023-02-16  6:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-14 21:29 [PATCH net-next 0/5][pull request] Intel Wired LAN Driver Updates 2023-02-14 (ice) Tony Nguyen
2023-02-14 21:29 ` [PATCH net-next 1/5] ice: Add GPIO pin support for E823 products Tony Nguyen
2023-02-14 21:30 ` [PATCH net-next 2/5] ice/ptp: fix the PTP worker retrying indefinitely if the link went down Tony Nguyen
2023-02-14 21:30 ` [PATCH net-next 3/5] ice: add support BIG TCP on IPv6 Tony Nguyen
2023-02-14 21:30 ` [PATCH net-next 4/5] ice: Change ice_vsi_realloc_stat_arrays() to void Tony Nguyen
2023-02-14 21:30 ` [PATCH net-next 5/5] ice: Mention CEE DCBX in code comment Tony Nguyen
2023-02-15  7:57 ` [PATCH net-next 0/5][pull request] Intel Wired LAN Driver Updates 2023-02-14 (ice) Jiri Pirko
2023-02-15  8:03   ` Jiri Pirko
2023-02-16  6:00 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox