summaryrefslogtreecommitdiffstats
path: root/tun/tun_openbsd.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* tun: make NativeTun.Close well behaved, not crash on double closeBrad Fitzpatrick2021-02-221-9/+13
* global: stop using ioutilJason A. Donenfeld2021-02-171-2/+1
* tun: use errors.Is for unwrappingJason A. Donenfeld2021-02-091-11/+2
* global: bump copyrightJason A. Donenfeld2021-01-281-1/+1
* all: use ++ to incrementJosh Bleecher Snyder2021-01-071-1/+1
* global: update header comments and modulesJason A. Donenfeld2020-05-021-1/+1
* tun: openbsd: check for interface already being upJason A. Donenfeld2019-09-071-23/+31
* tun: openbsd: don't change MTU when it's already the expected sizeMichael Zeltner2019-07-181-4/+7
* tun: remove TUN prefix from types to reduce stutter elsewhereMatt Layher2019-06-141-8/+8
* global: fixup TODO comment spacingJason A. Donenfeld2019-06-061-1/+1
* global: regroup all importsJason A. Donenfeld2019-05-141-2/+3
* receive: implement flush semanticsJason A. Donenfeld2019-03-211-0/+5
* tun: allow special methods in NativeTunJason A. Donenfeld2019-03-011-12/+12
* tun: use netpoll instead of rwcancelJason A. Donenfeld2019-02-271-32/+5
* tun: use sysconn instead of .Fd with Go 1.12Jason A. Donenfeld2019-02-271-2/+4
* Change package pathJason A. Donenfeld2019-02-181-1/+1
* Update copyrightJason A. Donenfeld2019-02-051-2/+2
* tun: only call .Fd() onceJason A. Donenfeld2018-10-171-13/+13
* global: fix up copyright headersJason A. Donenfeld2018-09-161-1/+1
* Disable broadcast mode on *BSDJason A. Donenfeld2018-05-271-13/+0
* Catch EINTRJason A. Donenfeld2018-05-241-5/+7
* Adopt GOPATHJason A. Donenfeld2018-05-231-1/+1
* Move tun to subpackageJason A. Donenfeld2018-05-231-0/+359