Netdev List
 help / color / mirror / Atom feed
* [PATCH iwl-net 0/3] e1000e: fix Rx bugs
@ 2026-09-02  3:29 Matt Vollrath
  2026-09-02  3:29 ` [PATCH iwl-net 1/3] e1000e: fix Rx skb DMA map error sentinel Matt Vollrath
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Matt Vollrath @ 2026-09-02  3:29 UTC (permalink / raw)
  To: intel-wired-lan
  Cc: Tony Nguyen, Przemek Kitszel, Andrew Lunn, David S . Miller,
	Eric Dumazet, Jakub Kicinski, Paolo Abeni, netdev, linux-kernel,
	Matt Vollrath

Fix some longstanding bugs in Rx.

The first two patches address DMA mapping failure handling, eliminating
some conditions which would result in DMA_MAPPING_ERROR being sent to
h/w or to dma_unmap_page() or dma_unmap_single(). A teardown leak in the
packet-splitting path is also fixed in the process.

The third patch fixes buffer overruns when RXALL is set.

Matt Vollrath (3):
  e1000e: fix Rx skb DMA map error sentinel
  e1000e: fix ps_pages DMA map error sentinel
  e1000e: fix NETIF_F_RXALL buffer overrun

 drivers/net/ethernet/intel/e1000e/netdev.c | 75 ++++++++++++++--------
 1 file changed, 47 insertions(+), 28 deletions(-)


base-commit: 1d2929d0850fff683b8aff051275945e65f082c8
-- 
2.43.0


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

end of thread, other threads:[~2026-09-03 16:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-02  3:29 [PATCH iwl-net 0/3] e1000e: fix Rx bugs Matt Vollrath
2026-09-02  3:29 ` [PATCH iwl-net 1/3] e1000e: fix Rx skb DMA map error sentinel Matt Vollrath
2026-09-02  3:29 ` [PATCH iwl-net 2/3] e1000e: fix ps_pages " Matt Vollrath
2026-09-02  3:29 ` [PATCH iwl-net 3/3] e1000e: fix NETIF_F_RXALL buffer overrun Matt Vollrath
2026-09-03 16:00   ` Matt Vollrath

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