summaryrefslogtreecommitdiffstats
path: root/iptables
Commit message (Expand)AuthorAgeFilesLines
...
* nft: Include sets in debug outputPhil Sutter2023-07-282-1/+15
* nft: Do not pass nft_rule_ctx to add_nft_among()Phil Sutter2023-07-281-6/+5
* nft: More verbose extension comparison debuggingPhil Sutter2023-07-282-0/+9
* nft: Special casing for among match in compare_matches()Phil Sutter2023-07-281-2/+5
* tests: shell: Sanitize nft-only/0009-needless-bitwise_0Phil Sutter2023-07-191-1/+1
* nft-bridge: pass context structure to ops->add() to improve anonymous set sup...Pablo Neira Ayuso2023-07-128-37/+62
* iptables: Fix handling of non-existent chainsJacek Tomasiak2023-06-212-1/+2
* iptables: Fix setting of ipv6 countersJacek Tomasiak2023-06-213-6/+9
* xshared: dissolve should_load_protoJan Engelhardt2023-06-161-14/+4
* nft: use payload matching for layer 4 protocolPablo Neira Ayuso2023-06-161-1/+2
* nft: check for source and destination address in first placePablo Neira Ayuso2023-06-023-43/+47
* nft: ruleparse: Create family-specific source filesPhil Sutter2023-05-0311-725/+846
* nft: Extract rule parsing callbacks from nft_family_opsPhil Sutter2023-05-037-41/+60
* nft: Introduce nft-ruleparse.{c,h}Phil Sutter2023-05-035-1290/+1327
* xshared: Fix parsing of option arguments in same wordPhil Sutter2023-04-281-31/+30
* arptables: Don't omit standard matches if invertedPhil Sutter2023-04-281-2/+4
* arptables: Fix parsing of inverted 'arp operation' matchPhil Sutter2023-04-281-1/+1
* nft-shared: Drop unused includePhil Sutter2023-04-211-1/+0
* tests: shell: Test for false-positive rule checkPhil Sutter2023-04-051-0/+17
* ebtables-nft: add broute table emulationFlorian Westphal2023-04-047-28/+112
* ip6tables: Fix checking existence of ruleMarkus Boehme2023-04-041-1/+1
* iptables-nft: remove unused function argumentFlorian Westphal2023-03-156-6/+6
* iptables-nft: make builtin tables staticFlorian Westphal2023-03-142-7/+3
* xtables-eb: fix crash when opts isn't reallocatedFlorian Westphal2023-03-141-1/+2
* nft-restore: Fix for deletion of new, referenced rulePhil Sutter2023-03-012-1/+18
* xtables-translate: Support insert with indexPhil Sutter2023-02-171-0/+2
* ebtables: ip and ip6 matches depend on protocol matchPhil Sutter2023-02-171-2/+9
* nft-shared: Simplify using nft_create_match()Phil Sutter2023-02-171-66/+40
* nft-shared: Use nft_create_match() in one more spotPhil Sutter2023-02-171-11/+1
* nft-shared: Lookup matches in iptables_command_statePhil Sutter2023-02-172-33/+41
* ebtables-translate: Print flush command after parsing is finishedPhil Sutter2023-01-311-7/+7
* ebtables-translate: Ignore '-j CONTINUE'Phil Sutter2023-01-311-1/+3
* ebtables-translate: Use OPT_* from xshared.hPhil Sutter2023-01-311-18/+9
* ebtables-translate: Drop exec_stylePhil Sutter2023-01-311-8/+0
* ebtables: Refuse unselected targets' optionsPhil Sutter2023-01-312-21/+12
* Proper fix for "unknown argument" error messagePhil Sutter2023-01-314-15/+50
* etc: Drop xtables.confPhil Sutter2023-01-181-1/+0
* ebtables-translate: Install symlinkPhil Sutter2022-12-223-7/+13
* gitignore: Ignore generated ip6tables man pagesPhil Sutter2022-12-221-0/+4
* nft: Reject tcp/udp extension without proper protocol matchPhil Sutter2022-12-221-0/+6
* nft: Make rule parsing errors fatalPhil Sutter2022-12-201-1/+3
* nft: Increase rule parser strictnessPhil Sutter2022-12-205-12/+37
* arptables: Check the mandatory ar_pln matchPhil Sutter2022-12-201-1/+6
* nft: Parse icmp header matchesPhil Sutter2022-12-202-3/+77
* tests: Adjust testsuite return codes to automake guidelinesPhil Sutter2022-12-141-1/+3
* Makefile: Fix for 'make distcheck'Phil Sutter2022-12-141-1/+4
* iptables/Makefile: Split nft-variant man page listPhil Sutter2022-12-141-11/+7
* iptables/Makefile: Reorg variable assignmentsPhil Sutter2022-12-141-26/+32
* Makefile: Generate ip6tables man pages on the flyPhil Sutter2022-12-145-4/+3
* ebtables: Fix MAC address match translationPhil Sutter2022-12-021-3/+3