summaryrefslogtreecommitdiffhomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2024-09-04cli: implement `tailscale dns status` (#13353)Andrea Gottardo1-0/+5
2024-09-04net/dns: support GetBaseConfig on Darwin OSS tailscaled (#13351)Andrea Gottardo1-1/+31
2024-09-03wgengine/magicsock: actually use AF_PACKET socket for raw discoAndrew Dunham1-0/+5
2024-08-29net/tstun: clarify GROFilterFunc *gro.GRO usage (#13318)Jordan Whited1-3/+4
2024-08-29dns: increase TimeToVisible before DNS unavailable warning (#13317)Andrea Gottardo1-1/+1
2024-08-29net/tstun,wgengine/netstack: implement TCP GRO for local services (#13315)Jordan Whited2-14/+21
2024-08-27net/tstun: fix gvisor inbound GSO packet injection (#13283)Jordan Whited1-2/+2
2024-08-27usermetric: add initial user-facing metricsKristoffer Dalby2-1/+61
2024-08-26net/tstun,wgengine/netstack: make inbound synthetic packet injection GSO-awar...Jordan Whited2-19/+59
2024-08-22net/dns: updated gonotify dependency to v2 that supports closable contextIlarion Kovalchuk1-10/+4
2024-08-22all: fix new lint warnings from bumping staticcheckBrad Fitzpatrick2-44/+1
2024-08-20net/tstun,wgengine{/netstack/gro}: refactor and re-enable gVisor GRO for Linu...Jordan Whited2-22/+38
2024-08-16health/dns: reduce severity of DNS unavailable warning (#13152)Andrea Gottardo1-1/+1
2024-08-14go.{mod,sum}: migrate from nhooyr.io/websocket to github.com/coder/websocketKyle Carberry1-2/+2
2024-08-12cmd/tta, vnet: add host firewall, env var support, more testsBrad Fitzpatrick1-0/+7
2024-08-08net/dns/resolver: log forwarded query details when TS_DEBUG_DNS_FORWARD_SEND ...Nick Khyl2-9/+28
2024-08-05{control,net}: close idle connections of custom transportsAnton Tolchanov2-0/+2
2024-08-05net/socks5: support UDPVimT2-81/+484
2024-08-03net/captivedetection: mark TestAllEndpointsAreUpAndReturnExpectedResponse fla...Jordan Whited1-0/+2
2024-08-03net/packet/checksum: fix v6 NATMaisem Ali2-5/+32
2024-08-02net/captivedetection: exclude cellular data interfaces (#13002)Andrea Gottardo1-1/+7
2024-08-02go.mod,net/tstun,wgengine/netstack: implement gVisor TCP GRO for Linux (#12921)Jordan Whited1-0/+7
2024-07-31net/netns: remove some logspam by avoiding logging parse errors due to unspec...Aaron Klotz3-2/+12
2024-07-31net/tlsdial: relax self-signed cert health warningBrad Fitzpatrick1-8/+21
2024-07-31net/netns: on Windows, fall back to default interface index when unspecified ...Aaron Klotz1-14/+15
2024-07-31go.mod,net/tstun,wgengine/netstack: implement gVisor TCP GSO for Linux (#12869)Jordan Whited1-20/+95
2024-07-30net/captivedetection: call SetHealthy once connectivity restored (#12974)Andrea Gottardo1-1/+1
2024-07-30net/dns, cmd/tailscaled: plumb system health tracker into dns cleanup (#12969)Jonathan Nobels1-2/+4
2024-07-29net/dns, health: raise health warning for failing forwarded DNS queries (#12888)Jonathan Nobels6-8/+49
2024-07-26net/dnsfallback: set CanPort80 in static DERPMap (#12929)Andrea Gottardo1-24/+48
2024-07-26health: introduce captive-portal-detected Warnable (#12707)Andrea Gottardo9-132/+508
2024-07-12net/tstun: fix docstring for Wrapper.SetWGConfig (#12796)Jordan Whited1-1/+1
2024-07-10net/dns/publicdns: remove additional information in DOH URL passed to IPv6 ad...KevinLiang102-1/+17
2024-07-10all: add test for package comments, fix, add comments as neededBrad Fitzpatrick5-5/+1
2024-07-08go.mod: bump bartMaisem Ali3-6/+6
2024-07-08util/winutil/gp, net/dns: add package for Group Policy APINick Khyl2-129/+16
2024-07-02net/dns: fix broken dns benchmark tests (#12686)Jonathan Nobels1-5/+6
2024-06-27cmd/xdpderper: add autodetection for default interface nameJames Tucker2-0/+89
2024-06-26net/dns: move mutex before the field it guardsBrad Fitzpatrick3-10/+14
2024-06-26ci: enable checklocks workflow for specific packagesAndrew Dunham2-2/+8
2024-06-26net/dns: ensure /etc/resolv.conf is world-readable even with a umaskAndrew Dunham4-5/+74
2024-06-25net/dns/resolver: fix test failureAndrew Dunham1-1/+3
2024-06-25net/dns: recheck DNS config on SERVFAIL errors (#12547)Jonathan Nobels3-17/+59
2024-06-24net/netns: add Windows support for bind-to-interface-by-routeAaron Klotz7-22/+307