summaryrefslogtreecommitdiffhomepage
path: root/wgengine/netstack/netstack_test.go
AgeCommit message (Expand)AuthorFilesLines
2023-05-04tsd: add package with System type to unify subsystem init, discoveryBrad Fitzpatrick1-24/+18
2023-03-23all: pass log IDs as the proper type rather than stringsWill Norris1-2/+3
2023-01-30ipn/ipnlocal: drop not required StateKey parameterMaisem Ali1-2/+2
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2023-01-19wgengine/netstack: fix data race in testsAndrew Dunham1-6/+2
2022-12-23wgengine/netstack: change netstack API to require LocalBackendClaire Wang1-46/+41
2022-12-22wgengine/netstack: delete some dead code, old comment, use atomic int typesBrad Fitzpatrick1-3/+2
2022-12-20go.mod, etc: bump gvisorandig1-10/+0
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-08wgengine/netstack: optimize shouldProcessInbound, avoiding 4via6 lookupsBrad Fitzpatrick1-1/+9
2022-11-08wgengine/netstack: add tests for shouldProcessInboundAndrew Dunham1-0/+221
2022-09-21wgengine/netstack: always respond to 4via6 echo requests (#5712)Andrew Dunham1-30/+33
2022-09-21wgengine/netstack: handle 4via6 packets when pinging (#5709)Andrew Dunham1-0/+165
2022-07-25all: convert more code to use net/netip directlyBrad Fitzpatrick1-2/+2
2022-07-25net/netaddr: start migrating to net/netip via new netaddr adapter packageBrad Fitzpatrick1-1/+1
2022-04-30assorted: documentation and readability fixesTom DNetto1-2/+2
2022-04-30net/tstun,wgengine/{.,netstack}: handle UDP magicDNS traffic in netstackTom DNetto1-2/+2
2022-04-07wgengine/netstack: disable refsvfs2 leak tracking (#4378)James Tucker1-0/+10
2022-03-17all: use any instead of interface{}Josh Bleecher Snyder1-1/+1
2022-01-19wgengine/netstack: add a missing refcount decrement after packet injectionBrad Fitzpatrick1-0/+76
2021-11-30net/tsdial: start of new package to unify all outbound dialing complexityBrad Fitzpatrick1-112/+0
2021-06-28wgengine/netstack: make SOCKS5 resolve names to IPv6 if self node when no IPv4Brad Fitzpatrick1-0/+112