summaryrefslogtreecommitdiffhomepage
path: root/net/netns
AgeCommit message (Expand)AuthorFilesLines
2021-02-14net/{interfaces,netns}: add some new tests, missed from prior commitBrad Fitzpatrick1-0/+42
2021-02-14net/{interfaces,ns}: add tailscaled-mode darwin routing looping preventionBrad Fitzpatrick2-1/+53
2020-11-14net/netns: remove use of unsafe on WindowsBrad Fitzpatrick1-5/+6
2020-10-13net/netns: don't bind to device for localhost connectionsBrad Fitzpatrick1-0/+8
2020-10-13wgengine/router: unfork winipcfg-go package, use upstreamAlex Brainman1-5/+5
2020-09-22net/interfaces, net/netns: move default route interface code to interfacesBrad Fitzpatrick1-36/+15
2020-09-22net/netns: document Windows socket binding a bit moreBrad Fitzpatrick1-4/+14
2020-09-14net/netns: add windows support.David Anderson2-1/+124
2020-08-10net/netns, net/interfaces: move defaultRouteInterface, add Android fallbackBrad Fitzpatrick2-56/+2
2020-07-22wgengine/router: switch packet marks to avoid conflict with Weave Net.David Anderson1-1/+1
2020-06-01net/netns: move SOCKS dialing to netns for nowBrad Fitzpatrick2-6/+66
2020-05-31net/netns: optimize defaultRouteInterface a bitBrad Fitzpatrick2-5/+29
2020-05-31net/netns, misc tests: remove TestOnlySkipPrivilegedOps, argv checksBrad Fitzpatrick2-41/+10
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: add a test that tailscaleBypassMark stays in sync between packagesBrad Fitzpatrick1-0/+51
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 Anderson3-8/+69
2020-05-28derp/derphttp: make DERP client use netns for dial-outs.David Anderson1-0/+7
2020-05-28net/netns: add package for start of network namespace supportBrad Fitzpatrick1-0/+33