summaryrefslogtreecommitdiffstats
path: root/iptables
Commit message (Expand)AuthorAgeFilesLines
* nft: Fix for useless meta expressions in rulePhil Sutter2023-09-146-72/+27
* tests: shell: Fix for ineffective 0007-mid-restore-flush_0Phil Sutter2023-09-141-5/+5
* Revert --compat option related commitsPhil Sutter2023-09-0119-183/+31
* tests: Test compat modePhil Sutter2023-08-111-0/+63
* Add --compat option to *tables-nft and *-nft-restore commandsPhil Sutter2023-08-1111-13/+95
* nft: Introduce and use bool nft_handle::compatPhil Sutter2023-08-113-5/+8
* nft: Pass nft_handle to add_{target,action}()Phil Sutter2023-08-116-13/+17
* tests: shell: Test chain policy counter behaviourPhil Sutter2023-08-101-0/+78
* nft: Create builtin chains with counters enabledPhil Sutter2023-08-101-6/+8
* nft-ruleparse: parse meta mark set as MARK targetFlorian Westphal2023-08-101-12/+28
* nft-ruleparse: Introduce nft_create_target()Phil Sutter2023-08-106-87/+52
* nft: move processing logic out of assertsJan Palus2023-08-052-6/+17
* man: iptables-save.8: Start paragraphs in upper-casePhil Sutter2023-08-051-2/+2
* man: iptables-save.8: Fix --modprobe descriptionPhil Sutter2023-08-051-3/+4
* man: iptables-save.8: Clarify 'available tables'Phil Sutter2023-08-051-1/+4
* man: Trivial: Missing space after commaPhil Sutter2023-08-052-2/+2
* man: iptables-restore.8: Start paragraphs in upper-casePhil Sutter2023-08-051-2/+2
* man: iptables-restore.8: Put 'file' in italics in synopsisPhil Sutter2023-08-051-2/+2
* man: iptables-restore.8: Drop -W option from synopsisPhil Sutter2023-08-051-2/+2
* man: iptables-restore.8: Consistently document -w optionPhil Sutter2023-08-051-2/+2
* man: iptables-restore.8: Fix --modprobe descriptionPhil Sutter2023-08-051-3/+4
* man: iptables.8: Trivial font fixesPhil Sutter2023-08-051-3/+3
* man: Use HTTPS for links to netfilter.orgPhil Sutter2023-08-051-2/+2
* man: iptables.8: Clarify --goto descriptionPhil Sutter2023-08-051-1/+1
* man: iptables.8: Fix intra page referencePhil Sutter2023-08-051-2/+2
* man: iptables.8: Trivial spelling fixesPhil Sutter2023-08-051-5/+5
* man: iptables.8: Extend exit code descriptionPhil Sutter2023-08-051-3/+6
* iptables-apply: Eliminate shellcheck warningsPhil Sutter2023-08-011-8/+8
* iptables-restore: Drop dead codePhil Sutter2023-08-011-2/+0
* tests: shell: Fix and extend chain rename testPhil Sutter2023-07-282-12/+40
* ebtables: Improve invalid chain name detectionPhil Sutter2023-07-281-5/+28
* *tables: Reject invalid chain names when renamingPhil Sutter2023-07-281-0/+1
* *tables-restore: Enforce correct counters syntax if presentPhil Sutter2023-07-283-21/+24
* 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