Skip to content
Snippets Groups Projects
user avatar
Ivan Vecera authored
JIRA: https://issues.redhat.com/browse/RHEL-864



commit 1f5020acb33f926030f62563c86dffca35c7b701
Author: Vladimir Oltean <vladimir.oltean@nxp.com>
Date:   Fri Apr 21 01:55:54 2023 +0300

    net: vlan: introduce skb_vlan_eth_hdr()

    Similar to skb_eth_hdr() introduced in commit 96cc4b69 ("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: default avatarVladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: default avatarEric Dumazet <edumazet@google.com>
Reviewed-by: default avatarSimon Horman <simon.horman@corigine.com>
Reviewed-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>

Signed-off-by: default avatarIvan Vecera <ivecera@redhat.com>
344c2a16
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Name Last commit Last update
..