summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* configure: Bump version for 1.8.10 releasev1.8.10Pablo Neira Ayuso2023-10-101-1/+1
* build: Bump dependency on libnftnlPhil Sutter2023-09-301-1/+1
* include: linux: Update kernel.hPhil Sutter2023-09-143-25/+65
* nft: Fix for useless meta expressions in rulePhil Sutter2023-09-149-72/+36
* tests: shell: Fix for ineffective 0007-mid-restore-flush_0Phil Sutter2023-09-141-5/+5
* extensions: Fix checking of conntrack --ctproto 0Quentin Armitage2023-09-142-9/+10
* Revert --compat option related commitsPhil Sutter2023-09-0120-198/+35
* doc: fix example of xt_cpuVictor Julien2023-08-291-2/+2
* tests: Test compat modePhil Sutter2023-08-112-4/+78
* 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
* Use SOCK_CLOEXEC/O_CLOEXEC where availablePhil Sutter2023-08-103-27/+4
* tests: shell: Test chain policy counter behaviourPhil Sutter2023-08-101-0/+78
* Revert "libiptc: fix wrong maptype of base chain counters on restore"Phil Sutter2023-08-101-1/+1
* nft: Create builtin chains with counters enabledPhil Sutter2023-08-101-6/+8
* tests: iptables-test: Fix command segfault reportsPhil Sutter2023-08-101-3/+6
* 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
* extensions: libip6t_icmp: Add names for mld-listener typesPhil Sutter2023-08-052-0/+11
* 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-052-3/+3
* 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
* tests: libipt_icmp.t: Enable tests with numeric outputPhil Sutter2023-08-041-6/+3
* extensions: libipt_icmp: Fix confusion between 255/255 and anyPhil Sutter2023-08-042-1/+4
* 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