summaryrefslogtreecommitdiffhomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-11-23net/dnsfallback: update the burned-in bootstrap DNS map.danderson/bootstrapDavid Anderson1-80/+486
2022-11-23net/dns: retry overwriting hosts file on WindowsAndrew Dunham1-1/+10
2022-11-21all: use strs.CutPrefix and strs.CutSuffix moreMihai Parparita2-6/+5
2022-11-21net/dns: change windows DNS manager to use pointer receiverAaron Klotz2-15/+16
2022-11-16ipn/ipnlocal: also accept service IP IPv6 literal in brackets for quad100Brad Fitzpatrick2-1/+20
2022-11-16all: standardize on PeerAPIMaisem Ali1-1/+1
2022-11-14net/tshttpproxy: don't ignore env-based HTTP proxies after system lookups failBrad Fitzpatrick2-5/+40
2022-11-13ipn/ipnlocal: don't warn about serve listener failing on IPv6-less machinesBrad Fitzpatrick1-0/+16
2022-11-13net/dns: add a health warning when Linux /etc/resolv.conf is overwrittenBrad Fitzpatrick1-4/+5
2022-11-12net/dns: make "direct" mode on Linux warn on resolv.conf fightsBrad Fitzpatrick3-7/+153
2022-11-13cmd/tailscale/cli: [set] handle selectively modifying routes/exit nodeMaisem Ali1-0/+11
2022-11-11net/dns/resolver: add yet another 4via6 DNS form that's hopefully more robustBrad Fitzpatrick2-6/+34
2022-11-08net/netcheck: don't use a space in the captive portal challengeAndrew Dunham1-1/+4
2022-11-07cmd/tailscaled, net/tstun: add build tags to omit BIRD and TAPAndrew Dunham3-1/+6
2022-11-05net/netcheck: deflake (maybe) magicsock's TestNewConnBrad Fitzpatrick2-1/+10
2022-11-04all: remove old +build tagsBrad Fitzpatrick44-46/+0
2022-11-03net/tshttpproxy: add clientmetrics on Windows proxy lookup pathsBrad Fitzpatrick1-0/+16
2022-11-01types/pad32: delete packageBrad Fitzpatrick1-1/+1
2022-10-30net/dns: getting base DNS config is not supported on macOSAnton Tolchanov1-2/+1
2022-10-27types/netlogtype: new package for network logging types (#6092)Joe Tsai4-48/+30
2022-10-26net/interfaces: don't dereference null pointer if no destination/netmaskAndrew Dunham1-10/+15
2022-10-24net/interfaces: don't call GetList in List.ForeachInterfaceAndrew Dunham1-4/+0
2022-10-23net/dnscache: Handle 4-in-6 addresses in DNS responsesPeter Cai1-0/+5
2022-10-21net/netcheck, tailcfg: track whether OS supports IPv6Andrew Dunham1-0/+3
2022-10-19net/dns: print systemd-resolved ResolvConfModeAndrew Dunham2-15/+100
2022-10-19cmd/derper, net/netcheck: add challenge/response to generate_204 endpointAndrew Dunham1-2/+9
2022-10-19net/interfaces: improve default route detectionAnton Tolchanov2-38/+74
2022-10-19net/interfaces: deduplicate route table parsing on Darwin and FreeBSDAnton Tolchanov4-133/+37
2022-10-18net/wsconn: add back custom wrapper for turning a websocket.Conn into a net.ConnMihai Parparita1-0/+213
2022-10-13net/dns: always attempt to read the OS config on macOS/iOSMaisem Ali1-7/+25
2022-10-13net/netcheck: fix crash in checkCaptivePortalBrad Fitzpatrick1-0/+3
2022-10-12wgengine/netlog: new package for traffic flow logging (#5864)Joe Tsai1-1/+3
2022-10-09ssh/tailssh: add TestSSHAuthFlowMaisem Ali1-1/+20
2022-10-06net/tstun: rename statististics method (#5852)Joe Tsai2-12/+12
2022-10-05net/flowtrack: add json tags to Tuple (#5849)Joe Tsai1-3/+3
2022-10-05net/tunstats: add Counts.Add (#5848)Joe Tsai2-7/+11
2022-10-05net/tstun: instrument Wrapper with statistics gathering (#5847)Joe Tsai2-0/+57
2022-10-04net/tunstats: new package to track per-connection counters (#5818)Joe Tsai2-0/+272
2022-09-30all: consistently initialize Logf when creating tsdial.DialersMihai Parparita1-1/+1
2022-09-29all: fix spelling mistakesJosh Soref18-23/+23
2022-09-29net/dns/publicdns: permit more NextDNS profile bits in its IPv6 suffixBrad Fitzpatrick2-5/+18
2022-09-27net/dns: format OSConfig correctly with no pointers (#5766)Andrew Dunham2-0/+85
2022-09-26all: fix resource leaks with missing .Close() callsEmmanuel T Odeke2-1/+10
2022-09-26doctor: add package for running in-depth healthchecks; use in bugreport (#5413)Andrew Dunham8-0/+1266
2022-09-23net/speedtest: retune to meet iperf on localhost in a VMJames Tucker3-34/+26
2022-09-23net/packet: fix filtering of short IPv4 fragmentsJames Tucker2-16/+72
2022-09-20net/netcheck: add check for captive portal (#5593)Andrew Dunham2-0/+205
2022-09-17net/netns: implement UseSocketMark for Android.Denton Gentry1-0/+5
2022-09-15refactor: move from io/ioutil to io and os packagesEng Zer Jun8-19/+11
2022-09-15envknob: support changing envknobs post-initBrad Fitzpatrick8-38/+32