| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-01-23 | all: remove AUTHORS file and references to it | Will Norris | 1 | -1/+1 |
| 2025-06-13 | net/packet: cleanup IPv4 fragment guards | James Tucker | 1 | -0/+122 |
| 2024-04-16 | all: use Go 1.22 range-over-int | Brad Fitzpatrick | 1 | -2/+2 |
| 2023-12-20 | all: cleanup unused code, part 1 (#10661) | Andrew Lytvynov | 1 | -23/+0 |
| 2023-10-11 | net/packet: split off checksum munging into different pkg | Maisem Ali | 1 | -185/+0 |
| 2023-10-02 | net/packet: implement methods for rewriting v6 addresses | Tom DNetto | 1 | -1/+106 |
| 2023-04-24 | net/packet: add NAT support for DCCP and GRE | Maisem Ali | 1 | -0/+13 |
| 2023-03-23 | net/packet: add checksum update tests | Maisem Ali | 1 | -0/+67 |
| 2023-01-27 | all: update copyright and license headers | Will Norris | 1 | -3/+2 |
| 2023-01-14 | net/{packet,tstun}: fix typo in test helper docs | Brad Fitzpatrick | 1 | -1/+1 |
| 2023-01-14 | net/{packet,tstun},wgengine/filter: fix unknown IP protocol handling | Brad Fitzpatrick | 1 | -0/+38 |
| 2022-09-23 | net/packet: fix filtering of short IPv4 fragments | James Tucker | 1 | -12/+67 |
| 2022-07-25 | all: convert more code to use net/netip directly | Brad Fitzpatrick | 1 | -2/+1 |
| 2022-07-25 | all: use various net/netip parse funcs directly | Brad Fitzpatrick | 1 | -1/+2 |
| 2022-07-25 | net/netaddr: start migrating to net/netip via new netaddr adapter package | Brad Fitzpatrick | 1 | -1/+1 |
| 2022-03-26 | net/packet, wgengine/netstack: remove workaround for old gvisor ECN bug | Brad Fitzpatrick | 1 | -56/+0 |
| 2022-01-19 | wgengine/netstack: clear TCP ECN bits before giving to gvisor | Brad Fitzpatrick | 1 | -0/+56 |
| 2021-10-28 | all: use testingutil.MinAllocsPerRun | Josh Bleecher Snyder | 1 | -6/+7 |
| 2021-05-20 | net/packet: add BenchmarkString | Josh Bleecher Snyder | 1 | -3/+31 |
| 2021-03-20 | net/packet, wgengine{,/filter}: remove net/packet IPProto forwarding consts | Brad Fitzpatrick | 1 | -0/+13 |
| 2021-03-20 | net/packet, wgengine/filter: support SCTP | Brad Fitzpatrick | 1 | -0/+35 |
| 2021-01-15 | net/packet, wgengine, tstun: add inter-node TSMP protocol for connect errors | Brad Fitzpatrick | 1 | -3/+43 |
| 2020-12-22 | net/packet: remove the custom IP4/IP6 types in favor of netaddr.IP. | David Anderson | 1 | -79/+23 |
| 2020-12-22 | go.mod: bump inet.af/netaddr to non-allocating version | Brad Fitzpatrick | 1 | -1/+1 |
| 2020-11-12 | wgengine/filter: add full IPv6 support. | David Anderson | 1 | -0/+26 |
| 2020-11-10 | net/packet: remove NewIP, offer only a netaddr constructor. | David Anderson | 1 | -2/+1 |
| 2020-11-10 | net/packet: fix panic on invalid IHL field. | David Anderson | 1 | -1/+24 |
| 2020-11-10 | net/packet: support full IPv6 decoding. | David Anderson | 1 | -53/+157 |
| 2020-11-10 | net/packet: add IPv6 source and destination IPs to Parsed. | David Anderson | 1 | -10/+10 |
| 2020-11-10 | net/packet: record allocations in benchmark. | David Anderson | 1 | -0/+1 |
| 2020-11-09 | net/packet: s/ParsedPacket/Parsed/ to avoid package stuttering. | David Anderson | 1 | -13/+13 |
| 2020-11-09 | net/packet: rename from wgengine/packet. | David Anderson | 1 | -0/+349 |