summaryrefslogtreecommitdiffhomepage
path: root/net/netns/netns_linux.go
AgeCommit message (Expand)AuthorFilesLines
2020-08-10net/netns, net/interfaces: move defaultRouteInterface, add Android fallbackBrad Fitzpatrick1-47/+2
2020-07-22wgengine/router: switch packet marks to avoid conflict with Weave Net.David Anderson1-1/+1
2020-05-31net/netns: optimize defaultRouteInterface a bitBrad Fitzpatrick1-5/+20
2020-05-31net/netns, misc tests: remove TestOnlySkipPrivilegedOps, argv checksBrad Fitzpatrick1-27/+9
2020-05-31net/netns: unindent, refactor to remove some redunant codeBrad Fitzpatrick1-38/+35
2020-05-31net/netns: remove redundant build tagBrad Fitzpatrick1-2/+0
2020-05-31net/netns: refactor the sync.Once usage a bitBrad Fitzpatrick1-10/+13
2020-05-31net/netns, wgengine/router: support Linux machines that don't have 'ip rule'.Avery Pennarun1-25/+112
2020-05-29net/netns: also don't err on tailscaled -fake as a regular userBrad Fitzpatrick1-4/+15
2020-05-29net/netns: don't return an error if we're not root and running the tailscale ...Brad Fitzpatrick1-0/+9
2020-05-29net/netns: set the bypass socket mark on linux.David Anderson1-0/+46