aboutsummaryrefslogtreecommitdiff
path: root/src/net/vlan.c
AgeCommit message (Expand)AuthorFilesLines
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