From: Alex Williamson Date: Wed, 4 Feb 2009 09:02:50 +0000 (+0000) Subject: virtio_net: Add support for VLAN filtering in the hypervisor X-Git-Tag: v2.6.30-rc1~662^2~827 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bde95690d65653e420d04856c5d5783155c747c;p=pandora-kernel.git virtio_net: Add support for VLAN filtering in the hypervisor VLAN filtering allows the hypervisor to drop packets from VLANs that we're not a part of, further reducing the number of extraneous packets recieved. This makes use of the VLAN virtqueue command class. The CTRL_VLAN feature bit tells us whether the backend supports VLAN filtering. Signed-off-by: Alex Williamson Acked-by: Rusty Russell Signed-off-by: David S. Miller --- Reading git-diff-tree failed