summaryrefslogtreecommitdiffhomepage
path: root/net/packet/ip4.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
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-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-44/+16
2020-11-16wgengine/filter: don't filter GCP DNS.David Anderson1-0/+7
2020-11-10net/packet: documentation pass.David Anderson1-31/+65
2020-11-10net/packet: remove NewIP, offer only a netaddr constructor.David Anderson1-12/+1
2020-11-10net/packet: remove {get,put}{16,32} indirection to encoding/binary.David Anderson1-13/+14
2020-11-10net/packet: support full IPv6 decoding.David Anderson1-43/+8
2020-11-09net/packet: rename from wgengine/packet.David Anderson1-0/+148