summaryrefslogtreecommitdiffhomepage
path: root/wgengine/filter/match.go
AgeCommit message (Expand)AuthorFilesLines
2021-05-16all: adapt to opaque netaddr typesJosh Bleecher Snyder1-5/+5
2021-03-20net/packet, wgengine/filter: support SCTPBrad Fitzpatrick1-2/+3
2021-03-19tailcfg: add FilterRule.IPProtoBrad Fitzpatrick1-3/+17
2021-01-22wgengine/filter: add a Clone method.David Anderson1-0/+2
2020-12-22net/packet: remove the custom IP4/IP6 types in favor of netaddr.IP.David Anderson1-0/+44
2020-11-09wgengine/filter: remove helper vars, mark NewAllowAll test-only.David Anderson1-10/+0
2020-11-09wgengine/filter: remove the Matches type.David Anderson1-3/+0
2020-11-09wgengine/filter: add and clean up documentation.David Anderson1-0/+2
2020-11-09wgengine/filter: remove unused Clone methods.David Anderson1-19/+0
2020-11-09wgengine/filter: use netaddr types in public API.David Anderson1-95/+27
2020-11-09net/packet: rename from wgengine/packet.David Anderson1-1/+1
2020-11-09wgengine/packet: rename types to reflect their v4-only-ness, document.David Anderson1-9/+9
2020-06-04wgengine/packet: refactor and expose UDP header marshaling (#408)Dmytro Shynkevych1-2/+2
2020-05-11ipn, wgengine/filter: remove exported type aliasesBrad Fitzpatrick1-10/+8
2020-04-30wgengine/filter: fix linter warning.Avery Pennarun1-2/+1
2020-04-30wgengine/filter: support subnet mask rules, not just /32 IPs.Avery Pennarun1-25/+60
2020-02-28controlclinet: clone filter.MatchAllowAllDavid Crawshaw1-0/+18
2020-02-09Move Linux client & common packages into a public repo.Earl Lee1-0/+121