summaryrefslogtreecommitdiffhomepage
path: root/net/packet/ip6.go
AgeCommit message (Expand)AuthorFilesLines
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-07-25all: convert more code to use net/netip directlyBrad Fitzpatrick1-3/+3
2022-07-25net/netaddr: start migrating to net/netip via new netaddr adapter packageBrad Fitzpatrick1-1/+1
2021-12-08net/packet: don't make IP6Header.marshalPseudo assume UDPBrad Fitzpatrick1-2/+2
2021-03-20net/packet, wgengine/filter: support SCTPBrad Fitzpatrick1-1/+2
2020-12-22net/packet: remove the custom IP4/IP6 types in favor of netaddr.IP.David Anderson1-50/+9
2020-12-19net/packet: add an IP6 constructor from a raw byte array.David Anderson1-2/+6
2020-11-12net/packet: represent IP6 as two uint64s.David Anderson1-9/+19
2020-11-12wgengine/filter: add full IPv6 support.David Anderson1-1/+70
2020-11-10net/packet: documentation pass.David Anderson1-0/+4
2020-11-10net/packet: support full IPv6 decoding.David Anderson1-0/+6
2020-11-10net/packet: add IPv6 source and destination IPs to Parsed.David Anderson1-0/+24