summaryrefslogtreecommitdiffhomepage
path: root/wgengine/pendopen.go
AgeCommit message (Expand)AuthorFilesLines
2021-07-29wgengine/magicsock: use mono.TimeJosh Bleecher Snyder1-1/+1
2021-06-11cmd/tailscale, wgengine, tailcfg: don't assume LastSeen is present [mapver 20]Brad Fitzpatrick1-6/+5
2021-05-16all: adapt to opaque netaddr typesJosh Bleecher Snyder1-4/+4
2021-05-05wgengine: fix pendopen debug to not track SYN+ACKs, show Node.Online stateBrad Fitzpatrick1-4/+23
2021-04-22wgengine: quiet connection failure diagnostics for exit nodesBrad Fitzpatrick1-0/+19
2021-03-26net/tstun: rename TUN to Wrapper.David Anderson1-2/+2
2021-03-26net/tstun: merge in wgengine/tstun.David Anderson1-1/+1
2021-03-22wgengine{,/magicsock}: fix, improve "tailscale ping" to default routes and su...Brad Fitzpatrick1-3/+7
2021-03-20net/packet, wgengine{,/filter}: remove net/packet IPProto forwarding constsBrad Fitzpatrick1-3/+4
2021-03-20net/packet, wgengine/filter: support SCTPBrad Fitzpatrick1-2/+2
2021-03-16wgengine: don't diagnose iOS NWPathMonitor connection probe timeoutsBrad Fitzpatrick1-0/+13
2021-02-04ipn: split LocalBackend off into new ipn/ipnlocal packageBrad Fitzpatrick1-1/+2
2021-02-04wgengine: access flow pending problem with lock heldBrad Fitzpatrick1-2/+3
2021-02-04net/packet: add some more TSMP packet reject reasons and MaybeBroken bitBrad Fitzpatrick1-2/+26
2021-01-15net/packet, wgengine, tstun: add inter-node TSMP protocol for connect errorsBrad Fitzpatrick1-18/+30
2021-01-11wgengine: on TCP connect fail/timeout, log some clues about why it failedBrad Fitzpatrick1-0/+157