summaryrefslogtreecommitdiffstats
path: root/src/net/vlan.c
Commit message (Expand)AuthorAgeFilesLines
* [netdevice] Allow network devices to disclaim IRQ support at runtimeMichael Brown2015-07-281-0/+4
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-051-1/+5
* [netdevice] Make all net_driver methods optionalMichael Brown2013-11-011-11/+0Star
* [netdevice] Add vlan_tag() to get the VLAN tag of a network deviceStefan Hajnoczi2013-03-011-0/+17
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [netdevice] Allow link layer to report broadcast/multicast packets via pull()Michael Brown2011-07-151-2/+5
* [vlan] Expose vlan_find() to network card driversMichael Brown2010-12-011-2/+1Star
* [vlan] Use "-" instead of "." as separator in VLAN device namesMichael Brown2010-12-011-1/+1
* [vlan] Provide vlan_can_be_trunk()Michael Brown2010-11-261-8/+23
* [vlan] Add non-error debug messagesMichael Brown2010-11-261-0/+5
* [vlan] Allow duplicate VLAN creation attemptsMichael Brown2010-11-261-5/+11
* [vlan] Add support for IEEE 802.1Q VLANsMichael Brown2010-11-201-0/+465