Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-03 | Merge branch 'tun-net-with-stack' into buildandroid | Mikael Magnusson | |
2021-02-03 | WIP: fix var | Mikael Magnusson | |
2021-02-03 | Merge branch 'tun-net-with-stack' into build | Mikael Magnusson | |
2021-02-03 | WIP fix types | Mikael Magnusson | |
2021-02-03 | Merge branch 'tun-net-with-stack' into build | Mikael Magnusson | |
2021-02-03 | WIP: use zone as nic, default to 0 | Mikael Magnusson | |
2021-02-02 | Merge branches 'debug' and 'tun-net-with-stack' into build2 | Mikael Magnusson | |
2021-02-02 | WIP adapt to changed tunstack | Mikael Magnusson | |
2021-02-02 | tun: add CreateNetTUNWithStack | Mikael Magnusson | |
2021-02-02 | tun: implement AddAddress | Mikael Magnusson | |
2021-02-02 | WIP debug | Mikael Magnusson | |
2021-02-02 | WIP fix printf | Mikael Magnusson | |
2021-02-02 | WIP debug tun | Mikael Magnusson | |
2021-01-21 | netstack: further sequester with own go.mod and go.sum | Jason A. Donenfeld | |
In order to avoid even the flirtation with passing on these dependencies to ordinary consumers of wireguard-go, this commit makes a new go.mod that's entirely separate from the root one. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2021-01-21 | netstack: introduce new module for gvisor tcp tun adapter | Jason A. Donenfeld | |
The Go linker isn't smart enough to prevent gvisor from being pulled into modules that use other parts of tun/, due to the types exposed. So, we put this into its own standalone module. We use this as an opportunity to introduce some example code as well. I'm still not happy that this not only clutters this repo's go.sum, but all the other projects that consume it, but it seems like making a new module inside of this repo will lead to even greater confusion. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> |