You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/net/packet
Andrew Dunham 1c972bc7cb wgengine/magicsock: actually use AF_PACKET socket for raw disco
Previously, despite what the commit said, we were using a raw IP socket
that was *not* an AF_PACKET socket, and thus was subject to the host
firewall rules. Switch to using a real AF_PACKET socket to actually get
the functionality we want.

Updates #13140

Signed-off-by: Andrew Dunham <andrew@du.nham.ca>
Change-Id: If657daeeda9ab8d967e75a4f049c66e2bca54b78
2 months ago
..
checksum net/packet/checksum: fix v6 NAT 3 months ago
doc.go all: update copyright and license headers 2 years ago
header.go all: update copyright and license headers 2 years ago
icmp.go all: update copyright and license headers 2 years ago
icmp4.go net/packet: allow more ICMP errors 7 months ago
icmp6.go net/packet: allow more ICMP errors 7 months ago
icmp6_test.go all: update copyright and license headers 2 years ago
ip4.go all: update copyright and license headers 2 years ago
ip6.go all: update copyright and license headers 2 years ago
packet.go wgengine/magicsock: actually use AF_PACKET socket for raw disco 2 months ago
packet_test.go all: use Go 1.22 range-over-int 6 months ago
tsmp.go net/flowtrack: optimize Tuple type for use as map key 4 months ago
tsmp_test.go all: update copyright and license headers 2 years ago
udp4.go all: update copyright and license headers 2 years ago
udp6.go all: update copyright and license headers 2 years ago