grub/include/grub/net
Paulo Flabiano Smorigo d9f7de0ae3 Add Virtual LAN support.
This patch adds support for virtual LAN (VLAN) tagging. VLAN tagging allows
multiple VLANs in a bridged network to share the same physical network link
but maintain isolation:

http://en.wikipedia.org/wiki/IEEE_802.1Q

* grub-core/net/ethernet.c: Add check, get, and set vlan tag id.
* grub-core/net/drivers/ieee1275/ofnet.c: Get vlan tag id from bootargs.
* grub-core/net/arp.c: Add check.
* grub-core/net/ip.c: Likewise.
* include/grub/net/arp.h: Add vlantag attribute.
* include/grub/net/ip.h: Likewise.
2017-05-03 13:03:50 +02:00
..
arp.h Add Virtual LAN support. 2017-05-03 13:03:50 +02:00
ethernet.h some more ipv6 code 2011-10-12 10:20:55 +02:00
ip.h Add Virtual LAN support. 2017-05-03 13:03:50 +02:00
netbuff.h arp, icmp: Fix handling in case of oversized or invalid packets. 2015-03-27 12:18:25 +01:00
tcp.h Implement flow control for http. 2012-06-22 22:09:31 +02:00
udp.h Add gcc_struct to all packed structures when compiling with mingw. 2013-12-15 14:14:30 +01:00