| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-12-02 | wgengine/filter: add protocol-agnostic packet checker (#10446) | Andrew Lytvynov | 1 | -5/+13 |
| 2023-10-11 | wgengine/filter: use slices.Contains in another place | Brad Fitzpatrick | 1 | -11/+3 |
| 2023-09-29 | cmd/cloner,*: revert: optimize nillable slice cloner | James Tucker | 1 | -3/+5 |
| 2023-09-29 | cmd/cloner,*: optimize nillable slice cloner | James Tucker | 1 | -5/+3 |
| 2023-09-18 | tailcfg: add RawMessage | Maisem Ali | 2 | -10/+3 |
| 2023-09-17 | tailcfg: define a type for NodeCapability | Maisem Ali | 1 | -1/+1 |
| 2023-09-14 | cmd/cloner: do not allocate slices when the source is nil | James Tucker | 1 | -6/+10 |
| 2023-08-17 | all: import x/exp/maps as xmaps to distinguish from Go 1.21 "maps" | Brad Fitzpatrick | 1 | -2/+2 |
| 2023-08-17 | all: use Go 1.21 slices, maps instead of x/exp/{slices,maps} | Brad Fitzpatrick | 2 | -2/+2 |
| 2023-07-25 | tailcfg,ipn/ipnlocal,wgengine: add values to PeerCapabilities | Maisem Ali | 5 | -20/+71 |
| 2023-03-04 | all: use tstest.Replace more | Maisem Ali | 1 | -8/+2 |
| 2023-01-27 | all: update copyright and license headers | Will Norris | 5 | -15/+10 |
| 2023-01-14 | net/{packet,tstun},wgengine/filter: fix unknown IP protocol handling | Brad Fitzpatrick | 1 | -8/+3 |
| 2023-01-14 | wgengine/filter: include IP proto number in unknown protocol errors | Brad Fitzpatrick | 1 | -2/+13 |
| 2023-01-14 | wgengine/filter: reorder RunOut disjunctive cases to match RunIn above | Brad Fitzpatrick | 1 | -1/+1 |
| 2023-01-11 | net/flowtrack,wgengine/filter: refactor Cache to use generics | Tom DNetto | 1 | -3/+3 |
| 2023-01-02 | util/codegen, all: use latest year, not time.Now, in generated files | Brad Fitzpatrick | 1 | -1/+1 |
| 2022-09-29 | all: fix spelling mistakes | Josh Soref | 2 | -4/+4 |
| 2022-08-02 | all: migrate more code code to net/netip directly | Brad Fitzpatrick | 2 | -2/+2 |
| 2022-08-02 | all: gofmt for Go 1.19 | Brad Fitzpatrick | 2 | -11/+11 |
| 2022-07-25 | all: convert more code to use net/netip directly | Brad Fitzpatrick | 4 | -48/+48 |
| 2022-07-25 | all: use various net/netip parse funcs directly | Brad Fitzpatrick | 2 | -23/+25 |
| 2022-07-25 | net/netaddr: start migrating to net/netip via new netaddr adapter package | Brad Fitzpatrick | 5 | -38/+42 |
| 2022-05-13 | wgengine/filter: preallocate some hot slices in MatchesFromFilterRules (#4672) | Tom | 2 | -3/+15 |
| 2022-05-06 | cmd/cloner,util/codegen: refactor cloner internals to allow reuse | Maisem Ali | 2 | -3/+2 |
| 2022-04-17 | all: add arbitrary capability support | Brad Fitzpatrick | 5 | -3/+161 |
| 2022-03-19 | all: use strings.Cut even more | Brad Fitzpatrick | 1 | -1/+1 |
| 2022-03-17 | all: use any instead of interface{} | Josh Bleecher Snyder | 1 | -1/+1 |
| 2022-03-16 | all: use Go 1.18's strings.Cut | Brad Fitzpatrick | 1 | -2/+1 |
| 2022-01-24 | envknob: add new package for all the strconv.ParseBool(os.Getenv(..)) | Brad Fitzpatrick | 1 | -2/+2 |
| 2021-12-05 | wgengine/filter: let unknown IPProto match if IP okay & match allows all ports | Brad Fitzpatrick | 3 | -18/+96 |
| 2021-11-29 | wgengine/filter: fix, test NewAllowAllForTest | Brad Fitzpatrick | 2 | -2/+14 |
| 2021-10-28 | all: use testingutil.MinAllocsPerRun | Josh Bleecher Snyder | 1 | -15/+13 |
| 2021-10-16 | cmd/cloner: mangle "go:generate" in cloner.go | Joe Tsai | 1 | -2/+2 |
| 2021-09-17 | cmd/cloner: add Clone context to regen struct assignments | Josh Bleecher Snyder | 1 | -1/+1 |
| 2021-09-15 | cmd/cloner: reduce diff noise when changing command | Josh Bleecher Snyder | 1 | -3/+3 |
| 2021-07-29 | tstime/rate: new package | Josh Bleecher Snyder | 2 | -2/+2 |
| 2021-06-25 | wgengine/filter: add a debug flag for filter logs (#2241) | Christine Dodrill | 1 | -0/+14 |
| 2021-06-02 | go.mod: update netaddr | Brad Fitzpatrick | 2 | -3/+7 |
| 2021-05-16 | all: adapt to opaque netaddr types | Josh Bleecher Snyder | 4 | -35/+33 |
| 2021-03-24 | net/packet, wgengine/{filter,tstun}: add TSMP ping | Brad Fitzpatrick | 1 | -0/+2 |
| 2021-03-20 | net/packet, wgengine{,/filter}: remove net/packet IPProto forwarding consts | Brad Fitzpatrick | 3 | -89/+88 |
| 2021-03-20 | net/packet, wgengine/filter: support SCTP | Brad Fitzpatrick | 5 | -33/+44 |
| 2021-03-19 | tailcfg: add FilterRule.IPProto | Brad Fitzpatrick | 5 | -13/+150 |
| 2021-03-09 | wgengine/filter: only log packets to/from non-default routes. | David Anderson | 2 | -9/+158 |
| 2021-02-22 | wgengine/filter: use IPSet for localNets instead of prefixes. | David Anderson | 2 | -27/+20 |
| 2021-02-17 | wgengine/filter: remove redundant code | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-01-22 | wgengine/filter: add a Clone method. | David Anderson | 2 | -0/+33 |
| 2021-01-22 | ipn, wgengine/filter: fix Shields Up recent regression and old bug | Brad Fitzpatrick | 1 | -2/+10 |
| 2021-01-15 | net/packet, wgengine, tstun: add inter-node TSMP protocol for connect errors | Brad Fitzpatrick | 1 | -3/+24 |