summaryrefslogtreecommitdiff
path: root/network/netadaptercx
AgeCommit message (Collapse)Author
2026-06-19Add variants to the NetVAdapterLibrary to support the requirements of ↵Yang You (UU)
different adapter types.
2026-06-11Netvadapter: virtual NIC sample for KMDF and UMDFAlex Bozhko
2025-12-11Add affinity mask asserts, remove sln.oldYang You (UU)
Added assertions to EnlpAffinitizeThread to verify BitScanReverse succeeds. Updated EnlRingDoorBell to properly acquire and release the spinlock around the Armed state check for thread safety. Removed obsolete netvadapterlibrary.sln.old solution file.
2025-12-10trying to fix the build break on X64Yang You (UU)
2025-12-10quick fix a typoYang You (UU)
2025-12-10Remove the Nuget for the WIL, since WDK sample build system not support the ↵Yang You (UU)
VCXProj driven Nuget package. hardcode the WIL path
2025-12-09fix the TX Queue not create issueYang You (UU)
2025-12-08Remove the TX demx support as ENL limiation.Yang You (UU)
2025-12-08have the last Mac byte featureYang You (UU)
2025-12-08Remove NETCX2.6 depend featuresYang You (UU)
2025-12-06Fix build break for NETCX2.6 only APIsYang You (UU)
2025-12-04bring back the KPushLockYang You (UU)
2025-12-04Cleanup the KSpinlock.h and replace with WDFSpinlockYang You (UU)
2025-12-04intergrate the netvadapterlibrary with wificxsampledriver, cleanup the ↵Yang You (UU)
memory related header -KNEW.H
2025-12-02Have the NetVAdapter Lib buildable with EWDK for both UM and KMYang You (UU)