summaryrefslogtreecommitdiffstats
path: root/iptables/nft-bridge.c
Commit message (Expand)AuthorAgeFilesLines
* ebtables: Default to extrapositioned negationsPhil Sutter2024-01-101-7/+3
* ebtables: Use do_parse() from xsharedPhil Sutter2023-12-051-0/+121
* ebtables: Align line number formatting with legacyPhil Sutter2023-11-231-1/+1
* nft-bridge: nft_bridge_add() uses wrong flagsPhil Sutter2023-11-231-2/+2
* nft: Fix for useless meta expressions in rulePhil Sutter2023-09-141-34/+4
* Revert --compat option related commitsPhil Sutter2023-09-011-5/+4
* nft: Pass nft_handle to add_{target,action}()Phil Sutter2023-08-111-4/+5
* nft-bridge: pass context structure to ops->add() to improve anonymous set sup...Pablo Neira Ayuso2023-07-121-4/+5
* nft: check for source and destination address in first placePablo Neira Ayuso2023-06-021-14/+14
* nft: ruleparse: Create family-specific source filesPhil Sutter2023-05-031-392/+0
* nft: Extract rule parsing callbacks from nft_family_opsPhil Sutter2023-05-031-7/+11
* ebtables-nft: add broute table emulationFlorian Westphal2023-04-041-0/+36
* ebtables: ip and ip6 matches depend on protocol matchPhil Sutter2023-02-171-2/+9
* nft: Increase rule parser strictnessPhil Sutter2022-12-201-0/+4
* ebtables: Fix MAC address match translationPhil Sutter2022-12-021-3/+3
* nft-bridge: work around recent "among" decode breakageFlorian Westphal2022-12-011-0/+5
* xlate: get rid of escape_quotesFlorian Westphal2022-11-301-2/+0
* extensions: Leverage xlate auto-spacingPhil Sutter2022-11-291-3/+0
* iptables-nft: exit nonzero when iptables-save cannot decode all expressionsFlorian Westphal2022-11-231-2/+2
* nft: check for unknown meta keysFlorian Westphal2022-11-231-1/+5
* nft: Fix compile with -DDEBUGPhil Sutter2022-10-071-4/+4
* nft-bridge: Drop 'sreg_count' variablePhil Sutter2022-09-281-4/+2
* ebtables: Fix among matchPhil Sutter2022-09-281-2/+2
* ebtables: Support '-p Length'Phil Sutter2022-09-281-10/+36
* nft: track each register individuallyFlorian Westphal2022-09-281-38/+64
* nft: prepare for dynamic register allocationPablo Neira Ayuso2022-05-021-8/+12
* nft: pass handle to helper functions to build netlink payloadPablo Neira Ayuso2022-05-021-11/+13
* 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-23/+22
* nft: Speed up immediate parsingPhil Sutter2022-03-101-0/+1
* nft: Simplify immediate parsingPhil Sutter2022-03-101-9/+0
* xtables: Do not pass nft_handle to do_parse()Phil Sutter2022-01-121-1/+0
* xshared: Share print_header() with legacy iptablesPhil Sutter2021-11-231-1/+1
* nft: Change whitespace printing in save_rule callbackPhil Sutter2021-11-231-2/+8
* nft: Use xtables_{m,c}alloc() everywherePhil Sutter2021-08-311-5/+1
* libxtables: Extend MAC address printing/parsing supportPhil Sutter2020-12-031-35/+2
* ebtables: Optimize masked MAC address matchesPhil Sutter2020-11-041-12/+10
* nft: Drop save_counters callback from family_opsPhil Sutter2020-05-181-1/+0
* nft: Merge nft_*_rule_find() functionsPhil Sutter2020-05-181-38/+0
* nft: restore among supportPablo Neira Ayuso2020-05-111-2/+11
* nft: split parsing from netlink commandsPablo Neira Ayuso2020-05-111-2/+4
* nft: bridge: Rudimental among extension supportPhil Sutter2019-11-251-0/+210
* nft: family_ops: Pass nft_handle to 'rule_to_cs' callbackPhil Sutter2019-11-251-4/+5
* nft: family_ops: Pass nft_handle to 'print_rule' callbackPhil Sutter2019-11-251-2/+2
* nft: family_ops: Pass nft_handle to 'rule_find' callbackPhil Sutter2019-11-251-2/+2
* nft: family_ops: Pass nft_handle to 'add' callbackPhil Sutter2019-11-251-2/+3
* ebtables-save: Fix counter formattingPhil Sutter2019-07-231-28/+11
* ebtables-nft: Support user-defined chain policiesPhil Sutter2019-02-081-1/+1
* Revert "ebtables: use extrapositioned negation consistently"Phil Sutter2019-02-051-3/+3
* xtables: Fix for false-positive rule matchingPhil Sutter2019-02-051-0/+10