mbox series

[net,0/3,pull,request] Intel Wired LAN Driver Updates 2024-04-03 (ice, idpf)

Message ID 20240403201929.1945116-1-anthony.l.nguyen@intel.com (mailing list archive)
Headers show
Series Intel Wired LAN Driver Updates 2024-04-03 (ice, idpf) | expand

Message

Tony Nguyen April 3, 2024, 8:19 p.m. UTC
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.

The following are changes since commit 0a6380cb4c6b5c1d6dad226ba3130f9090f0ccea:
  net: bcmgenet: Reset RBUF on first open
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE

Dan Carpenter (1):
  ice: Fix freeing uninitialized pointers

Joshua Hay (1):
  idpf: fix kernel panic on unknown packet types

Petr Oros (1):
  ice: fix enabling RX VLAN filtering

 drivers/net/ethernet/intel/ice/ice_common.c    | 10 +++++-----
 drivers/net/ethernet/intel/ice/ice_ethtool.c   |  2 +-
 .../ethernet/intel/ice/ice_vf_vsi_vlan_ops.c   | 18 ++++++++----------
 drivers/net/ethernet/intel/idpf/idpf_txrx.c    |  4 ++--
 4 files changed, 16 insertions(+), 18 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org April 4, 2024, 4:40 p.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by Tony Nguyen <anthony.l.nguyen@intel.com>:

On Wed,  3 Apr 2024 13:19:25 -0700 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - [net,1/3] ice: Fix freeing uninitialized pointers
    https://git.kernel.org/netdev/net/c/90ca6956d383
  - [net,2/3] ice: fix enabling RX VLAN filtering
    https://git.kernel.org/netdev/net/c/8edfc7a40e33
  - [net,3/3] idpf: fix kernel panic on unknown packet types
    https://git.kernel.org/netdev/net/c/dd19e827d63a

You are awesome, thank you!