summaryrefslogtreecommitdiffhomepage
path: root/wgengine/userspace.go
AgeCommit message (Expand)AuthorFilesLines
2022-03-16wgengine: handle nil netmaps when assigning isSubnetRouter.Maisem Ali1-4/+4
2022-01-24envknob: add new package for all the strconv.ParseBool(os.Getenv(..))Brad Fitzpatrick1-9/+5
2022-01-04ipnlocal, net/{dns,tsaddr,tstun}, wgengine: support MagicDNS on IPv6Brad Fitzpatrick1-21/+43
2021-12-08net/dns: add GetBaseConfig to CallbackRouter.Denton Gentry1-1/+1
2021-12-01net/tsdial: move macOS/iOS peerapi sockopt logic from LocalBackendBrad Fitzpatrick1-0/+1
2021-12-01net/tsdial: also plumb TUN name and monitor into tsdial.DialerBrad Fitzpatrick1-0/+1
2021-12-01net/tsdial: move more weirdo dialing into new tsdial package, plumbBrad Fitzpatrick1-1/+9
2021-11-30net/socks5/tssocks, wgengine: permit SOCKS through subnet routers/exit nodesBrad Fitzpatrick1-34/+12
2021-11-23ipn/ipnlocal: start adding DoH DNS server to peerapi when exit nodeBrad Fitzpatrick1-0/+14
2021-11-19wgengine{,/router}: annotate some more errorsBrad Fitzpatrick1-3/+3
2021-11-17net/tstun, wgengine: add packet-level and drop metricsBrad Fitzpatrick1-0/+8
2021-11-16go.mod: update wireguard-go to pick up roaming toggleDavid Anderson1-1/+1
2021-11-03all: replace tailcfg.DiscoKey with key.DiscoPublic.David Anderson1-3/+3
2021-11-02tailcfg: use key.NodePublic in wire protocol types.David Anderson1-1/+1
2021-11-01ipn/ipnstate: use key.NodePublic instead of tailcfg.NodeKey.David Anderson1-4/+4
2021-11-01wgengine: use key.NodePublic instead of tailcfg.NodeKey.David Anderson1-29/+27
2021-11-01wgengine/magicsock: use key.NodePublic instead of tailcfg.NodeKey.David Anderson1-1/+2
2021-10-29various: use NodePublic.AsNodeKey() instead of tailcfg.NodeKeyFromNodePublic()David Anderson1-7/+7
2021-10-29wgengine: remove use of legacy key parsing helper.David Anderson1-2/+2
2021-10-29wgengine/magicsock: remove uses of tailcfg.DiscoKey.David Anderson1-3/+3
2021-10-29wgengine/magicsock: remove use of key.{Public,Private}.David Anderson1-2/+2
2021-10-29ipn/ipnstate: use key.NodePublic instead of the generic key.Public.David Anderson1-1/+1
2021-10-28wgengine/magicsock: replace use of wgkey with new node key type.David Anderson1-1/+1
2021-10-28wgengine/wgcfg: convert to use new node key type.David Anderson1-18/+18
2021-10-25wgengine: fail NewUserspaceEngine if wireguard device doesn't come upMaisem Ali1-1/+3
2021-10-08magicsock: if STUN failed to send before, rebind before STUNning again.Avery Pennarun1-1/+2
2021-09-19wgengine: flush DNS cache after major link change.Denton Gentry1-0/+5
2021-09-13net/tstun: block looped disco trafficBrad Fitzpatrick1-0/+2
2021-09-07net/dns: replace resolver IPs with type for DoHDavid Crawshaw1-3/+11
2021-09-07cmd/tailscale: fix "tailscale ip $self-host-hostname"Brad Fitzpatrick1-8/+20
2021-09-01wgengine: remove unnecessary magicConnStarted channel.David Anderson1-16/+8
2021-09-01wgengine/wgcfg: use just the hexlified node key as the WireGuard endpoint.David Anderson1-5/+5
2021-09-01wgengine/magicsock: use NodeKey, not DiscoKey, as the trigger for lazy reconfig.David Anderson1-53/+48
2021-09-01wgengine/magicsock: remove Start method from Conn.David Anderson1-1/+0
2021-08-30wgengine/userspace: add support to automatically enable/disable the tailscaleMaisem Ali1-3/+64
2021-08-30wgengine: fix link monitor / magicsock Start raceBrad Fitzpatrick1-8/+15
2021-08-18wgengine: predict min.Peers length across callsJosh Bleecher Snyder1-1/+3
2021-08-18wgengine/userspace: reduce allocations in getStatusJosh Bleecher Snyder1-9/+20
2021-08-05net/tstun: add start of Linux TAP support, with DHCP+ARP serverBrad Fitzpatrick1-1/+10
2021-07-29wgengine: use mono.TimeJosh Bleecher Snyder1-19/+23
2021-07-26wgengine: re-set DNS config on Linux after a major link changeBrad Fitzpatrick1-0/+19
2021-07-20util/deephash: make hash type opaqueJoe Tsai1-6/+6
2021-07-02util/deephash: move internal/deephash to util/deephashBrad Fitzpatrick1-1/+1
2021-06-24wgengine: make dnsIPsOverTailscale also consider DefaultResolversBrad Fitzpatrick1-1/+6
2021-06-23net/dns{,/resolver}: refactor DNS forwarder, send out of right link on macOS/iOSBrad Fitzpatrick1-1/+60
2021-06-23wgengine: randomize client port if netmap says toDavid Crawshaw1-8/+16
2021-05-25go.mod: upgrade wireguard-windows, de-fork wireguard-goJosh Bleecher Snyder1-2/+2
2021-05-24wgengine: pass an addressable value to deephash.UpdateHashJosh Bleecher Snyder1-1/+1
2021-05-16all: adapt to opaque netaddr typesJosh Bleecher Snyder1-12/+12
2021-05-11wgengine: remove wireguard-go DeviceOptionsJosh Bleecher Snyder1-3/+1