summaryrefslogtreecommitdiffhomepage
path: root/net/packet/packet_test.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-06-13net/packet: cleanup IPv4 fragment guardsJames Tucker1-0/+122
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick1-2/+2
2023-12-20all: cleanup unused code, part 1 (#10661)Andrew Lytvynov1-23/+0
2023-10-11net/packet: split off checksum munging into different pkgMaisem Ali1-185/+0
2023-10-02net/packet: implement methods for rewriting v6 addressesTom DNetto1-1/+106
2023-04-24net/packet: add NAT support for DCCP and GREMaisem Ali1-0/+13
2023-03-23net/packet: add checksum update testsMaisem Ali1-0/+67
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2023-01-14net/{packet,tstun}: fix typo in test helper docsBrad Fitzpatrick1-1/+1
2023-01-14net/{packet,tstun},wgengine/filter: fix unknown IP protocol handlingBrad Fitzpatrick1-0/+38
2022-09-23net/packet: fix filtering of short IPv4 fragmentsJames Tucker1-12/+67
2022-07-25all: convert more code to use net/netip directlyBrad Fitzpatrick1-2/+1
2022-07-25all: use various net/netip parse funcs directlyBrad Fitzpatrick1-1/+2
2022-07-25net/netaddr: start migrating to net/netip via new netaddr adapter packageBrad Fitzpatrick1-1/+1
2022-03-26net/packet, wgengine/netstack: remove workaround for old gvisor ECN bugBrad Fitzpatrick1-56/+0
2022-01-19wgengine/netstack: clear TCP ECN bits before giving to gvisorBrad Fitzpatrick1-0/+56
2021-10-28all: use testingutil.MinAllocsPerRunJosh Bleecher Snyder1-6/+7
2021-05-20net/packet: add BenchmarkStringJosh Bleecher Snyder1-3/+31
2021-03-20net/packet, wgengine{,/filter}: remove net/packet IPProto forwarding constsBrad Fitzpatrick1-0/+13
2021-03-20net/packet, wgengine/filter: support SCTPBrad Fitzpatrick1-0/+35
2021-01-15net/packet, wgengine, tstun: add inter-node TSMP protocol for connect errorsBrad Fitzpatrick1-3/+43
2020-12-22net/packet: remove the custom IP4/IP6 types in favor of netaddr.IP.David Anderson1-79/+23
2020-12-22go.mod: bump inet.af/netaddr to non-allocating versionBrad Fitzpatrick1-1/+1
2020-11-12wgengine/filter: add full IPv6 support.David Anderson1-0/+26
2020-11-10net/packet: remove NewIP, offer only a netaddr constructor.David Anderson1-2/+1
2020-11-10net/packet: fix panic on invalid IHL field.David Anderson1-1/+24
2020-11-10net/packet: support full IPv6 decoding.David Anderson1-53/+157
2020-11-10net/packet: add IPv6 source and destination IPs to Parsed.David Anderson1-10/+10
2020-11-10net/packet: record allocations in benchmark.David Anderson1-0/+1
2020-11-09net/packet: s/ParsedPacket/Parsed/ to avoid package stuttering.David Anderson1-13/+13
2020-11-09net/packet: rename from wgengine/packet.David Anderson1-0/+349