| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-21 | ndis: Removed trailing spaces | Andre Muezerie | |
| This PR performs a whitespace-only cleanup by removing trailing spaces/tabs from source files under network\ndis. This is to reduce noise when making changes using AI so that future reviews are easier to be done by humans. No functional logic changes were introduced. What Changed 1. Removed end-of-line trailing whitespace in text files. 2. Kept file encoding and line endings intact by applying byte-preserving edits. Risk / Impact 1. Low risk: formatting-only change. 2. No API, behavior, or build configuration changes intended. | |||
| 2026-05-20 | ndis: Harden QoS bytes calculation in netvmini control path | Andre Muezerie | |
| - Replaced direct size arithmetic in NICSetQOSParameters with checked integer-safe operations. - Added overflow handling for classification table size computation: - Multiply NumClassificationElements × ClassificationElementSize via RtlULongMult. - Add the revision header size via RtlULongAdd. - Return NDIS_STATUS_INVALID_LENGTH when either checked operation fails, instead of relying on unchecked arithmetic. | |||
| 2018-04-23 | RSSv2 library and sample OID handlers | Dmitry Malloy (MESHCHANINOV) | |
| 2015-03-17 | Initial publish | Dave Wilson | |
