summaryrefslogtreecommitdiffhomepage
path: root/tun
AgeCommit message (Expand)Author
2019-03-20tun: windows: use new constants in sysJason A. Donenfeld
2019-03-21wintun: Use native Win32 API for I/OSimon Rozman
2019-03-18tun: windows: wintun does iocpJason A. Donenfeld
2019-03-13tun: windows: temporary hack for forcing MTUJason A. Donenfeld
2019-03-10wintun: Poll more oftenJason A. Donenfeld
2019-03-08wintun: Make errors more descriptiveSimon Rozman
2019-03-08wintun: Return correct reboot-req flag on CreateInterface() error tooSimon Rozman
2019-03-08wintun: Fix double-quoted strings escaping on outputSimon Rozman
2019-03-08wintun: Introduce SetupAPI enumerator and machineName constsSimon Rozman
2019-03-07wintun: CleanupSimon Rozman
2019-03-07wintun: Refactor network registry key name generationSimon Rozman
2019-03-07wintun: Revise interface creation waitSimon Rozman
2019-03-07tun: linux: work out netpoll trickJason A. Donenfeld
2019-03-04wintun: Resolve some of golint warningsSimon Rozman
2019-03-04Elaborate the failing step when forwarding errors on returnSimon Rozman
2019-03-04Simplify reading NetCfgInstanceId from registrySimon Rozman
2019-03-04Unify interface-specific network registry key openSimon Rozman
2019-03-04tun: import mobile particularitiesJason A. Donenfeld
2019-03-03global: begin modularizationJason A. Donenfeld
2019-03-01tun: windows: expose GUIDJason A. Donenfeld
2019-03-01tun: allow special methods in NativeTunJason A. Donenfeld
2019-02-27tun: linux: netpoll is broken for tun's epollJason A. Donenfeld
2019-02-27tun: linux: netlink sock needs cleaning up but file will be gc'dJason A. Donenfeld
2019-02-27tun: use netpoll instead of rwcancelJason A. Donenfeld
2019-02-27tun: use sysconn instead of .Fd with Go 1.12Jason A. Donenfeld
2019-02-22wintun: Read/write packet size from/to exchange buffer directlySimon Rozman
2019-02-22wintun: Make two-step slicing a one stepSimon Rozman
2019-02-20wintun: Write exchange buffer increased back to 1MiBSimon Rozman
2019-02-20wintun: Migrate from unsafe buffer handling to encoding/binarySimon Rozman
2019-02-20wintun: Adopt new packet data alignmentSimon Rozman
2019-02-20wintun: CleanupSimon Rozman
2019-02-20wintun: Add TUN device lockingSimon Rozman
2019-02-20wintun: Move exchange buffer in separate struct on heapSimon Rozman
2019-02-19wintun: Switch to dynamic packet sizesSimon Rozman
2019-02-18Change package pathJason A. Donenfeld
2019-02-08wintun: Auto-calculate TUN exchange buffer sizeSimon Rozman
2019-02-08wintun: Simplify Read method()Simon Rozman
2019-02-08wintun: Make constants private and adopt Go recommended caseSimon Rozman
2019-02-08wintun: Check for user close in read loop regardless the loadSimon Rozman
2019-02-08wintun: Adjust tunRWQueue.left member to match Wintun driverSimon Rozman
2019-02-07setupapi: Merge _SP_DRVINFO_DETAIL_DATA and DrvInfoDetailDataSimon Rozman
2019-02-07setupapi: Merge SP_DRVINFO_DATA and DrvInfoDataSimon Rozman
2019-02-07setupapi: Rename SP_REMOVEDEVICE_PARAMS to RemoveDeviceParamsSimon Rozman
2019-02-07setupapi: Rename SP_CLASSINSTALL_HEADER to ClassInstallHeaderSimon Rozman
2019-02-07setupapi: Merge _SP_DEVINSTALL_PARAMS and DevInstallParamsSimon Rozman
2019-02-07setupapi: Merge _SP_DEVINFO_LIST_DETAIL_DATA and DevInfoListDetailDataSimon Rozman
2019-02-07setupapi: Rename SP_DEVINFO_DATA to DevInfoDataSimon Rozman
2019-02-07wintun: Detect if a foreign interface with the same name existsSimon Rozman
2019-02-07wintun: Clean excessive setupapi.DevInfo.GetDeviceInfoListDetail() callSimon Rozman
2019-02-07wintun: Explain rationale behind case-insensitive interface namesSimon Rozman