summaryrefslogtreecommitdiffhomepage
path: root/wgengine/netstack
AgeCommit message (Expand)AuthorFilesLines
2023-03-07tsnet: only intercept TCP flows that have listenersMaisem Ali1-10/+25
2023-03-05wgengine/netstack: add support for custom UDP flow handlersBrad Fitzpatrick1-6/+33
2023-02-01all: use Go 1.20's bytes.CloneBrad Fitzpatrick1-2/+3
2023-01-30ipn/ipnlocal: drop not required StateKey parameterMaisem Ali1-2/+2
2023-01-27all: update copyright and license headersWill Norris4-12/+8
2023-01-19wgengine/netstack: fix data race in testsAndrew Dunham1-6/+2
2022-12-23wgengine/netstack: change netstack API to require LocalBackendClaire Wang2-53/+46
2022-12-22wgengine/netstack: delete some dead code, old comment, use atomic int typesBrad Fitzpatrick2-13/+7
2022-12-20go.mod, etc: bump gvisorandig2-22/+9
2022-11-22ipn/ipnlocal: call checkPrefs in Start tooMaisem Ali1-5/+10
2022-11-11ipn/ipnlocal: add support for multiple user profilesMaisem Ali1-11/+6
2022-11-09ipn/ipnlocal: add start of handling TCP proxyingBrad Fitzpatrick1-4/+9
2022-11-08wgengine/netstack: optimize shouldProcessInbound, avoiding 4via6 lookupsBrad Fitzpatrick2-3/+11
2022-11-08ipn/ipnlocal, wgengine/netstack: start handling ports for future servingbradfitz/port_interceptBrad Fitzpatrick1-3/+10
2022-11-08wgengine/netstack: add tests for shouldProcessInboundAndrew Dunham1-0/+221
2022-11-08wgengine/netstack: fix shouldProcessInbound peerapi non-SYN handlingBrad Fitzpatrick1-15/+15
2022-11-02wgengine/netstack: remove old unused handleSSH hookBrad Fitzpatrick1-4/+0
2022-10-31wgengine/netstack: use 72h as the KeepAlive Idle time for Tailscale SSHMaisem Ali1-4/+13
2022-10-25wgengine/netstack: enable TCP SACK (#6066)Jordan Whited1-0/+5
2022-09-26all: fix resource leaks with missing .Close() callsEmmanuel T Odeke1-0/+3
2022-09-21wgengine/netstack: always respond to 4via6 echo requests (#5712)Andrew Dunham2-49/+68
2022-09-21wgengine/netstack: handle 4via6 packets when pinging (#5709)Andrew Dunham2-2/+208
2022-09-15envknob: support changing envknobs post-initBrad Fitzpatrick1-9/+9
2022-09-06wgengine/netstack: only accept connection after dialing (#5503)Andrew Dunham1-34/+84
2022-08-04all: use syncs.AtomicValueMaisem Ali1-2/+2
2022-08-02all: migrate code from netaddr.FromStdAddr to Go 1.18Brad Fitzpatrick1-4/+17
2022-08-02all: migrate more code code to net/netip directlyBrad Fitzpatrick1-3/+4
2022-07-25all: convert more code to use net/netip directlyBrad Fitzpatrick2-26/+27
2022-07-25net/netaddr: start migrating to net/netip via new netaddr adapter packageBrad Fitzpatrick2-26/+26
2022-07-21go.mod: bump gvisor.dev/gvisorMaisem Ali1-6/+5
2022-06-28wgengine/netstack: close ipstack when netstack.Impl is closedkylecarbs1-0/+1
2022-06-02wgengine/netstack: replace a 1500 with a const + docBrad Fitzpatrick1-1/+6
2022-06-01wgengine/netstack: make netstack MTU be 1280 alsoBrad Fitzpatrick1-2/+2
2022-05-20wgengine/netstack: handle multiple magicDNS queries per UDP socket (#4708)Tom1-11/+26
2022-05-06wgengine/netstack, ipn/ipnlocal: serve http://100.100.100.100/Brad Fitzpatrick1-0/+5
2022-05-05net/dns, wgengine: implement DNS over TCP (#4598)Tom1-0/+18
2022-05-04*: use WireGuard where logged, printed or namedJames Tucker1-1/+1
2022-04-30assorted: documentation and readability fixesTom DNetto1-2/+2
2022-04-30net/tstun,wgengine/{.,netstack}: handle UDP magicDNS traffic in netstackTom DNetto2-11/+121
2022-04-30cmd/tailscaled,ipn/ipnlocal,wgengine/...: pass dns.Manager into netstackTom DNetto1-1/+4
2022-04-26wgengine/netstack: always set TCP keepaliveJames Tucker1-0/+15
2022-04-15ssh/tailssh: make the SSH server a singleton, register with LocalBackendBrad Fitzpatrick2-17/+2
2022-04-15tailcfg, ssh/tailssh: optionally support SSH public keys in wire policyBrad Fitzpatrick1-2/+0
2022-04-11net/tsaddr, wgengine/netstack: add IPv6 range that forwards to site-relative ...Brad Fitzpatrick1-0/+14
2022-04-07wgengine/netstack: disable refsvfs2 leak tracking (#4378)James Tucker2-0/+26
2022-03-26net/packet, wgengine/netstack: remove workaround for old gvisor ECN bugBrad Fitzpatrick1-1/+0
2022-03-21wgengine: inject packetbuffers rather than bytes (#4220)James Tucker1-8/+5
2022-03-17all: use any instead of interface{}Josh Bleecher Snyder1-1/+1
2022-02-24ssh: make it build on darwinBrad Fitzpatrick1-2/+2
2022-02-15ssh/tailssh: move SSH code from wgengine/netstack to this new packageBrad Fitzpatrick2-145/+13