summaryrefslogtreecommitdiffstats
path: root/iptables/nft-ipv4.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-14/+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: 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-021-14/+16
* nft: ruleparse: Create family-specific source filesPhil Sutter2023-05-031-108/+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: track each register individuallyFlorian Westphal2022-09-281-26/+23
* nft: support ttl/hoplimit dissectionFlorian Westphal2022-09-131-0/+3
* nft: prepare for dynamic register allocationPablo Neira Ayuso2022-05-021-3/+5
* nft: pass handle to helper functions to build netlink payloadPablo Neira Ayuso2022-05-021-6/+6
* 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-57/+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-14/+1
* xshared: Share print_rule_details() with legacyPhil Sutter2021-11-231-2/+2
* xshared: Share save_ipv{4,6}_addr() with legacyPhil Sutter2021-11-231-41/+2
* xshared: Share save_rule_details() with legacyPhil Sutter2021-11-231-9/+4
* nft: Change whitespace printing in save_rule callbackPhil Sutter2021-11-231-3/+3
* nft: Add family ops callbacks wrapping different nft_cmd_* functionsPhil Sutter2021-10-201-0/+93
* nft: Avoid buffer size warnings copying iface namesPhil Sutter2021-06-071-2/+2
* Eliminate inet_aton() and inet_ntoa()Phil Sutter2021-04-301-9/+14
* xtables-translate: Fix translation of odd netmasksPhil Sutter2021-03-091-12/+30
* 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 -f fragment optionFlorian Westphal2018-11-111-1/+1
* iptables-nft: fix bogus handling of zero saddr/daddrFlorian Westphal2018-11-031-2/+2
* xtables: Don't read garbage in nft_ipv4_parse_payload()Phil Sutter2018-09-241-0/+1
* Share print_ipv{4,6}_addr() from xtablesPhil Sutter2018-09-241-31/+1