]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net...
authorJakub Kicinski <kuba@kernel.org>
Thu, 4 Apr 2024 16:34:35 +0000 (09:34 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 4 Apr 2024 16:34:35 +0000 (09:34 -0700)
commita66323e4fa353d998d30de3ab4ae275bc497f3bb
treeefe5548742a6d844939c43e110d3267700c6b630
parentd313eb8b77557a6d5855f42d2234bd592c7b50dd
parentdd19e827d63ac60debf117676d1126bff884bdb8
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue

Tony Nguyen says:

====================
Intel Wired LAN Driver Updates 2024-04-03 (ice, idpf)

This series contains updates to ice and idpf drivers.

Dan Carpenter initializes some pointer declarations to NULL as needed for
resource cleanup on ice driver.

Petr Oros corrects assignment of VLAN operators to fix Rx VLAN filtering
in legacy mode for ice.

Joshua calls eth_type_trans() on unknown packets to prevent possible
kernel panic on idpf.

* '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue:
  idpf: fix kernel panic on unknown packet types
  ice: fix enabling RX VLAN filtering
  ice: Fix freeing uninitialized pointers
====================

Link: https://lore.kernel.org/r/20240403201929.1945116-1-anthony.l.nguyen@intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>