aboutsummaryrefslogtreecommitdiff
path: root/src/include/ipxe/vlan.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-15[vlan] Support automatic VLAN device creationMichael Brown1-0/+1
2022-12-14[efi] Provide VLAN configuration protocolMichael Brown1-0/+2
2022-12-14[vlan] Allow external code to identify VLAN priority as well as tagMichael Brown1-1/+13
2019-04-27[vlan] Provide vlan_netdev_rx() and vlan_netdev_rx_err()Michael Brown1-2/+6
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+1
2013-03-01[netdevice] Add vlan_tag() to get the VLAN tag of a network deviceStefan Hajnoczi1-0/+1
2010-12-01[vlan] Expose vlan_find() to network card driversMichael Brown1-0/+2
2010-11-27[vlan] Treat VLAN 0 as validMichael Brown1-1/+1
2010-11-26[vlan] Provide vlan_can_be_trunk()Michael Brown1-0/+1
2010-11-20[vlan] Add support for IEEE 802.1Q VLANsMichael Brown1-0/+66