| /kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/ |
| D | tc_vlan_modify.sh | 108 check_fail $? "ping between two different vlans passed when should not" 111 check_fail $? "ping6 between two different vlans passed when should not" 119 check_err $? "ping between two different vlans failed when should not" 122 check_err $? "ping6 between two different vlans failed when should not" 135 check_fail $? "ping between two different vlans passed when should not" 138 check_fail $? "ping6 between two different vlans passed when should not" 146 check_err $? "ping between two different vlans failed when should not" 149 check_err $? "ping6 between two different vlans failed when should not"
|
| /kernel/linux/linux-5.10/Documentation/networking/devlink/ |
| D | sja1105.rst | 33 7 non-pvid VLANs per user port). 41 - User cannot use VLANs in range 1024-3071. If the 46 - When VLANs span cross-chip topologies, the total 47 number of permitted VLANs may be less than 7 per
|
| /kernel/linux/linux-4.19/net/8021q/ |
| D | Kconfig | 12 the 'ip' utility in order to effectively use VLANs. 27 automatic propagation of registered VLANs to switches. 37 automatic propagation of registered VLANs to switches; it
|
| /kernel/linux/linux-5.10/net/8021q/ |
| D | Kconfig | 13 the 'ip' utility in order to effectively use VLANs. 28 automatic propagation of registered VLANs to switches. 38 automatic propagation of registered VLANs to switches; it
|
| /kernel/linux/linux-4.19/drivers/staging/fsl-dpaa2/ethsw/ |
| D | ethsw.c | 37 if (ethsw->vlans[vid]) { in ethsw_add_vlan() 48 ethsw->vlans[vid] = ETHSW_VLAN_MEMBER; in ethsw_add_vlan() 90 port_priv->vlans[port_priv->pvid] &= ~ETHSW_VLAN_PVID; in ethsw_port_set_pvid() 91 port_priv->vlans[pvid] |= ETHSW_VLAN_PVID; in ethsw_port_set_pvid() 116 if (port_priv->vlans[vid]) { in ethsw_port_add_vlan() 129 port_priv->vlans[vid] = ETHSW_VLAN_MEMBER; in ethsw_port_add_vlan() 140 port_priv->vlans[vid] |= ETHSW_VLAN_UNTAGGED; in ethsw_port_add_vlan() 220 if (!ethsw->vlans[vid]) in ethsw_dellink_switch() 228 ethsw->vlans[vid] = 0; in ethsw_dellink_switch() 232 ppriv_local->vlans[vid] = 0; in ethsw_dellink_switch() [all …]
|
| D | ethsw.h | 49 u8 vlans[VLAN_VID_MASK + 1]; member 63 u8 vlans[VLAN_VID_MASK + 1]; member
|
| /kernel/linux/linux-5.10/drivers/net/dsa/ |
| D | dsa_loop.c | 41 for (i = 0; i < ARRAY_SIZE(ps->vlans); i++) { in dsa_loop_devlink_vtu_get() 42 vl = &ps->vlans[i]; in dsa_loop_devlink_vtu_get() 56 devlink_resource_size_params_init(&size_params, ARRAY_SIZE(ps->vlans), in dsa_loop_setup_devlink_resources() 57 ARRAY_SIZE(ps->vlans), in dsa_loop_setup_devlink_resources() 60 err = dsa_devlink_resource_register(ds, "VTU", ARRAY_SIZE(ps->vlans), in dsa_loop_setup_devlink_resources() 215 if (vlan->vid_end > ARRAY_SIZE(ps->vlans)) in dsa_loop_port_vlan_prepare() 235 vl = &ps->vlans[vid]; in dsa_loop_port_vlan_add() 264 vl = &ps->vlans[vid]; in dsa_loop_port_vlan_del()
|
| D | lantiq_gswip.c | 273 struct gswip_vlan vlans[64]; member 896 for (i = max_ports; i < ARRAY_SIZE(priv->vlans); i++) { in gswip_vlan_active_create() 897 if (!priv->vlans[i].bridge) { in gswip_vlan_active_create() 921 priv->vlans[idx].bridge = bridge; in gswip_vlan_active_create() 922 priv->vlans[idx].vid = vid; in gswip_vlan_active_create() 923 priv->vlans[idx].fid = fid; in gswip_vlan_active_create() 939 priv->vlans[idx].bridge = NULL; in gswip_vlan_active_remove() 956 for (i = max_ports; i < ARRAY_SIZE(priv->vlans); i++) { in gswip_vlan_add_unaware() 957 if (priv->vlans[i].bridge == bridge) { in gswip_vlan_add_unaware() 1019 for (i = max_ports; i < ARRAY_SIZE(priv->vlans); i++) { in gswip_vlan_add_aware() [all …]
|
| /kernel/linux/linux-5.10/drivers/staging/fsl-dpaa2/ethsw/ |
| D | ethsw.c | 41 ethsw->vlans[vid] = ETHSW_VLAN_MEMBER; in dpaa2_switch_add_vlan() 102 port_priv->vlans[port_priv->pvid] &= ~ETHSW_VLAN_PVID; in dpaa2_switch_port_set_pvid() 103 port_priv->vlans[pvid] |= ETHSW_VLAN_PVID; in dpaa2_switch_port_set_pvid() 128 if (port_priv->vlans[vid]) { in dpaa2_switch_port_add_vlan() 141 port_priv->vlans[vid] = ETHSW_VLAN_MEMBER; in dpaa2_switch_port_add_vlan() 152 port_priv->vlans[vid] |= ETHSW_VLAN_UNTAGGED; in dpaa2_switch_port_add_vlan() 214 if (port_priv->vlans[vid] & ETHSW_VLAN_MEMBER) { in dpaa2_switch_port_set_stp_state() 237 if (!ethsw->vlans[vid]) in dpaa2_switch_dellink() 245 ethsw->vlans[vid] = 0; in dpaa2_switch_dellink() 249 ppriv_local->vlans[vid] = 0; in dpaa2_switch_dellink() [all …]
|
| D | ethsw.h | 55 u8 vlans[VLAN_VID_MASK + 1]; member 71 u8 vlans[VLAN_VID_MASK + 1]; member
|
| /kernel/linux/linux-4.19/drivers/net/dsa/b53/ |
| D | b53_common.c | 771 /* reset vlans */ in b53_reset_switch() 774 memset(priv->vlans, 0, sizeof(*priv->vlans) * priv->num_vlans); in b53_reset_switch() 1164 vl = &dev->vlans[vid]; in b53_vlan_add() 1201 vl = &dev->vlans[vid]; in b53_vlan_del() 1486 /* Make this port leave the all VLANs join since we will have proper in b53_br_join() 1527 struct b53_vlan *vl = &dev->vlans[0]; in b53_br_leave() 1554 /* Make this port join all VLANs without VLAN entries */ in b53_br_leave() 1820 u16 vlans; member 1841 .vlans = 16, 1850 .vlans = 256, [all …]
|
| /kernel/linux/linux-5.10/drivers/net/dsa/b53/ |
| D | b53_common.c | 717 /* Upon initial call we have not set-up any VLANs, but upon in b53_configure_vlan() 721 v = &dev->vlans[vid]; in b53_configure_vlan() 837 /* reset vlans */ in b53_reset_switch() 838 memset(priv->vlans, 0, sizeof(*priv->vlans) * priv->num_vlans); in b53_reset_switch() 1007 vl = &dev->vlans[i]; in b53_devlink_vlan_table_get() 1434 vl = &dev->vlans[vid]; in b53_vlan_add() 1471 vl = &dev->vlans[vid]; in b53_vlan_del() 1816 /* Make this port leave the all VLANs join since we will have proper in b53_br_join() 1859 struct b53_vlan *vl = &dev->vlans[0]; in b53_br_leave() 1886 /* Make this port join all VLANs without VLAN entries */ in b53_br_leave() [all …]
|
| /kernel/linux/linux-4.19/Documentation/networking/ |
| D | ixgbevf.txt | 25 VLANs: There is a limit of a total of 32 shared VLANs to 1 or more VFs.
|
| D | igbvf.txt | 36 VLANs: There is a limit of a total of 32 shared VLANs to 1 or more VFs.
|
| D | switchdev.txt | 79 level constructs such as bridges, bonds, VLANs, tunnels, and L3 routers. Using 145 L2 networks. VLANs can be applied to sub-divide L2 networks. L2-over-L3 167 - Notification of learned/forgotten src mac/vlans from device 192 Notification of Learned/Forgotten Source MAC/VLANs 271 Note that STP BDPUs are untagged and STP state applies to all VLANs on the port 273 VLANs on the port.
|
| /kernel/linux/linux-4.19/drivers/scsi/fnic/ |
| D | fnic_fcs.c | 454 list_add_tail(&vlan->list, &fnic->vlans); in fnic_fcoe_process_vlan_resp() 462 if (list_empty(&fnic->vlans)) { in fnic_fcoe_process_vlan_resp() 471 vlan = list_first_entry(&fnic->vlans, struct fcoe_vlan, list); in fnic_fcoe_process_vlan_resp() 493 vlan = list_first_entry(&fnic->vlans, struct fcoe_vlan, list); in fnic_fcoe_start_fcf_disc() 512 if (list_empty(&fnic->vlans)) { in fnic_fcoe_vlan_check() 517 fvlan = list_first_entry(&fnic->vlans, struct fcoe_vlan, list); in fnic_fcoe_vlan_check() 1312 if (!list_empty(&fnic->vlans)) { in fnic_fcoe_reset_vlans() 1313 list_for_each_entry_safe(vlan, next, &fnic->vlans, list) { in fnic_fcoe_reset_vlans() 1339 if (list_empty(&fnic->vlans)) { in fnic_handle_fip_timer() 1341 /* no vlans available, try again */ in fnic_handle_fip_timer() [all …]
|
| /kernel/linux/linux-5.10/drivers/scsi/fnic/ |
| D | fnic_fcs.c | 464 list_add_tail(&vlan->list, &fnic->vlans); in fnic_fcoe_process_vlan_resp() 472 if (list_empty(&fnic->vlans)) { in fnic_fcoe_process_vlan_resp() 481 vlan = list_first_entry(&fnic->vlans, struct fcoe_vlan, list); in fnic_fcoe_process_vlan_resp() 503 vlan = list_first_entry(&fnic->vlans, struct fcoe_vlan, list); in fnic_fcoe_start_fcf_disc() 522 if (list_empty(&fnic->vlans)) { in fnic_fcoe_vlan_check() 527 fvlan = list_first_entry(&fnic->vlans, struct fcoe_vlan, list); in fnic_fcoe_vlan_check() 1314 if (!list_empty(&fnic->vlans)) { in fnic_fcoe_reset_vlans() 1315 list_for_each_entry_safe(vlan, next, &fnic->vlans, list) { in fnic_fcoe_reset_vlans() 1341 if (list_empty(&fnic->vlans)) { in fnic_handle_fip_timer() 1343 /* no vlans available, try again */ in fnic_handle_fip_timer() [all …]
|
| /kernel/linux/linux-5.10/Documentation/networking/dsa/ |
| D | b53.rst | 50 The b53 tags the CPU port in all VLANs, since otherwise any PVID untagged 99 # configure the VLANs 178 # configure the VLANs
|
| /kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/intel/ |
| D | ixgbevf.rst | 52 VLANs: There is a limit of a total of 64 shared VLANs to 1 or more VFs.
|
| /kernel/linux/linux-5.10/Documentation/networking/ |
| D | switchdev.rst | 89 level constructs such as bridges, bonds, VLANs, tunnels, and L3 routers. Using 155 L2 networks. VLANs can be applied to sub-divide L2 networks. L2-over-L3 177 - Notification of learned/forgotten src mac/vlans from device 202 Notification of Learned/Forgotten Source MAC/VLANs 279 Note that STP BDPUs are untagged and STP state applies to all VLANs on the port 281 VLANs on the port.
|
| /kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/ti/ |
| D | cpsw_switchdev.rst | 138 Add extra VLANs 161 bridge fdb add aa:bb:cc:dd:ee:fe dev sw0p2 master <---- Add on all VLANs 171 bridge mdb add dev br0 port sw0p1 grp 239.1.1.1 permanent <---- Add on all VLANs
|
| /kernel/linux/linux-5.10/drivers/net/ |
| D | macvlan.c | 46 struct list_head vlans; member 485 vlan = list_first_or_null_rcu(&port->vlans, in macvlan_handle_frame() 1215 INIT_LIST_HEAD(&port->vlans); in macvlan_port_create() 1498 list_add_tail_rcu(&vlan->list, &port->vlans); in macvlan_common_newlink() 1708 list_for_each_entry(vlan, &port->vlans, list) in macvlan_device_event() 1713 list_for_each_entry(vlan, &port->vlans, list) { in macvlan_device_event() 1720 list_for_each_entry(vlan, &port->vlans, list) { in macvlan_device_event() 1730 vlan = list_first_entry_or_null(&port->vlans, in macvlan_device_event() 1743 list_for_each_entry_safe(vlan, next, &port->vlans, list) in macvlan_device_event() 1754 /* Propagate to all vlans */ in macvlan_device_event() [all …]
|
| /kernel/linux/linux-4.19/drivers/net/ |
| D | macvlan.c | 48 struct list_head vlans; member 488 vlan = list_first_or_null_rcu(&port->vlans, in macvlan_handle_frame() 1176 INIT_LIST_HEAD(&port->vlans); in macvlan_port_create() 1460 list_add_tail_rcu(&vlan->list, &port->vlans); in macvlan_common_newlink() 1670 list_for_each_entry(vlan, &port->vlans, list) in macvlan_device_event() 1675 list_for_each_entry(vlan, &port->vlans, list) { in macvlan_device_event() 1682 list_for_each_entry(vlan, &port->vlans, list) { in macvlan_device_event() 1692 vlan = list_first_entry_or_null(&port->vlans, in macvlan_device_event() 1705 list_for_each_entry_safe(vlan, next, &port->vlans, list) in macvlan_device_event() 1716 /* Propagate to all vlans */ in macvlan_device_event() [all …]
|
| /kernel/linux/linux-4.19/include/linux/mlx5/ |
| D | vport.h | 100 u16 vlans[], 103 u16 vlans[],
|
| /kernel/linux/linux-4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | en_fs.c | 115 u16 *vlans; in mlx5e_vport_context_update_vlans() local 128 "netdev vlans list size (%d) > (%d) max vport list size, some vlans will be dropped\n", in mlx5e_vport_context_update_vlans() 133 vlans = kcalloc(list_size, sizeof(*vlans), GFP_KERNEL); in mlx5e_vport_context_update_vlans() 134 if (!vlans) in mlx5e_vport_context_update_vlans() 141 vlans[i++] = vlan; in mlx5e_vport_context_update_vlans() 144 err = mlx5_modify_nic_vport_vlans(priv->mdev, vlans, list_size); in mlx5e_vport_context_update_vlans() 146 netdev_err(ndev, "Failed to modify vport vlans list err(%d)\n", in mlx5e_vport_context_update_vlans() 149 kfree(vlans); in mlx5e_vport_context_update_vlans()
|