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)
Feb 17 2024, 8:10 AM
Unknown Object (File)
Jan 19 2024, 3:05 PM
Unknown Object (File)
Dec 24 2023, 4:48 PM
Unknown Object (File)
Dec 20 2023, 4:53 AM
Unknown Object (File)
Dec 13 2023, 12:01 AM
Unknown Object (File)
Nov 22 2023, 6:10 PM
Unknown Object (File)
Nov 22 2023, 5:50 PM
Unknown Object (File)
Nov 16 2023, 8:47 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.