| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-02-14 | net/{interfaces,netns}: add some new tests, missed from prior commit | Brad Fitzpatrick | 1 | -0/+42 |
| 2021-02-14 | net/{interfaces,ns}: add tailscaled-mode darwin routing looping prevention | Brad Fitzpatrick | 2 | -1/+53 |
| 2020-11-14 | net/netns: remove use of unsafe on Windows | Brad Fitzpatrick | 1 | -5/+6 |
| 2020-10-13 | net/netns: don't bind to device for localhost connections | Brad Fitzpatrick | 1 | -0/+8 |
| 2020-10-13 | wgengine/router: unfork winipcfg-go package, use upstream | Alex Brainman | 1 | -5/+5 |
| 2020-09-22 | net/interfaces, net/netns: move default route interface code to interfaces | Brad Fitzpatrick | 1 | -36/+15 |
| 2020-09-22 | net/netns: document Windows socket binding a bit more | Brad Fitzpatrick | 1 | -4/+14 |
| 2020-09-14 | net/netns: add windows support. | David Anderson | 2 | -1/+124 |
| 2020-08-10 | net/netns, net/interfaces: move defaultRouteInterface, add Android fallback | Brad Fitzpatrick | 2 | -56/+2 |
| 2020-07-22 | wgengine/router: switch packet marks to avoid conflict with Weave Net. | David Anderson | 1 | -1/+1 |
| 2020-06-01 | net/netns: move SOCKS dialing to netns for now | Brad Fitzpatrick | 2 | -6/+66 |
| 2020-05-31 | net/netns: optimize defaultRouteInterface a bit | Brad Fitzpatrick | 2 | -5/+29 |
| 2020-05-31 | net/netns, misc tests: remove TestOnlySkipPrivilegedOps, argv checks | Brad Fitzpatrick | 2 | -41/+10 |
| 2020-05-31 | net/netns: unindent, refactor to remove some redunant code | Brad Fitzpatrick | 1 | -38/+35 |
| 2020-05-31 | net/netns: remove redundant build tag | Brad Fitzpatrick | 1 | -2/+0 |
| 2020-05-31 | net/netns: add a test that tailscaleBypassMark stays in sync between packages | Brad Fitzpatrick | 1 | -0/+51 |
| 2020-05-31 | net/netns: refactor the sync.Once usage a bit | Brad Fitzpatrick | 1 | -10/+13 |
| 2020-05-31 | net/netns, wgengine/router: support Linux machines that don't have 'ip rule'. | Avery Pennarun | 1 | -25/+112 |
| 2020-05-29 | net/netns: also don't err on tailscaled -fake as a regular user | Brad Fitzpatrick | 1 | -4/+15 |
| 2020-05-29 | net/netns: don't return an error if we're not root and running the tailscale ... | Brad Fitzpatrick | 1 | -0/+9 |
| 2020-05-29 | net/netns: set the bypass socket mark on linux. | David Anderson | 3 | -8/+69 |
| 2020-05-28 | derp/derphttp: make DERP client use netns for dial-outs. | David Anderson | 1 | -0/+7 |
| 2020-05-28 | net/netns: add package for start of network namespace support | Brad Fitzpatrick | 1 | -0/+33 |