aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Allow buffer mapping to happen concurrentlyJason A. Donenfeld2019-07-031-17/+39
* Correct and simplify page lockingJason A. Donenfeld2019-07-031-22/+18
* Separate out MJ_CLOSEJason A. Donenfeld2019-07-031-27/+29
* Manually clean up ugly cornersJason A. Donenfeld2019-07-033-196/+199
* Improve designated initializersJason A. Donenfeld2019-07-032-75/+82
* Add NDIS team's clang-format conventionsJason A. Donenfeld2019-07-034-1338/+1591
* Map user buffer only onceJason A. Donenfeld2019-07-032-33/+114
* Consider receive NBLs to be immutableJason A. Donenfeld2019-07-031-5/+2
* Avoid allocating second MDLJason A. Donenfeld2019-07-031-12/+2
* Declare NDIS 6.83 compliantSimon Rozman2019-07-032-3/+3
* Make NDIS 6.80 compliantSimon Rozman2019-07-032-6/+22
* Declare NDIS 6.70 compliantSimon Rozman2019-07-032-5/+8
* Use ULONG instead of ptrdiff_t for length measurementJason A. Donenfeld2019-06-211-2/+2
* Synchronize accesses to MiniportAdapterHandleJason A. Donenfeld2019-06-201-3/+4
* Adopt "Tun" namespace at global AdapterCount variableSimon Rozman2019-06-201-4/+4
* Fix NdisQueryMdl() NULL-buffer checkSimon Rozman2019-06-201-1/+2
* Save some valuable lessons learned on Windows internalsSimon Rozman2019-06-202-0/+4
* Accept IRP_MJ_WRITE when paused but silently drop the packetsSimon Rozman2019-06-201-2/+7
* Support surprise removalSimon Rozman2019-06-201-1/+2
* Replace PnP notifications with IRP_MJ_PNP dispatch handlerSimon Rozman2019-06-202-93/+35
* Distinguish NDIS_STATUS and NTSTATUSSimon Rozman2019-06-201-5/+5
* Implement proper PnP notification re-registration on canceled removalSimon Rozman2019-06-201-51/+57
* Rename ActiveTransactionCount to ActiveNBLCountSimon Rozman2019-06-201-9/+9
* Reuse Device.RefCount value to prevent duplicate status indicationsSimon Rozman2019-06-201-1/+1
* Fix the cleanup order in TunDispatchWrite()Simon Rozman2019-06-201-1/+1
* Cleanup ref-counting overflow assertsSimon Rozman2019-06-201-7/+0
* Add missing state transition lockSimon Rozman2019-06-201-0/+2
* Revise adapter state checkingSimon Rozman2019-06-201-61/+81
* Count active transactions in NBLs rather than IRPs in receive directionSimon Rozman2019-06-201-10/+13
* Cleanup adapter power monitoringSimon Rozman2019-06-201-15/+2
* Use more appropriate status when rejecting NBLs with no client connectedSimon Rozman2019-06-201-2/+2
* Restore adapter on PnP remove-cancel and reuse notification file objectSimon Rozman2019-06-201-27/+9
* Simplify state machineSimon Rozman2019-06-201-41/+28
* Set deny-all DACL instead of removing symlink on haltingSergei Mileshin2019-06-202-13/+27
* Revise buffer size calculation to work across 32/64-bit boundarySimon Rozman2019-06-101-3/+3
* Version bump0.2Jason A. Donenfeld2019-06-081-3/+3
* Do not take handle reference with verifier enabledJason A. Donenfeld2019-06-081-4/+9
* Clean TunWaitForReferencesToDropToZero()Simon Rozman2019-06-081-4/+4
* Refactor IRP_MJ_CLOSE TransitionLock unlockingSimon Rozman2019-06-081-4/+4
* Document toolchain requirementJason A. Donenfeld2019-06-071-0/+2
* Reorder source codeSimon Rozman2019-06-071-212/+210
* Remove documentation files from project fileSimon Rozman2019-06-072-17/+1
* Add wintun.sln for convenienceSimon Rozman2019-06-071-0/+54
* Revise constants requiring network-byte orderSimon Rozman2019-06-071-15/+14
* Annotate service control constantsSimon Rozman2019-06-071-4/+4
* Use per-protocol NBL lists on writeSimon Rozman2019-06-071-36/+54
* Unify interlocked reference countingSimon Rozman2019-06-071-11/+17
* README: 256 packets per exchange buffer limitation is obsoleteSimon Rozman2019-06-071-1/+1
* Check number of packets in exchange buffer for overflowSimon Rozman2019-06-071-1/+6
* Reduce IRP reference counter to 32-bitSimon Rozman2019-06-071-3/+4