summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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-22Rearrange importsJason A. Donenfeld
2019-02-22device: send persistent keepalive when bringing up deviceJason 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-14Bump dependencies for ARM ChaCha20Jason 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
2019-02-07wintun: Implement TODO in TestSetupDiGetDeviceRegistryProperty()Simon Rozman
2019-02-07wintun: add FlushInterface stubJason A. Donenfeld
2019-02-07main_windows: Get iface name from argumentJason A. Donenfeld
2019-02-07wintun: Compare values of GUID, not pointers, when removingJason A. Donenfeld
2019-02-07main_windows: Catch more exit eventsJason A. Donenfeld
2019-02-07wintun: Introduce new package for obscuring Windows bitsJason A. Donenfeld
2019-02-07tun_windows: StyleJason A. Donenfeld
2019-02-07setupapi: Lower case paramsJason A. Donenfeld
2019-02-07setupapi: Do not export the toGo/toWindows functionsJason A. Donenfeld
2019-02-07setupapi: Pass pointers instead of valuesJason A. Donenfeld
2019-02-06tun_windows: Introduce preliminary TUN interface creationSimon Rozman
2019-02-06tun_windows: Stop checking minimum size of received TUN packetsSimon Rozman
2019-02-06setupapi: Add DrvInfoDetailData.IsCompatible() to simplify HID detectionSimon Rozman
2019-02-06setupapi: Add SP_DRVINFO_DATA.IsNewer() method to simplify comparisonSimon Rozman
2019-02-06setupapi: Make toUTF16() public and add UTF16ToBuf() counterpartSimon Rozman
2019-02-05Fix up errors and pathsJason A. Donenfeld
2019-02-05conn: close ipv4 socket when ipv6 socket failsJason A. Donenfeld
2019-02-05setupapi: Add support for driver info listsSimon Rozman