aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Switch to ring buffers for exchanging packetsSimon Rozman2019-07-163-846/+495
* README: correct path of deviceJason A. Donenfeld2019-07-091-1/+1
* Rename remaining status -> Status and ctx -> CtxSimon Rozman2019-07-081-19/+19
* Remove TunMapIrpJason A. Donenfeld2019-07-051-28/+8
* Simplify ActiveNblCount decrementJason A. Donenfeld2019-07-051-12/+7
* Rename NBL -> NblOdd Stranne2019-07-051-34/+34
* Rename labels to be more consistentOdd Stranne2019-07-051-49/+48
* Make error branching more compactOdd Stranne2019-07-051-41/+29
* Treat ReferenceCount as an atomicJason A. Donenfeld2019-07-051-1/+1
* Cleanup atomic gettersJason A. Donenfeld2019-07-051-20/+39
* Version bump0.4Jason A. Donenfeld2019-07-051-2/+2
* Return with proper error status for bad addressJason A. Donenfeld2019-07-051-1/+1
* Do not take extra ActiveNBL when holding TransitionLockJason A. Donenfeld2019-07-051-5/+1
* Do not complete pause if we're not runningJason A. Donenfeld2019-07-051-43/+17
* Decrease alignment requirements to 4Jason A. Donenfeld2019-07-053-14/+11
* Do not use _RESOURCES but rather allocate our own copyJason A. Donenfeld2019-07-052-35/+42
* Add _IRQL_requires_same_ support to clang formattingSimon Rozman2019-07-042-6/+13
* Declare TUN_MEMORY_TAG in network-byte orderSimon Rozman2019-07-041-9/+10
* CleanupSimon Rozman2019-07-041-4/+3
* Version bump0.3Jason A. Donenfeld2019-07-041-2/+2
* Create copies of NBLs to complete them fasterJason A. Donenfeld2019-07-041-3/+3
* Reorder ReturnNBL and DispatchWriteJason A. Donenfeld2019-07-031-36/+36
* Receiving happens at dispatch level due to transition lockJason A. Donenfeld2019-07-031-12/+10
* Read userspace packet size once, before checksJason A. Donenfeld2019-07-031-8/+10
* Use NDIS variable style for localsJason A. Donenfeld2019-07-031-465/+471
* Use only multi-line commentsJason A. Donenfeld2019-07-031-37/+36
* Account for device removal before initializationJason A. Donenfeld2019-07-031-0/+2
* Use synchronize_rcu()-like semantics for exclusive transition lockJason A. Donenfeld2019-07-031-8/+12
* Fix up comment about replacement for ->ReservedJason A. Donenfeld2019-07-031-3/+6
* Simplify IRP processing after mappingJason A. Donenfeld2019-07-031-52/+13
* 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