kernel_samsung_a53x/drivers/net/ethernet/intel/ixgbe
Vladimir Oltean 39ce12db8b net: vlan: introduce skb_vlan_eth_hdr()
[ Upstream commit 1f5020acb33f926030f62563c86dffca35c7b701 ]

Similar to skb_eth_hdr() introduced in commit 96cc4b69581d ("macvlan: do
not assume mac_header is set in macvlan_broadcast()"), let's introduce a
skb_vlan_eth_hdr() helper which can be used in TX-only code paths to get
to the VLAN header based on skb->data rather than based on the
skb_mac_header(skb).

We also consolidate the drivers that dereference skb->data to go through
this helper.

Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Stable-dep-of: 9fc95fe95c3e ("net: fec: correct queue selection")
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-11-18 12:11:48 +01:00
..
ixgbe.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ixgbe_82598.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ixgbe_82599.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ixgbe_common.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ixgbe_common.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ixgbe_dcb.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ixgbe_dcb.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ixgbe_dcb_82598.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ixgbe_dcb_82598.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ixgbe_dcb_82599.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ixgbe_dcb_82599.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ixgbe_dcb_nl.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ixgbe_debugfs.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ixgbe_ethtool.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ixgbe_fcoe.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ixgbe_fcoe.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ixgbe_ipsec.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ixgbe_ipsec.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ixgbe_lib.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ixgbe_main.c net: vlan: introduce skb_vlan_eth_hdr() 2024-11-18 12:11:48 +01:00
ixgbe_mbx.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ixgbe_mbx.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ixgbe_model.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ixgbe_phy.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ixgbe_phy.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ixgbe_ptp.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ixgbe_sriov.c ixgbe: fix crash with empty VF macvlan list 2024-11-08 11:25:46 +01:00
ixgbe_sriov.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ixgbe_sysfs.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ixgbe_txrx_common.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ixgbe_type.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ixgbe_x540.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ixgbe_x540.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ixgbe_x550.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ixgbe_xsk.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Makefile Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00