Page MenuHomeFreeBSD

hyperv/hn: Fixat RNDIS rxfilter after the successful RNDIS initialization
ClosedPublic

Authored by sepherosa_gmail.com on Apr 1 2017, 3:42 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Aug 18, 1:53 PM
Unknown Object (File)
Tue, Aug 12, 2:46 PM
Unknown Object (File)
Sun, Aug 3, 9:23 AM
Unknown Object (File)
Sat, Aug 2, 10:56 AM
Unknown Object (File)
Sat, Aug 2, 12:52 AM
Unknown Object (File)
Mon, Jul 28, 5:25 AM
Unknown Object (File)
Jul 21 2025, 6:49 PM
Unknown Object (File)
Jul 21 2025, 2:35 PM
Subscribers
None

Details

Summary

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@

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was automatically updated to reflect the committed changes.