freebsd-dev/sys/dev/hyperv/netvsc
Sepherosa Ziehau b3b75d9c84 hyperv/hn: Fixat RNDIS rxfilter after the successful RNDIS init.
Under certain conditions on certain versions of Hyper-V, the RNDIS
rxfilter is _not_ zero on the hypervisor side after the successful
RNDIS initialization, which breaks the assumption of any following
code (well, it breaks the RNDIS API contract actually).  Clear the
RNDIS rxfilter explicitly, drain packets sneaking through, and drain
the interrupt taskqueues scheduled due to the stealth packets.

Reported by:	dexuan@
MFC after:	3 days
Sponsored by:	Microsoft
Differential Revision:	https://reviews.freebsd.org/D10230
2017-04-05 08:25:22 +00:00
..
hn_nvs.c hyperv/hn: Misaligned chimney sending buffers should not be used 2017-03-01 09:05:12 +00:00
hn_nvs.h hyperv/hn: add the support for VF drivers (SR-IOV) 2017-01-24 09:24:14 +00:00
hn_rndis.c hyperv/hn: Fixat RNDIS rxfilter after the successful RNDIS init. 2017-04-05 08:25:22 +00:00
hn_rndis.h hyperv/hn: Fixat RNDIS rxfilter after the successful RNDIS init. 2017-04-05 08:25:22 +00:00
if_hn.c hyperv/hn: Fixat RNDIS rxfilter after the successful RNDIS init. 2017-04-05 08:25:22 +00:00
if_hnreg.h hyperv/hn: add the support for VF drivers (SR-IOV) 2017-01-24 09:24:14 +00:00
if_hnvar.h hyperv/hn: add the support for VF drivers (SR-IOV) 2017-01-24 09:24:14 +00:00
ndis.h hyperv/hn: Properly configure RSS according to RSS capabilities 2016-10-27 03:43:27 +00:00