From: Alex Williamson Date: Wed, 4 Feb 2009 09:02:45 +0000 (+0000) Subject: virtio_net: Add a MAC filter table X-Git-Tag: v2.6.30-rc1~662^2~828 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f565a7c259d71cc186753653d978c646d2354b36;p=pandora-kernel.git virtio_net: Add a MAC filter table Make use of the MAC control virtqueue class to support a MAC filter table. The filter table is managed by the hypervisor. We consider the table to be available if the CTRL_RX feature bit is set. We leave it to the hypervisor to manage the table and enable promiscuous or all-multi mode as necessary depending on the resources available to it. Signed-off-by: Alex Williamson Acked-by: Rusty Russell Signed-off-by: David S. Miller --- Reading git-diff-tree failed