summaryrefslogtreecommitdiffstats
path: root/iptables/nft-bridge.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* nft: Fix potential memleaks in nft_*_rule_find()Phil Sutter2019-02-011-5/+9
* ebtables: Fix rule listing with countersPhil Sutter2019-02-011-5/+6
* ebtables: use extrapositioned negation consistentlyFlorian Westphal2018-11-121-2/+2
* ebtables-save: add -c option, using xtables-style countersFlorian Westphal2018-11-121-12/+26
* libxtables: add and use mac print helpersFlorian Westphal2018-11-071-13/+4
* ebtables: fix -j CONTINUE handling for add/deleteFlorian Westphal2018-11-031-25/+1
* libxtables: expose new etherdb lookup function through libxtables APIPablo Neira Ayuso2018-10-201-1/+0
* libxtables: prefix exported new functions for etherdb lookupsPablo Neira Ayuso2018-10-201-2/+2
* ebtables: Review match/target lookup once morePhil Sutter2018-08-241-28/+8
* ebtables: Fix entries count in chain listingPhil Sutter2018-08-161-2/+2
* xtables: Don't pass full invflags to add_compat()Phil Sutter2018-08-091-1/+1
* ebtables: Review match/target lookupPhil Sutter2018-08-061-3/+32
* ebtables: Print non-standard target parametersPhil Sutter2018-08-041-1/+3
* xtables: implement ebtables-{save,restore}Phil Sutter2018-07-191-29/+56
* xtables: rename {print,save}_rule functionsPhil Sutter2018-07-191-4/+4
* xtables: introduce rule_to_cs/clear_cs callbacksPhil Sutter2018-07-191-1/+3
* iptables: replace memset by c99-style initializersPhil Sutter2018-07-191-4/+1
* xtables-compat: extend generic tests for masks and wildcardsFlorian Westphal2018-05-151-31/+42
* ebtables-translate: suppress redundant protocolsFlorian Westphal2018-05-101-3/+20
* xtables-compat: ebtables: allow checking for zero-macFlorian Westphal2018-05-101-34/+41
* xtables-compat: ebtables: add helpers to print interface and mac addressesFlorian Westphal2018-05-101-53/+24
* xtables-compat: ebtables: remove interface masks from ebt_entry structFlorian Westphal2018-05-101-9/+1
* xtables-compat: ebtables: fix logical interface negationFlorian Westphal2018-05-101-53/+22
* xtables-compat: ebtables: split match/target print from nft_bridge_print_fire...Florian Westphal2018-05-101-18/+26
* xtables-compat: ebtables: kill ebtables_command_stateFlorian Westphal2018-05-101-115/+75