summaryrefslogtreecommitdiffhomepage
path: root/wgengine/filter
AgeCommit message (Expand)AuthorFilesLines
2023-12-02wgengine/filter: add protocol-agnostic packet checker (#10446)Andrew Lytvynov1-5/+13
2023-10-11wgengine/filter: use slices.Contains in another placeBrad Fitzpatrick1-11/+3
2023-09-29cmd/cloner,*: revert: optimize nillable slice clonerJames Tucker1-3/+5
2023-09-29cmd/cloner,*: optimize nillable slice clonerJames Tucker1-5/+3
2023-09-18tailcfg: add RawMessageMaisem Ali2-10/+3
2023-09-17tailcfg: define a type for NodeCapabilityMaisem Ali1-1/+1
2023-09-14cmd/cloner: do not allocate slices when the source is nilJames Tucker1-6/+10
2023-08-17all: import x/exp/maps as xmaps to distinguish from Go 1.21 "maps"Brad Fitzpatrick1-2/+2
2023-08-17all: use Go 1.21 slices, maps instead of x/exp/{slices,maps}Brad Fitzpatrick2-2/+2
2023-07-25tailcfg,ipn/ipnlocal,wgengine: add values to PeerCapabilitiesMaisem Ali5-20/+71
2023-03-04all: use tstest.Replace moreMaisem Ali1-8/+2
2023-01-27all: update copyright and license headersWill Norris5-15/+10
2023-01-14net/{packet,tstun},wgengine/filter: fix unknown IP protocol handlingBrad Fitzpatrick1-8/+3
2023-01-14wgengine/filter: include IP proto number in unknown protocol errorsBrad Fitzpatrick1-2/+13
2023-01-14wgengine/filter: reorder RunOut disjunctive cases to match RunIn aboveBrad Fitzpatrick1-1/+1
2023-01-11net/flowtrack,wgengine/filter: refactor Cache to use genericsTom DNetto1-3/+3
2023-01-02util/codegen, all: use latest year, not time.Now, in generated filesBrad Fitzpatrick1-1/+1
2022-09-29all: fix spelling mistakesJosh Soref2-4/+4
2022-08-02all: migrate more code code to net/netip directlyBrad Fitzpatrick2-2/+2
2022-08-02all: gofmt for Go 1.19Brad Fitzpatrick2-11/+11
2022-07-25all: convert more code to use net/netip directlyBrad Fitzpatrick4-48/+48
2022-07-25all: use various net/netip parse funcs directlyBrad Fitzpatrick2-23/+25
2022-07-25net/netaddr: start migrating to net/netip via new netaddr adapter packageBrad Fitzpatrick5-38/+42
2022-05-13wgengine/filter: preallocate some hot slices in MatchesFromFilterRules (#4672)Tom2-3/+15
2022-05-06cmd/cloner,util/codegen: refactor cloner internals to allow reuseMaisem Ali2-3/+2
2022-04-17all: add arbitrary capability supportBrad Fitzpatrick5-3/+161
2022-03-19all: use strings.Cut even moreBrad Fitzpatrick1-1/+1
2022-03-17all: use any instead of interface{}Josh Bleecher Snyder1-1/+1
2022-03-16all: use Go 1.18's strings.CutBrad Fitzpatrick1-2/+1
2022-01-24envknob: add new package for all the strconv.ParseBool(os.Getenv(..))Brad Fitzpatrick1-2/+2
2021-12-05wgengine/filter: let unknown IPProto match if IP okay & match allows all portsBrad Fitzpatrick3-18/+96
2021-11-29wgengine/filter: fix, test NewAllowAllForTestBrad Fitzpatrick2-2/+14
2021-10-28all: use testingutil.MinAllocsPerRunJosh Bleecher Snyder1-15/+13
2021-10-16cmd/cloner: mangle "go:generate" in cloner.goJoe Tsai1-2/+2
2021-09-17cmd/cloner: add Clone context to regen struct assignmentsJosh Bleecher Snyder1-1/+1
2021-09-15cmd/cloner: reduce diff noise when changing commandJosh Bleecher Snyder1-3/+3
2021-07-29tstime/rate: new packageJosh Bleecher Snyder2-2/+2
2021-06-25wgengine/filter: add a debug flag for filter logs (#2241)Christine Dodrill1-0/+14
2021-06-02go.mod: update netaddrBrad Fitzpatrick2-3/+7
2021-05-16all: adapt to opaque netaddr typesJosh Bleecher Snyder4-35/+33
2021-03-24net/packet, wgengine/{filter,tstun}: add TSMP pingBrad Fitzpatrick1-0/+2
2021-03-20net/packet, wgengine{,/filter}: remove net/packet IPProto forwarding constsBrad Fitzpatrick3-89/+88
2021-03-20net/packet, wgengine/filter: support SCTPBrad Fitzpatrick5-33/+44
2021-03-19tailcfg: add FilterRule.IPProtoBrad Fitzpatrick5-13/+150
2021-03-09wgengine/filter: only log packets to/from non-default routes.David Anderson2-9/+158
2021-02-22wgengine/filter: use IPSet for localNets instead of prefixes.David Anderson2-27/+20
2021-02-17wgengine/filter: remove redundant codeBrad Fitzpatrick1-1/+1
2021-01-22wgengine/filter: add a Clone method.David Anderson2-0/+33
2021-01-22ipn, wgengine/filter: fix Shields Up recent regression and old bugBrad Fitzpatrick1-2/+10
2021-01-15net/packet, wgengine, tstun: add inter-node TSMP protocol for connect errorsBrad Fitzpatrick1-3/+24