summaryrefslogtreecommitdiffhomepage
path: root/wgengine/filter/filter_test.go
AgeCommit message (Expand)AuthorFilesLines
2021-05-16all: adapt to opaque netaddr typesJosh Bleecher Snyder1-12/+12
2021-03-20net/packet, wgengine{,/filter}: remove net/packet IPProto forwarding constsBrad Fitzpatrick1-72/+72
2021-03-20net/packet, wgengine/filter: support SCTPBrad Fitzpatrick1-9/+16
2021-03-19tailcfg: add FilterRule.IPProtoBrad Fitzpatrick1-8/+108
2021-03-09wgengine/filter: only log packets to/from non-default routes.David Anderson1-2/+138
2021-02-22wgengine/filter: use IPSet for localNets instead of prefixes.David Anderson1-2/+5
2021-01-11net/packet: add TCPFlag type and some more constantsBrad Fitzpatrick1-2/+2
2020-12-22net/packet: remove the custom IP4/IP6 types in favor of netaddr.IP.David Anderson1-18/+16
2020-12-15wgengine/filter, tailcfg: support CIDRs+ranges in PacketFilter (mapver 7)Brad Fitzpatrick1-9/+19
2020-11-12wgengine/filter: add test cases for len(dsts) > 1.David Anderson1-0/+5
2020-11-12wgengine/filter: twiddle bits to optimizeJosh Bleecher Snyder1-4/+5
2020-11-12wgengine/filter: treat * as both a v4 and v6 wildcard.David Anderson1-15/+18
2020-11-12wgengine/filter: add full IPv6 support.David Anderson1-253/+335
2020-11-10net/packet: remove NewIP, offer only a netaddr constructor.David Anderson1-4/+11
2020-11-10net/packet: support full IPv6 decoding.David Anderson1-9/+9
2020-11-10net/packet: add IPv6 source and destination IPs to Parsed.David Anderson1-6/+6
2020-11-09net/packet: s/ParsedPacket/Parsed/ to avoid package stuttering.David Anderson1-13/+13
2020-11-09wgengine/filter: add a method to run the packet filter without a packet.David Anderson1-1/+6
2020-11-09wgengine/filter: remove helper vars, mark NewAllowAll test-only.David Anderson1-1/+1
2020-11-09wgengine/filter: remove the Matches type.David Anderson1-3/+3
2020-11-09wgengine/filter: use netaddr types in public API.David Anderson1-29/+82
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-26/+22
2020-09-25wgengine/filter: also silently drop link-local unicast trafficBrad Fitzpatrick1-2/+8
2020-09-25wgengine/filter: drop multicast packets out, don't log about themBrad Fitzpatrick1-0/+12
2020-08-20control/controlclient, wgengine/filter: extract parsePacketFilter to … (#696)chungdaniel1-0/+30
2020-08-01wgengine/filter: omit logging for all v6 multicast, remove debug panic :(Brad Fitzpatrick1-0/+6
2020-07-30wgengine/filter: fix IPv4 IGMP spam omission, also omit ff02::16 spamBrad Fitzpatrick1-0/+56
2020-07-29wgengine/filter: don't spam logs on dropped outgoing IPv6 ICMP or IPv4 IGMPBrad Fitzpatrick1-1/+1
2020-06-08tsdns: initial implementation of a Tailscale DNS resolver (#396)Dmytro Shynkevych1-7/+11
2020-06-04wgengine/packet: refactor and expose UDP header marshaling (#408)Dmytro Shynkevych1-24/+24
2020-06-02filter: prevent escape of QDecode to the heap (#417)Dmytro Shynkevych1-33/+139
2020-05-22wgengine/filter: implement a destination IP pre-filter.David Anderson1-4/+15
2020-05-13Add tstest.PanicOnLog(), and fix various problems detected by this.Avery Pennarun1-2/+3
2020-05-11ipn, wgengine/filter: remove exported type aliasesBrad Fitzpatrick1-0/+2
2020-04-30wgengine/filter: support subnet mask rules, not just /32 IPs.Avery Pennarun1-11/+25
2020-03-25wgengine: don't lose filter state on filter reconfig.Avery Pennarun1-1/+1
2020-02-09Move Linux client & common packages into a public repo.Earl Lee1-0/+162