summaryrefslogtreecommitdiffhomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-04-07net/netns, version: enable interface binding for loopback addrs on sandboxed ...jonathan/dns_loopbackJonathan Nobels1-2/+4
2025-04-03net/tstun: don't try to set link attributes on androidDavid Anderson2-1/+3
2025-04-03net/routetable: don't try to fetch the route table on androidDavid Anderson2-2/+2
2025-04-02all: use network less when running in v86 emulatorBrad Fitzpatrick1-1/+15
2025-04-02net/dns: add Plan 9 supportBrad Fitzpatrick4-2/+269
2025-04-02net/netcheck: avoid ICMP unimplemented log spam on Plan 9Brad Fitzpatrick1-0/+4
2025-04-02net/tsdial: tolerate empty default route on Plan 9Brad Fitzpatrick1-1/+1
2025-04-02net/netmon: disable time jump monitoring on Plan 9Brad Fitzpatrick1-1/+1
2025-04-02net/tstun: add Plan 9 'tun' supportBrad Fitzpatrick2-2/+38
2025-03-31net/udprelay: start of UDP relay server implementation (#15480)Jordan Whited2-0/+736
2025-03-31net/netmon: always remember ifState as old state, even on minor changesBrad Fitzpatrick1-1/+1
2025-03-31net/netcheck: use NoMeasureNoHome in another spotBrad Fitzpatrick1-1/+4
2025-03-27net/dns: add debug envknob to enable dual stack MagicDNSBrad Fitzpatrick2-5/+24
2025-03-24net/netmon: use Monitor's tsIfName if set by SetTailscaleInterfaceNameBrad Fitzpatrick3-8/+10
2025-03-24net/netmon: unexport GetStateBrad Fitzpatrick3-3/+3
2025-03-19net/dns: expose a function for recompiling the DNS configuration (#15346)Jonathan Nobels1-8/+28
2025-03-13net/packet: implement Geneve header serialization (#15301)Jordan Whited2-0/+136
2025-03-12net/netmon, wgengine/magicsock: be quieter with portmapper logsAndrew Dunham2-0/+120
2025-03-07tailcfg: add DERPRegion.NoMeasureNoHome, deprecate+document Avoid [cap 115]Brad Fitzpatrick3-5/+9
2025-03-07net/portmapper: retry UPnP when we get an "Invalid Args"Andrew Dunham2-2/+110
2025-03-07cmd/derper, derp/derphttp: support, generate self-signed IP address certsBrad Fitzpatrick1-0/+41
2025-02-19various: disable MPTCP when setting TCP_USER_TIMEOUT sockopt (#15063)Andrew Lytvynov1-2/+7
2025-02-14net/netcheck: remove unnecessary custom map clone functionJames Tucker1-14/+3
2025-02-11net/dns: update to illarion/gonotify/v3 to fix a panicAnton1-23/+11
2025-02-11net/dns: add a simple test for resolv.conf inotify watcherAnton2-13/+75
2025-02-03net/netmon: add extra panic guard around ParseRIBJames Tucker1-1/+13
2025-02-03derp/derphttp,ipn/localapi,net/captivedetection: add cache resistance to capt...James Tucker2-1/+87
2025-01-24feature/capture: move packet capture to feature/*, out of iOS + CLIBrad Fitzpatrick4-23/+88
2025-01-24net/tstun: add back outgoing drop metricKristoffer Dalby1-5/+6
2025-01-23net/tstun: move TAP support out to separate package feature/tapBrad Fitzpatrick3-510/+12
2025-01-21net/bakedroots: add LetsEncrypt ISRG Root X2Brad Fitzpatrick2-4/+48
2025-01-21ipn/ipnlocal: also use LetsEncrypt-baked-in roots for cert validationBrad Fitzpatrick4-108/+143
2025-01-16net/tstun: add logging to aid developers missing Start callsBrad Fitzpatrick1-1/+15
2025-01-16net/dns: only populate OSConfig.Hosts when MagicDNS is enabledAaron Klotz2-1/+73
2025-01-14net/netmon: trim IPv6 endpoints in already routable subnetsJames Tucker1-1/+16
2025-01-14net/dns: ensure the Windows configurator does not touch the hosts file unless...Aaron Klotz2-14/+102
2025-01-13all: use Go 1.21's binary.NativeEndianBrad Fitzpatrick1-2/+2
2025-01-09all: illumos/solaris userspace only supportNahum Shalman6-4/+44
2025-01-07all: fix golangci-lint errorsWill Norris2-2/+2
2025-01-07net/netmon: remove extra panic guard around ParseRIBJames Tucker1-12/+1
2025-01-03util/slicesx: add MapKeys and MapValues from golang.org/x/exp/mapsBrad Fitzpatrick1-2/+2
2024-12-16Switch logging service from log.tailscale.io to log.tailscale.com (#14398)Joe Tsai1-2/+2
2024-12-13net/netcheck: adjust HTTPS latency check to connection time and avoid data raceJames Tucker1-7/+17
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