aboutsummaryrefslogtreecommitdiffstats
path: root/driver (follow)
Commit message (Expand)AuthorAgeFilesLines
* driver: nsi: forward IRPs instead of failingJason A. Donenfeld38 hours1-8/+15
* driver: nsi: compare FilterDevice pointers under rundown protectionJason A. Donenfeld38 hours1-2/+9
* driver: nsi: re-initialize rundown protection atomicallyJason A. Donenfeld38 hours1-3/+6
* driver: noise: remove unused StaticPrivate variableJason A. Donenfeld10 days1-2/+0
* driver: remove unused prefast suppressionsJason A. Donenfeld2026-04-212-3/+0
* driver: remove fixed codeql suppressionsJason A. Donenfeld2026-04-214-16/+0
* driver: socket: note that stack Endpoint is safe in SocketSendBufferAsReplyToNblJason A. Donenfeld2026-04-161-1/+1
* driver: allowedips: return STATUS_SUCCESS instead of 0Jason A. Donenfeld2026-04-161-1/+1
* driver: use /DECLSPEC_ALIGN(n) instead of __declspec(align(n))Jason A. Donenfeld2026-04-156-15/+15
* driver: enable /std:clatest and use typeofJason A. Donenfeld2026-04-1414-67/+67
* driver: nsi: filter \Device\Nsi instead of polling in threadJason A. Donenfeld2026-04-146-152/+433
* driver: containers: tiny SAL nitJason A. Donenfeld2026-04-141-1/+1
* driver: crypto: zero state on MDL failureJason A. Donenfeld2026-04-141-5/+6
* driver: socket: allow retrying WskInit if it fails for the first userJason A. Donenfeld2026-04-141-1/+0
* driver: timers: set pending false before executing callbackJason A. Donenfeld2026-04-141-1/+1
* driver: memory: fix bad parens in NT_SUCCESSJason A. Donenfeld2026-04-141-1/+1
* driver: device: check ndis version firstJason A. Donenfeld2026-04-141-6/+6
* driver: receive: don't increment both discards and errorsJason A. Donenfeld2026-04-142-9/+9
* driver: receive: require exact header lengthsJason A. Donenfeld2026-04-141-6/+7
* driver: socket: use FIELD_SIZE instead of RTL_FIELD_SIZEJason A. Donenfeld2026-04-141-4/+4
* driver: socket: reset event object before reuseJason A. Donenfeld2026-04-141-0/+2
* driver: socket: free table if mem allocation failsJason A. Donenfeld2026-04-141-1/+3
* driver: socket: reset v4 port when retrying on conflictJason A. Donenfeld2026-04-141-0/+1
* driver: ioctl: do not leak socket owner processJason A. Donenfeld2026-04-141-0/+7
* driver: ioctl: set allowedips flags to 0Jason A. Donenfeld2026-04-141-0/+1
* driver: ioctl: mark the unsafe allowedip pointer as volatileJason A. Donenfeld2026-04-141-2/+2
* driver: ioctl: try using NdisWdfGetAdapterContextFromAdapterHandle againJason A. Donenfeld2026-04-144-25/+20
* driver: ioctl: settle on using DeviceObject->ReservedJason A. Donenfeld2026-04-143-16/+2
* driver: ioctl: fix whitespace errorJason A. Donenfeld2026-04-141-1/+1
* driver: ioctl: restore usage of FunctionalDeviceObject->ReservedJason A. Donenfeld2026-04-095-12/+39
* driver: remove code analysisJason A. Donenfeld2026-03-2713-52/+0
* driver: suppress invalid codeql warningsJason A. Donenfeld2026-03-274-1/+15
* driver: socket: suppress memory leak warningJason A. Donenfeld2026-03-271-0/+1
* driver: ioctl: don't use paged dispatchers when not necessaryJason A. Donenfeld2026-03-271-2/+2
* build: remove SDVJason A. Donenfeld2026-03-272-14/+1
* driver: apply clang-formatJason A. Donenfeld2026-03-273-6/+6
* driver: ioctl: removed unused halt eventJason A. Donenfeld2026-03-274-15/+0
* driver: port to windows 10Jason A. Donenfeld2026-03-278-158/+25
* global: bump copyrightJason A. Donenfeld2026-03-2445-47/+47
* driver: allowedips: remove Seq linuxismJason A. Donenfeld2026-03-242-8/+0
* driver: allowedips: add WG_IOCTL_ALLOWED_IP_REMOVE flagJason A. Donenfeld2026-03-245-39/+183
* driver: crypto: call streaming API objects "_CTX" instead of "_STATE"Jason A. Donenfeld2026-03-245-142/+142
* driver: crypto: blake2s: reorder single-shot functionJason A. Donenfeld2026-03-244-8/+8
* driver: ipc: send staged packets when setting initial private keyJason A. Donenfeld2026-03-241-2/+8
* driver: allowedips: expand maximum node depthJason A. Donenfeld2023-12-112-12/+14
* driver: PEER_UPDATE is supposed to be UPDATE_ONLYJason A. Donenfeld2021-10-192-2/+2
* api: adapter: replace INF Include/Needs hack with stub deviceJason A. Donenfeld2021-10-111-2/+0
* driver: add icon to device managerJason A. Donenfeld2021-10-113-0/+8
* api: adapter: set suggested instance ID using INF instead of ourselvesJason A. Donenfeld2021-10-061-0/+2
* driver: inf: remove Windows 9x regkeyJason A. Donenfeld2021-10-061-1/+0