summaryrefslogtreecommitdiffhomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-10-06feature/featuretags: make usermetrics modularBrad Fitzpatrick1-3/+2
2025-10-06feature/featuretags: add LazyWG modular featureBrad Fitzpatrick1-8/+14
2025-10-04net/wsconn: clarify package commentkscooo1-3/+1
2025-10-04wgengine: stop importing flowtrack when unusedBrad Fitzpatrick1-5/+0
2025-10-04net/connstats: make it modular (omittable)Brad Fitzpatrick3-9/+43
2025-10-03feature/ace: make ACE modularBrad Fitzpatrick1-0/+2
2025-10-02feature/featuretags: add features for c2n, peerapi, advertise/use routes/exit...Brad Fitzpatrick6-5/+35
2025-10-02control/controlclient: remove x/net/http2, use net/httpBrad Fitzpatrick1-1/+8
2025-10-02feature/featuretags, all: add build features, use existing ones in more placesBrad Fitzpatrick3-57/+76
2025-10-01net/netmon: remove usage of direct callbacks from netmon (#17292)Claus Lensbøl8-24/+95
2025-10-01all: use Go 1.20's errors.Join instead of our multierr packageBrad Fitzpatrick2-6/+5
2025-09-30feature, net/tshttpproxy: pull out support for using proxies as a featureBrad Fitzpatrick4-8/+18
2025-09-30net/tstun: fix typo in docBrad Fitzpatrick1-1/+1
2025-09-30feature/featuretags: add option to turn off DNSBrad Fitzpatrick7-2/+74
2025-09-29net/memnet: allow listener address reuse (#17342)Brian Palmer3-0/+34
2025-09-29net/dns/resolver: fix data race in testBrad Fitzpatrick2-33/+21
2025-09-29net/speedtest: mark flaky test, and skip it by default as it's slowBrad Fitzpatrick1-0/+10
2025-09-28util/backoff: rename logtail/backoff package to util/backoffBrad Fitzpatrick1-1/+1
2025-09-28tsconst, util/linuxfw, wgengine/router: move Linux fw consts to tsconstBrad Fitzpatrick1-2/+2
2025-09-26net/packet/checksum: copy the gvisor checksum, remove the depBrad Fitzpatrick1-12/+110
2025-09-26net/tstun: use ts_omit_gro in another place I missed earlierBrad Fitzpatrick2-1/+3
2025-09-26net/tstun: support ts_omit_netstackBrad Fitzpatrick3-10/+115
2025-09-26all: don't rebind variables in for loopsAlex Chan1-1/+0
2025-09-24derp/derpserver: split off derp.Server out of derp into its own packageBrad Fitzpatrick1-2/+2
2025-09-24net/dns, feature/featuretags: make NetworkManager, systemd-resolved, and DBus...Brad Fitzpatrick4-108/+173
2025-09-24all: use buildfeatures.HasCapture const in a handful of placesBrad Fitzpatrick1-0/+4
2025-09-24feature/featuretags: add build tag to remove captive portal detectionBrad Fitzpatrick2-33/+62
2025-09-23client, cmd/tailscale/cli, feature/relayserver, net/udprelay: implement tails...Jordan Whited2-0/+120
2025-09-20net/dnscache: fix case where Resolver could return zero IP with single IPv6 a...Brad Fitzpatrick2-0/+61
2025-09-19feature/linuxdnsfight: move inotify watching of /etc/resolv.conf out to a fea...Brad Fitzpatrick4-175/+68
2025-09-19net/ace, control/controlhttp: start adding ACE dialing supportBrad Fitzpatrick1-0/+123
2025-09-17net/dns/recursive: remove recursive DNS resolverBrad Fitzpatrick3-1518/+1
2025-09-17net/netmon: make ChangeDelta event not a pointer (#17112)Claus Lensbøl2-9/+5
2025-09-17net/dns: don't timeout if inotify sends multiple eventsAlex Chan1-2/+7
2025-09-16feature/portmapper: make the portmapper & its debugging tools modularBrad Fitzpatrick7-60/+144
2025-09-16health,ipn/ipnlocal: introduce eventbus in heath.Tracker (#17085)Claus Lensbøl5-14/+15
2025-09-15net/netmon, wgengine/magicsock: simplify LinkChangeLogLimiter signatureBrad Fitzpatrick2-10/+21
2025-09-11net/netns: fix controlLogf docBrad Fitzpatrick1-4/+2
2025-09-02util/syspolicy: finish plumbing policyclient, add feature/syspolicy, move glo...Brad Fitzpatrick10-14/+27
2025-09-02util/syspolicy/{setting,ptype}: move PreferenceOption and Visibility to new l...Brad Fitzpatrick1-2/+2
2025-09-01util/syspolicy/policyclient: add policyclient.Client interface, start plumbingBrad Fitzpatrick1-2/+2
2025-08-31util/syspolicy/*: move syspolicy keys to new const leaf "pkey" packageBrad Fitzpatrick1-2/+3
2025-08-21net/udprelay: set ICMP err immunity sock opt (#16918)Jordan Whited1-2/+7
2025-08-21wgengine/magicsock,net/sockopts: export Windows ICMP suppression logic (#16917)Jordan Whited2-0/+77
2025-08-21net/udprelay: increase socket buffer size (#16910)Jordan Whited1-0/+22
2025-08-20net/sockopts,wgengine/magicsock: export socket buffer sizing logic (#16909)Jordan Whited4-0/+159
2025-08-19net/udprelay: use batching.Conn (#16866)Jordan Whited5-62/+152
2025-08-18ipn/localapi: plumb an event bus through the localapi.Handler (#16892)M. J. Fromberger1-5/+2
2025-08-15net/{netns, netmon}: use LastKnownDefaultInterface if set and check for utun ...Jonathan Nobels3-45/+124
2025-08-15net/tshttpproxy: use errors.New for error creation (#16860)Will Hannah1-1/+2