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)
Tue, Apr 15, 10:03 PM
Unknown Object (File)
Mon, Apr 14, 12:44 AM
Unknown Object (File)
Sun, Apr 6, 6:39 PM
Unknown Object (File)
Mar 22 2025, 5:43 AM
Unknown Object (File)
Mar 1 2025, 3:44 PM
Unknown Object (File)
Feb 27 2025, 2:03 PM
Unknown Object (File)
Feb 12 2025, 7:53 PM
Unknown Object (File)
Feb 5 2025, 6:27 AM
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.