public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Jacob Keller <jacob.e.keller@intel.com>
Cc: andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com,
	kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org,
	grzegorz.nitka@intel.com, aleksandr.loktionov@intel.com,
	horms@kernel.org, sx.rinitha@intel.com, zoltan.fodor@intel.com,
	sunithax.d.mekala@intel.com, lgs201920130244@gmail.com,
	stable@vger.kernel.org, mschmidt@redhat.com,
	paul.greenwalt@intel.com, przemyslaw.kitszel@intel.com,
	kmta1236@gmail.com, kohei@enjuk.jp, poros@redhat.com,
	pmenzel@molgen.mpg.de, rafal.romanowski@intel.com,
	emil.s.tantilov@intel.com, patryk.holda@intel.com,
	tactii@gmail.com, avigailx.dahan@intel.com
Subject: Re: [PATCH net v2 00/12] Intel Wired LAN Driver Updates 2026-04-14 (ice, i40e, iavf, idpf, e1000e)
Date: Sat, 18 Apr 2026 19:10:19 +0000	[thread overview]
Message-ID: <177653941955.506354.7945438888789009201.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260416-iwl-net-submission-2026-04-14-v2-0-686c33c9828d@intel.com>

Hello:

This series was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 16 Apr 2026 17:53:24 -0700 you wrote:
> Grzegorz updates the logic for adjusting the PTP hardware clock on E830,
> fixing a bug that prevented adjustments below S32_MAX/MIN nanoseconds.
> 
> Grzegorz and Zoli update the PCS latency settings for E825 devices at 10GbE
> and 25GbE, improving the accuracy of timestamps based on data from
> production hardware.
> 
> [...]

Here is the summary with links:
  - [net,v2,01/12] ice: fix 'adjust' timer programming for E830 devices
    https://git.kernel.org/netdev/net/c/885c5e57924d
  - [net,v2,02/12] ice: update PCS latency settings for E825 10G/25Gb modes
    https://git.kernel.org/netdev/net/c/05567e405273
  - [net,v2,03/12] ice: fix double free in ice_sf_eth_activate() error path
    https://git.kernel.org/netdev/net/c/9aab1c3d7299
  - [net,v2,04/12] ice: fix double-free of tx_buf skb
    https://git.kernel.org/netdev/net/c/1a303baa715e
  - [net,v2,05/12] ice: fix PHY config on media change with link-down-on-close
    https://git.kernel.org/netdev/net/c/55e74f9ea7fe
  - [net,v2,06/12] ice: fix ICE_AQ_LINK_SPEED_M for 200G
    https://git.kernel.org/netdev/net/c/4a3a940059e9
  - [net,v2,07/12] ice: fix race condition in TX timestamp ring cleanup
    https://git.kernel.org/netdev/net/c/7c72ec18c2a4
  - [net,v2,08/12] ice: fix potential NULL pointer deref in error path of ice_set_ringparam()
    https://git.kernel.org/netdev/net/c/fa28351f970f
  - [net,v2,09/12] i40e: don't advertise IFF_SUPP_NOFCS
    https://git.kernel.org/netdev/net/c/a24162f18825
  - [net,v2,10/12] iavf: fix wrong VLAN mask for legacy Rx descriptors L2TAG2
    https://git.kernel.org/netdev/net/c/496d9f91062f
  - [net,v2,11/12] idpf: fix xdp crash in soft reset error path
    (no matching commit)
  - [net,v2,12/12] e1000e: Unroll PTP in probe error handling
    https://git.kernel.org/netdev/net/c/aa3f7fe40935

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2026-04-18 19:10 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-17  0:53 [PATCH net v2 00/12] Intel Wired LAN Driver Updates 2026-04-14 (ice, i40e, iavf, idpf, e1000e) Jacob Keller
2026-04-17  0:53 ` [PATCH net v2 01/12] ice: fix 'adjust' timer programming for E830 devices Jacob Keller
2026-04-17  0:53 ` [PATCH net v2 02/12] ice: update PCS latency settings for E825 10G/25Gb modes Jacob Keller
2026-04-17  0:53 ` [PATCH net v2 03/12] ice: fix double free in ice_sf_eth_activate() error path Jacob Keller
2026-04-17  0:53 ` [PATCH net v2 04/12] ice: fix double-free of tx_buf skb Jacob Keller
2026-04-17  0:53 ` [PATCH net v2 05/12] ice: fix PHY config on media change with link-down-on-close Jacob Keller
2026-04-17  0:53 ` [PATCH net v2 06/12] ice: fix ICE_AQ_LINK_SPEED_M for 200G Jacob Keller
2026-04-17  0:53 ` [PATCH net v2 07/12] ice: fix race condition in TX timestamp ring cleanup Jacob Keller
2026-04-17  0:53 ` [PATCH net v2 08/12] ice: fix potential NULL pointer deref in error path of ice_set_ringparam() Jacob Keller
2026-04-17  0:53 ` [PATCH net v2 09/12] i40e: don't advertise IFF_SUPP_NOFCS Jacob Keller
2026-04-17  0:53 ` [PATCH net v2 10/12] iavf: fix wrong VLAN mask for legacy Rx descriptors L2TAG2 Jacob Keller
2026-04-17  0:53 ` [PATCH net v2 11/12] idpf: fix xdp crash in soft reset error path Jacob Keller
2026-04-18 19:00   ` Jakub Kicinski
2026-04-20 19:41     ` Jacob Keller
2026-04-20 19:48     ` Jacob Keller
2026-04-17  0:53 ` [PATCH net v2 12/12] e1000e: Unroll PTP in probe error handling Jacob Keller
2026-04-18 19:10 ` patchwork-bot+netdevbpf [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=177653941955.506354.7945438888789009201.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=aleksandr.loktionov@intel.com \
    --cc=andrew+netdev@lunn.ch \
    --cc=avigailx.dahan@intel.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=emil.s.tantilov@intel.com \
    --cc=grzegorz.nitka@intel.com \
    --cc=horms@kernel.org \
    --cc=jacob.e.keller@intel.com \
    --cc=kmta1236@gmail.com \
    --cc=kohei@enjuk.jp \
    --cc=kuba@kernel.org \
    --cc=lgs201920130244@gmail.com \
    --cc=mschmidt@redhat.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=patryk.holda@intel.com \
    --cc=paul.greenwalt@intel.com \
    --cc=pmenzel@molgen.mpg.de \
    --cc=poros@redhat.com \
    --cc=przemyslaw.kitszel@intel.com \
    --cc=rafal.romanowski@intel.com \
    --cc=stable@vger.kernel.org \
    --cc=sunithax.d.mekala@intel.com \
    --cc=sx.rinitha@intel.com \
    --cc=tactii@gmail.com \
    --cc=zoltan.fodor@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox