<feed xmlns='http://www.w3.org/2005/Atom'>
<title>windows-driver-samples.git/network/ndis/mux, branch develop</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/windows-driver-samples.git/atom/network/ndis/mux?h=develop</id>
<link rel='self' href='http://cgit.235523.xyz/windows-driver-samples.git/atom/network/ndis/mux?h=develop'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/'/>
<updated>2026-05-26T20:03:01Z</updated>
<entry>
<title>Fixed copyright comment</title>
<updated>2026-05-26T20:03:01Z</updated>
<author>
<name>Andre Muezerie</name>
<email>andremue@linux.microsoft.com</email>
</author>
<published>2026-05-26T20:03:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=25b9db24aaea97833d3bb22ed9189172d90f34e9'/>
<id>urn:sha1:25b9db24aaea97833d3bb22ed9189172d90f34e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ndis: Removed trailing spaces</title>
<updated>2026-05-22T01:11:19Z</updated>
<author>
<name>Andre Muezerie</name>
<email>andremue@linux.microsoft.com</email>
</author>
<published>2026-05-22T01:11:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=e70dbdfb56391f23306bf8a03fbf8ef89a1ebb92'/>
<id>urn:sha1:e70dbdfb56391f23306bf8a03fbf8ef89a1ebb92</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Standarize INF files enconding to UTF-16 (LE with BOM); renormalize files</title>
<updated>2024-07-02T00:33:16Z</updated>
<author>
<name>Adonais Romero Gonzalez</name>
<email>adonais.neoadonis@gmail.com</email>
</author>
<published>2024-07-02T00:33:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=d5569c08aa2818c6240744bb47a00f67f20fdb54'/>
<id>urn:sha1:d5569c08aa2818c6240744bb47a00f67f20fdb54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove x86 and ARM configurations for sample projects. (#1126)</title>
<updated>2024-02-26T17:47:25Z</updated>
<author>
<name>Adonais Romero González</name>
<email>adonais.neoadonis@gmail.com</email>
</author>
<published>2024-02-26T17:47:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=3fcc0f2bee2fbd40fe953ecbcb15b2bd8b0d3eb9'/>
<id>urn:sha1:3fcc0f2bee2fbd40fe953ecbcb15b2bd8b0d3eb9</id>
<content type='text'>
* Removed Win32 and Arm from the project configurations.
* Set default platform to x64.</content>
</entry>
<entry>
<title>Add ARM64 support on remaining network samples. (#1125)</title>
<updated>2024-02-22T19:00:09Z</updated>
<author>
<name>Adonais Romero González</name>
<email>adonais.neoadonis@gmail.com</email>
</author>
<published>2024-02-22T19:00:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=8daf2be4e9c294ede7b62da67155de63f0d59f19'/>
<id>urn:sha1:8daf2be4e9c294ede7b62da67155de63f0d59f19</id>
<content type='text'>
* Added ARM64 as a new project configuration in both Debug and Release modes.
* Set up properties for the ARM64 platform, including target version, debug libraries, driver target platform, driver type, and platform toolset.
* Included additional dependencies for the ARM64 build.
* Added ARM64 to the list of platforms for which the mux.dll file is packaged.
* Remove /CETCOMPAT as it's not compatible with ARM64</content>
</entry>
<entry>
<title>Ndis mux inf violations (#973)</title>
<updated>2023-04-21T21:16:04Z</updated>
<author>
<name>kahashimoto-ms</name>
<email>117399367+kahashimoto-ms@users.noreply.github.com</email>
</author>
<published>2023-04-21T21:16:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=10a103a40e75f4b98092c99e6f1b9ff9c3b20504'/>
<id>urn:sha1:10a103a40e75f4b98092c99e6f1b9ff9c3b20504</id>
<content type='text'>
* Delete deprecated directives DelFiles and DelService

* Add PnpLockdown=1 to the version section of the inf

* Add catalog file in muxp.inf

* Add PnpLockdown=1 to the version section of mux_mp.inf

* Add catalog file in mux_mp.inf

* include mux_mp.inf in the muxvaln project

* include muxp.inf in mux project. Add mux.dll as file to package. Note as of now the Notifyob proj must be built then mux.dll must be moved to the Project Directory

* Changed all DIRID to 13

* change all DIRID to 13

* Create build dependency so that mux.dll is generated before other projects.

* Include the mux.dll from the notifyob project into the build package

* Delete comments

* Edit muxp.inf so that DIRID 13 is used for installation above certain releases

* Change MUXP-&gt;MUXP_NC and MUXP_Update-&gt;MUXP. This makes the updated version look like the default. Old version called _NC for non-compliant

* Edit muxp.inf so that MUXP comes before MUXP_NC

* Make same edits to mux_mp.inf

* Enable the Control-flow Enforcement Technology (CET) Shadow Stack mitigation

* Fix Warning from runing Prefast static analysis

* Fix more warnings from running Prefast

* Use stampinf ARCH variable to replace all the hard coded architecures in mux_mp.inf

* Use stampinf ARCH variable to replace all the hard coded architecures in muxp.inf

* Delete extra comma typo

* Change encoding of mux_mp.inf to UTF-16 LE

* Change encoding of muxp.inf to UTF-16 LE

* Add the correct build number for installing network drivers with Dlls and upate comment in muxp.inf

* Add the correct build number for installing network drivers with Dlls and upate comment in mux_mp.inf

* Change all instances of MUXP tp MUXMP in mux_mp.inf

* Change Brace style to match existing code

* Fix mistakes returning win32 err for HRESULT, and leaking memory

* Fix mux_mp.inf to payload muxvlan.sys

* Edit to sln and vcxproj files to edit how build directories are made

* Edit vcxproj files to package correct files. Edit Target name for muxvlan project to be mux so the same inf files can be used for both projects

* Remove comments

* Fix mux_mp.inf to payload mux.sys

* fix mistakes returning win32 err instead of HRESULT, and leaking mem

* Change comment on mux_mp.inf explaining why build 25341 is used

* Free lpszBindName before return.</content>
</entry>
<entry>
<title>Update all network sample INFs to use UTF-16 LE file encoding (#957)</title>
<updated>2023-04-05T00:13:03Z</updated>
<author>
<name>Jason</name>
<email>jasonknichel@users.noreply.github.com</email>
</author>
<published>2023-04-05T00:13:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=db0f176538ecfdff9eb53e7f62b88a3134ef8d07'/>
<id>urn:sha1:db0f176538ecfdff9eb53e7f62b88a3134ef8d07</id>
<content type='text'>
Co-authored-by: Jason Knichel &lt;jknichel@ntdev.microsoft.com&gt;</content>
</entry>
<entry>
<title>Add PnpLockdown=1 to remaining samples (#949)</title>
<updated>2023-03-31T20:08:50Z</updated>
<author>
<name>Jason</name>
<email>jasonknichel@users.noreply.github.com</email>
</author>
<published>2023-03-31T20:08:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=1adffc43251aa98f542c5134628f761a9ecfd119'/>
<id>urn:sha1:1adffc43251aa98f542c5134628f761a9ecfd119</id>
<content type='text'>
Co-authored-by: Jason Knichel &lt;jknichel@ntdev.microsoft.com&gt;</content>
</entry>
<entry>
<title>Opt many samples in for Universal validation (#910)</title>
<updated>2023-03-07T17:31:41Z</updated>
<author>
<name>Michael Bernstein (MSFT)</name>
<email>99994515+michbern-ms@users.noreply.github.com</email>
</author>
<published>2023-03-07T17:31:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=e802b80eaf6b0e949b6fbcecac633da37a71ced7'/>
<id>urn:sha1:e802b80eaf6b0e949b6fbcecac633da37a71ced7</id>
<content type='text'>
* Opt-in many Desktop samples for ApiValidator

ApiValidator is passing for many of our samples
marked Desktop.  This is promising and it is worth
running ApiValidator on these to ensure they stay within
the Universal API limits.

* Shift avstream/sampledevicemft sample to use mfcore.dll rather than mf.dll

* Opt many samples in for Universal validation

Many of our driver samples build cleanly agains the UniversalDDIs.xml
API list.  Opting these in as Universal helps protect their API surface
against accidentally picking up more Desktop-only APIs.

* Revert "Opt-in many Desktop samples for ApiValidator"

This reverts commit a6aa7e6797ab01e6b15c8a4e1cbcea6d7a615629.

---------

Co-authored-by: Michael Bernstein (DPLAT) &lt;Michael.Bernstein@microsoft.com&gt;</content>
</entry>
<entry>
<title>Update ndis driver samples to use sha256 file digest algorithm.</title>
<updated>2021-05-04T04:38:10Z</updated>
<author>
<name>Botao Deng</name>
<email>Botao.Deng@microsoft.com</email>
</author>
<published>2021-05-04T04:38:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=f97382cab7ce552f4283c248a18bfeb0d3546bc8'/>
<id>urn:sha1:f97382cab7ce552f4283c248a18bfeb0d3546bc8</id>
<content type='text'>
</content>
</entry>
</feed>
