• David S. Miller's avatar
    Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue · f287d6aa
    David S. Miller authored
    Tony Nguyen says:
    
    ====================
    Intel Wired LAN Driver Updates 2024-03-05 (idpf, ice, i40e, igc, e1000e)
    
    This series contains updates to idpf, ice, i40e, igc and e1000e drivers.
    
    Emil disables local BH on NAPI schedule for proper handling of softirqs
    on idpf.
    
    Jake stops reporting of virtchannel RSS option which in unsupported on
    ice.
    
    Rand Deeb adds null check to prevent possible null pointer dereference
    on ice.
    
    Michal Schmidt moves DPLL mutex initialization to resolve uninitialized
    mutex usage for ice.
    
    Jesse fixes incorrect variable usage for calculating Tx stats on ice.
    
    Ivan Vecera corrects logic for firmware equals check on i40e.
    
    Florian Kauer prevents memory corruption for XDP_REDIRECT on igc.
    
    Sasha reverts an incorrect use of FIELD_GET which caused a regression
    for Wake on LAN on e1000e.
    ====================
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    f287d6aa
ice_dpll.c 59.2 KB