aboutsummaryrefslogtreecommitdiff
path: root/iptables/nft-bridge.c
AgeCommit message (Expand)Author
2023-09-14nft: Fix for useless meta expressions in rulePhil Sutter
2023-09-01Revert --compat option related commitsPhil Sutter
2023-08-11nft: Pass nft_handle to add_{target,action}()Phil Sutter
2023-07-12nft-bridge: pass context structure to ops->add() to improve anonymous set sup...Pablo Neira Ayuso
2023-06-02nft: check for source and destination address in first placePablo Neira Ayuso
2023-05-03nft: ruleparse: Create family-specific source filesPhil Sutter
2023-05-03nft: Extract rule parsing callbacks from nft_family_opsPhil Sutter
2023-04-04ebtables-nft: add broute table emulationFlorian Westphal
2023-02-17ebtables: ip and ip6 matches depend on protocol matchPhil Sutter
2022-12-20nft: Increase rule parser strictnessPhil Sutter
2022-12-02ebtables: Fix MAC address match translationPhil Sutter
2022-12-01nft-bridge: work around recent "among" decode breakageFlorian Westphal
2022-11-30xlate: get rid of escape_quotesFlorian Westphal
2022-11-29extensions: Leverage xlate auto-spacingPhil Sutter
2022-11-23iptables-nft: exit nonzero when iptables-save cannot decode all expressionsFlorian Westphal
2022-11-23nft: check for unknown meta keysFlorian Westphal
2022-10-07nft: Fix compile with -DDEBUGPhil Sutter
2022-09-28nft-bridge: Drop 'sreg_count' variablePhil Sutter
2022-09-28ebtables: Fix among matchPhil Sutter
2022-09-28ebtables: Support '-p Length'Phil Sutter
2022-09-28nft: track each register individuallyFlorian Westphal
2022-05-02nft: prepare for dynamic register allocationPablo Neira Ayuso
2022-05-02nft: pass handle to helper functions to build netlink payloadPablo Neira Ayuso
2022-05-02nft: pass struct nft_xt_ctx to parse_meta()Pablo Neira Ayuso
2022-03-10nft: Don't pass command state opaque to family ops callbacksPhil Sutter
2022-03-10nft: Speed up immediate parsingPhil Sutter
2022-03-10nft: Simplify immediate parsingPhil Sutter
2022-01-12xtables: Do not pass nft_handle to do_parse()Phil Sutter
2021-11-23xshared: Share print_header() with legacy iptablesPhil Sutter
2021-11-23nft: Change whitespace printing in save_rule callbackPhil Sutter
2021-08-31nft: Use xtables_{m,c}alloc() everywherePhil Sutter
2020-12-03libxtables: Extend MAC address printing/parsing supportPhil Sutter
2020-11-04ebtables: Optimize masked MAC address matchesPhil Sutter
2020-05-18nft: Drop save_counters callback from family_opsPhil Sutter
2020-05-18nft: Merge nft_*_rule_find() functionsPhil Sutter
2020-05-11nft: restore among supportPablo Neira Ayuso
2020-05-11nft: split parsing from netlink commandsPablo Neira Ayuso
2019-11-25nft: bridge: Rudimental among extension supportPhil Sutter
2019-11-25nft: family_ops: Pass nft_handle to 'rule_to_cs' callbackPhil Sutter
2019-11-25nft: family_ops: Pass nft_handle to 'print_rule' callbackPhil Sutter
2019-11-25nft: family_ops: Pass nft_handle to 'rule_find' callbackPhil Sutter
2019-11-25nft: family_ops: Pass nft_handle to 'add' callbackPhil Sutter
2019-07-23ebtables-save: Fix counter formattingPhil Sutter
2019-02-08ebtables-nft: Support user-defined chain policiesPhil Sutter
2019-02-05Revert "ebtables: use extrapositioned negation consistently"Phil Sutter
2019-02-05xtables: Fix for false-positive rule matchingPhil Sutter
2019-02-01nft: Fix potential memleaks in nft_*_rule_find()Phil Sutter
2019-02-01ebtables: Fix rule listing with countersPhil Sutter
2018-11-12ebtables: use extrapositioned negation consistentlyFlorian Westphal
2018-11-12ebtables-save: add -c option, using xtables-style countersFlorian Westphal