summaryrefslogtreecommitdiffhomepage
path: root/net/netns
AgeCommit message (Expand)AuthorFilesLines
2025-05-07all: remove non-applicable "linux" deps on AndroidBrad Fitzpatrick1-1/+1
2024-07-31net/netns: remove some logspam by avoiding logging parse errors due to unspec...Aaron Klotz3-2/+12
2024-07-31net/netns: on Windows, fall back to default interface index when unspecified ...Aaron Klotz1-14/+15
2024-06-24net/netns: add Windows support for bind-to-interface-by-routeAaron Klotz7-22/+307
2024-04-28net/{interfaces,netmon}, all: merge net/interfaces package into net/netmonBrad Fitzpatrick4-10/+7
2024-04-27net/netns, net/dns/resolver, etc: make netmon required in most placesBrad Fitzpatrick1-3/+9
2023-08-29net/{interfaces,netmon}: remove "interesting", EqualFiltered APIBrad Fitzpatrick2-2/+31
2023-06-27util/linuxfw: decoupling IPTables logic from linux routerKevinLiang102-51/+2
2023-05-05net/netns: fix segv when no tailscale interface is foundJames Tucker1-1/+1
2023-04-20all: avoid repeated default interface lookupsMihai Parparita8-28/+48
2023-04-18net/netns: don't log errors when we can't get the default route on DarwinMihai Parparita1-1/+6
2023-02-08net/interfaces, net/netns: add node attributes to control default interface g...Mihai Parparita2-0/+15
2023-02-02net/{netns,netstat}: use new x/sys/cpu.IsBigEndianBrad Fitzpatrick1-2/+2
2023-01-27all: update copyright and license headersWill Norris10-30/+20
2023-01-27net/netns: add post-review commentsAndrew Dunham1-1/+24
2023-01-26net/netns: add functionality to bind outgoing sockets based on route tableAndrew Dunham3-2/+236
2022-12-12util/endian: delete package; use updated josharian/native insteadBrad Fitzpatrick1-2/+2
2022-12-05net/netns, net/interfaces: explicitly bind sockets to the default interface o...Mihai Parparita3-61/+31
2022-11-04all: remove old +build tagsBrad Fitzpatrick6-6/+0
2022-09-17net/netns: implement UseSocketMark for Android.Denton Gentry1-0/+5
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-08-04syncs, all: move to using Go's new atomic types instead of oursBrad Fitzpatrick1-5/+5
2022-07-25all: use various net/netip parse funcs directlyBrad Fitzpatrick1-2/+2
2022-07-25net/netaddr: start migrating to net/netip via new netaddr adapter packageBrad Fitzpatrick1-1/+1
2022-06-06wasm: exclude code that's not used on iOS for Wasm tooMihai Parparita1-2/+2
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 Snyder7-21/+52
2021-09-28all: disable TCP keep-alives on iOS/AndroidBrad Fitzpatrick1-1/+4
2021-09-11cmd/tailscaled: disable netns earlier in userspace-networking modeBrad Fitzpatrick1-3/+4
2021-09-09cmd/tailscaled: disable netns in userspace-networking modeBrad Fitzpatrick1-0/+14
2021-08-05all: gofmt with Go 1.17Josh Bleecher Snyder6-0/+6
2021-07-14netns_linux: remove special handling for tests.Denton Gentry1-12/+0
2021-07-14net/netns: support !CAP_NET_ADMINDenton Gentry2-11/+48
2021-07-14netns_linux: No namespace for localhost.Denton Gentry3-0/+63
2021-06-24net/netns: add Android implementation, allowing registration of JNI hookBrad Fitzpatrick2-0/+66
2021-06-23net/dns{,/resolver}: refactor DNS forwarder, send out of right link on macOS/iOSBrad Fitzpatrick1-0/+53
2021-06-03net/{interfaces,netns}: change which build tag means mac/ios Network/System E...Brad Fitzpatrick2-2/+2
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