summaryrefslogtreecommitdiffhomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-04-06net/tsdial, ipn/localapi, client/local: let clients dial non-Tailscale addres...bradfitz/dial_localBrad Fitzpatrick2-0/+124
2026-04-05cmd/cloner, cmd/viewer: handle named map/slice types with Clone/View methodsBrad Fitzpatrick1-2/+1
2026-04-05cmd/vet: add subtestnames analyzer; fix all existing violationsBrad Fitzpatrick11-60/+60
2026-04-01tailcfg,ipn/ipnlocal: regulate netmap caching via a node attribute (#19117)M. J. Fromberger1-1/+1
2026-03-26net,tsnet: fix the capitalisation of "Wireshark"Alex Chan2-2/+2
2026-03-25net/batching: use vectored writes on Linux (#19054)Alex Valiushko2-30/+59
2026-03-25net/dns: fix duplicate search line entries (OpenBSD, primarily)Greg Steuck1-1/+8
2026-03-24net/udprelay: remove experimental label from package docsJordan Whited1-3/+3
2026-03-24feature/*,net/tstun: add tundev_txq_drops clientmetric on LinuxJordan Whited1-0/+21
2026-03-24all: use `bart.Lite` instead of `bart.Table` where appropriateAlex Chan1-10/+3
2026-03-23net/dns/resolver: treat DNS REFUSED responses as soft errors in forwarder rac...Brendan Creane4-52/+198
2026-03-20wgengine/magicsock,control/controlclient: do not overwrite discokey with old ...Claus Lensbøl1-10/+4
2026-03-19net/dns: use the correct separator for multiple servers in the same NRPT rule...Nick Khyl1-1/+1
2026-03-18net/tstun: do not write when Wrapper is closed (#19038)Claus Lensbøl1-3/+7
2026-03-18net/batching: eliminate gso helper func indirectionJordan Whited2-45/+34
2026-03-13net/{batching,udprelay},wgengine/magicsock: add SO_RXQ_OVFL clientmetricsJordan Whited4-52/+329
2026-03-11netns: add Android callback to bind socket to network (#18915)kari-ts2-3/+48
2026-03-11net/batching: clarify & simplify single packet read limitationsJordan Whited2-11/+12
2026-03-06all: use Go 1.26 things, run most gofix modernizersBrad Fitzpatrick20-67/+46
2026-03-05types/ptr: deprecate ptr.To, use Go 1.26 newBrad Fitzpatrick2-8/+6
2026-03-05all: fix typos in commentsBrad Fitzpatrick1-1/+1
2026-03-05clientupdate,net/tstun: add support for OpenWrt 25.12.0 using apk (#18545)Claus Lensbøl1-8/+26
2026-03-04net/porttrack: change magic listen address format for Go 1.26Brad Fitzpatrick1-17/+25
2026-03-04net/udprelay: use GOMAXPROCS instead of NumCPU for socket countDaniel Pañeda1-2/+3
2026-03-04cmd/tailscale,ipn,net/netutil: remove rp_filter strict mode warnings (#18863)Mike O'Driscoll2-125/+0
2026-03-03net/porttrack: add net.Listen wrapper to help tests allocate ports race-freeBrad Fitzpatrick2-0/+271
2026-03-03wgengine/magicsoc,net/tstun: put disco key advertisement behind a nob (#18857)Claus Lensbøl1-4/+7
2026-02-27net/netmon: ignore NetBird interface on LinuxJames Tucker1-1/+6
2026-02-25netns,wgengine: add OpenBSD support to netns via an rtablejoshua stein9-11/+189
2026-02-25cmd/containerboot, net/dns/resolver: remove unused funcs in testsBrad Fitzpatrick1-6/+0
2026-02-20appc,feature/conn25,net: Add DNS response interception for conn25Fran Bull1-3/+24
2026-02-18netmon: use State AnyInterfaceUp in ChangeDelta (#18752)Jonathan Nobels1-6/+1
2026-02-17net/dns: make MagicDNS IPv6 registration opt-out now, not opt-inBrad Fitzpatrick3-33/+67
2026-02-13control/controlknobs,net/dns,tailcfg: add a control knob that disables hosts ...Nick Khyl1-7/+14
2026-02-13net/dns: write MagicDNS host names to the hosts file on domain-joined Windows...Nick Khyl1-1/+9
2026-02-11tstun: add test for intercept orderingMichael Ben-Ami1-0/+65
2026-02-10net/dns, ipn/local: skip health warnings in dns forwarder when accept-dns is ...Jonathan Nobels6-5/+33
2026-02-09tstun,wgengine: add new datapath hooks for intercepting Connectors 2025Michael Ben-Ami1-0/+20
2026-01-30net/dns/resolver: set TC flag when UDP responses exceed size limits (#18157)Brendan Creane4-64/+654
2026-01-30net/dns,ipn/ipnlocal: add nodecap to resolve subdomains (#18258)Fernando Serboncini6-4/+94
2026-01-30net/dns: skip DNS base config when using userspace networking (#18355)Fernando Serboncini2-3/+8
2026-01-26ipn/localapi: stop logging "broken pipe" errors (#18487)Amal Bansode3-0/+76
2026-01-26net/dns: add test for DoH upgrade of system DNSAndrew Dunham2-0/+242
2026-01-26net/dns/publicdns: support CIRA Canadian ShieldAndrew Dunham1-0/+20
2026-01-23all: remove AUTHORS file and references to itWill Norris280-280/+280
2026-01-21net/udprelay: add tailscaled_peer_relay_endpoints gauge (#18265)Alex Valiushko4-24/+258
2026-01-19net/udprelay: advertise addresses from cloud metadata service (#18368)Alex Valiushko1-4/+24
2026-01-19net/portmapper: Stop replacing the internal port with the upnp external port ...Eduardo Sorribas1-1/+1
2026-01-16net/netmon: move TailscaleInterfaceIndex out of netmon.State (#18428)Jonathan Nobels5-53/+149
2026-01-13metrics: add a NewSet and Set.NewLabelMap helpersAnton Tolchanov1-10/+3