summaryrefslogtreecommitdiffhomepage
path: root/util/linuxfw
AgeCommit message (Expand)AuthorFilesLines
2024-02-07util/cmpx: delete now that we're using Go 1.22Brad Fitzpatrick1-4/+4
2024-02-07.github/workflows: add privileged tests workflowJames Tucker1-1/+1
2023-12-21all: cleanup unused code, part 2 (#10670)Andrew Lytvynov2-1/+3
2023-12-12util/linuxfw: return created chain (#10563)Irbe Krumina1-1/+1
2023-12-05util/linuxfw, wgengine: allow ingress to magicsock UDP port on Linux (#10370)Naman Sood2-2/+199
2023-12-05linuxfw,wgengine/route,ipn: add c2n and nodeattrs to control linux netfilterNaman Sood2-9/+18
2023-10-28util/linuxfw: add missing error checks in testsMaisem Ali1-6/+18
2023-10-18util/linuxfw: add additional nftable detection logicMaisem Ali3-20/+119
2023-10-18util/linuxfw: fix broken testsMaisem Ali1-178/+68
2023-10-11cmd/containerboot: use linuxfw.NetfilterRunnerMaisem Ali2-5/+299
2023-10-11util/linuxfw: move fake runner into pkgMaisem Ali2-141/+131
2023-10-10util/linuxfw: move detection logicMaisem Ali7-14/+243
2023-10-10util/linuxfw: add missing input rule to the tailscale tunJames Tucker4-1/+89
2023-09-27util/linuxfw: fix crash in DelSNATRule when no rules are foundJames Tucker1-1/+3
2023-09-07util/linuxfw: Fix comment which lists supported linux archesCraig Rodrigues1-1/+1
2023-09-02client/web, clientupdate, util/linuxfw, wgengine/magicsock: Use %v verb for e...Craig Rodrigues1-1/+1
2023-08-21util/linuxfw: fix typo in unexported doc commentBrad Fitzpatrick1-1/+2
2023-08-18util/linuxfw: reorganize nftables rules to allow it to work with ufwKevinLiang102-21/+349
2023-08-10util/linuxfw: rename ErrorFWModeNotSupportedBrad Fitzpatrick3-8/+8
2023-08-08wgengine/router: add auto selection heuristic for iptables/nftablesKevinLiang103-6/+78
2023-07-20util/linuxfw: remove yet-unused code to fix linux/arm64 crashBrad Fitzpatrick2-819/+2
2023-07-19util/linuxfw: add nftables supportKevinLiang104-11/+1806
2023-06-30util/linuxfw: add new arch build constraintsKevinLiang105-6/+11
2023-06-27util/linuxfw: decoupling IPTables logic from linux routerKevinLiang104-4/+1074
2023-06-07all: use cmpx.Or where it made senseBrad Fitzpatrick1-12/+4
2023-02-14util/linuxfw: add build constraints excluding GOARCH=armAndrew Dunham5-6/+6
2023-02-09util/linuxfw: initial implementation of packageAndrew Dunham9-0/+1335