summaryrefslogtreecommitdiffhomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-03-19debugging azureazureDenton Gentry1-2/+2
2023-03-14sockstats: remove per-interface stats from GetMihai Parparita3-22/+59
2023-03-13ipn,log: add logger for sockstat deltasWill Norris3-4/+10
2023-03-13all: replace /kb/ links with /s/ equivalentsMaisem Ali2-2/+2
2023-03-12various: pass logger.Logf through to more placesAndrew Dunham2-4/+8
2023-03-09sockstats: refactor validation to be opt-inMihai Parparita3-19/+69
2023-03-09sockstats: export as client metricsMihai Parparita1-6/+40
2023-03-09net/sockstat: fix per-interface statistics not always being availableMihai Parparita1-3/+16
2023-03-08sockstats: add validation for TCP socket statsMihai Parparita3-14/+88
2023-03-06sockstats: switch label to enumMihai Parparita7-11/+65
2023-03-06net/dns: deal with Windows wsl.exe hangsAaron Klotz2-7/+17
2023-03-05net/socks5: add password auth supportDavid Crawshaw2-11/+138
2023-03-04net/portmapper: relax source port check for UPnP responsesAndrew Dunham1-22/+41
2023-03-04net/portmapper: send UPnP protocol in upper-caseAndrew Dunham1-4/+14
2023-03-04net/portmapper: don't pick external ports below 1024Andrew Dunham1-2/+9
2023-03-04all: use tstest.Replace moreMaisem Ali3-21/+12
2023-03-03net/interfaces: add better test for LikelyHomeRouterIPAndrew Dunham1-2/+102
2023-03-03tstest: add method to Replace values for testsMaisem Ali2-6/+5
2023-03-03net/interfaces: always return an IPv4 LikelyHomeRouterIPAndrew Dunham1-1/+11
2023-03-03util/slicesx: add package for generic slice functions, useAndrew Dunham3-44/+6
2023-03-03cmd/tailscale, cmd/tailscaled: move portmapper debugging into tailscale CLIAndrew Dunham5-26/+37
2023-03-03net/sockstats: remove explicit dependency on wgengine/monitorMihai Parparita4-7/+17
2023-03-02net/dnsfallback: shuffle returned IPsAndrew Dunham1-0/+1
2023-03-01sockstats: instrument networking code pathsMihai Parparita6-0/+222
2023-02-27ipn/ipnlocal: add delegated interface information to /interfaces PeerAPI handlerMihai Parparita2-0/+28
2023-02-11version: unexport all vars, turn Short/Long into funcsDavid Anderson1-1/+1
2023-02-10net/interfaces: redo how we get the default interface on macOS and iOSMihai Parparita4-38/+84
2023-02-10net/routetable: include unknown flags in the routetable doctor outputMihai Parparita2-0/+15
2023-02-10wgengine: start logging DISCO frames to pcap streamTom DNetto1-8/+2
2023-02-09net/connstats: fix ticker in NewStatistics (#7225)Colin Adler2-1/+35
2023-02-08net/interfaces, net/netns: add node attributes to control default interface g...Mihai Parparita4-1/+37
2023-02-08net/netutil: only check Linux sysctls w/ procfs, assume absent means falseBrad Fitzpatrick2-13/+27
2023-02-04all: implement pcap streaming for datapath debuggingTom DNetto1-0/+29
2023-02-03net/dns/resolver: remove maxDoHInFlightMihai Parparita3-74/+1
2023-02-03net/tshttpproxy: more directly use Transport proxy CONNECT hooksMihai Parparita2-51/+24
2023-02-03net/dns/resolver: add envknob to debug exit node DNS queries on on WindowsAndrew Dunham2-5/+35
2023-02-02net/{netns,netstat}: use new x/sys/cpu.IsBigEndianBrad Fitzpatrick2-5/+5
2023-02-01health, net/tlsdial: add healthcheck for self-signed certAndrew Dunham1-8/+41
2023-02-01all: use Go 1.20's bytes.CloneBrad Fitzpatrick1-1/+2
2023-02-01all: update to Go 1.20, use strings.CutPrefix/Suffix instead of our forkBrad Fitzpatrick4-10/+5
2023-01-30net/memnet: rename from net/nettestMaisem Ali7-10/+18
2023-01-27all: update tools that manage copyright headersWill Norris2-2/+2
2023-01-27all: update copyright and license headersWill Norris180-540/+360
2023-01-27net/netns: add post-review commentsAndrew Dunham1-1/+24
2023-01-27net/netstat: document the Windows netstat code a bit moreBrad Fitzpatrick1-8/+29
2023-01-27net/netstat: add nil checks to Windows OSMetadata implementationAaron Klotz1-0/+7
2023-01-26net/netns: add functionality to bind outgoing sockets based on route tableAndrew Dunham3-2/+236
2023-01-24ipn/ipnlocal, net/dnscache: allow configuring dnscache logging via capabilityAndrew Dunham2-38/+65
2023-01-21net/connstats: mark TestConcurrent as flakyBrad Fitzpatrick1-0/+2
2023-01-17net/dns: fix recently added URL scheme from http to httpsBrad Fitzpatrick2-2/+2