summaryrefslogtreecommitdiffhomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-05-07net/netcheck: do not add derps if IPv4/IPv6 is set to "none"Maisem Ali1-4/+4
2024-05-06tailcfg,all: add/plumb Node.IsJailedMaisem Ali1-4/+2
2024-05-06ipn/ipnlocal,net/tstun,wgengine: create and plumb jailed packet filterMaisem Ali1-3/+57
2024-05-06net/dns/resolver, control/controlknobs, tailcfg: use UserDial instead of Syst...Nick Khyl1-15/+20
2024-05-06net/tstun: refactor peerConfig to allow storing more detailsMaisem Ali2-140/+169
2024-05-06ipn/ipnlocal, net/tsdial: plumb routes into tsdial and use them in UserDialNick Khyl1-1/+31
2024-05-06net/portmapper: add envknob to disable portmapper in localhost integration testsBrad Fitzpatrick1-0/+6
2024-05-06all: make more tests pass/skip in airplane modeBrad Fitzpatrick3-14/+17
2024-05-03types/views: remove duplicate SliceContainsFuncMaisem Ali1-1/+1
2024-05-03net/netcheck: don't spam on ICMP socket permission denied errorsBrad Fitzpatrick1-6/+14
2024-05-03derp/derphttp, net/netcheck: plumb netmon.Monitor to derp netcheck clientBrad Fitzpatrick1-1/+1
2024-05-02net/dns/resolver: add better error wrappingAndrew Dunham1-4/+14
2024-05-01net/tstun: rename natConfig to peerConfigAndrew Dunham2-26/+26
2024-05-01net/tstun: refactor natConfig to not be per-familyAndrew Dunham2-99/+80
2024-05-01net/netmon: remove spammy log statements (#11953)Jonathan Nobels1-2/+0
2024-05-01net/netmon: swap to swift-derived defaultRoute on macos (#11936)Jonathan Nobels2-34/+24
2024-04-30net/tstun: implement env var for disabling UDP GRO on Linux (#11924)Jordan Whited3-0/+36
2024-04-28net/{interfaces,netmon}, all: merge net/interfaces package into net/netmonBrad Fitzpatrick28-824/+807
2024-04-28net/netmon, add: add netmon.State type alias of interfaces.StateBrad Fitzpatrick5-16/+22
2024-04-27net/netns, net/dns/resolver, etc: make netmon required in most placesBrad Fitzpatrick15-45/+129
2024-04-26net/netcheck, wgengine/magicsock: make netmon.Monitor requiredBrad Fitzpatrick2-33/+33
2024-04-26net/netutil: remove a use of deprecated interfaces.GetStateBrad Fitzpatrick2-8/+11
2024-04-26health, all: remove health.Global, finish plumbing health.TrackerBrad Fitzpatrick15-56/+70
2024-04-25tsd, ipnlocal, etc: add tsd.System.HealthTracker, start some plumbingBrad Fitzpatrick3-18/+28
2024-04-25health: break Warnable into a global and per-Tracker value halvesBrad Fitzpatrick1-3/+3
2024-04-25health: add Tracker type, in prep for removing global variablesBrad Fitzpatrick5-9/+9
2024-04-19net/tsdial: assume all connections are affected if no default route is presentAndrew Dunham1-1/+15
2024-04-18interfaces: create android impl (#11784)kari-ts3-43/+186
2024-04-17net/dns/resolver: use SystemDial in DoH forwarderAndrew Dunham1-3/+14
2024-04-17net/interfaces: handle removed interfaces in State.EqualAndrew Dunham2-0/+37
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick21-47/+47
2024-04-16net/interfaces: delete unused unexported functionBrad Fitzpatrick2-31/+0
2024-04-13cmd/tailscaled, net/tstun: build for aix/ppc64Brad Fitzpatrick2-1/+3
2024-04-12net/dns: unconditionally write NRPT rules to local settingsAaron Klotz2-165/+75
2024-04-09cmd/tailscaled: move cleanup to an implicit action during startupJames Tucker1-2/+2
2024-04-07net/tsdial: partially fix "tailscale nc" (UserDial) on macOSBrad Fitzpatrick1-4/+14
2024-04-07net/dns/{publicdns,resolver}: add start of Control D supportalexelisenko3-5/+109
2024-04-05net/netcheck,wgengine/magicsock: align DERP frame receive time heuristicsJames Tucker2-5/+6
2024-04-03clientupdate, net/dns: fix some "tailsacle" typosBrad Fitzpatrick2-10/+10
2024-04-02net/packet: allow more ICMP errorsJames Tucker3-2/+11
2024-03-29net/dns: close ctx when close dns directManagerAsutorufa2-1/+7
2024-03-25net/tstun: use gaissmai/bart instead of tempfork/devicePercy Wegmann2-120/+23
2024-03-25tailcfg, ipn/ipnlocal, wgengine/magicsock: add only-tcp-443 node attrBrad Fitzpatrick1-0/+18
2024-03-14net/routetable: increase route limit used by the testAnton Tolchanov1-1/+1
2024-03-06net/interfaces: fix test hang on DarwinAndrew Dunham1-0/+2
2024-03-06go.mod: bump gvisorAndrew Dunham1-3/+3
2024-02-28net/tstun: fix spelling of "WireGuard"Andrew Dunham1-4/+4
2024-02-27health: warn about reverse path filtering and exit nodesAnton Tolchanov2-12/+3
2024-02-26cmd/tailscaled, ipn/ipnlocal, wgengine: shutdown tailscaled if wgdevice is cl...Nick Khyl1-1/+1
2024-02-26net/dns: do not wait for the interface registry key to appear if the windowsM...Nick Khyl1-5/+40