Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
81 commits
Select commit Hold shift + click to select a range
719929f
tailcfg: add SCION service protocol and node attribute for SCION pre…
tjohn327 Mar 9, 2026
36425f8
wgengine/magicsock: enhance endpoint structure with SCION support
tjohn327 Mar 9, 2026
beeed31
wgengine/magicsock: implement SCION connection support
tjohn327 Mar 9, 2026
3d7692c
wgengine/magicsock: enhance SCION support with improved endpoint hand…
tjohn327 Mar 9, 2026
859022e
wgengine/magicsock: integrate SCION service advertisement and enhance…
tjohn327 Mar 9, 2026
3bf6501
wgengine/magicsock: refine address quality evaluation for SCION paths…
tjohn327 Mar 9, 2026
ac3ac6d
wgengine/magicsock: add SCION path tests and enhance address handling…
tjohn327 Mar 9, 2026
33c056c
wgengine/magicsock: implement SCION port handling and validation with…
tjohn327 Mar 9, 2026
3d78bfd
wgengine/magicsock: enhance SCION service handling with piggybacking …
tjohn327 Mar 9, 2026
b2bb2f0
wgengine/magicsock: improve SCION path handling and address evaluation
tjohn327 Mar 9, 2026
ec4cc21
wgengine/magicsock: improve SCION path management and metrics tracking
tjohn327 Mar 9, 2026
ad5ede3
wgengine/magicsock: enhance SCION path discovery and cleanup logic
tjohn327 Mar 10, 2026
e56a246
fix deadlock
tjohn327 Mar 10, 2026
979f4be
wgengine/magicsock: update SCION port test cases for accurate validation
tjohn327 Mar 10, 2026
a6874a5
wgengine/magicsock: optimize SCION connection setup by adjusting sock…
tjohn327 Mar 10, 2026
74929ec
wgengine/magicsock: enhance SCION ping logic in heartbeat and discoPi…
tjohn327 Mar 10, 2026
270f5d0
wgengine/magicsock: improve SCION socket management and reconnection …
tjohn327 Mar 10, 2026
12cdd7d
wgengine/magicsock: refactor SCION mulitple path management
tjohn327 Mar 10, 2026
1f7c979
wgengine/magicsock: enhance SCION path handling with cached destinati…
tjohn327 Mar 10, 2026
ca1fe18
wgengine/magicsock: implement SCION fast-path checksum and header ser…
tjohn327 Mar 10, 2026
95a135e
cmd/{containerboot,k8s-operator}: reissue auth keys for broken proxie…
tomhjp Mar 11, 2026
70de111
wgengine/magicsock: fix three race conditions in TestTwoDevicePing
bradfitz Mar 9, 2026
607d01c
net/batching: clarify & simplify single packet read limitations
jwhited Mar 11, 2026
dd1da0b
wgengine: search randomly for unused port instead of in contiguous ra…
kari-ts Mar 11, 2026
4c7c109
netns: add Android callback to bind socket to network (#18915)
kari-ts Mar 11, 2026
073a9a8
wgengine{,/magicsock}: add DERP hooks for filtering+sending packets
bradfitz Mar 11, 2026
0c53cf7
.github: Bump actions/upload-artifact from 6.0.0 to 7.0.0
dependabot[bot] Mar 2, 2026
224305b
.github: Bump actions/download-artifact from 7.0.0 to 8.0.0
dependabot[bot] Mar 2, 2026
0a4e0e2
.github: Bump github/codeql-action from 4.32.5 to 4.32.6
dependabot[bot] Mar 9, 2026
becc5be
wgengine/magicsock: implement SCION batch receive and parsing enhance…
tjohn327 Mar 12, 2026
0865a92
wgengine/magicsock: enhance SCION underlay support for IPv6
tjohn327 Mar 12, 2026
be62e6d
tsnet: make tsnet fallback to control url from environment
kradalby Mar 11, 2026
7412fc0
flake.nix: update build to use buildGo126Module (#18977)
mikeodr Mar 12, 2026
a1933d2
wgengine/magicsock: implement embedded SCION connection handling
tjohn327 Mar 12, 2026
632e14f
wgengine/magicsock: enhance SCION topology path resolution
tjohn327 Mar 12, 2026
dd480f0
gokrazy: fix busybox breakglass support, add test
bradfitz Mar 10, 2026
0e99825
wgengine/magicsock: implement local IP resolution for SCION underlay
tjohn327 Mar 13, 2026
904088d
wgengine/magicsock: update SCION dependencies and enhance topology ha…
tjohn327 Mar 13, 2026
53d0d11
wgengine/magicsock: enhance SCION path health tracking and probing
tjohn327 Mar 13, 2026
fffafe7
wgengine/magicsock: add default bootstrap server URLs for SCIERA (OVG…
tjohn327 Mar 13, 2026
621f719
cmd/k8s-operator: fix Service reconcile triggers for default ProxyCla…
tomhjp Mar 13, 2026
5dc32b1
wgengine/magicsock: implement SCION feature support and refactor
tjohn327 Mar 13, 2026
e1fc208
wgengine/magicsock: refactor SCION environment variable handling - mi…
tjohn327 Mar 13, 2026
660a460
feature/conn25: Update ConnectorTransitIPRequest handling (#18979)
george-tailscale Mar 13, 2026
2df9517
wgengine/magicsock: add SCION bootstrap support for multiple platforms
tjohn327 Mar 13, 2026
32d2b4e
Merge branch 'tailscale:main' into scion-dev-daemon
tjohn327 Mar 13, 2026
f4c2fdf
wgengine/magicsock: add forceBootstrapSCION environment variable and …
tjohn327 Mar 13, 2026
27d6955
wgengine/magicsock: refactor SCION connection handling and update env…
tjohn327 Mar 13, 2026
f80e9a5
wgengine/magicsock: implement SCION dispatcher shim for legacy support
tjohn327 Mar 14, 2026
5d7eddd
wgengine/magicsock: update SCION path handling and add new tests
tjohn327 Mar 14, 2026
46d1db1
wgengine/magicsock: enhance SCION path formatting and handling
tjohn327 Mar 14, 2026
2e1c034
wgengine/magicsock: enhance SCION path re-evaluation logic and add tests
tjohn327 Mar 14, 2026
3b05dc7
wgengine/magicsock: improve SCION address logging and enhance path st…
tjohn327 Mar 14, 2026
a622a1f
wgengine/magicsock: implement SCION path recovery logic and add corre…
tjohn327 Mar 14, 2026
24b492c
wgengine/magicsock: update SCION test environment variable handling
tjohn327 Mar 14, 2026
f030503
wgengine/magicsock: refactor SCION connection types and introduce new…
tjohn327 Mar 14, 2026
a613ce9
wgengine/magicsock: harden SCION code for cross-platform safety
tjohn327 Mar 15, 2026
46e6871
ipnstate, magicsock: add SCIONPathInfo to PeerStatus
tjohn327 Mar 15, 2026
4650bf4
magicsock: add ReconfigureSCION and SCIONStatus for Android runtime c…
tjohn327 Mar 15, 2026
eab9c9c
localapi: add scion-status endpoint
tjohn327 Mar 15, 2026
5d3306a
magicsock: force fresh bootstrap in ReconfigureSCION
tjohn327 Mar 15, 2026
cb6e59b
magicsock: always register SCION receive funcs for mid-session connect
tjohn327 Mar 15, 2026
c1007f7
magicsock: nil pconnSCION after close to prevent use-after-close
tjohn327 Mar 15, 2026
71451f4
magicsock: don't report SCION paths when disconnected
tjohn327 Mar 15, 2026
0703859
magicsock: discover SCION peers and re-advertise after mid-session co…
tjohn327 Mar 15, 2026
833b696
magicsock: use atomic.Pointer for pconnSCION to fix data race
tjohn327 Mar 16, 2026
9360383
magicsock: make retrySCIONConnect async in ReconfigureSCION
tjohn327 Mar 16, 2026
6f205d4
magicsock: reduce receiveSCIONShim polling when no shim exists
tjohn327 Mar 16, 2026
6bb89ea
Add batch read and write support for SCION (#1)
tjohn327 Mar 16, 2026
a59ac25
Revert "Add batch read and write support for SCION (#1)"
tjohn327 Mar 16, 2026
684769e
Merge pull request #3 from tjohn327/revert-1-scion-dev-batch
tjohn327 Mar 16, 2026
268baa9
Merge pull request #4 from tjohn327/scion-dev-android
tjohn327 Mar 16, 2026
670eeb1
branding: rename packages to tailscale-scion, add NOTICE, fix license
tjohn327 Mar 16, 2026
ba11956
ci: add cross-platform release workflow for GitHub Releases
tjohn327 Mar 16, 2026
8d98e55
ci: fix arm64 build - don't set GOARCH on dist tool
tjohn327 Mar 16, 2026
d552ad6
ci: use full checkout and TS_USE_TOOLCHAIN=0 for dist build
tjohn327 Mar 16, 2026
5c29e30
dist: disable gocross to fix deb/rpm build in CI
tjohn327 Mar 16, 2026
18d131d
dist: fix deb/rpm build by suppressing set -x in tool/go
tjohn327 Mar 17, 2026
dc4cd2e
docs: add SCION architecture docs, README, and fix IPv6 address format
tjohn327 Mar 17, 2026
1f05c7e
docs: add Releases section to README and CLI docs link to release notes
tjohn327 Mar 17, 2026
9867205
ci: remove upstream Tailscale workflows that fail on fork
tjohn327 Mar 17, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 0 additions & 34 deletions .github/workflows/checklocks.yml

This file was deleted.

73 changes: 0 additions & 73 deletions .github/workflows/cigocacher.yml

This file was deleted.

83 changes: 0 additions & 83 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/docker-base.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/workflows/docker-file-build.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/flakehub-publish-tagged.yml

This file was deleted.

47 changes: 0 additions & 47 deletions .github/workflows/golangci-lint.yml

This file was deleted.

51 changes: 0 additions & 51 deletions .github/workflows/govulncheck.yml

This file was deleted.

Loading