aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* driver: memory: allocate NB and MDL all at once for TXJason A. Donenfeld2021-08-041-55/+46
* driver: memory: allocate NBL, NB, and MDL all at once for RXJason A. Donenfeld2021-08-041-31/+77
* driver: memory: move NBL pools to global scopeJason A. Donenfeld2021-08-049-88/+64
* driver: ioctl: don't set endpoint get flag if no endpointJason A. Donenfeld2021-08-031-1/+6
* version: bump0.2Jason A. Donenfeld2021-08-031-1/+1
* example: remove MTU setting due to complicationsJason A. Donenfeld2021-08-031-2/+1
* driver: socket: ignore interfaces with down oper statusJason A. Donenfeld2021-08-031-4/+7
* TODO: note current unsolved MTU notification issueJason A. Donenfeld2021-08-031-0/+9
* driver: ioctl: remove device update generationJason A. Donenfeld2021-08-033-4/+1
* driver: socket: increment local endpoint update generationJason A. Donenfeld2021-08-031-1/+1
* driver: socket: flip mask around on route lookupJason A. Donenfeld2021-08-031-2/+2
* driver: receive: don't use ParentNetBuffer when passing off NBLs to NDISJason A. Donenfeld2021-08-032-3/+2
* api: incorporate new win7 code signing technique0.1Jason A. Donenfeld2021-08-027-4/+160
* api: remove Authenticode supportJason A. Donenfeld2021-08-023-103/+5
* driver: do rx and tx on same threads as encryption and decryptionJason A. Donenfeld2021-08-025-40/+24
* Introduce WireGuardNTJason A. Donenfeld2021-08-0284-0/+32146