summaryrefslogtreecommitdiff
path: root/network/ndis/netvmini/6x/ctrlpath.c
AgeCommit message (Collapse)Author
2026-05-21ndis: Removed trailing spacesAndre 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-20ndis: Harden QoS bytes calculation in netvmini control pathAndre 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-23RSSv2 library and sample OID handlersDmitry Malloy (MESHCHANINOV)
2015-03-17Initial publishDave Wilson