summaryrefslogtreecommitdiffhomepage
path: root/net/netns/netns_linux.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-09-28tsconst, util/linuxfw, wgengine/router: move Linux fw consts to tsconstBrad Fitzpatrick1-2/+2
2024-04-28net/{interfaces,netmon}, all: merge net/interfaces package into net/netmonBrad Fitzpatrick1-2/+1
2023-06-27util/linuxfw: decoupling IPTables logic from linux routerKevinLiang101-9/+2
2023-04-20all: avoid repeated default interface lookupsMihai Parparita1-1/+2
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-11-04all: remove old +build tagsBrad Fitzpatrick1-1/+0
2022-09-15envknob: support changing envknobs post-initBrad Fitzpatrick1-2/+2
2022-09-12wgengine/magicsock: don't use BPF receive when SO_MARK doesn't work.David Anderson1-3/+3
2022-09-10net/netns: add TS_FORCE_LINUX_BIND_TO_DEVICE for LinuxBrad Fitzpatrick1-0/+6
2022-01-11net/netns: remove a useless probe of the "ip" commandBrad Fitzpatrick1-3/+1
2021-11-18net/netns: thread logf into control functionsJosh Bleecher Snyder1-2/+7
2021-08-05all: gofmt with Go 1.17Josh Bleecher Snyder1-0/+1
2021-07-14netns_linux: remove special handling for tests.Denton Gentry1-12/+0
2021-07-14net/netns: support !CAP_NET_ADMINDenton Gentry1-11/+42
2021-07-14netns_linux: No namespace for localhost.Denton Gentry1-0/+8
2021-06-24net/netns: add Android implementation, allowing registration of JNI hookBrad Fitzpatrick1-0/+2
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