summaryrefslogtreecommitdiffstats
path: root/iptables/nft-ipv6.c
Commit message (Expand)AuthorAgeFilesLines
* xlate: Improve redundant l4proto match avoidancePhil Sutter2024-04-091-12/+11
* xtables-translate: Leverage stored protocol namesPhil Sutter2024-02-291-15/+10
* xshared: Introduce print_help callback (again)Phil Sutter2023-12-051-0/+1
* xshared: Turn command_default() into a callbackPhil Sutter2023-12-051-0/+1
* xshared: Entirely ignore interface masks when saving rulesPhil Sutter2023-11-291-2/+1
* xshared: Introduce xt_cmd_parse_ops::option_invertPhil Sutter2023-11-291-0/+1
* xshared: Introduce xt_cmd_parse_ops::option_namePhil Sutter2023-11-291-0/+1
* nft: Fix for useless meta expressions in rulePhil Sutter2023-09-141-2/+2
* Revert --compat option related commitsPhil Sutter2023-09-011-1/+1
* nft: Pass nft_handle to add_{target,action}()Phil Sutter2023-08-111-1/+1
* nft-bridge: pass context structure to ops->add() to improve anonymous set sup...Pablo Neira Ayuso2023-07-121-3/+3
* nft: check for source and destination address in first placePablo Neira Ayuso2023-06-021-15/+17
* nft: ruleparse: Create family-specific source filesPhil Sutter2023-05-031-85/+0
* nft: Extract rule parsing callbacks from nft_family_opsPhil Sutter2023-05-031-3/+7
* iptables-nft: remove unused function argumentFlorian Westphal2023-03-151-1/+1
* nft: Increase rule parser strictnessPhil Sutter2022-12-201-1/+3
* xtables: Introduce xtables_clear_iptables_command_state()Phil Sutter2022-12-021-2/+2
* nft: check for unknown meta keysFlorian Westphal2022-11-231-2/+5
* nft: Fix compile with -DDEBUGPhil Sutter2022-10-071-1/+1
* nft: track each register individuallyFlorian Westphal2022-09-281-18/+18
* nft: support ttl/hoplimit dissectionFlorian Westphal2022-09-131-0/+3
* nft: pass handle to helper functions to build netlink payloadPablo Neira Ayuso2022-05-021-5/+5
* nft: pass struct nft_xt_ctx to parse_meta()Pablo Neira Ayuso2022-05-021-1/+1
* nft: Don't pass command state opaque to family ops callbacksPhil Sutter2022-03-101-17/+11
* nft: Simplify immediate parsingPhil Sutter2022-03-101-9/+3
* nft: Move proto_parse and post_parse callbacks to xsharedPhil Sutter2022-01-121-74/+2
* xtables: Do not pass nft_handle to do_parse()Phil Sutter2022-01-121-2/+4
* xshared: Share print_fragment() with legacyPhil Sutter2021-11-231-5/+1
* xshared: Share print_rule_details() with legacyPhil Sutter2021-11-231-3/+2
* xshared: Share save_ipv{4,6}_addr() with legacyPhil Sutter2021-11-231-20/+0
* xshared: Share save_rule_details() with legacyPhil Sutter2021-11-231-3/+3
* nft: Change whitespace printing in save_rule callbackPhil Sutter2021-11-231-4/+4
* nft: Add family ops callbacks wrapping different nft_cmd_* functionsPhil Sutter2021-10-201-0/+104
* nft: Avoid buffer size warnings copying iface namesPhil Sutter2021-06-071-2/+2
* xtables-translate: Fix translation of odd netmasksPhil Sutter2021-03-091-3/+16
* ebtables: Optimize masked MAC address matchesPhil Sutter2020-11-041-2/+4
* nft: Optimize class-based IP prefix matchesPhil Sutter2020-11-041-2/+4
* nft: Drop save_counters callback from family_opsPhil Sutter2020-05-181-1/+0
* nft: Merge nft_*_rule_find() functionsPhil Sutter2020-05-181-1/+0
* nft: Use clear_cs() instead of open codingPhil Sutter2020-05-111-1/+1
* nft: family_ops: Pass nft_handle to 'rule_to_cs' callbackPhil Sutter2019-11-251-1/+1
* nft: family_ops: Pass nft_handle to 'print_rule' callbackPhil Sutter2019-11-251-2/+2
* nft: family_ops: Pass nft_handle to 'add' callbackPhil Sutter2019-11-251-2/+2
* xtables: Don't use native nftables commentsPhil Sutter2018-11-271-11/+3
* iptables-nft: fix bogus handling of zero saddr/daddrFlorian Westphal2018-11-031-3/+7
* Share print_ipv{4,6}_addr() from xtablesPhil Sutter2018-09-241-38/+1
* xtables: Drop use of IP6T_F_PROTOPhil Sutter2018-09-011-4/+0
* xtables: Use meta l4proto for -p matchPhil Sutter2018-08-211-2/+1
* xtables: Fix for wrong counter format in -S outputPhil Sutter2018-08-091-8/+2
* xtables: Don't pass full invflags to add_compat()Phil Sutter2018-08-091-1/+1