summaryrefslogtreecommitdiffhomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-08-16net/art: move child table pointers out of strideEntryDavid Anderson3-49/+50
2023-08-11net/netcheck,wgengine/magicsock: reduce coupling between netcheck and magicsockJames Tucker3-121/+142
2023-08-11ipn/ipnlocal,net/tsdial: update docs/rename funcsMaisem Ali1-2/+4
2023-08-09cmd/tailscale: refactor shared utility methodsWill Norris1-0/+93
2023-08-08derp, net/dns/recursive: use Go 1.21 minBrad Fitzpatrick1-8/+0
2023-08-01ipnlocal, net/*: deprecate interfaces.GetState, use netmon more for itBrad Fitzpatrick3-7/+7
2023-07-28all: update exp/slices and fix call sitesDavid Anderson4-21/+20
2023-07-24net/art: use more intelligible, go-ish state tracking in table.GetDavid Anderson1-10/+10
2023-07-24net/art: use encoding/binary for address bit twiddlingDavid Anderson1-4/+3
2023-07-24net/art: move slice closer to its useDavid Anderson1-3/+2
2023-07-24net/art: factor out picking the right strideTable for addr familyDavid Anderson1-18/+13
2023-07-24net/art: make Table.Get alloc-freeDavid Anderson1-2/+14
2023-07-24net/art: document return value of strideTable.deleteDavid Anderson1-1/+3
2023-07-24net/art: reword confusing function docstringDavid Anderson1-2/+2
2023-07-24net/art: use "index", not "idx" in function namesDavid Anderson2-8/+4
2023-07-24net/art: document valid values of strideTable.prefixDavid Anderson1-2/+5
2023-07-24net/art: fix comment typoDavid Anderson1-1/+1
2023-07-24net/art: fix slowPrefixTable bugs found by fuzzingDavid Anderson1-2/+4
2023-07-24net/art: add another consistency test for insert/deleteDavid Anderson1-0/+29
2023-07-24net/art: add more exhaustive table testingDavid Anderson1-12/+705
2023-07-24net/art: fix format of debug outputDavid Anderson1-1/+1
2023-07-24net/art: add debug hooks to strideTableDavid Anderson2-4/+17
2023-07-24net/art: implement path compression optimizationDavid Anderson2-72/+569
2023-07-24net/art: make each strideTable track the IP prefix it representsDavid Anderson3-8/+59
2023-07-24net/art: fix running tests outside of CIDavid Anderson1-0/+1
2023-07-23net/dns: overwrite /tmp/resolv.conf on gokrazyMichael Stapelberg3-5/+22
2023-07-20net/dns: detect when libnss_resolve is usedAnton Tolchanov2-21/+91
2023-07-18net/netcheck: ignore PreferredDERP changes that are smallAndrew Dunham2-5/+42
2023-07-13net/netcheck, tailcfg: add DERPHomeParams and use itAndrew Dunham2-12/+81
2023-07-10net/dnsfallback: run recursive resolver and compare resultsAndrew Dunham1-1/+70
2023-07-06tstest: prepare for Clock API changesAdrian Dewhurst2-4/+4
2023-06-27net/tcpinfo: add package to allow fetching TCP informationAndrew Dunham5-0/+196
2023-06-27util/linuxfw: decoupling IPTables logic from linux routerKevinLiang102-51/+2
2023-06-27net/netutil: parse IP forwarding val as int, not bool (#8455)Ross Zurowski1-1/+8
2023-06-27all: adjust case of "IPv4" and "IPv6"Brad Fitzpatrick2-2/+2
2023-06-19go.mod, net/dns/recursive: update github.com/miekg/dnsAndrew Dunham1-5/+1
2023-06-12net/memnet: add optional Listener.NewConn config knobBrad Fitzpatrick1-1/+12
2023-06-11net/tstun, tsnet: make happier on WASIBrad Fitzpatrick1-1/+1
2023-06-09net/dns/recursive: add initial implementation of recursive DNS resolverAndrew Dunham2-0/+1381
2023-06-07all: use cmpx.Or where it made senseBrad Fitzpatrick2-12/+7
2023-06-05net/dnscache: use PreferGo on Windows.Denton Gentry1-4/+0
2023-05-10net/netcheck: reenable TestBasic on WindowsJames Tucker1-4/+0
2023-05-09net/sockstats: wait before reporting battery usageWill Norris2-7/+23
2023-05-05net/netns: fix segv when no tailscale interface is foundJames Tucker1-1/+1
2023-05-04tsd: add package with System type to unify subsystem init, discoveryBrad Fitzpatrick1-1/+4
2023-05-02net/tstun: handle exit nodes in NAT configsMaisem Ali2-33/+74
2023-04-26net/ping,netcheck: add v6 pinging capabilities to pinger (#7971)Charlotte Brandhorst-Satzkorn3-60/+242
2023-04-24net/packet: add NAT support for DCCP and GREMaisem Ali2-8/+44
2023-04-22net/netcheck: fix crash when IPv6 kinda but not really worksBrad Fitzpatrick1-0/+11
2023-04-21net/tstun: add tests for captureHookAndrew Dunham2-8/+115