summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Expand)AuthorAgeFilesLines
* libxtables: Move struct xtables_afinfo into xtables.hPhil Sutter2022-06-232-1/+6
* 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
* extensions: libebt_standard.t: Test logical-{in,out} as wellPhil Sutter2022-06-111-0/+5
* Makefile: Add --enable-profiling configure optionPhil Sutter2022-06-111-1/+1
* treewide: use uint* instead of u_int*Nick Hainke2022-05-181-1/+1
* 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
* xshared: Move arp_opcodes into shared spacePhil Sutter2022-05-111-1/+0
* extensions: MARK: Drop extra newline at end of helpPhil Sutter2022-05-111-2/+1
* 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
* tests: NFLOG: enable `--nflog-range` testsJeremy Sowden2022-02-131-6/+6
* tests: iptables-test: Support variant deviationPhil Sutter2022-02-102-3/+3
* extensions: libxt_NFLOG: fix typoJeremy Sowden2022-01-201-1/+1
* extensions: libxt_NFLOG: remove extra space when saving targets with prefixesJeremy Sowden2022-01-182-3/+3
* extensions: libxt_NFLOG: fix `--nflog-prefix` Python test-casesJeremy Sowden2022-01-181-4/+2
* extensions: libxt_NFLOG: disable `--nflog-range` Python test-casesKyle Bowman2022-01-181-4/+6
* extensions: libxt_NFLOG: use nft built-in logging instead of xt_NFLOGKyle Bowman2022-01-181-0/+6
* extensions: *NAT: Kill multiple IPv4 range supportPhil Sutter2022-01-174-202/+106
* extensions: tcpmss: add iptables-translate supportFlorian Westphal2021-11-282-0/+27
* extensions: hashlimit: Fix tests with HZ=1000Phil Sutter2021-11-231-2/+2
* Fix a few doc typosŠtěpán Němec2021-09-031-1/+1
* extensions: libxt_mac: Fix for missing space in listingPhil Sutter2021-08-311-2/+2
* extensions: hashlimit: Fix tests with HZ=100Phil Sutter2021-08-101-4/+2
* ip6tables: masquerade: use fully-random so that nft can understand the rulePavel Tikhomirov2021-08-041-1/+1
* extensions: libxt_multiport: add translation for -m multiport --portsPablo Neira Ayuso2021-06-252-8/+33
* extensions: libxt_conntrack: simplify translation using negationPablo Neira Ayuso2021-06-072-37/+17
* extensions: libxt_tcp: rework translation to use flags match representationPablo Neira Ayuso2021-06-073-10/+10
* extensions: libxt_connlimit: add translationPablo Neira Ayuso2021-06-072-0/+64
* extensions: libxt_string: Avoid buffer size warning for strncpy()Phil Sutter2021-06-071-1/+1
* libxtables: Introduce xtables_strdup() and use it everywherePhil Sutter2021-06-0719-51/+32
* extensions: libebt_ip6: Use xtables_ip6parse_any()Phil Sutter2021-06-071-64/+10
* extensions: libebt_ip6: Drop unused variablesPhil Sutter2021-06-071-4/+2
* extensions: sctp: Translate --chunk-types optionPhil Sutter2021-05-192-19/+78
* extensions: sctp: Fix nftables translationPhil Sutter2021-05-192-11/+9
* extensions: SECMARK: Implement revision 1Phil Sutter2021-05-042-20/+74
* Eliminate inet_aton() and inet_ntoa()Phil Sutter2021-04-301-2/+4
* extensions: sctp: Explain match types in man pagePhil Sutter2021-04-291-0/+11
* extensions: libxt_conntrack: use bitops for status negationAlexander Mikhalitsyn2021-04-022-10/+28
* extensions: libxt_conntrack: use bitops for state negationAlexander Mikhalitsyn2021-04-022-14/+29