Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | global: buff -> buf | 7 days | 1 | -6/+6 | |
* | conn, device, tun: implement vectorized I/O plumbing | 10 days | 1 | -24/+29 | |
* | tun: guard Device.Events() against chan writes | 2023-02-09 | 1 | -1/+1 | |
* | global: bump copyright year | 2023-02-07 | 1 | -1/+1 | |
* | global: bump copyright year | 2022-09-20 | 1 | -1/+1 | |
* | conn, device, tun: set CLOEXEC on fds | 2022-07-04 | 1 | -7/+7 | |
* | tun: format | 2021-05-07 | 1 | -2/+2 | |
* | tun: freebsd: avoid OOB writes | 2021-04-19 | 1 | -0/+7 | |
* | tun: freebsd: become controlling process when reopening tun FD | 2021-04-19 | 1 | -0/+10 | |
* | tun: freebsd: restructure and cleanup | 2021-04-19 | 1 | -166/+66 | |
* | tun: freebsd: remove horrific hack for getting tunnel name | 2021-04-19 | 1 | -84/+13 | |
* | tun: freebsd: set IFF_MULTICAST for routing daemons | 2021-04-18 | 1 | -4/+4 | |
* | tun: freebsd: use broadcast mode instead of PPP mode | 2021-03-23 | 1 | -0/+17 | |
* | tun: freebsd: allow empty names | 2021-03-08 | 1 | -16/+18 | |
* | tun: make NativeTun.Close well behaved, not crash on double close | 2021-02-22 | 1 | -10/+14 | |
* | global: bump copyright | 2021-01-28 | 1 | -1/+1 | |
* | global: switch to using %w instead of %v for Errorf | 2020-11-07 | 1 | -4/+4 | |
* | global: update header comments and modules | 2020-05-02 | 1 | -1/+1 | |
* | tun: remove TUN prefix from types to reduce stutter elsewhere | 2019-06-14 | 1 | -8/+8 | |
* | global: fixup TODO comment spacing | 2019-06-06 | 1 | -2/+2 | |
* | global: regroup all imports | 2019-05-14 | 1 | -2/+3 | |
* | tun: freebsd: work around numerous kernel panics on shutdown | 2019-04-23 | 1 | -23/+82 | |
* | receive: implement flush semantics | 2019-03-21 | 1 | -0/+5 | |
* | tun: allow special methods in NativeTun | 2019-03-01 | 1 | -12/+12 | |
* | tun: use netpoll instead of rwcancel | 2019-02-27 | 1 | -32/+6 | |
* | tun: use sysconn instead of .Fd with Go 1.12 | 2019-02-27 | 1 | -14/+24 | |
* | Change package path | 2019-02-18 | 1 | -1/+1 | |
* | Update copyright | 2019-02-05 | 1 | -2/+2 | |
* | tun: only call .Fd() once | 2018-10-17 | 1 | -19/+21 | |
* | global: fix up copyright headers | 2018-09-16 | 1 | -1/+1 | |
* | Disable broadcast mode on *BSD | 2018-05-27 | 1 | -13/+0 | |
* | Catch EINTR | 2018-05-24 | 1 | -2/+7 | |
* | Adopt GOPATH | 2018-05-23 | 1 | -1/+1 | |
* | Move tun to subpackage | 2018-05-23 | 1 | -0/+518 |