summaryrefslogtreecommitdiffhomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-02-14net/netcheck: remove unnecessary custom map clone functionJames Tucker1-14/+3
2025-02-11net/dns: update to illarion/gonotify/v3 to fix a panicAnton1-23/+11
2025-02-11net/dns: add a simple test for resolv.conf inotify watcherAnton2-13/+75
2025-02-03net/netmon: add extra panic guard around ParseRIBJames Tucker1-1/+13
2025-02-03derp/derphttp,ipn/localapi,net/captivedetection: add cache resistance to capt...James Tucker2-1/+87
2025-01-24feature/capture: move packet capture to feature/*, out of iOS + CLIBrad Fitzpatrick4-23/+88
2025-01-24net/tstun: add back outgoing drop metricKristoffer Dalby1-5/+6
2025-01-23net/tstun: move TAP support out to separate package feature/tapBrad Fitzpatrick3-510/+12
2025-01-21net/bakedroots: add LetsEncrypt ISRG Root X2Brad Fitzpatrick2-4/+48
2025-01-21ipn/ipnlocal: also use LetsEncrypt-baked-in roots for cert validationBrad Fitzpatrick4-108/+143
2025-01-16net/tstun: add logging to aid developers missing Start callsBrad Fitzpatrick1-1/+15
2025-01-16net/dns: only populate OSConfig.Hosts when MagicDNS is enabledAaron Klotz2-1/+73
2025-01-14net/netmon: trim IPv6 endpoints in already routable subnetsJames Tucker1-1/+16
2025-01-14net/dns: ensure the Windows configurator does not touch the hosts file unless...Aaron Klotz2-14/+102
2025-01-13all: use Go 1.21's binary.NativeEndianBrad Fitzpatrick1-2/+2
2025-01-09all: illumos/solaris userspace only supportNahum Shalman6-4/+44
2025-01-07all: fix golangci-lint errorsWill Norris2-2/+2
2025-01-07net/netmon: remove extra panic guard around ParseRIBJames Tucker1-12/+1
2025-01-03util/slicesx: add MapKeys and MapValues from golang.org/x/exp/mapsBrad Fitzpatrick1-2/+2
2024-12-16Switch logging service from log.tailscale.io to log.tailscale.com (#14398)Joe Tsai1-2/+2
2024-12-13net/netcheck: adjust HTTPS latency check to connection time and avoid data raceJames Tucker1-7/+17
2024-12-05net/netcheck: preserve STUN port defaulting to 3478 (#14289)Irbe Krumina1-0/+3
2024-12-04cmd/tailscale,net/netcheck: add debug feature to force preferred DERPJames Tucker2-1/+83
2024-12-04net/tstun: remove tailscaled_outbound_dropped_packets_total reason=acl metric...Brad Fitzpatrick2-4/+5
2024-12-02net/netcheck: clean up ICMP probe AddrPort lookupBrad Fitzpatrick2-29/+36
2024-11-25net/netmon: improve panic reporting from #14202James Tucker1-2/+5
2024-11-22net/netmon: catch ParseRIB panic to gather buffer dataJames Tucker1-1/+9
2024-11-21net/tsaddr: include test input in test failure outputBrad Fitzpatrick1-2/+2
2024-11-20net/tsaddr: extract IsTailscaleIPv4 from IsTailscaleIP (#14169)James Scott2-2/+76
2024-11-15net/captivedetection: replace 10k log lines with ... lessBrad Fitzpatrick2-14/+42
2024-11-11all: use iterators over slice views moreBrad Fitzpatrick3-15/+13
2024-11-05types/result, util/lineiter: add package for a result type, use itBrad Fitzpatrick5-69/+60
2024-11-01net/socks5: optimize UDP relayVimT2-99/+119
2024-11-01net/socks5: fix UDP relay in userspace-networking modeVimT1-38/+63
2024-10-31net/netcheck: add addReportHistoryAndSetPreferredDERP() test case (#13989)Jordan Whited1-0/+9
2024-10-31net/sockstats: prevent crash in setNetMon (#13985)Andrea Gottardo1-1/+7
2024-10-31wgengine/magicsock: export packet drop metric for outbound errorsAnton Tolchanov2-37/+13
2024-10-30net/netcheck: ensure prior preferred DERP is always in netchecksJames Tucker2-17/+93
2024-10-28net/dns: fix blank lines being added to resolv.conf on OpenBSD (#13928)Renato Aguiar1-1/+2
2024-10-24net/dns/resolver: fix test flakeAndrew Dunham1-7/+11
2024-10-22net/netcheck: add a Now field to the netcheck ReportAndrew Dunham2-7/+23
2024-10-21net/tstun: use /10 as subnet for TAP mode; read IP from netmapMaisem Ali2-23/+54
2024-10-21net/tstun: restore tap mode functionalityMaisem Ali4-88/+86
2024-10-21health: remove SysDNSOS, add two Warnables for read+set system DNS config (#1...Andrea Gottardo2-6/+31
2024-10-19net/tlsdial: call out firewalls blocking Tailscale in health warnings (#13840)Andrea Gottardo3-2/+188
2024-10-18net/netcheck: remove arbitrary deadlines from GetReport() tests (#13832)Jordan Whited1-2/+29
2024-10-14{net/connstats,wgengine/magicsock}: fix packet counting in connstatsKristoffer Dalby1-11/+11
2024-10-11net/dns/resolver: add tests for using a forwarder with multiple upstream reso...Nick Khyl1-45/+190
2024-10-11net/dns/resolver: update (*forwarder).forwardWithDestChan to always return an...Nick Hill3-16/+15
2024-10-11net/dns/resolver: translate 5xx DoH server errors into SERVFAIL DNS responsesNick Hill1-0/+4