[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1FB5E1D5CA062146B38059374562DF7266281C0D@TK5EX14MBXC121.redmond.corp.microsoft.com>
Date: Mon, 19 Apr 2010 15:32:11 +0000
From: Haiyang Zhang <haiyangz@...rosoft.com>
To: Greg KH <gregkh@...e.de>,
"'linux-kernel@...r.kernel.org'" <linux-kernel@...r.kernel.org>,
"devel@...verdev.osuosl.org" <devel@...verdev.osuosl.org>,
"virtualization@...ts.osdl.org" <virtualization@...ts.osdl.org>
CC: Hank Janssen <hjanssen@...rosoft.com>,
Toshikazu Sakai <Toshikazu.Sakai@...rosoft.com>
Subject: [PATCH 1/1] Staging: hv: Fix a bug affecting IPv6
From: Haiyang Zhang <haiyangz@...rosoft.com>
Fix a bug affecting IPv6
Added the multicast flag for proper IPv6 function.
Credits go to Toshikazu Sakai <toshikas@...rosoft.com>
Cc: Greg Kroah-Hartman <gregkh@...e.de>
Cc: Toshikazu Sakai <toshikas@...rosoft.com>
Signed-off-by: Hank Janssen <hjanssen@...rosoft.com>
Signed-off-by: Haiyang Zhang <haiyangz@...rosoft.com>
---
drivers/staging/hv/RndisFilter.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/staging/hv/RndisFilter.c b/drivers/staging/hv/RndisFilter.c
index cd2930d..6704f64 100644
--- a/drivers/staging/hv/RndisFilter.c
+++ b/drivers/staging/hv/RndisFilter.c
@@ -751,6 +751,7 @@ static int RndisFilterOpenDevice(struct rndis_device *Device)
ret = RndisFilterSetPacketFilter(Device,
NDIS_PACKET_TYPE_BROADCAST |
+ NDIS_PACKET_TYPE_ALL_MULTICAST |
NDIS_PACKET_TYPE_DIRECTED);
if (ret == 0)
Device->State = RNDIS_DEV_DATAINITIALIZED;
--
1.6.3.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists