summaryrefslogtreecommitdiffhomepage
path: root/wgengine
AgeCommit message (Expand)AuthorFilesLines
2023-11-13wgengine/magicsock: fix typo in endpoint.sendDiscoPing() docs (#10232)Jordan Whited1-1/+1
2023-11-13control/controlknobs,wgengine/magicsock: implement SilentDisco toggle (#10195)Jordan Whited2-1/+31
2023-11-06wgengine/magicsock: handle wireguard only clean up and log messagesCharlotte Brandhorst-Satzkorn1-3/+9
2023-11-01wgengine/netstack: standardize var names in UpdateNetstackIPsMaisem Ali1-31/+37
2023-11-01wgengine/netstack: remove unnecessary map in UpdateNetstackIPsMaisem Ali1-6/+4
2023-11-01wgengine/netstack: use netip.Prefix as map keysMaisem Ali1-20/+19
2023-10-24wgnengine: remove unused field in userspaceEngineJames Tucker1-2/+1
2023-10-23wgengine/magicsock: close disco listeners on Conn.Close, fix Linux root TestN...Brad Fitzpatrick1-0/+6
2023-10-23wgengine/netstack: only add addresses to correct protocolsJames Tucker1-2/+6
2023-10-18wgengine/magicsock: simplify tryEnableUDPOffload() (#9872)Jordan Whited1-5/+1
2023-10-14tstest/integration: add tests for tun mode (requiring root)Brad Fitzpatrick1-2/+2
2023-10-14wgengine/magicsock: fix data race regression in disco ping callbacksBrad Fitzpatrick2-21/+33
2023-10-14cmd/tailscaled,net/tstun: fix data race on start-up in TUN modeMaisem Ali1-0/+1
2023-10-11wgengine/filter: use slices.Contains in another placeBrad Fitzpatrick1-11/+3
2023-10-11cmd/containerboot: use linuxfw.NetfilterRunnerMaisem Ali1-0/+16
2023-10-10util/linuxfw: move detection logicMaisem Ali2-205/+5
2023-10-09wgengine/magicsock: add probed MTU metricsVal2-11/+43
2023-10-09disco,net/tstun,wgengine/magicsock: probe peer MTUVal4-24/+59
2023-10-06cmd/tailscale, magicsock: add debug command to flip DERP homesBrad Fitzpatrick1-0/+27
2023-10-06tstest: make ResourceCheck panic on parallel testsBrad Fitzpatrick1-1/+2
2023-10-03wgengine/magicsock: use binary.NativeEndian for UDP GSO control data (#9640)Jordan Whited1-6/+2
2023-10-02wgengine/magicsock: probe but don't use path MTU from CLI pingVal2-5/+189
2023-10-02wgengine/magicsock: add MTU to addrLatency and rename to addrQualityVal2-14/+31
2023-10-01tailcfg, all: use []netip.AddrPort instead of []string for EndpointsBrad Fitzpatrick3-36/+28
2023-09-30util/slicesx: add EqualSameNil, like slices.Equal but same nilnessBrad Fitzpatrick1-26/+2
2023-09-29cmd/cloner,*: revert: optimize nillable slice clonerJames Tucker2-6/+10
2023-09-29cmd/cloner,*: optimize nillable slice clonerJames Tucker2-10/+6
2023-09-29wgengine/magicsock: use x/sys/unix constants for UDP GSO (#9597)Jordan Whited1-12/+5
2023-09-28wgengine/netstack: refactor address construction and conversionAndrea Barisani1-18/+14
2023-09-28go.mod,*: bump gvisorAndrea Barisani1-21/+18
2023-09-27wgengine/magicsock: add nodeid to panic condition on public key reuseJames Tucker1-1/+1
2023-09-26wgengine,net,ipn,disco: split up and define different types of MTUVal3-14/+23
2023-09-26wgengine/netstack: use buffer pools for UDP packet forwardingVal1-5/+17
2023-09-25net/dns: retry forwarder requests over TCPAndrew Dunham2-2/+2
2023-09-23wgengine/magicsock, controlclient, net/dns: reduce some logspamBrad Fitzpatrick1-3/+3
2023-09-22Revert "wgengine/netstack: use buffer pools for UDP packet forwarding"Val1-17/+5
2023-09-22Revert "wgengine,net,ipn,disco: split up and define different types of MTU"Val3-23/+14
2023-09-22wgengine,net,ipn,disco: split up and define different types of MTUVal3-14/+23
2023-09-22wgengine/netstack: use buffer pools for UDP packet forwardingVal1-5/+17
2023-09-21control,tailcfg,wgengine/magicsock: add nodeAttr to enable/disable peer MTUVal2-0/+92
2023-09-21wgengine/magicsock: replace CanPMTUD() with ShouldPMTUD()Val7-20/+128
2023-09-21wgengine/magicsock: improve don't fragment bit set/get supportVal8-46/+159
2023-09-21wgengine/magicsock: fix don't fragment setsockopt arg for IPv6 on linuxVal1-1/+1
2023-09-21wgengine/magicsock: rename debugPMTUD() to debugEnablePMTUD()Val4-5/+8
2023-09-21wgengine/magicsock: rename files for peer MTUVal3-0/+0
2023-09-18all: declare & plumb IPv6 masquerade address for peerTom DNetto3-0/+6
2023-09-18tailcfg: add Node.HasCap helpersMaisem Ali1-2/+1
2023-09-18tailcfg: add RawMessageMaisem Ali2-10/+3
2023-09-18types/netmap: remove NetworkMap.{Addresses,MachineStatus}Brad Fitzpatrick4-21/+32
2023-09-17tailcfg: define a type for NodeCapabilityMaisem Ali1-1/+1