Home
last modified time | relevance | path

Searched refs:NETIF_F_VLAN_CHALLENGED (Results 1 – 18 of 18) sorted by relevance

/linux-6.15/include/linux/
H A Dnetdev_features.h133 #define NETIF_F_VLAN_CHALLENGED __NETIF_F(VLAN_CHALLENGED) macro
192 #define NETIF_F_NEVER_CHANGE NETIF_F_VLAN_CHALLENGED
224 NETIF_F_FRAGLIST | NETIF_F_VLAN_CHALLENGED)
/linux-6.15/drivers/net/
H A Dloopback.c185 | NETIF_F_VLAN_CHALLENGED in gen_lo_setup()
H A Dnet_failover.c484 if (failover_dev->features & NETIF_F_VLAN_CHALLENGED && in net_failover_slave_pre_register()
H A Dvrf.c1624 dev->features |= NETIF_F_VLAN_CHALLENGED; in vrf_setup()
/linux-6.15/Documentation/networking/
H A Dnetdev-features.rst86 NETIF_F_NEVER_CHANGE sets. The exception is NETIF_F_VLAN_CHALLENGED but
144 NETIF_F_VLAN_CHALLENGED should be set for devices which can't cope with VLAN
/linux-6.15/drivers/net/wwan/t7xx/
H A Dt7xx_netdev.c235 dev->features = NETIF_F_VLAN_CHALLENGED; in t7xx_ccmni_wwan_setup()
/linux-6.15/net/8021q/
H A Dvlan.c134 if (real_dev->features & NETIF_F_VLAN_CHALLENGED || in vlan_check_real_dev()
/linux-6.15/drivers/net/ethernet/wiznet/
H A Dw5300.c610 ndev->features |= NETIF_F_VLAN_CHALLENGED; in w5300_probe()
H A Dw5100.c1139 ndev->features |= NETIF_F_VLAN_CHALLENGED; in w5100_probe()
/linux-6.15/drivers/net/ipvlan/
H A Dipvlan_main.c118 (IPVLAN_ALWAYS_ON_OFLOADS | NETIF_F_VLAN_CHALLENGED)
/linux-6.15/drivers/net/ethernet/xilinx/
H A Dll_temac_main.c1412 ndev->features |= NETIF_F_VLAN_CHALLENGED; /* cannot handle VLAN pkts */ in temac_probe()
/linux-6.15/drivers/net/ethernet/toshiba/
H A Dps3_gelic_net.c1502 netdev->features |= NETIF_F_VLAN_CHALLENGED; in gelic_net_setup_netdev()
/linux-6.15/drivers/net/bonding/
H A Dbond_main.c1987 if (slave_dev->features & NETIF_F_VLAN_CHALLENGED) { in bond_enslave()
2603 if (!(bond_dev->features & NETIF_F_VLAN_CHALLENGED) && in __bond_release_one()
2604 (old_features & NETIF_F_VLAN_CHALLENGED)) in __bond_release_one()
/linux-6.15/drivers/s390/net/
H A Dqeth_l2_main.c1097 card->dev->features |= NETIF_F_VLAN_CHALLENGED; in qeth_l2_setup_netdev()
/linux-6.15/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c2150 dev->features = (NETIF_F_VLAN_CHALLENGED | in ipoib_setup_common()
/linux-6.15/drivers/net/team/
H A Dteam_core.c1186 if (port_dev->features & NETIF_F_VLAN_CHALLENGED && in team_port_add()
/linux-6.15/drivers/net/ethernet/intel/
H A De100.c2895 netdev->features |= NETIF_F_VLAN_CHALLENGED; in e100_probe()
/linux-6.15/net/core/
H A Ddev.c12315 mask |= NETIF_F_VLAN_CHALLENGED; in netdev_increment_features()