summaryrefslogtreecommitdiffhomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-08-08net/netcheck: change DERP HTTPS latency measurement to TCP connect timejwhited/derp-https-tcp-connectJordan Whited1-3/+3
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
2024-06-21net/dns: ensure multiple hosts with the same IP address are combined into a s...Aaron Klotz2-12/+18
2024-06-20wgengine/filter: support FilterRules matching on srcIP node caps [capver 100]Brad Fitzpatrick1-1/+1
2024-06-18net/flowtrack: fix, test String methodBrad Fitzpatrick2-2/+9
2024-06-18net/flowtrack: optimize Tuple type for use as map keyBrad Fitzpatrick3-9/+108
2024-06-18wgengine/filter/filtertype: make Match.IPProto a viewBrad Fitzpatrick1-2/+3
2024-06-17net/ipset: skip the loop over Prefixes when there's only oneBrad Fitzpatrick2-11/+14
2024-06-16net/ipset: return all closures from named wrappersBrad Fitzpatrick1-22/+45
2024-06-16net/ipset, wgengine/filter/filtertype: add split-out packagesBrad Fitzpatrick4-211/+229
2024-06-16net/tsaddr: use bart in NewContainsIPFunc, add tests, benchmarksBrad Fitzpatrick2-32/+164
2024-06-14various: create a catch-all NRPT rule when "Override local DNS" is enabled on...Nick Khyl8-12/+50
2024-06-14health: begin work to use structured health warnings instead of strings, pipe...Andrea Gottardo1-4/+8
2024-06-14derp/xdp,cmd/xdpderper: initial skeleton (#12390)Jordan Whited1-0/+16
2024-06-12net/dns: re-query system resolvers on no-upstream resolver failure on apple p...Jonathan Nobels1-0/+19
2024-06-12net/dnscache: use parent context to perform lookupAndrew Dunham1-10/+10
2024-06-11cmd/tailscaled, net/dns, wgengine/router: start Windows child processes with ...Aaron Klotz3-5/+16
2024-06-11net/dns/resolver: return an empty successful response instead of NXDomain whe...Nick Khyl2-4/+28
2024-06-10ipn/{ipnlocal,localapi},net/netkernelconf,client/tailscale,cmd/containerboot:...Irbe Krumina2-3/+37
2024-06-07net/dns: fix crash in testsBrad Fitzpatrick2-4/+9
2024-06-06tailcfg,net/dns: add controlknob to disable battery split DNS on iOS (#12346)Andrea Gottardo1-2/+13
2024-06-06net/netcheck: fix probeProto.String result for IPv6 probesBrad Fitzpatrick1-1/+1