summaryrefslogtreecommitdiffhomepage
path: root/wgengine/filter/tailcfg.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2024-06-20wgengine/filter: support FilterRules matching on srcIP node caps [capver 100]Brad Fitzpatrick1-13/+24
2024-06-18tailcfg, wgengine/filter: remove most FilterRule.SrcBits codeBrad Fitzpatrick1-20/+12
2024-06-18wgengine/filter/filtertype: make Match.IPProto a viewBrad Fitzpatrick1-3/+6
2024-06-16net/ipset, wgengine/filter/filtertype: add split-out packagesBrad Fitzpatrick1-2/+2
2024-06-15wgengine/filter: use NewContainsIPFunc for Srcs matchesBrad Fitzpatrick1-0/+3
2023-07-25tailcfg,ipn/ipnlocal,wgengine: add values to PeerCapabilitiesMaisem Ali1-0/+7
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-08-02all: migrate more code code to net/netip directlyBrad Fitzpatrick1-1/+1
2022-08-02all: gofmt for Go 1.19Brad Fitzpatrick1-4/+4
2022-07-25all: convert more code to use net/netip directlyBrad Fitzpatrick1-7/+7
2022-07-25all: use various net/netip parse funcs directlyBrad Fitzpatrick1-4/+5
2022-07-25net/netaddr: start migrating to net/netip via new netaddr adapter packageBrad Fitzpatrick1-3/+4
2022-05-13wgengine/filter: preallocate some hot slices in MatchesFromFilterRules (#4672)Tom1-1/+8
2022-04-17all: add arbitrary capability supportBrad Fitzpatrick1-0/+10
2022-03-16all: use Go 1.18's strings.CutBrad Fitzpatrick1-2/+1
2021-05-16all: adapt to opaque netaddr typesJosh Bleecher Snyder1-4/+4
2021-03-20net/packet, wgengine{,/filter}: remove net/packet IPProto forwarding constsBrad Fitzpatrick1-5/+4
2021-03-20net/packet, wgengine/filter: support SCTPBrad Fitzpatrick1-4/+5
2021-03-19tailcfg: add FilterRule.IPProtoBrad Fitzpatrick1-0/+19
2020-12-15wgengine/filter, wgengine/magicsock: use new IP.BitLen to simplify some codeBrad Fitzpatrick1-20/+5
2020-12-15wgengine/filter, tailcfg: support CIDRs+ranges in PacketFilter (mapver 7)Brad Fitzpatrick1-29/+71
2020-11-12wgengine/filter: treat * as both a v4 and v6 wildcard.David Anderson1-20/+26
2020-11-12wgengine/filter: add full IPv6 support.David Anderson1-5/+11
2020-11-09wgengine/filter: remove the Matches type.David Anderson1-1/+1
2020-11-09wgengine/filter: add and clean up documentation.David Anderson1-0/+87