| 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 | -10/+24 |
| 2025-06-05 | net/packet: fix Parsed docs (#16200) | Jordan Whited | 1 | -3/+4 |
| 2025-01-24 | feature/capture: move packet capture to feature/*, out of iOS + CLI | Brad Fitzpatrick | 1 | -8/+0 |
| 2024-09-03 | wgengine/magicsock: actually use AF_PACKET socket for raw disco | Andrew Dunham | 1 | -0/+5 |
| 2024-04-02 | net/packet: allow more ICMP errors | James Tucker | 1 | -2/+2 |
| 2023-10-11 | net/packet: split off checksum munging into different pkg | Maisem Ali | 1 | -184/+0 |
| 2023-10-02 | net/packet: implement methods for rewriting v6 addresses | Tom DNetto | 1 | -17/+69 |
| 2023-04-24 | net/packet: add NAT support for DCCP and GRE | Maisem Ali | 1 | -8/+31 |
| 2023-04-06 | net, wgengine/capture: encode NAT addresses in pcap stream | Tom DNetto | 1 | -0/+17 |
| 2023-03-23 | net/packet: add checksum update tests | Maisem Ali | 1 | -3/+7 |
| 2023-03-23 | net/tstun: add inital support for NAT v4 | Maisem Ali | 1 | -0/+100 |
| 2023-01-27 | all: update copyright and license headers | Will Norris | 1 | -3/+2 |
| 2023-01-14 | net/{packet,tstun},wgengine/filter: fix unknown IP protocol handling | Brad Fitzpatrick | 1 | -3/+8 |
| 2022-09-23 | net/packet: fix filtering of short IPv4 fragments | James Tucker | 1 | -4/+5 |
| 2022-08-02 | all: migrate more code code to net/netip directly | Brad Fitzpatrick | 1 | -2/+2 |
| 2022-07-25 | all: convert more code to use net/netip directly | Brad Fitzpatrick | 1 | -2/+2 |
| 2022-07-25 | net/netaddr: start migrating to net/netip via new netaddr adapter package | Brad Fitzpatrick | 1 | -25/+34 |
| 2022-05-03 | wgengine, net/packet, cmd/tailscale: add ICMP echo | James Tucker | 1 | -0/+23 |
| 2022-03-26 | net/packet, wgengine/netstack: remove workaround for old gvisor ECN bug | Brad Fitzpatrick | 1 | -57/+0 |
| 2022-01-19 | wgengine/netstack: clear TCP ECN bits before giving to gvisor | Brad Fitzpatrick | 1 | -10/+77 |
| 2022-01-19 | net/packet: fix typo in comment | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-12-09 | net/packet: add ICMP6Header, like ICMP4Header | Brad Fitzpatrick | 1 | -7/+9 |
| 2021-12-08 | net/packet: fix doc copy/paste-o | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-05-20 | net/packet: use netaddr AppendTo methods | Josh Bleecher Snyder | 1 | -31/+11 |
| 2021-05-16 | all: adapt to opaque netaddr types | Josh Bleecher Snyder | 1 | -30/+32 |
| 2021-03-24 | net/packet, wgengine/{filter,tstun}: add TSMP ping | Brad Fitzpatrick | 1 | -0/+13 |
| 2021-03-20 | net/packet, wgengine{,/filter}: remove net/packet IPProto forwarding consts | Brad Fitzpatrick | 1 | -48/+38 |
| 2021-03-20 | net/packet, wgengine/filter: support SCTP | Brad Fitzpatrick | 1 | -3/+32 |
| 2021-03-09 | wgengine/filter: only log packets to/from non-default routes. | David Anderson | 1 | -0/+6 |
| 2021-01-15 | net/packet, wgengine, tstun: add inter-node TSMP protocol for connect errors | Brad Fitzpatrick | 1 | -0/+8 |
| 2021-01-11 | net/packet: add TCPFlag type and some more constants | Brad Fitzpatrick | 1 | -6/+11 |
| 2020-12-22 | net/packet: remove the custom IP4/IP6 types in favor of netaddr.IP. | David Anderson | 1 | -70/+58 |
| 2020-11-13 | net/packet: remove unnecessary mark | Josh Bleecher Snyder | 1 | -1/+1 |
| 2020-11-13 | net/packet: speed up packet decoding | Josh Bleecher Snyder | 1 | -0/+2 |
| 2020-11-12 | net/packet: represent IP6 as two uint64s. | David Anderson | 1 | -2/+4 |
| 2020-11-12 | wgengine/filter: add full IPv6 support. | David Anderson | 1 | -0/+4 |
| 2020-11-10 | net/packet: documentation pass. | David Anderson | 1 | -21/+0 |
| 2020-11-10 | net/packet: fix panic on invalid IHL field. | David Anderson | 1 | -0/+5 |
| 2020-11-10 | net/packet: remove {get,put}{16,32} indirection to encoding/binary. | David Anderson | 1 | -23/+15 |
| 2020-11-10 | net/packet: support full IPv6 decoding. | David Anderson | 1 | -68/+173 |
| 2020-11-10 | net/packet: add IPv6 source and destination IPs to Parsed. | David Anderson | 1 | -8/+10 |
| 2020-11-09 | net/packet: s/ParsedPacket/Parsed/ to avoid package stuttering. | David Anderson | 1 | -15/+15 |
| 2020-11-09 | net/packet: rename from wgengine/packet. | David Anderson | 1 | -0/+343 |