summaryrefslogtreecommitdiffhomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2024-10-11net/dns/resolver: forward SERVFAIL responses over PeerDNSNick Hill2-9/+2
2024-10-10net/netcheck: fix netcheck cli-triggered nil pointer deref (#13782)Jordan Whited1-1/+1
2024-10-08net/sockstats: quiet some log spam in release buildsBrad Fitzpatrick1-1/+6
2024-10-08net/netcheck: don't panic if a region has no NodesAndrew Dunham1-0/+4
2024-10-02net/dns: tweak DoH timeout, limit MaxConnsPerHost, require TLS 1.3 (#13564)Andrea Gottardo1-5/+23
2024-10-02net/dnscache: don't fall back to an IPv6 dial if we don't have IPv6Brad Fitzpatrick1-2/+2
2024-10-02net/captivedetection: set Timeout on net.Dialer (#13613)Andrea Gottardo1-1/+5
2024-10-01net/portmapper: don't treat 0.0.0.0 as a valid IPBrad Fitzpatrick1-0/+4
2024-10-01net/portmapper: don't return unspecified/local external IPsAndrew Dunham2-21/+92
2024-09-26net/captivedetection: exclude ipsec interfaces from captive portal detection ...Andrea Gottardo1-1/+1
2024-09-26{ipn,net,tsnet}: use tsaddr helpersKristoffer Dalby1-11/+6
2024-09-26net/tsaddr: add WithoutExitRoutes and IsExitRouteKristoffer Dalby2-0/+181
2024-09-25util/usermetrics: make usermetrics non-globalKristoffer Dalby2-39/+67
2024-09-24cli: add `tailscale dns query` (#13368)Andrea Gottardo2-0/+17
2024-09-18net/dns/resolver: fix dns-sd NXDOMAIN responses from quad-100James Tucker2-11/+77
2024-09-17net/netcheck,wgengine/magicsock: plumb OnlyTCP443 controlknob through netchec...Jordan Whited1-14/+21
2024-09-13wgengine/magicsock: remove redundant deadline from netcheck report call (#13395)Jordan Whited2-4/+25
2024-09-07net/dns: disable DNS registration for Tailscale interface on WindowsNick Khyl1-0/+3
2024-09-05net/tstun: probe TCP GRO (#13376)Jordan Whited4-29/+83
2024-09-05net/dns: fix IsZero and Equal methods on OSConfigAndrew Dunham2-1/+29
2024-09-04all: use new Go 1.23 slices.Sorted moreBrad Fitzpatrick1-8/+2