aboutsummaryrefslogtreecommitdiff
path: root/src/net/vlan.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-15[vlan] Support automatic VLAN device creationMichael Brown1-0/+48
2022-12-14[efi] Provide VLAN configuration protocolMichael Brown1-2/+1
2022-12-14[vlan] Allow external code to identify VLAN priority as well as tagMichael Brown1-4/+4
2019-04-27[vlan] Provide vlan_netdev_rx() and vlan_netdev_rx_err()Michael Brown1-1/+46
2015-07-28[netdevice] Allow network devices to disclaim IRQ support at runtimeMichael Brown1-0/+4
2015-03-05[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2013-11-01[netdevice] Make all net_driver methods optionalMichael Brown1-11/+0
2013-03-01[netdevice] Add vlan_tag() to get the VLAN tag of a network deviceStefan Hajnoczi1-0/+17
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2011-07-15[netdevice] Allow link layer to report broadcast/multicast packets via pull()Michael Brown1-2/+5
2010-12-01[vlan] Expose vlan_find() to network card driversMichael Brown1-2/+1
2010-12-01[vlan] Use "-" instead of "." as separator in VLAN device namesMichael Brown1-1/+1
2010-11-26[vlan] Provide vlan_can_be_trunk()Michael Brown1-8/+23
2010-11-26[vlan] Add non-error debug messagesMichael Brown1-0/+5
2010-11-26[vlan] Allow duplicate VLAN creation attemptsMichael Brown1-5/+11
2010-11-20[vlan] Add support for IEEE 802.1Q VLANsMichael Brown1-0/+465