summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libxtables: Move struct xtables_afinfo into xtables.hPhil Sutter2022-06-234-23/+28
* xtables-monitor: add missing spaces in printed strAnton Luka Šijanec2022-06-231-2/+2
* nft: Exit if nftnl_alloc_expr failsPhil Sutter2022-06-211-15/+16
* iptables.8: mention that iptables exits when setuidFlorian Westphal2022-06-171-0/+5
* extensions: string: Fix and enable testsPhil Sutter2022-06-111-14/+7
* extensions: string: Review parse_string() functionPhil Sutter2022-06-111-7/+6
* extensions: string: Do not print default --to valuePhil Sutter2022-06-111-2/+2
* ebtables-restore: Deny --init-tablePhil Sutter2022-06-111-0/+3
* extensions: libebt_standard.t: Test logical-{in,out} as wellPhil Sutter2022-06-111-0/+5
* tests: shell: Extend zero counters test a bit furtherPhil Sutter2022-06-111-0/+15
* tests: shell: Extend iptables-xml test a bitPhil Sutter2022-06-111-9/+1
* tests: shell: Add some more rules to 0002-verbose-output_0Phil Sutter2022-06-111-0/+15
* Makefile: Add --enable-profiling configure optionPhil Sutter2022-06-118-1/+20
* xshared: Make some functions staticPhil Sutter2022-06-102-34/+17
* iptables-legacy: Drop redundant include of xtables-multi.hPhil Sutter2022-06-101-4/+0
* arptables: Support -x/--exact flagPhil Sutter2022-06-081-1/+1
* libxtables: Unexport init_extensions*() declarationsPhil Sutter2022-06-071-22/+22
* tests: shell: Check overhead in iptables-save and -restorePhil Sutter2022-06-021-0/+37
* build: Fix error during out of tree buildBen Brown2022-05-251-1/+1
* Revert "fix build for missing ETH_ALEN definition"Phil Sutter2022-05-251-3/+5
* treewide: use uint* instead of u_int*Nick Hainke2022-05-188-11/+11
* xshared: Fix build for -Werror=format-securityPhil Sutter2022-05-131-1/+1
* configure: bump version for 1.8.8 releasev1.8.8Pablo Neira Ayuso2022-05-131-3/+3
* nft: Fix EPERM handling for extensions without rev 0Phil Sutter2022-05-112-4/+13
* extensions: LOG: Document --log-macdecode in man pagePhil Sutter2022-05-111-0/+3
* man: *NAT: Review --random* option descriptionsPhil Sutter2022-05-114-20/+6
* extensions: DNAT: Merge core printing functionsPhil Sutter2022-05-111-31/+27
* libxtables: Revert change to struct xtables_pprotPhil Sutter2022-05-111-1/+1
* libxtables: Drop xtables_globals 'optstring' fieldPhil Sutter2022-05-118-8/+20
* xshared: Extend xtables_printhelp() for arptablesPhil Sutter2022-05-117-119/+43
* xshared: Move arp_opcodes into shared spacePhil Sutter2022-05-118-29/+21
* extensions: MARK: Drop extra newline at end of helpPhil Sutter2022-05-111-2/+1
* nft: split gen_payload() to allocate register and initialize expressionPablo Neira Ayuso2022-05-021-4/+14
* nft: prepare for dynamic register allocationPablo Neira Ayuso2022-05-026-94/+137
* nft: pass handle to helper functions to build netlink payloadPablo Neira Ayuso2022-05-027-66/+73
* nft: native mark matching supportPablo Neira Ayuso2022-05-022-0/+59
* nft: pass struct nft_xt_ctx to parse_meta()Pablo Neira Ayuso2022-05-026-10/+10
* nft-shared: update context register for bitwise expressionPablo Neira Ayuso2022-05-021-0/+2
* extensions: man: Document service name support in DNAT and REDIRECTPhil Sutter2022-04-082-0/+3
* extensions: Merge REDIRECT into DNATPhil Sutter2022-04-0812-380/+204
* extensions: Merge IPv4 and IPv6 DNAT targetsPhil Sutter2022-04-085-468/+218
* extensions: DNAT: Rename from libipt to libxtPhil Sutter2022-04-081-0/+0
* extensions: ipt_DNAT: Combine xlate functions alsoPhil Sutter2022-04-081-67/+21
* extensions: ipt_DNAT: Merge v1/v2 print/save codePhil Sutter2022-04-081-65/+46
* extensions: ipt_DNAT: Merge v1 and v2 parsersPhil Sutter2022-04-081-179/+111
* Revert "libipt_[SD]NAT: avoid false error about multiple destinations specified"Phil Sutter2022-04-084-25/+4
* man: DNAT: Describe shifted port range featurePhil Sutter2022-04-081-1/+4
* xlate-test: Fix for empty source line on failurePhil Sutter2022-03-311-1/+2
* libxtables: Boost rule target checks by announcing chain namesPhil Sutter2022-03-174-0/+11
* libxtables: Implement notargets hash tablePhil Sutter2022-03-171-0/+75