<feed xmlns='http://www.w3.org/2005/Atom'>
<title>windows-driver-samples.git/network/ndis/filter, 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/filter?h=develop</id>
<link rel='self' href='http://cgit.235523.xyz/windows-driver-samples.git/atom/network/ndis/filter?h=develop'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/'/>
<updated>2026-05-26T20:12:55Z</updated>
<entry>
<title>Fixed file name in top comment</title>
<updated>2026-05-26T20:12:55Z</updated>
<author>
<name>Andre Muezerie</name>
<email>andremue@linux.microsoft.com</email>
</author>
<published>2026-05-26T20:12:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=5abeda97a44b0857bc3b75e7b0f10705fcff4176'/>
<id>urn:sha1:5abeda97a44b0857bc3b75e7b0f10705fcff4176</id>
<content type='text'>
</content>
</entry>
<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 as target platform on multiple samples (#1104)</title>
<updated>2024-02-19T22:26:14Z</updated>
<author>
<name>Adonais Romero González</name>
<email>adonais.neoadonis@gmail.com</email>
</author>
<published>2024-02-19T22:26:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=cff1465ff184c6e89d43083f8430040e72d69283'/>
<id>urn:sha1:cff1465ff184c6e89d43083f8430040e72d69283</id>
<content type='text'>
* Add ARM64 as target platform on multiple samples

* Remove ARM64 from WFPSampler temporarily

---------

Co-authored-by: Jakob Lichtenberg (170957) &lt;jakobl@microsoft.com&gt;</content>
</entry>
<entry>
<title>User/kahashimoto ms/ndislwf dirid 13 fix (#945)</title>
<updated>2023-03-27T16:47:20Z</updated>
<author>
<name>kahashimoto-ms</name>
<email>117399367+kahashimoto-ms@users.noreply.github.com</email>
</author>
<published>2023-03-27T16:47:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=730161a9834d4e6f47844383c0891f877444c8fd'/>
<id>urn:sha1:730161a9834d4e6f47844383c0891f877444c8fd</id>
<content type='text'>
* removed unused Common.Params.reg section

* Change DIRID from 12 to 13

* add PnpLockdown = 1 to the version section of the inf

* Edit inf so that it uses DIRID 13 for installation above certain release

* add the x86 and ia64 archs that were previously removed for simplicity

* add comment on why there is a different installation for newer build versions

* Move sections so updated ones appear first

* Change Install_Update-&gt;Install and Install-&gt;Install_NC

* Enable CET Shadow Stack Compatible

* remove white space

* Use the stampinf ARCH variable to replace all the hard coded architectures

* Network driver INF that use DIRID 13 should only target build 25319 or later

* Update comment

* delete some white space

* Change encoding of inf to UTF-16LE</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 filter.h (#544)</title>
<updated>2023-02-08T22:06:49Z</updated>
<author>
<name>Hanwool Park</name>
<email>nanometre380@gmail.com</email>
</author>
<published>2023-02-08T22:06:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=8b16c8bf22a36f757ed0eda94e07aadff747bac6'/>
<id>urn:sha1:8b16c8bf22a36f757ed0eda94e07aadff747bac6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update ndis filter driver file digest algorithm to SHA256. (#580)</title>
<updated>2021-02-22T18:55:27Z</updated>
<author>
<name>bodengMS</name>
<email>79470645+bodengMS@users.noreply.github.com</email>
</author>
<published>2021-02-22T18:55:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=6e893a444143639dd30ef19e60329a640de8c61f'/>
<id>urn:sha1:6e893a444143639dd30ef19e60329a640de8c61f</id>
<content type='text'>
</content>
</entry>
</feed>
